diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index a1be5b91f6..f832cba662 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -3823,7 +3823,7 @@ if (is_metaconsole() === true) { '; diff --git a/pandora_console/godmode/setup/setup_general.php b/pandora_console/godmode/setup/setup_general.php index ecc16205e4..11b0d2ec5f 100644 --- a/pandora_console/godmode/setup/setup_general.php +++ b/pandora_console/godmode/setup/setup_general.php @@ -50,7 +50,7 @@ if (is_ajax()) { } echo "'; $performance_variables_control = (array) json_decode(io_safe_output($config['performance_variables_control'])); @@ -112,7 +112,7 @@ html_print_div( [ 'id' => 'force_public_url_dialog', 'class' => 'invisible', - 'content' => __('If public URL is not properly configured you will lose access to ').get_product_name().__(' Console'), + 'content' => __('If public URL is not properly configured you will lose access to').' '.get_product_name().' '.__('Console'), ] ); diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 0f57ec4eab..3f2194286e 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -2202,7 +2202,7 @@ html_print_table($table_vc); echo ''; echo '
'; -echo ''.__('Reports configuration ').ui_print_help_icon('reports_configuration_tab', true).''; +echo ''.__('Reports configuration').' '.ui_print_help_icon('reports_configuration_tab', true).''; html_print_table($table_report); echo '
'; diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index acaa610c8a..df1fddd9d3 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -2600,7 +2600,7 @@ class ConsoleSupervisor $this->notify( [ 'type' => 'NOTIF.API.ACCESS', - 'title' => __('Cannot access the Pandora FMS API '), + 'title' => __('Cannot access the Pandora FMS API'), 'message' => __('Please check the configuration, some components may fail due to this misconfiguration in '.$server_name.' ('.$config['public_url'].')'), 'icon_notification' => self::ICON_ERROR, ] @@ -3078,7 +3078,7 @@ class ConsoleSupervisor $this->notify( [ 'type' => 'NOTIF.HAMASTER.MESSAGE', - 'title' => __('Desynchronized operation on the node '.$node['host']), + 'title' => __('Desynchronized operation on the node %s', $node['host']), 'message' => __($message), 'url' => '__url__/index.php?sec=gservers&sec2=enterprise/godmode/servers/new_HA_cluster', 'icon_notification' => self::ICON_ERROR, diff --git a/pandora_console/include/class/OrderInterpreter.class.php b/pandora_console/include/class/OrderInterpreter.class.php index a975ea075e..4f28eadc7d 100644 --- a/pandora_console/include/class/OrderInterpreter.class.php +++ b/pandora_console/include/class/OrderInterpreter.class.php @@ -398,7 +398,7 @@ class OrderInterpreter extends Wizard foreach ($this->pages_menu as $key => $value) { if (preg_match( '/.*'.io_safe_output($text).'.*/i', - __('GO TO '.$value['name']) + __('GO TO %s', $value['name']) ) && $value['acl'] ) { if ($iterator <= 9 && $this->canShowItem($enterprise, $this->pages_menu[$key]['url'])) { diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index d889f5a5f2..9a4b7d25fb 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -4090,7 +4090,7 @@ function series_type_graph_array($data, $show_elements_graph) if ($show_elements_graph['unit']) { $name_legend = $show_elements_graph['labels'][$value['agent_module_id']]; $name_legend .= ' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $show_elements_graph['unit'].': '; } else { if (isset($show_elements_graph['from_interface']) === true @@ -4109,7 +4109,7 @@ function series_type_graph_array($data, $show_elements_graph) $name_legend .= ' / '; $name_legend .= $value['module_name']; $name_legend .= ' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $value['unit'].': '; } } else { @@ -4123,7 +4123,7 @@ function series_type_graph_array($data, $show_elements_graph) $name_legend .= ' / '; $name_legend .= $value['module_name']; $name_legend .= ' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $value['unit'].'Baseline '; } else { $name_legend = $value['agent_alias']; @@ -4168,7 +4168,7 @@ function series_type_graph_array($data, $show_elements_graph) $name_legend .= ' / '; $name_legend .= $value['module_name']; $name_legend .= ' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $value['unit'].': '; } else { $name_legend .= $value['agent_alias']; @@ -4252,7 +4252,7 @@ function series_type_graph_array($data, $show_elements_graph) $name_legend .= ' / '; $name_legend .= $value['module_name']; $name_legend .= ' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $show_elements_graph['unit'].': '; } else { $name_legend .= $value['agent_alias']; @@ -4329,7 +4329,7 @@ function series_type_graph_array($data, $show_elements_graph) $name_legend .= __('of module').' '; $name_legend .= $value['agent_alias'].' / '; $name_legend .= $value['module_name'].' / '; - $name_legend .= __('Unit ').' '; + $name_legend .= __('Unit').' '; $name_legend .= $show_elements_graph['unit'].': '; } else { $name_legend = __('Percentil').' '; diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 24ddd7823e..2e1b30bc88 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -10337,7 +10337,7 @@ function api_set_module_data($id, $thrash2, $other, $trash1) if (false === @file_put_contents($config['remote_config'].'/'.io_safe_output($agent['nombre']).'.'.$idAgentModule.'.'.$time.'.data', $xml)) { returnError(sprintf('XML file could not be generated in path: %s', $config['remote_config'])); } else { - echo __('XML file was generated successfully in path: ').$config['remote_config']; + echo __('XML file was generated successfully in path: %s', $config['remote_config']); returnData('string', ['type' => 'string', 'data' => $xml]); return; } diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index ad321795d4..da56fa49a3 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2283,7 +2283,7 @@ function reporting_event_report_group( } if (!empty($content['style']['event_filter_exclude'])) { - $return['subtitle'] .= ' ('.__('Exclude ').$content['style']['event_filter_exclude'].')'; + $return['subtitle'] .= ' ('.__('Exclude %s', $content['style']['event_filter_exclude']).')'; } $return['description'] = $content['description']; diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 2f9bd3fd56..cc5f4c26ba 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -866,7 +866,7 @@ function reports_get_report_types($template=false, $not_editor=false) ]; $types['alert_report_agent'] = [ 'optgroup' => __('Alerts'), - 'name' => __('Agent alert report '), + 'name' => __('Agent alert report'), ]; if (!$template) { @@ -878,7 +878,7 @@ function reports_get_report_types($template=false, $not_editor=false) $types['alert_report_actions'] = [ 'optgroup' => __('Alerts'), - 'name' => __('Actions alert report '), + 'name' => __('Actions alert report'), ]; $types['event_report_module'] = [ diff --git a/pandora_console/include/languages/ca.mo b/pandora_console/include/languages/ca.mo index 900cc222c0..7774a9e3e6 100644 Binary files a/pandora_console/include/languages/ca.mo and b/pandora_console/include/languages/ca.mo differ diff --git a/pandora_console/include/languages/ca.po b/pandora_console/include/languages/ca.po index 9fd1bdb071..9c618ec8b1 100644 --- a/pandora_console/include/languages/ca.po +++ b/pandora_console/include/languages/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-14 23:49+0200\n" +"POT-Creation-Date: 2024-05-15 17:36+0200\n" "PO-Revision-Date: 2021-11-02 22:56+0100\n" "Last-Translator: nil \n" "Language-Team: Catalan \n" @@ -47,8 +47,8 @@ msgid "Extensions" msgstr "Extensions" #: ../../extensions/extension_uploader.php:39 -#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34 -#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29 +#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222 +#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501 #: ../../include/class/Diagnostics.class.php:166 @@ -143,11 +143,11 @@ msgstr "Carregador d'Extensió" #: ../../include/ajax/alert_list.ajax.php:230 #: ../../include/ajax/module.php:1973 #: ../../include/class/AlertsList.class.php:314 +#: ../../include/class/AgentsAlerts.class.php:434 +#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/NetworkMap.class.php:2989 #: ../../include/class/NetworkMap.class.php:3041 #: ../../include/class/NetworkMap.class.php:3373 -#: ../../include/class/AgentsAlerts.class.php:434 -#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/WelcomeWindow.class.php:1244 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255 @@ -160,7 +160,6 @@ msgstr "Carregador d'Extensió" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538 #: ../../include/lib/Dashboard/Widgets/inventory.php:285 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282 @@ -171,6 +170,7 @@ msgstr "Carregador d'Extensió" #: ../../include/lib/Dashboard/Widgets/top_n.php:225 #: ../../include/lib/Dashboard/Widgets/top_n.php:322 #: ../../include/lib/Dashboard/Widgets/module_value.php:334 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214 @@ -185,8 +185,12 @@ msgstr "Carregador d'Extensió" #: ../../include/functions_visual_map_editor.php:449 #: ../../include/functions_gis.php:229 #: ../../include/functions_snmp_browser.php:1871 -#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 #: ../../include/functions_graph.php:4991 +#: ../../include/functions_reports.php:1423 +#: ../../include/functions_inventory.php:409 +#: ../../include/functions_inventory.php:1395 +#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_reporting.php:7772 #: ../../include/functions_reporting_html.php:628 #: ../../include/functions_reporting_html.php:815 #: ../../include/functions_reporting_html.php:899 @@ -214,15 +218,10 @@ msgstr "Carregador d'Extensió" #: ../../include/functions_reporting_html.php:6647 #: ../../include/functions_reporting_html.php:6687 #: ../../include/functions_reporting_html.php:6937 -#: ../../include/functions_reports.php:1423 -#: ../../include/functions_reporting.php:7761 -#: ../../include/functions_inventory.php:409 -#: ../../include/functions_inventory.php:1395 -#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 +#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404 -#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/services.php:225 +#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -245,9 +244,9 @@ msgstr "Agent" #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557 #: ../../godmode/agentes/module_manager_editor_prediction.php:152 #: ../../godmode/agentes/planned_downtime.list.php:425 +#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/agentes/module_manager_editor_common.php:1555 #: ../../godmode/agentes/module_manager_editor_common.php:1609 -#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/alerts/alert_list.list.php:566 #: ../../godmode/alerts/alert_list.list.php:831 #: ../../godmode/alerts/alert_view.php:97 @@ -308,8 +307,11 @@ msgstr "Agent" #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377 #: ../../include/functions_visual_map_editor.php:491 -#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 -#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098 +#: ../../include/functions_graph.php:5098 +#: ../../include/functions_reports.php:1454 +#: ../../include/functions_inventory.php:1396 +#: ../../include/functions_inventory.php:1452 +#: ../../include/functions_reporting.php:7773 #: ../../include/functions_reporting_html.php:1203 #: ../../include/functions_reporting_html.php:1602 #: ../../include/functions_reporting_html.php:2691 @@ -326,11 +328,8 @@ msgstr "Agent" #: ../../include/functions_reporting_html.php:5486 #: ../../include/functions_reporting_html.php:6217 #: ../../include/functions_reporting_html.php:6265 -#: ../../include/functions_reports.php:1454 -#: ../../include/functions_reporting.php:7762 -#: ../../include/functions_inventory.php:1396 -#: ../../include/functions_inventory.php:1452 -#: ../../mobile/operation/services.php:332 +#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 +#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -347,12 +346,16 @@ msgstr "Mòdul" #: ../../godmode/agentes/status_monitor_custom_fields.php:133 #: ../../godmode/agentes/status_monitor_custom_fields.php:170 #: ../../godmode/events/custom_events.php:113 -#: ../../include/ajax/heatmap.ajax.php:337 -#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081 +#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081 +#: ../../include/ajax/custom_fields.php:478 #: ../../include/lib/Dashboard/Widgets/events_list.php:874 #: ../../include/functions_netflow.php:301 #: ../../include/functions_graph.php:3401 #: ../../include/functions_graph.php:3402 +#: ../../include/functions_events.php:270 +#: ../../include/functions_events.php:354 +#: ../../include/functions_reporting.php:5113 +#: ../../include/functions_reporting.php:5154 #: ../../include/functions_reporting_html.php:3036 #: ../../include/functions_reporting_html.php:4056 #: ../../include/functions_reporting_html.php:4064 @@ -365,10 +368,6 @@ msgstr "Mòdul" #: ../../include/functions_reporting_html.php:4095 #: ../../include/functions_reporting_html.php:4152 #: ../../include/functions_reporting_html.php:4236 -#: ../../include/functions_reporting.php:5102 -#: ../../include/functions_reporting.php:5143 -#: ../../include/functions_events.php:270 -#: ../../include/functions_events.php:354 #: ../../mobile/operation/module_data.php:164 #: ../../mobile/operation/modules.php:726 #: ../../mobile/operation/modules.php:730 @@ -494,11 +493,11 @@ msgstr "" #: ../../include/class/CustomNetScan.class.php:547 #: ../../include/class/CustomNetScan.class.php:561 #: ../../include/class/Diagnostics.class.php:1913 -#: ../../include/class/SatelliteAgent.class.php:1379 -#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/class/ExtensionsDiscovery.class.php:787 #: ../../include/class/AgentWizard.class.php:1433 #: ../../include/class/AgentWizard.class.php:4182 +#: ../../include/class/SatelliteAgent.class.php:1379 +#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 @@ -535,22 +534,22 @@ msgstr "" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844 #: ../../include/functions_massive_operations.php:155 -#: ../../include/functions.php:1178 ../../include/functions.php:1416 -#: ../../include/functions.php:1419 ../../include/functions.php:1458 -#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371 +#: ../../include/functions_agents.php:5069 #: ../../include/functions_graph.php:3237 #: ../../include/functions_graph.php:3239 -#: ../../include/functions_graph.php:4776 -#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59 +#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178 +#: ../../include/functions.php:1416 ../../include/functions.php:1419 +#: ../../include/functions.php:1458 ../../include/functions_events.php:3273 +#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231 +#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59 #: ../../mobile/operation/modules.php:70 #: ../../operation/agentes/group_view.php:251 #: ../../operation/agentes/group_view.php:256 #: ../../operation/agentes/estado_agente.php:311 #: ../../operation/agentes/estado_monitores.php:546 +#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/graphs.php:236 #: ../../operation/agentes/graphs.php:250 -#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/status_monitor.php:574 #: ../../operation/gis_maps/render_view.php:166 #: ../../operation/netflow/nf_live_view.php:392 @@ -672,11 +671,13 @@ msgstr "Guardar agent ( %s ), mòdul ( %s ) de dades xml." #: ../../include/class/AuditLog.class.php:154 #: ../../include/class/AuditLog.class.php:246 #: ../../include/lib/Dashboard/Widgets/inventory.php:328 +#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586 -#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/TacticalView/elements/Events.php:447 -#: ../../include/functions.php:3194 +#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194 +#: ../../include/functions_reporting.php:5112 +#: ../../include/functions_reporting.php:5153 #: ../../include/functions_reporting_html.php:898 #: ../../include/functions_reporting_html.php:2692 #: ../../include/functions_reporting_html.php:4055 @@ -689,9 +690,6 @@ msgstr "Guardar agent ( %s ), mòdul ( %s ) de dades xml." #: ../../include/functions_reporting_html.php:4235 #: ../../include/functions_reporting_html.php:7296 #: ../../include/functions_reporting_html.php:7924 -#: ../../include/functions_reporting.php:5101 -#: ../../include/functions_reporting.php:5142 -#: ../../include/functions_inventory.php:1397 #: ../../mobile/operation/tactical.php:351 #: ../../operation/agentes/agent_inventory.php:135 #: ../../operation/netflow/nf_live_view.php:506 @@ -760,8 +758,8 @@ msgstr "Desa" #: ../../operation/agentes/stat_win.php:480 #: ../../operation/events/events.php:3656 #: ../../operation/netflow/nf_live_view.php:965 -#: ../../operation/network/network_usage_map.php:414 #: ../../operation/network/network_report.php:682 +#: ../../operation/network/network_usage_map.php:414 #: ../../operation/reporting/graph_viewer.php:504 #: ../../operation/reporting/reporting_viewer.php:390 #: ../../operation/inventory/inventory.php:1470 @@ -785,8 +783,8 @@ msgstr "Seleccioneu el temps" #: ../../operation/agentes/stat_win.php:481 #: ../../operation/events/events.php:3657 #: ../../operation/netflow/nf_live_view.php:966 -#: ../../operation/network/network_usage_map.php:415 #: ../../operation/network/network_report.php:683 +#: ../../operation/network/network_usage_map.php:415 #: ../../operation/reporting/graph_viewer.php:505 #: ../../operation/reporting/reporting_viewer.php:391 #: ../../operation/inventory/inventory.php:1471 @@ -812,8 +810,8 @@ msgstr "ar" #: ../../operation/agentes/stat_win.php:482 #: ../../operation/events/events.php:3658 #: ../../operation/netflow/nf_live_view.php:967 -#: ../../operation/network/network_usage_map.php:416 #: ../../operation/network/network_report.php:684 +#: ../../operation/network/network_usage_map.php:416 #: ../../operation/reporting/graph_viewer.php:506 #: ../../operation/reporting/reporting_viewer.php:392 #: ../../operation/inventory/inventory.php:1472 @@ -838,8 +836,8 @@ msgstr "Hora" #: ../../operation/agentes/stat_win.php:483 #: ../../operation/events/events.php:3659 #: ../../operation/netflow/nf_live_view.php:968 -#: ../../operation/network/network_usage_map.php:417 #: ../../operation/network/network_report.php:685 +#: ../../operation/network/network_usage_map.php:417 #: ../../operation/reporting/graph_viewer.php:507 #: ../../operation/reporting/reporting_viewer.php:393 #: ../../operation/inventory/inventory.php:1473 @@ -863,8 +861,8 @@ msgstr "Minut" #: ../../operation/agentes/stat_win.php:484 #: ../../operation/events/events.php:3660 #: ../../operation/netflow/nf_live_view.php:969 -#: ../../operation/network/network_usage_map.php:418 #: ../../operation/network/network_report.php:686 +#: ../../operation/network/network_usage_map.php:418 #: ../../operation/reporting/graph_viewer.php:508 #: ../../operation/reporting/reporting_viewer.php:394 #: ../../operation/inventory/inventory.php:1474 @@ -881,8 +879,8 @@ msgstr "Segon" #: ../../godmode/reporting/reporting_builder.item_editor.php:6163 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735 -#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306 +#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../operation/agentes/datos_agente.php:319 #: ../../operation/agentes/interface_traffic_graph_win.php:450 #: ../../operation/agentes/estado_monitores.php:495 @@ -890,8 +888,8 @@ msgstr "Segon" #: ../../operation/agentes/stat_win.php:485 #: ../../operation/events/events.php:3661 #: ../../operation/netflow/nf_live_view.php:970 -#: ../../operation/network/network_usage_map.php:419 #: ../../operation/network/network_report.php:687 +#: ../../operation/network/network_usage_map.php:419 #: ../../operation/reporting/graph_viewer.php:509 #: ../../operation/reporting/reporting_viewer.php:395 #: ../../operation/inventory/inventory.php:1475 @@ -925,8 +923,8 @@ msgstr "Així doncs..." #: ../../operation/agentes/stat_win.php:486 #: ../../operation/events/events.php:3662 #: ../../operation/netflow/nf_live_view.php:971 -#: ../../operation/network/network_usage_map.php:420 #: ../../operation/network/network_report.php:688 +#: ../../operation/network/network_usage_map.php:420 #: ../../operation/reporting/graph_viewer.php:510 #: ../../operation/reporting/reporting_viewer.php:396 #: ../../operation/inventory/inventory.php:1476 @@ -937,385 +935,6 @@ msgstr "Així doncs..." msgid "Close" msgstr "Tanca" -#: ../../extensions/module_groups.php:48 -msgid "Counters Module" -msgstr "Mòdul de comptadors" - -#: ../../extensions/module_groups.php:49 -msgid "Alerts_Fired" -msgstr "Alerts_Fired" - -#: ../../extensions/module_groups.php:50 -#: ../../godmode/groups/group_list.php:1291 -#: ../../godmode/massive/massive_copy_modules.php:125 -#: ../../godmode/massive/massive_copy_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:393 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 -#: ../../include/ajax/module.php:2350 -#: ../../include/class/ExtensionsDiscovery.class.php:788 -#: ../../include/class/AgentWizard.class.php:1436 -#: ../../include/class/AgentWizard.class.php:4196 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 -#: ../../include/functions_massive_operations.php:156 -#: ../../include/functions.php:1182 ../../include/functions.php:1418 -#: ../../include/functions.php:1419 ../../include/functions.php:1421 -#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 -#: ../../include/functions_graph.php:3249 -#: ../../include/functions_graph.php:3251 -#: ../../include/functions_graph.php:4780 -#: ../../include/functions_reporting_html.php:1521 -#: ../../include/functions_reporting_html.php:6131 -#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57 -#: ../../mobile/operation/modules.php:71 -#: ../../operation/agentes/group_view.php:252 -#: ../../operation/agentes/group_view.php:257 -#: ../../operation/agentes/estado_agente.php:312 -#: ../../operation/agentes/estado_monitores.php:542 -#: ../../operation/agentes/status_monitor.php:575 -#: ../../operation/gis_maps/render_view.php:165 -#: ../../operation/custom_fields/custom_fields_view.php:176 -#: ../../operation/tree.php:210 ../../operation/tree.php:301 -#: ../../operation/tree.php:515 -msgid "Critical" -msgstr "Crític" - -#: ../../extensions/module_groups.php:52 -#: ../../godmode/alerts/alert_list.builder.php:350 -#: ../../godmode/groups/group_list.php:1301 -#: ../../godmode/massive/massive_copy_modules.php:126 -#: ../../godmode/massive/massive_copy_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:394 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 -#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 -#: ../../include/class/ExtensionsDiscovery.class.php:789 -#: ../../include/graphs/functions_flot.php:352 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 -#: ../../include/lib/ClusterViewer/ClusterManager.php:642 -#: ../../include/lib/TacticalView/elements/Alerts.php:218 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 -#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 -#: ../../include/functions_massive_operations.php:157 -#: ../../include/functions.php:1368 ../../include/functions.php:4319 -#: ../../include/functions_netflow.php:2129 -#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641 -#: ../../include/functions_ui.php:642 -#: ../../include/functions_reporting_html.php:4814 -#: ../../include/functions_reporting_html.php:5217 -#: ../../include/functions_filemanager.php:782 -#: ../../include/functions_reports.php:569 -#: ../../include/functions_visual_map.php:2457 -#: ../../include/functions_visual_map.php:2485 -#: ../../include/functions_visual_map.php:2503 -#: ../../include/functions_visual_map.php:2521 -#: ../../include/functions_reporting.php:7181 -#: ../../include/functions_events.php:3018 -#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60 -#: ../../mobile/operation/modules.php:72 -#: ../../operation/agentes/group_view.php:248 -#: ../../operation/agentes/group_view.php:253 -#: ../../operation/agentes/estado_agente.php:313 -#: ../../operation/agentes/estado_monitores.php:547 -#: ../../operation/agentes/pandora_networkmap.view.php:1761 -#: ../../operation/agentes/status_monitor.php:576 -#: ../../operation/events/events.php:930 -#: ../../operation/custom_fields/custom_fields_view.php:177 -#: ../../operation/tree.php:211 ../../operation/tree.php:302 -#: ../../operation/tree.php:525 -msgid "Unknown" -msgstr "Desconegut/da" - -#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 -#: ../../godmode/massive/massive_operations.php:471 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 -#: ../../godmode/setup/setup_visuals.php:2333 -#: ../../godmode/setup/setup_general.php:1012 -#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775 -#: ../../include/class/HelpFeedBack.class.php:370 -#: ../../include/class/ConfigPEN.class.php:674 -#: ../../include/class/ConfigPEN.class.php:698 -#: ../../include/class/CredentialStore.class.php:1654 -#: ../../include/class/ModuleTemplates.class.php:1368 -#: ../../include/class/SatelliteAgent.class.php:1147 -#: ../../include/class/ExtensionsDiscovery.class.php:257 -#: ../../include/class/WelcomeWindow.class.php:176 -#: ../../include/class/AgentWizard.class.php:6265 -#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 -#: ../../include/functions_db.php:1980 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1516 -#: ../../include/functions_reporting_html.php:4820 -#: ../../include/functions_reporting_html.php:6126 -#: ../../operation/agentes/pandora_networkmap.editor.php:751 -#: ../../operation/agentes/pandora_networkmap.php:904 -#: ../../operation/snmpconsole/snmp_browser.php:629 -#: ../../operation/snmpconsole/snmp_browser.php:705 -msgid "OK" -msgstr "D'acord" - -#: ../../extensions/module_groups.php:54 -msgid "Not_init" -msgstr "Not_init" - -#: ../../extensions/module_groups.php:251 -msgid "Combined table of agent group and module group" -msgstr "Taula combinada de grup d'agents i grup de mòduls" - -#: ../../extensions/module_groups.php:260 -#: ../../extensions/agents_modules.php:597 -#: ../../extensions/realtime_graphs.php:67 -#: ../../general/first_task/cluster_builder.php:38 -#: ../../godmode/agentes/status_monitor_custom_fields.php:44 -#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 -#: ../../godmode/snmpconsole/snmp_filters.php:55 -#: ../../include/class/AgentsAlerts.class.php:753 -#: ../../include/class/SnmpConsole.class.php:230 -#: ../../operation/agentes/group_view.php:97 -#: ../../operation/agentes/estado_agente.php:282 -#: ../../operation/agentes/interface_view.php:76 -#: ../../operation/agentes/alerts_status.php:202 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/netflow/netflow_explorer.php:55 -#: ../../operation/netflow/nf_live_view.php:188 -#: ../../operation/network/network_usage_map.php:63 -#: ../../operation/snmpconsole/snmp_statistics.php:100 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 -#: ../../operation/snmpconsole/snmp_browser.php:95 -#: ../../operation/inventory/inventory.php:389 -#: ../../operation/custom_fields/custom_fields_view.php:53 -#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 -#: ../../operation/menu.php:280 ../../operation/tree.php:185 -#: ../../views/cluster/list.php:40 -msgid "Monitoring" -msgstr "Monitorització" - -#: ../../extensions/module_groups.php:264 -#: ../../extensions/agents_modules.php:601 -#: ../../extensions/realtime_graphs.php:71 -#: ../../godmode/agentes/status_monitor_custom_fields.php:48 -#: ../../include/class/AgentsAlerts.class.php:757 -#: ../../operation/agentes/group_view.php:101 -#: ../../operation/agentes/estado_agente.php:286 -#: ../../operation/agentes/interface_view.php:80 -#: ../../operation/agentes/alerts_status.php:206 -#: ../../operation/agentes/status_monitor.php:344 -#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 -msgid "Views" -msgstr "Vistes" - -#: ../../extensions/module_groups.php:275 -msgid "Search by agent group" -msgstr "Cerca per grup d'agents" - -#: ../../extensions/module_groups.php:288 -msgid "Search by module group" -msgstr "Cerca per grup de mòduls" - -#: ../../extensions/module_groups.php:305 -#: ../../extensions/agents_modules.php:710 -#: ../../extensions/realtime_graphs.php:203 -#: ../../godmode/agentes/planned_downtime.list.php:647 -#: ../../godmode/agentes/module_manager.php:93 -#: ../../godmode/agentes/module_manager.php:108 -#: ../../godmode/agentes/module_manager.php:109 -#: ../../godmode/agentes/modificar_agente.php:397 -#: ../../godmode/agentes/modificar_agente.php:412 -#: ../../godmode/agentes/modificar_agente.php:413 -#: ../../godmode/groups/group_list.php:854 -#: ../../godmode/groups/group_list.php:955 -#: ../../godmode/modules/manage_network_templates_form.php:277 -#: ../../godmode/modules/manage_network_templates_form.php:337 -#: ../../godmode/modules/manage_network_components.php:707 -#: ../../godmode/netflow/nf_edit_form.php:283 -#: ../../godmode/netflow/nf_item_list.php:174 -#: ../../godmode/reporting/reporting_builder.list_items.php:267 -#: ../../godmode/reporting/visual_console_favorite.php:204 -#: ../../godmode/reporting/map_builder.php:390 -#: ../../godmode/reporting/reporting_builder.php:769 -#: ../../godmode/reporting/graphs.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 -#: ../../godmode/snmpconsole/snmp_filters.php:216 -#: ../../godmode/snmpconsole/snmp_filters.php:314 -#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 -#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 -#: ../../include/ajax/agent.php:653 -#: ../../include/class/ModuleTemplates.class.php:713 -#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/agentes/estado_monitores.php:649 -#: ../../operation/agentes/interface_view.functions.php:134 -#: ../../operation/agentes/agent_inventory.php:165 -#: ../../operation/agentes/graphs.php:298 -#: ../../operation/agentes/status_monitor.php:1046 -#: ../../operation/netflow/nf_live_view.php:326 -#: ../../operation/netflow/nf_live_view.php:641 -#: ../../operation/netflow/nf_live_view.php:642 -#: ../../operation/network/network_usage_map.php:297 -#: ../../operation/network/network_usage_map.php:330 -#: ../../operation/network/network_usage_map.php:331 -#: ../../operation/network/network_report.php:285 -#: ../../operation/network/network_report.php:312 -#: ../../operation/network/network_report.php:355 -#: ../../operation/network/network_report.php:356 -#: ../../operation/reporting/graph_viewer.php:437 -#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 -msgid "Filter" -msgstr "Filtre" - -#: ../../extensions/module_groups.php:322 -#: ../../extensions/realtime_graphs.php:229 -#: ../../godmode/agentes/planned_downtime.list.php:661 -#: ../../godmode/agentes/planned_downtime.list.php:662 -#: ../../godmode/agentes/planned_downtime.list.php:711 -#: ../../godmode/agentes/planned_downtime.list.php:712 -#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 -#: ../../godmode/groups/group_list.php:872 -#: ../../godmode/groups/group_list.php:978 -#: ../../godmode/modules/manage_network_components.php:723 -#: ../../godmode/reporting/reporting_builder.list_items.php:283 -#: ../../godmode/reporting/visual_console_favorite.php:220 -#: ../../godmode/reporting/map_builder.php:406 -#: ../../godmode/reporting/reporting_builder.php:785 -#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 -#: ../../include/class/AgentsAlerts.class.php:882 -#: ../../include/functions_snmp_browser.php:1013 -#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 -#: ../../operation/agentes/estado_agente.php:552 -#: ../../operation/agentes/agent_inventory.php:188 -#: ../../operation/agentes/status_monitor.php:1094 -#: ../../operation/reporting/graph_viewer.php:453 -#: ../../operation/reporting/reporting_viewer.php:321 -#: ../../operation/inventory/inventory.php:822 -#: ../../operation/custom_fields/custom_fields_view.php:323 -msgid "Filters" -msgstr "Filtres" - -#: ../../extensions/module_groups.php:351 -#: ../../godmode/reporting/visual_console_builder.wizard.php:391 -#: ../../godmode/files_repo/files_repo_form.php:61 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 -#: ../../include/lib/Dashboard/Widgets/tactical.php:331 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 -#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 -#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 -#: ../../include/lib/Dashboard/Widgets/events_list.php:463 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 -#: ../../include/lib/TacticalView/elements/Configurations.php:52 -#: ../../include/lib/TacticalView/elements/Groups.php:51 -#: ../../include/functions_maps.php:46 -#: ../../include/functions_networkmap.php:1297 -#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 -#: ../../mobile/operation/groups.php:70 -#: ../../operation/agentes/pandora_networkmap.php:746 -#: ../../operation/reporting/graph_analytics.php:870 -#: ../../operation/tree.php:91 ../../operation/tree.php:149 -msgid "Groups" -msgstr "Grups" - -#: ../../extensions/module_groups.php:460 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Cèl · lula taronja quan el grup de mòduls i l'agent tenen almenys una alarma " -"disparada." - -#: ../../extensions/module_groups.php:461 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Glòbuls vermells quan el grup de mòduls i l'agent tenen almenys un mòdul en " -"estat crític i els altres en qualsevol estat" - -#: ../../extensions/module_groups.php:462 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Cèl · lules groc quan el grup de mòduls i l'agent tenen almenys un en estat " -"d'advertència i els altres a l'estat de gris o verd" - -#: ../../extensions/module_groups.php:463 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cel · lular gris quan el grup de mòduls i l'agent tenen almenys un en estat " -"desconegut i els altres en estat verd" - -#: ../../extensions/module_groups.php:464 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cel · lular verd quan el grup de mòduls i l'agent tenen tots els mòduls en " -"estat OK" - -#: ../../extensions/module_groups.php:465 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Cel · lular blau quan el grup de mòduls i l'agent tenen tots els mòduls en " -"l'estat no init." - -#: ../../extensions/module_groups.php:469 -#: ../../extensions/agents_modules.php:1118 -#: ../../godmode/snmpconsole/snmp_alert.php:2196 -#: ../../include/class/SnmpConsole.class.php:545 -#: ../../include/lib/Dashboard/Widgets/top_n.php:327 -#: ../../include/functions_reporting_html.php:2960 -msgid "Legend" -msgstr "Llegenda" - -#: ../../extensions/module_groups.php:471 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"Aquesta taula mostra les columnes del grup de mòduls i en les files del grup " -"agents. La cel · la de mostra tots els mòduls" - -#: ../../extensions/module_groups.php:472 -msgid "There are no defined groups or module groups" -msgstr "No hi ha grups definits o grups de mòduls" - -#: ../../extensions/module_groups.php:492 -#: ../../godmode/groups/configure_modu_group.php:43 -#: ../../godmode/groups/modu_group_list.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:94 -#: ../../godmode/menu.php:189 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 -#: ../../operation/tree.php:103 ../../operation/tree.php:153 -msgid "Module groups" -msgstr "Grups de mòduls" - #: ../../extensions/quick_shell.php:88 #, fuzzy msgid "GoTTY setup" @@ -1339,9 +958,9 @@ msgstr "SSH" #: ../../godmode/agentes/module_manager_editor_wmi.php:123 #: ../../godmode/massive/massive_edit_modules.php:1105 #: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../include/class/AgentWizard.class.php:677 #: ../../include/class/CredentialStore.class.php:973 #: ../../include/class/CredentialStore.class.php:1350 -#: ../../include/class/AgentWizard.class.php:677 #: ../../include/functions_ui.php:7737 msgid "Username" msgstr "Nom d'usuari" @@ -1375,8 +994,8 @@ msgstr "" msgid "GoTTY general parameters" msgstr "Sense paràmetres de cerca" -#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476 -#: ../../include/functions_html.php:8395 +#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395 +#: ../../include/functions_ui.php:6476 #: ../../operation/agentes/ver_agente.php:1251 msgid "Address" msgstr "Adreça" @@ -1468,11 +1087,11 @@ msgstr "No hi han mes usuaris conectats" #: ../../include/lib/Dashboard/Widgets/events_list.php:858 #: ../../include/lib/TacticalView/elements/Alerts.php:113 #: ../../include/lib/TacticalView/elements/Alerts.php:212 -#: ../../include/functions_users.php:1105 ../../include/functions.php:3194 -#: ../../include/functions_config.php:791 -#: ../../include/functions_reporting_html.php:7293 -#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254 +#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497 +#: ../../include/functions.php:3194 ../../include/functions_config.php:791 +#: ../../include/functions_events.php:254 #: ../../include/functions_events.php:306 +#: ../../include/functions_reporting_html.php:7293 #: ../../mobile/include/user.class.php:427 #: ../../mobile/operation/tactical.php:350 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71 @@ -1507,10 +1126,11 @@ msgstr "Últim inici de sessió" #: ../../include/lib/Dashboard/Widgets/inventory.php:1069 #: ../../include/functions_treeview.php:684 #: ../../include/functions_agents.php:4831 +#: ../../include/functions_events.php:4476 #: ../../include/functions_reporting_html.php:824 -#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199 -#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418 -#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423 +#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99 +#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420 +#: ../../mobile/operation/agents.php:423 #: ../../operation/agentes/log_sources_status.php:60 #: ../../operation/agentes/estado_agente.php:1133 #: ../../operation/agentes/ver_agente.php:1098 @@ -1592,12 +1212,12 @@ msgstr "Informació" #: ../../godmode/massive/massive_add_policies_alerts.php:116 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120 #: ../../godmode/massive/massive_edit_agents.php:740 -#: ../../godmode/modules/manage_network_templates_form.php:235 -#: ../../godmode/modules/manage_network_templates_form.php:303 -#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/modules/manage_network_components.php:654 #: ../../godmode/modules/manage_network_components.php:792 #: ../../godmode/modules/manage_network_components_form_common.php:141 +#: ../../godmode/modules/manage_network_templates_form.php:235 +#: ../../godmode/modules/manage_network_templates_form.php:303 +#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/netflow/nf_edit.php:167 #: ../../godmode/netflow/nf_edit_form.php:256 #: ../../godmode/reporting/create_container.php:261 @@ -1635,18 +1255,18 @@ msgstr "Informació" #: ../../include/ajax/heatmap.ajax.php:524 #: ../../include/ajax/custom_fields.php:702 #: ../../include/ajax/custom_fields.php:756 +#: ../../include/class/CustomNetScan.class.php:506 +#: ../../include/class/ModuleTemplates.class.php:728 +#: ../../include/class/AgentsAlerts.class.php:776 +#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/class/AgentDeployWizard.class.php:342 +#: ../../include/class/CalendarManager.class.php:1042 #: ../../include/class/CredentialStore.class.php:814 #: ../../include/class/CredentialStore.class.php:846 #: ../../include/class/CredentialStore.class.php:937 -#: ../../include/class/CustomNetScan.class.php:506 -#: ../../include/class/ModuleTemplates.class.php:728 #: ../../include/class/NetworkMap.class.php:2995 #: ../../include/class/NetworkMap.class.php:3056 #: ../../include/class/NetworkMap.class.php:3422 -#: ../../include/class/AgentsAlerts.class.php:776 -#: ../../include/class/CalendarManager.class.php:1042 -#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357 #: ../../include/lib/Dashboard/Widgets/service_view.php:271 @@ -1654,8 +1274,8 @@ msgstr "Informació" #: ../../include/lib/Dashboard/Widgets/inventory.php:272 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064 #: ../../include/lib/Dashboard/Widgets/events_list.php:859 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697 @@ -1668,33 +1288,33 @@ msgstr "Informació" #: ../../include/functions_massive_operations.php:123 #: ../../include/functions_agents.php:4859 #: ../../include/functions_snmp_browser.php:1925 -#: ../../include/functions_graph.php:4867 +#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502 +#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921 +#: ../../include/functions_visual_map.php:4257 +#: ../../include/functions_events.php:255 +#: ../../include/functions_events.php:309 +#: ../../include/functions_events.php:5150 #: ../../include/functions_reporting_html.php:115 #: ../../include/functions_reporting_html.php:818 #: ../../include/functions_reporting_html.php:2271 #: ../../include/functions_reporting_html.php:3034 #: ../../include/functions_reporting_html.php:4911 #: ../../include/functions_reporting_html.php:7740 -#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634 -#: ../../include/functions_html.php:1921 -#: ../../include/functions_visual_map.php:4257 -#: ../../include/functions_events.php:255 -#: ../../include/functions_events.php:309 -#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235 -#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406 -#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118 -#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232 -#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696 -#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994 -#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171 -#: ../../mobile/operation/modules.php:176 -#: ../../mobile/operation/modules.php:266 -#: ../../mobile/operation/modules.php:267 #: ../../mobile/operation/server_status.php:162 #: ../../mobile/operation/server_status.php:167 #: ../../mobile/operation/visualmaps.php:113 #: ../../mobile/operation/visualmaps.php:118 +#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158 +#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236 +#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113 +#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231 +#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691 +#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857 +#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995 +#: ../../mobile/operation/modules.php:171 +#: ../../mobile/operation/modules.php:176 +#: ../../mobile/operation/modules.php:266 +#: ../../mobile/operation/modules.php:267 #: ../../operation/agentes/pandora_networkmap.editor.php:350 #: ../../operation/agentes/pandora_networkmap.editor.php:434 #: ../../operation/agentes/alerts_status.functions.php:86 @@ -1755,16 +1375,16 @@ msgstr "La recursivitat" #: ../../include/ajax/heatmap.ajax.php:431 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328 #: ../../include/functions_treeview.php:120 -#: ../../include/functions_graph.php:5014 -#: ../../include/functions_reporting_html.php:2435 -#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947 +#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675 +#: ../../include/functions_html.php:1947 #: ../../include/functions_events.php:4565 +#: ../../include/functions_reporting_html.php:2435 +#: ../../mobile/operation/server_status.php:174 +#: ../../mobile/operation/server_status.php:175 #: ../../mobile/operation/modules.php:183 #: ../../mobile/operation/modules.php:184 #: ../../mobile/operation/modules.php:293 #: ../../mobile/operation/modules.php:294 -#: ../../mobile/operation/server_status.php:174 -#: ../../mobile/operation/server_status.php:175 #: ../../operation/agentes/estado_monitores.php:619 #: ../../operation/agentes/ver_agente.php:1227 #: ../../operation/agentes/status_monitor.php:868 @@ -1796,8 +1416,8 @@ msgstr "Grup de mòduls" #: ../../godmode/massive/massive_edit_modules.php:355 #: ../../godmode/massive/massive_edit_modules.php:404 #: ../../godmode/massive/massive_edit_modules.php:520 -#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/modules/manage_network_components.php:660 +#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/netflow/nf_edit_form.php:264 #: ../../godmode/reporting/create_container.php:646 #: ../../godmode/reporting/reporting_builder.list_items.php:217 @@ -1829,13 +1449,13 @@ msgstr "Grup de mòduls" #: ../../godmode/files_repo/files_repo_form.php:51 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259 #: ../../include/class/AuditLog.class.php:269 -#: ../../include/class/CredentialStore.class.php:509 -#: ../../include/class/EventSound.class.php:347 #: ../../include/class/TipsWindow.class.php:756 #: ../../include/class/TipsWindow.class.php:923 #: ../../include/class/SnmpConsole.class.php:303 #: ../../include/class/SnmpConsole.class.php:309 #: ../../include/class/SnmpConsole.class.php:321 +#: ../../include/class/CredentialStore.class.php:509 +#: ../../include/class/EventSound.class.php:347 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430 #: ../../include/lib/Dashboard/Widgets/inventory.php:278 #: ../../include/lib/Dashboard/Widgets/inventory.php:302 @@ -1851,13 +1471,14 @@ msgstr "Grup de mòduls" #: ../../include/functions_massive_operations.php:188 #: ../../include/functions_massive_operations.php:245 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686 -#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214 -#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668 +#: ../../include/functions_groupview.php:97 +#: ../../include/functions_modules.php:3668 #: ../../include/functions_modules.php:3670 #: ../../include/functions_groups.php:655 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954 #: ../../include/functions_notifications.php:106 +#: ../../include/functions.php:1214 ../../include/functions.php:1474 #: ../../include/functions_reporting.php:3533 #: ../../include/functions_reporting.php:3630 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65 @@ -1908,11 +1529,11 @@ msgstr "Tots" #: ../../godmode/massive/massive_delete_alerts.php:315 #: ../../godmode/massive/massive_delete_modules.php:517 #: ../../godmode/massive/massive_delete_modules.php:585 -#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/massive/massive_enable_disable_alerts.php:175 #: ../../godmode/massive/massive_standby_alerts.php:204 #: ../../godmode/massive/massive_add_alerts.php:231 #: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/reporting/reporting_builder.list_items.php:211 #: ../../godmode/reporting/visual_console_builder.wizard.php:463 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401 @@ -1924,24 +1545,24 @@ msgstr "Tots" #: ../../include/class/Diagnostics.class.php:1259 #: ../../include/class/Diagnostics.class.php:1263 #: ../../include/class/Diagnostics.class.php:1267 -#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/class/AgentsAlerts.class.php:252 #: ../../include/class/AgentsAlerts.class.php:569 +#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/TacticalView/elements/Agents.php:41 #: ../../include/lib/TacticalView/elements/Agents.php:136 #: ../../include/functions_massive_operations.php:272 -#: ../../include/functions_groups.php:53 +#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700 +#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801 +#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088 +#: ../../include/functions_html.php:6694 #: ../../include/functions_reporting_html.php:2773 #: ../../include/functions_reporting_html.php:4600 -#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784 -#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071 -#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694 #: ../../mobile/include/functions_web.php:23 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205 -#: ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agents.php:205 #: ../../operation/agentes/group_view.php:183 #: ../../operation/agentes/group_view.php:240 #: ../../operation/agentes/interface_view.functions.php:78 @@ -1983,6 +1604,49 @@ msgstr "Mostra tots els mòduls" msgid "Agents/Modules" msgstr "Agents i moduls" +#: ../../extensions/agents_modules.php:597 +#: ../../extensions/realtime_graphs.php:67 +#: ../../extensions/module_groups.php:260 +#: ../../general/first_task/cluster_builder.php:38 +#: ../../godmode/agentes/status_monitor_custom_fields.php:44 +#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 +#: ../../godmode/snmpconsole/snmp_filters.php:55 +#: ../../include/class/AgentsAlerts.class.php:753 +#: ../../include/class/SnmpConsole.class.php:230 +#: ../../operation/agentes/group_view.php:97 +#: ../../operation/agentes/estado_agente.php:282 +#: ../../operation/agentes/interface_view.php:76 +#: ../../operation/agentes/alerts_status.php:202 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/netflow/netflow_explorer.php:55 +#: ../../operation/netflow/nf_live_view.php:188 +#: ../../operation/network/network_usage_map.php:63 +#: ../../operation/snmpconsole/snmp_statistics.php:100 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 +#: ../../operation/snmpconsole/snmp_browser.php:95 +#: ../../operation/inventory/inventory.php:389 +#: ../../operation/custom_fields/custom_fields_view.php:53 +#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 +#: ../../operation/menu.php:280 ../../operation/tree.php:185 +#: ../../views/cluster/list.php:40 +msgid "Monitoring" +msgstr "Monitorització" + +#: ../../extensions/agents_modules.php:601 +#: ../../extensions/realtime_graphs.php:71 +#: ../../extensions/module_groups.php:264 +#: ../../godmode/agentes/status_monitor_custom_fields.php:48 +#: ../../include/class/AgentsAlerts.class.php:757 +#: ../../operation/agentes/group_view.php:101 +#: ../../operation/agentes/estado_agente.php:286 +#: ../../operation/agentes/interface_view.php:80 +#: ../../operation/agentes/alerts_status.php:206 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 +msgid "Views" +msgstr "Vistes" + #: ../../extensions/agents_modules.php:648 #: ../../operation/events/events.php:1636 #: ../../operation/gis_maps/render_view.php:139 @@ -2005,9 +1669,9 @@ msgstr "Tornar al modo normal" #: ../../operation/gis_maps/render_view.php:161 #: ../../operation/visual_console/legacy_view.php:274 #: ../../operation/visual_console/legacy_public_view.php:141 -#: ../../operation/visual_console/view.php:579 #: ../../operation/visual_console/public_view.php:156 -#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173 +#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177 +#: ../../views/dashboard/header.php:173 msgid "Refresh" msgstr "Actualització" @@ -2015,6 +1679,57 @@ msgstr "Actualització" msgid "Agent/module view" msgstr "Visualització de l'agent/mòdul" +#: ../../extensions/agents_modules.php:710 +#: ../../extensions/realtime_graphs.php:203 +#: ../../extensions/module_groups.php:305 +#: ../../godmode/agentes/planned_downtime.list.php:647 +#: ../../godmode/agentes/module_manager.php:93 +#: ../../godmode/agentes/module_manager.php:108 +#: ../../godmode/agentes/module_manager.php:109 +#: ../../godmode/agentes/modificar_agente.php:397 +#: ../../godmode/agentes/modificar_agente.php:412 +#: ../../godmode/agentes/modificar_agente.php:413 +#: ../../godmode/groups/group_list.php:854 +#: ../../godmode/groups/group_list.php:955 +#: ../../godmode/modules/manage_network_components.php:707 +#: ../../godmode/modules/manage_network_templates_form.php:277 +#: ../../godmode/modules/manage_network_templates_form.php:337 +#: ../../godmode/netflow/nf_edit_form.php:283 +#: ../../godmode/netflow/nf_item_list.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:267 +#: ../../godmode/reporting/visual_console_favorite.php:204 +#: ../../godmode/reporting/map_builder.php:390 +#: ../../godmode/reporting/reporting_builder.php:769 +#: ../../godmode/reporting/graphs.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/snmpconsole/snmp_filters.php:216 +#: ../../godmode/snmpconsole/snmp_filters.php:314 +#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 +#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 +#: ../../include/ajax/agent.php:653 +#: ../../include/class/ModuleTemplates.class.php:713 +#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/estado_monitores.php:649 +#: ../../operation/agentes/interface_view.functions.php:134 +#: ../../operation/agentes/agent_inventory.php:165 +#: ../../operation/agentes/graphs.php:298 +#: ../../operation/agentes/status_monitor.php:1046 +#: ../../operation/netflow/nf_live_view.php:326 +#: ../../operation/netflow/nf_live_view.php:641 +#: ../../operation/netflow/nf_live_view.php:642 +#: ../../operation/network/network_report.php:285 +#: ../../operation/network/network_report.php:312 +#: ../../operation/network/network_report.php:355 +#: ../../operation/network/network_report.php:356 +#: ../../operation/network/network_usage_map.php:297 +#: ../../operation/network/network_usage_map.php:330 +#: ../../operation/network/network_usage_map.php:331 +#: ../../operation/reporting/graph_viewer.php:437 +#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 +msgid "Filter" +msgstr "Filtre" + #: ../../extensions/agents_modules.php:720 #: ../../godmode/agentes/planned_downtime.list.php:1000 #: ../../godmode/modules/manage_network_templates.php:290 @@ -2049,9 +1764,9 @@ msgstr "no hi han agents amb moduls" #: ../../godmode/massive/massive_copy_modules.php:226 #: ../../godmode/massive/massive_delete_modules.php:499 #: ../../godmode/massive/massive_delete_modules.php:603 -#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_modules.php:603 +#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/reporting/reporting_builder.list_items.php:228 #: ../../godmode/reporting/visual_console_builder.wizard.php:480 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494 @@ -2064,8 +1779,6 @@ msgstr "no hi han agents amb moduls" #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347 #: ../../include/lib/TacticalView/elements/Configurations.php:76 -#: ../../include/functions_reporting_html.php:2773 -#: ../../include/functions_reporting_html.php:6938 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160 #: ../../include/functions_html.php:6767 #: ../../include/functions_reports.php:745 @@ -2077,9 +1790,12 @@ msgstr "no hi han agents amb moduls" #: ../../include/functions_reports.php:769 #: ../../include/functions_reports.php:773 #: ../../include/functions_reports.php:777 -#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330 +#: ../../include/functions_reports.php:781 +#: ../../include/functions_reporting_html.php:2773 +#: ../../include/functions_reporting_html.php:6938 +#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410 -#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236 +#: ../../mobile/operation/modules.php:236 #: ../../operation/agentes/exportdata.php:360 #: ../../operation/agentes/group_view.php:184 #: ../../operation/agentes/group_view.php:241 @@ -2130,6 +1846,15 @@ msgid "Cell turns blue when the module is in 'not initialize' status" msgstr "" "La cel·la es torna blava quan el mòdul està en estat de \"no inicialització\"" +#: ../../extensions/agents_modules.php:1118 +#: ../../extensions/module_groups.php:469 +#: ../../godmode/snmpconsole/snmp_alert.php:2196 +#: ../../include/class/SnmpConsole.class.php:545 +#: ../../include/lib/Dashboard/Widgets/top_n.php:327 +#: ../../include/functions_reporting_html.php:2960 +msgid "Legend" +msgstr "Llegenda" + #: ../../extensions/agents_modules.php:1130 msgid "Agents/Modules view" msgstr "Vista d'agents/moduls" @@ -2202,12 +1927,207 @@ msgstr "Incremental" msgid "Clear graph" msgstr "Esborra el gràfic" +#: ../../extensions/realtime_graphs.php:229 +#: ../../extensions/module_groups.php:322 +#: ../../godmode/agentes/planned_downtime.list.php:661 +#: ../../godmode/agentes/planned_downtime.list.php:662 +#: ../../godmode/agentes/planned_downtime.list.php:711 +#: ../../godmode/agentes/planned_downtime.list.php:712 +#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 +#: ../../godmode/groups/group_list.php:872 +#: ../../godmode/groups/group_list.php:978 +#: ../../godmode/modules/manage_network_components.php:723 +#: ../../godmode/reporting/reporting_builder.list_items.php:283 +#: ../../godmode/reporting/visual_console_favorite.php:220 +#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/reporting_builder.php:785 +#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 +#: ../../include/class/AgentsAlerts.class.php:882 +#: ../../include/functions_snmp_browser.php:1013 +#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 +#: ../../operation/agentes/estado_agente.php:552 +#: ../../operation/agentes/agent_inventory.php:188 +#: ../../operation/agentes/status_monitor.php:1094 +#: ../../operation/reporting/graph_viewer.php:453 +#: ../../operation/reporting/reporting_viewer.php:321 +#: ../../operation/inventory/inventory.php:822 +#: ../../operation/custom_fields/custom_fields_view.php:323 +msgid "Filters" +msgstr "Filtres" + #: ../../extensions/realtime_graphs.php:295 #: ../../godmode/agentes/module_manager_editor_network.php:45 #: ../../include/functions_snmp_browser.php:663 msgid "Use this OID" msgstr "Utilitzeu aquest OID" +#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 +msgid "Request successfully processed" +msgstr "Sol · licitud de processat amb èxit" + +#: ../../extensions/api_checker.php:185 +#, fuzzy +msgid "Incorrect URL" +msgstr "Forma incorrecta." + +#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 +msgid "API checker" +msgstr "API corrector" + +#: ../../extensions/api_checker.php:249 +#, php-format +msgid "%s Console URL" +msgstr "ADREÇA URL de la consola %s" + +#: ../../extensions/api_checker.php:256 +#: ../../godmode/users/configure_user.php:1018 +#: ../../godmode/users/configure_user.php:1041 +#: ../../operation/users/user_edit.php:296 +#: ../../operation/users/user_edit.php:335 +#, fuzzy +msgid "API Token" +msgstr "Aut símbol" + +#: ../../extensions/api_checker.php:256 +msgid "Use API Token instead API Pass, User and Password." +msgstr "" + +#: ../../extensions/api_checker.php:261 +msgid "API Pass" +msgstr "API Pass" + +#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 +#: ../../general/login_page.php:353 +#: ../../godmode/agentes/module_manager_editor_wmi.php:143 +#: ../../godmode/massive/massive_edit_modules.php:1110 +#: ../../godmode/modules/manage_network_components_form_wmi.php:63 +#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 +#: ../../godmode/users/user_management.php:346 +#: ../../godmode/users/configure_user.php:1167 +#: ../../include/class/AgentWizard.class.php:690 +#: ../../include/class/CredentialStore.class.php:974 +#: ../../include/class/CredentialStore.class.php:1024 +#: ../../include/class/CredentialStore.class.php:1301 +#: ../../include/class/CredentialStore.class.php:1327 +#: ../../include/class/CredentialStore.class.php:1351 +#: ../../include/class/WelcomeWindow.class.php:1008 +#: ../../include/class/WelcomeWindow.class.php:1144 +#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753 +#: ../../mobile/include/user.class.php:435 +#: ../../operation/users/user_edit.php:860 +msgid "Password" +msgstr "Contrasenya" + +#: ../../extensions/api_checker.php:287 +msgid "Action (get or set)" +msgstr "Acció (get o set)" + +#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 +#: ../../general/main_menu.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 +#: ../../godmode/extensions.php:169 +#: ../../include/class/ExternalTools.class.php:627 +#: ../../include/functions_menu.php:710 +#: ../../include/functions_reporting_html.php:3335 +#: ../../include/functions_reporting_html.php:6219 +msgid "Operation" +msgstr "Operació" + +#: ../../extensions/api_checker.php:299 +#: ../../godmode/agentes/fields_manager.php:152 +#: ../../godmode/agentes/agent_manager.php:376 +#: ../../godmode/agentes/module_manager_editor_common.php:199 +#: ../../godmode/alerts/alert_commands.php:1002 +#: ../../godmode/groups/modu_group_list.php:260 +#: ../../godmode/groups/group_list.php:1032 +#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 +#: ../../include/class/AlertsList.class.php:313 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 +#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 +#: ../../views/ITSM/ITSMTicketListView.php:77 +msgid "ID" +msgstr "Identificació" + +#: ../../extensions/api_checker.php:304 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:311 +msgid "Return Type" +msgstr "Tipus retornat" + +#: ../../extensions/api_checker.php:316 +#: ../../godmode/groups/configure_group.php:266 +#: ../../godmode/massive/massive_edit_users.php:278 +#: ../../godmode/snmpconsole/snmp_alert.php:46 +#: ../../godmode/users/user_management.php:46 +#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806 +#: ../../include/class/SnmpConsole.class.php:333 +#: ../../include/class/SnmpConsole.class.php:1406 +#: ../../include/class/SnmpConsole.class.php:1433 +#: ../../include/functions_graph.php:3444 +#: ../../operation/gis_maps/render_view.php:168 +#: ../../operation/users/user_edit.php:471 +msgid "Other" +msgstr "Altres" + +#: ../../extensions/api_checker.php:323 +msgid "Other Mode" +msgstr "Una altra manera de" + +#: ../../extensions/api_checker.php:337 +msgid "Raw URL" +msgstr "URL Raw" + +#: ../../extensions/api_checker.php:344 +msgid "Credentials" +msgstr "Cartes credencials" + +#: ../../extensions/api_checker.php:349 +msgid "Call parameters" +msgstr "Paràmetres de trucada" + +#: ../../extensions/api_checker.php:349 +msgid "Action: get Operation: module_last_value id: 63" +msgstr "Acció: obtenir Operació: module_last_value id: 63" + +#: ../../extensions/api_checker.php:356 +msgid "Custom URL" +msgstr "URL personalitzada" + +#: ../../extensions/api_checker.php:364 +msgid "Call" +msgstr "Trucar" + +#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 +#: ../../include/functions_db.php:1965 +#: ../../include/functions_reporting_html.php:5561 +#: ../../include/functions_reporting_html.php:5708 +#: ../../include/functions_reporting_html.php:6051 +#: ../../include/functions_reporting_html.php:6062 +msgid "Result" +msgstr "Resultant" + +#: ../../extensions/api_checker.php:378 +#: ../../godmode/events/event_responses.editor.php:229 +#: ../../godmode/events/event_responses.editor.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 +#: ../../include/class/WelcomeWindow.class.php:713 +#: ../../include/functions_reporting_html.php:2283 +#: ../../operation/gis_maps/ajax.php:316 +msgid "URL" +msgstr "URL" + +#: ../../extensions/api_checker.php:395 +msgid "Hide URL" +msgstr "Amaga URL" + +#: ../../extensions/api_checker.php:399 +msgid "Show URL" +msgstr "Mostra URL" + #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751 #: ../../godmode/menu.php:567 msgid "DB Schema check" @@ -2356,172 +2276,252 @@ msgstr "" msgid "Test databases may have been left over due to lack of drop privileges." msgstr "" -#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 -msgid "Request successfully processed" -msgstr "Sol · licitud de processat amb èxit" +#: ../../extensions/module_groups.php:48 +msgid "Counters Module" +msgstr "Mòdul de comptadors" -#: ../../extensions/api_checker.php:185 -#, fuzzy -msgid "Incorrect URL" -msgstr "Forma incorrecta." +#: ../../extensions/module_groups.php:49 +msgid "Alerts_Fired" +msgstr "Alerts_Fired" -#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 -msgid "API checker" -msgstr "API corrector" +#: ../../extensions/module_groups.php:50 +#: ../../godmode/groups/group_list.php:1291 +#: ../../godmode/massive/massive_copy_modules.php:125 +#: ../../godmode/massive/massive_copy_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:429 +#: ../../godmode/massive/massive_edit_modules.php:393 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 +#: ../../include/ajax/module.php:2350 +#: ../../include/class/ExtensionsDiscovery.class.php:788 +#: ../../include/class/AgentWizard.class.php:1436 +#: ../../include/class/AgentWizard.class.php:4196 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 +#: ../../include/functions_massive_operations.php:156 +#: ../../include/functions_agents.php:5070 +#: ../../include/functions_graph.php:3249 +#: ../../include/functions_graph.php:3251 +#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182 +#: ../../include/functions.php:1418 ../../include/functions.php:1419 +#: ../../include/functions.php:1421 ../../include/functions.php:1462 +#: ../../include/functions_events.php:3277 +#: ../../include/functions_reporting_html.php:1521 +#: ../../include/functions_reporting_html.php:6131 +#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 +#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71 +#: ../../operation/agentes/group_view.php:252 +#: ../../operation/agentes/group_view.php:257 +#: ../../operation/agentes/estado_agente.php:312 +#: ../../operation/agentes/estado_monitores.php:542 +#: ../../operation/agentes/status_monitor.php:575 +#: ../../operation/gis_maps/render_view.php:165 +#: ../../operation/custom_fields/custom_fields_view.php:176 +#: ../../operation/tree.php:210 ../../operation/tree.php:301 +#: ../../operation/tree.php:515 +msgid "Critical" +msgstr "Crític" -#: ../../extensions/api_checker.php:249 -#, php-format -msgid "%s Console URL" -msgstr "ADREÇA URL de la consola %s" +#: ../../extensions/module_groups.php:52 +#: ../../godmode/alerts/alert_list.builder.php:350 +#: ../../godmode/groups/group_list.php:1301 +#: ../../godmode/massive/massive_copy_modules.php:126 +#: ../../godmode/massive/massive_copy_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:430 +#: ../../godmode/massive/massive_edit_modules.php:394 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 +#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 +#: ../../include/class/ExtensionsDiscovery.class.php:789 +#: ../../include/graphs/functions_flot.php:352 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 +#: ../../include/lib/ClusterViewer/ClusterManager.php:642 +#: ../../include/lib/TacticalView/elements/Alerts.php:218 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 +#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 +#: ../../include/functions_massive_operations.php:157 +#: ../../include/functions_netflow.php:2129 +#: ../../include/functions_agents.php:5071 +#: ../../include/functions_filemanager.php:782 +#: ../../include/functions_reports.php:569 +#: ../../include/functions_visual_map.php:2457 +#: ../../include/functions_visual_map.php:2485 +#: ../../include/functions_visual_map.php:2503 +#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368 +#: ../../include/functions.php:4319 ../../include/functions_events.php:3018 +#: ../../include/functions_events.php:3177 +#: ../../include/functions_reporting.php:7192 +#: ../../include/functions_reporting_html.php:4814 +#: ../../include/functions_reporting_html.php:5217 +#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642 +#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72 +#: ../../operation/agentes/group_view.php:248 +#: ../../operation/agentes/group_view.php:253 +#: ../../operation/agentes/estado_agente.php:313 +#: ../../operation/agentes/estado_monitores.php:547 +#: ../../operation/agentes/pandora_networkmap.view.php:1761 +#: ../../operation/agentes/status_monitor.php:576 +#: ../../operation/events/events.php:930 +#: ../../operation/custom_fields/custom_fields_view.php:177 +#: ../../operation/tree.php:211 ../../operation/tree.php:302 +#: ../../operation/tree.php:525 +msgid "Unknown" +msgstr "Desconegut/da" -#: ../../extensions/api_checker.php:256 -#: ../../godmode/users/configure_user.php:1018 -#: ../../godmode/users/configure_user.php:1041 -#: ../../operation/users/user_edit.php:296 -#: ../../operation/users/user_edit.php:335 -#, fuzzy -msgid "API Token" -msgstr "Aut símbol" +#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 +#: ../../godmode/massive/massive_operations.php:471 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 +#: ../../godmode/setup/setup_general.php:1012 +#: ../../godmode/setup/setup_general.php:1030 +#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775 +#: ../../include/class/HelpFeedBack.class.php:370 +#: ../../include/class/ConfigPEN.class.php:674 +#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/ModuleTemplates.class.php:1368 +#: ../../include/class/ExtensionsDiscovery.class.php:257 +#: ../../include/class/AgentWizard.class.php:6265 +#: ../../include/class/CredentialStore.class.php:1654 +#: ../../include/class/SatelliteAgent.class.php:1147 +#: ../../include/class/WelcomeWindow.class.php:176 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 +#: ../../include/functions_db.php:1980 +#: ../../include/functions_reporting_html.php:1321 +#: ../../include/functions_reporting_html.php:1516 +#: ../../include/functions_reporting_html.php:4820 +#: ../../include/functions_reporting_html.php:6126 +#: ../../operation/agentes/pandora_networkmap.editor.php:751 +#: ../../operation/agentes/pandora_networkmap.php:904 +#: ../../operation/snmpconsole/snmp_browser.php:629 +#: ../../operation/snmpconsole/snmp_browser.php:705 +msgid "OK" +msgstr "D'acord" -#: ../../extensions/api_checker.php:256 -msgid "Use API Token instead API Pass, User and Password." +#: ../../extensions/module_groups.php:54 +msgid "Not_init" +msgstr "Not_init" + +#: ../../extensions/module_groups.php:251 +msgid "Combined table of agent group and module group" +msgstr "Taula combinada de grup d'agents i grup de mòduls" + +#: ../../extensions/module_groups.php:275 +msgid "Search by agent group" +msgstr "Cerca per grup d'agents" + +#: ../../extensions/module_groups.php:288 +msgid "Search by module group" +msgstr "Cerca per grup de mòduls" + +#: ../../extensions/module_groups.php:351 +#: ../../godmode/reporting/visual_console_builder.wizard.php:391 +#: ../../godmode/files_repo/files_repo_form.php:61 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 +#: ../../include/lib/Dashboard/Widgets/tactical.php:331 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 +#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 +#: ../../include/lib/Dashboard/Widgets/events_list.php:463 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 +#: ../../include/lib/TacticalView/elements/Configurations.php:52 +#: ../../include/lib/TacticalView/elements/Groups.php:51 +#: ../../include/functions_maps.php:46 +#: ../../include/functions_networkmap.php:1297 +#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 +#: ../../mobile/operation/groups.php:70 +#: ../../operation/agentes/pandora_networkmap.php:746 +#: ../../operation/reporting/graph_analytics.php:870 +#: ../../operation/tree.php:91 ../../operation/tree.php:149 +msgid "Groups" +msgstr "Grups" + +#: ../../extensions/module_groups.php:460 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." msgstr "" +"Cèl · lula taronja quan el grup de mòduls i l'agent tenen almenys una alarma " +"disparada." -#: ../../extensions/api_checker.php:261 -msgid "API Pass" -msgstr "API Pass" +#: ../../extensions/module_groups.php:461 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Glòbuls vermells quan el grup de mòduls i l'agent tenen almenys un mòdul en " +"estat crític i els altres en qualsevol estat" -#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 -#: ../../general/login_page.php:353 -#: ../../godmode/agentes/module_manager_editor_wmi.php:143 -#: ../../godmode/massive/massive_edit_modules.php:1110 -#: ../../godmode/modules/manage_network_components_form_wmi.php:63 -#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 -#: ../../godmode/users/configure_user.php:1167 -#: ../../godmode/users/user_management.php:346 -#: ../../include/class/CredentialStore.class.php:974 -#: ../../include/class/CredentialStore.class.php:1024 -#: ../../include/class/CredentialStore.class.php:1301 -#: ../../include/class/CredentialStore.class.php:1327 -#: ../../include/class/CredentialStore.class.php:1351 -#: ../../include/class/WelcomeWindow.class.php:1008 -#: ../../include/class/WelcomeWindow.class.php:1144 -#: ../../include/class/AgentWizard.class.php:690 -#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795 -#: ../../mobile/include/user.class.php:435 -#: ../../operation/users/user_edit.php:860 -msgid "Password" -msgstr "Contrasenya" +#: ../../extensions/module_groups.php:462 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Cèl · lules groc quan el grup de mòduls i l'agent tenen almenys un en estat " +"d'advertència i els altres a l'estat de gris o verd" -#: ../../extensions/api_checker.php:287 -msgid "Action (get or set)" -msgstr "Acció (get o set)" +#: ../../extensions/module_groups.php:463 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cel · lular gris quan el grup de mòduls i l'agent tenen almenys un en estat " +"desconegut i els altres en estat verd" -#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 -#: ../../general/main_menu.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 -#: ../../godmode/extensions.php:169 -#: ../../include/class/ExternalTools.class.php:627 -#: ../../include/functions_menu.php:710 -#: ../../include/functions_reporting_html.php:3335 -#: ../../include/functions_reporting_html.php:6219 -msgid "Operation" -msgstr "Operació" +#: ../../extensions/module_groups.php:464 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cel · lular verd quan el grup de mòduls i l'agent tenen tots els mòduls en " +"estat OK" -#: ../../extensions/api_checker.php:299 -#: ../../godmode/agentes/fields_manager.php:152 -#: ../../godmode/agentes/agent_manager.php:376 -#: ../../godmode/agentes/module_manager_editor_common.php:199 -#: ../../godmode/alerts/alert_commands.php:1002 -#: ../../godmode/groups/modu_group_list.php:260 -#: ../../godmode/groups/group_list.php:1032 -#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 -#: ../../include/class/AlertsList.class.php:313 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 -#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 -#: ../../views/ITSM/ITSMTicketListView.php:77 -msgid "ID" -msgstr "Identificació" +#: ../../extensions/module_groups.php:465 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Cel · lular blau quan el grup de mòduls i l'agent tenen tots els mòduls en " +"l'estat no init." -#: ../../extensions/api_checker.php:304 -msgid "ID 2" -msgstr "ID 2" +#: ../../extensions/module_groups.php:471 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"Aquesta taula mostra les columnes del grup de mòduls i en les files del grup " +"agents. La cel · la de mostra tots els mòduls" -#: ../../extensions/api_checker.php:311 -msgid "Return Type" -msgstr "Tipus retornat" +#: ../../extensions/module_groups.php:472 +msgid "There are no defined groups or module groups" +msgstr "No hi ha grups definits o grups de mòduls" -#: ../../extensions/api_checker.php:316 -#: ../../godmode/groups/configure_group.php:266 -#: ../../godmode/massive/massive_edit_users.php:278 -#: ../../godmode/snmpconsole/snmp_alert.php:46 -#: ../../godmode/users/configure_user.php:61 -#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806 -#: ../../include/class/SnmpConsole.class.php:333 -#: ../../include/class/SnmpConsole.class.php:1406 -#: ../../include/class/SnmpConsole.class.php:1433 -#: ../../include/functions_graph.php:3444 -#: ../../operation/gis_maps/render_view.php:168 -#: ../../operation/users/user_edit.php:471 -msgid "Other" -msgstr "Altres" - -#: ../../extensions/api_checker.php:323 -msgid "Other Mode" -msgstr "Una altra manera de" - -#: ../../extensions/api_checker.php:337 -msgid "Raw URL" -msgstr "URL Raw" - -#: ../../extensions/api_checker.php:344 -msgid "Credentials" -msgstr "Cartes credencials" - -#: ../../extensions/api_checker.php:349 -msgid "Call parameters" -msgstr "Paràmetres de trucada" - -#: ../../extensions/api_checker.php:349 -msgid "Action: get Operation: module_last_value id: 63" -msgstr "Acció: obtenir Operació: module_last_value id: 63" - -#: ../../extensions/api_checker.php:356 -msgid "Custom URL" -msgstr "URL personalitzada" - -#: ../../extensions/api_checker.php:364 -msgid "Call" -msgstr "Trucar" - -#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 -#: ../../include/functions_db.php:1965 -#: ../../include/functions_reporting_html.php:5561 -#: ../../include/functions_reporting_html.php:5708 -#: ../../include/functions_reporting_html.php:6051 -#: ../../include/functions_reporting_html.php:6062 -msgid "Result" -msgstr "Resultant" - -#: ../../extensions/api_checker.php:378 -#: ../../godmode/events/event_responses.editor.php:229 -#: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/reporting/reporting_builder.item_editor.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 -#: ../../include/class/WelcomeWindow.class.php:713 -#: ../../include/functions_reporting_html.php:2283 -#: ../../operation/gis_maps/ajax.php:316 -msgid "URL" -msgstr "URL" - -#: ../../extensions/api_checker.php:395 -msgid "Hide URL" -msgstr "Amaga URL" - -#: ../../extensions/api_checker.php:399 -msgid "Show URL" -msgstr "Mostra URL" +#: ../../extensions/module_groups.php:492 +#: ../../godmode/groups/configure_modu_group.php:43 +#: ../../godmode/groups/modu_group_list.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:94 +#: ../../godmode/menu.php:189 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 +#: ../../operation/tree.php:103 ../../operation/tree.php:153 +msgid "Module groups" +msgstr "Grups de mòduls" #: ../../general/first_task/HA_cluster_builder.php:37 msgid "There are no HA clusters defined yet." @@ -2919,11 +2919,11 @@ msgstr "Encara no hi ha etiquetes definides." #: ../../include/lib/Dashboard/Widgets/tree_view.php:345 #: ../../include/functions_profile.php:205 #: ../../include/functions_treeview.php:151 -#: ../../include/functions_reporting_html.php:2439 -#: ../../include/functions_reporting_html.php:4966 #: ../../include/functions_events.php:263 #: ../../include/functions_events.php:333 #: ../../include/functions_events.php:5179 +#: ../../include/functions_reporting_html.php:2439 +#: ../../include/functions_reporting_html.php:4966 #: ../../mobile/operation/events.php:870 #: ../../operation/agentes/alerts_status.functions.php:160 #: ../../operation/agentes/group_view.php:246 @@ -2951,62 +2951,6 @@ msgstr "" "\t\t\t\t\t\t\t\tPer tant, l'accés d'un usuari es pot restringir a mòduls amb " "certes etiquetes." -#: ../../general/first_task/cluster_builder.php:45 -msgid "" -"A cluster is a group of devices that provide the same service in high " -"availability." -msgstr "" -"Un clúster és un grup de dispositius que proporcionen el mateix servei en " -"alta disponibilitat." - -#: ../../general/first_task/cluster_builder.php:47 -msgid "Depending on how they provide that service, we can find two types:" -msgstr "Depenent de com presten aquest servei, podem trobar dos tipus:" - -#: ../../general/first_task/cluster_builder.php:49 -#, fuzzy -msgid "" -"Clusters to balance the service load: these are active - active (A/A) mode " -"clusters. It means that all the nodes (or machines that compose it) are " -"working. They must be working because if one stops working, it will overload " -"the others." -msgstr "" -"Clústers per equilibrar la càrrega de servei:aquests són clústers de " -"mode actius (A/A). Això vol dir que tots els nodes (o màquines que el " -"componen) estan funcionant. Han d'estar treballant perquè si un deixa de " -"treballar, sobrecarregarà els altres." - -#: ../../general/first_task/cluster_builder.php:51 -#, fuzzy -msgid "" -"Clusters to guarantee service: these are active - passive (A/P) mode " -"clusters. It means that one of the nodes (or machines that make up the " -"cluster) will be running (primary) and another will not (secondary). When " -"the primary goes down, the secondary must take over and give the service " -"instead. Although many of the elements of this cluster are active-passive, " -"it will also have active elements in both of them that indicate that the " -"passive node is \"online\", so that in the case of a service failure in the " -"master, the active node collects this information." -msgstr "" -"Clústers per garantir el servei:són clústers de mode actius (A/P). " -"Això vol dir que un dels nodes (o màquines que componen el clúster) " -"s'executarà (primari) i un altre no (secundari). Quan el primari baixa, el " -"secundari ha de fer-se càrrec i donar el servei en el seu lloc. Encara que " -"molts dels elements d'aquest clúster són actius-passius, també tindrà " -"elements actius en tots dos que indiquen que el node passiu està \"en " -"línia\", de manera que en el cas d'una fallada de servei en el mestre, el " -"node actiu recull aquesta informació." - -#: ../../general/first_task/cluster_builder.php:59 -#, fuzzy -msgid "Create cluster" -msgstr "Crea un clúster" - -#: ../../general/first_task/cluster_builder.php:64 -#, fuzzy -msgid "There are no defined clusters" -msgstr "No hi ha usuaris definits" - #: ../../general/first_task/map_builder.php:38 #, php-format msgid "" @@ -3093,6 +3037,62 @@ msgstr "Configuració d'usuari" msgid "No services found" msgstr "No s'han definit serveis." +#: ../../general/first_task/cluster_builder.php:45 +msgid "" +"A cluster is a group of devices that provide the same service in high " +"availability." +msgstr "" +"Un clúster és un grup de dispositius que proporcionen el mateix servei en " +"alta disponibilitat." + +#: ../../general/first_task/cluster_builder.php:47 +msgid "Depending on how they provide that service, we can find two types:" +msgstr "Depenent de com presten aquest servei, podem trobar dos tipus:" + +#: ../../general/first_task/cluster_builder.php:49 +#, fuzzy +msgid "" +"Clusters to balance the service load: these are active - active (A/A) mode " +"clusters. It means that all the nodes (or machines that compose it) are " +"working. They must be working because if one stops working, it will overload " +"the others." +msgstr "" +"Clústers per equilibrar la càrrega de servei:aquests són clústers de " +"mode actius (A/A). Això vol dir que tots els nodes (o màquines que el " +"componen) estan funcionant. Han d'estar treballant perquè si un deixa de " +"treballar, sobrecarregarà els altres." + +#: ../../general/first_task/cluster_builder.php:51 +#, fuzzy +msgid "" +"Clusters to guarantee service: these are active - passive (A/P) mode " +"clusters. It means that one of the nodes (or machines that make up the " +"cluster) will be running (primary) and another will not (secondary). When " +"the primary goes down, the secondary must take over and give the service " +"instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the " +"passive node is \"online\", so that in the case of a service failure in the " +"master, the active node collects this information." +msgstr "" +"Clústers per garantir el servei:són clústers de mode actius (A/P). " +"Això vol dir que un dels nodes (o màquines que componen el clúster) " +"s'executarà (primari) i un altre no (secundari). Quan el primari baixa, el " +"secundari ha de fer-se càrrec i donar el servei en el seu lloc. Encara que " +"molts dels elements d'aquest clúster són actius-passius, també tindrà " +"elements actius en tots dos que indiquen que el node passiu està \"en " +"línia\", de manera que en el cas d'una fallada de servei en el mestre, el " +"node actiu recull aquesta informació." + +#: ../../general/first_task/cluster_builder.php:59 +#, fuzzy +msgid "Create cluster" +msgstr "Crea un clúster" + +#: ../../general/first_task/cluster_builder.php:64 +#, fuzzy +msgid "There are no defined clusters" +msgstr "No hi ha usuaris definits" + #: ../../general/first_task/custom_graphs.php:18 #, fuzzy, php-format msgid "" @@ -3124,10 +3124,7 @@ msgstr "Crea un gràfic personalitzat" #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119 -#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176 -#: ../../mobile/operation/events.php:769 #: ../../mobile/operation/module_data.php:107 -#: ../../mobile/operation/modules.php:218 #: ../../mobile/operation/server_status.php:209 #: ../../mobile/operation/tactical.php:79 #: ../../mobile/operation/visualmaps.php:159 @@ -3135,7 +3132,9 @@ msgstr "Crea un gràfic personalitzat" #: ../../mobile/operation/module_graph.php:256 #: ../../mobile/operation/visualmap.php:184 #: ../../mobile/operation/services.php:68 -#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285 +#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187 +#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769 +#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285 msgid "You don't have access to this page" msgstr "No tens permís per veure aquesta pàgina" @@ -3177,16 +3176,15 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1603 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/class/SatelliteAgent.class.php:212 -#: ../../include/class/CalendarManager.class.php:1086 -#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/SnmpConsole.class.php:387 #: ../../include/class/AgentWizard.class.php:2785 +#: ../../include/class/CalendarManager.class.php:1086 +#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp.php:358 #: ../../include/functions_snmp_browser.php:1044 #: ../../include/functions_snmp_browser.php:1693 -#: ../../mobile/operation/agent.php:323 +#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323 #: ../../operation/agentes/estado_agente.php:377 #: ../../operation/agentes/agent_inventory.php:153 #: ../../operation/agentes/status_monitor.php:927 @@ -3782,9 +3780,9 @@ msgstr "" #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3793,9 +3791,9 @@ msgstr "" #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -4216,7 +4214,6 @@ msgstr "Editar el meu usuari" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4225,6 +4222,7 @@ msgstr "Editar el meu usuari" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4237,9 +4235,9 @@ msgstr "Editar el meu usuari" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4278,20 +4276,20 @@ msgstr "Editar el meu usuari" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4308,8 +4306,6 @@ msgstr "Editar el meu usuari" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4346,20 +4342,20 @@ msgstr "Envia" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4414,201 +4410,6 @@ msgstr "Esteu segur que voleu cancel·lar aquest tutorial?" msgid "Close wizard" msgstr "No assistent" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"No hi ha cap mapa per defecte. Aneu a la configuració per definir un mapa " -"per defecte." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"No hi ha dades de SIG per a aquest agent, pel que és col · locada en la " -"posició per defecte del mapa." - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"Quan canvieu la posició de l'agent, l'agent activa automàticament l'opció " -"\"Ignora les dades gis noves\"." - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "Posició d'agent" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "Latitude " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "Longitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "Altitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -#, fuzzy -msgid "Ignore new GIS data" -msgstr "No feu cas de noves dades de SIG:" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "Sí" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "No" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "Actualitzar" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "Error en afegir mòduls" @@ -4642,12 +4443,11 @@ msgstr "Assigna" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4661,17 +4461,17 @@ msgstr "Nom del mòdul" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4689,10 +4489,10 @@ msgstr "Nom del mòdul" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4703,21 +4503,21 @@ msgstr "Nom del mòdul" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4732,11 +4532,11 @@ msgstr "Tipus" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4745,18 +4545,18 @@ msgstr "Tipus" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4794,9 +4594,9 @@ msgstr "Tipus" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4804,7 +4604,6 @@ msgstr "Tipus" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4813,6 +4612,7 @@ msgstr "Tipus" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4871,10 +4671,9 @@ msgstr "Descripció" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4889,9 +4688,9 @@ msgstr "Acció" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4908,11 +4707,11 @@ msgstr "Acció" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4939,10 +4738,10 @@ msgstr "Acció" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4953,28 +4752,28 @@ msgstr "Acció" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -5012,10 +4811,10 @@ msgstr "Esborrar" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -5064,9 +4863,9 @@ msgstr "Força la clau primària" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5168,10 +4967,10 @@ msgstr "No s'ha trobat networkmap." #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5187,13 +4986,13 @@ msgstr "No s'ha trobat networkmap." #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5209,27 +5008,29 @@ msgstr "No s'ha trobat networkmap." #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5239,9 +5040,6 @@ msgstr "No s'ha trobat networkmap." #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5355,8 +5153,8 @@ msgstr "Tipus de servidor" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5381,9 +5179,9 @@ msgstr "Tipus de servidor" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5404,22 +5202,21 @@ msgstr "Interval" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5428,9 +5225,12 @@ msgstr "Interval" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5445,19 +5245,22 @@ msgstr "Interval" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5474,12 +5277,6 @@ msgstr "Interval" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5528,24 +5325,23 @@ msgstr "Atenció." #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5581,6 +5377,87 @@ msgstr "Eliminar camps per seleccionar" msgid "Fields selected" msgstr "Els camps seleccionats" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "Actualitzar" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5629,7 +5506,6 @@ msgstr "Els camps seleccionats" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5641,12 +5517,6 @@ msgstr "Els camps seleccionats" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5662,6 +5532,13 @@ msgstr "Els camps seleccionats" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5697,15 +5574,17 @@ msgstr "Els camps seleccionats" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5716,16 +5595,18 @@ msgstr "Els camps seleccionats" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5733,10 +5614,6 @@ msgstr "Els camps seleccionats" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5782,15 +5659,15 @@ msgstr "Els camps seleccionats" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5852,8 +5729,8 @@ msgstr "Agents de duana gerent camps" #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5935,16 +5812,16 @@ msgstr "" #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5969,9 +5846,9 @@ msgstr "Magatzem de credencials" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "Comunitat SNMP" @@ -5979,9 +5856,9 @@ msgstr "Comunitat SNMP" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "SNMP verssió" @@ -6031,9 +5908,9 @@ msgstr "La longitud del pas ha de ser mínim de vuit caràcters." #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "mètode de privacitat" @@ -6059,9 +5936,9 @@ msgstr "AES" #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Passada de privacitat" @@ -6076,9 +5953,9 @@ msgstr "Mètode d'autenticació" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -6095,9 +5972,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Nivell de seguretat" @@ -6130,8 +6007,8 @@ msgstr "Autenticació i el mètode privacitat" #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6438,9 +6315,9 @@ msgstr "No esborrat. Error esborran dades" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "A" @@ -6477,9 +6354,9 @@ msgid "Execution type" msgstr "Tipus d'execució" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6522,8 +6399,8 @@ msgstr "Qualsevol" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6537,13 +6414,13 @@ msgstr "Qualsevol" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6563,13 +6440,13 @@ msgstr "Qualsevol" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6609,13 +6486,12 @@ msgstr "Execució" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6653,11 +6529,11 @@ msgid "Copy" msgstr "Copia" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6714,24 +6590,19 @@ msgstr "Nombre de mòduls afectats" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6771,11 +6642,16 @@ msgstr "Nombre de mòduls afectats" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6953,9 +6829,9 @@ msgstr "Error mòdul d'Inventari" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -7092,475 +6968,13 @@ msgid "Plugin server module" msgstr "Mòdul de servidor Plugin" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "Complement" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "Custom ID" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "Agent icona" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "Nom de l'Agent" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:393 -#, fuzzy -msgid "Edit agent name" -msgstr "Agent Edita" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "Àlies" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "Utilitzar àlies com a nom" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "Aquest agent pot ser configurat en remot" - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "Adreça (IP)" - -#: ../../godmode/agentes/agent_manager.php:439 -#, fuzzy -msgid "Check unique IP" -msgstr "IP única" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -#, fuzzy -msgid "Delete selected IPs" -msgstr "Suprimeix els seleccionats" - -#: ../../godmode/agentes/agent_manager.php:478 -#, fuzzy -msgid "Fix IP address" -msgstr "Adreça IP" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:483 -#, fuzzy -msgid "IP Address list" -msgstr "Adreça (IP)" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "Grup primari" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "S.O." - -#: ../../godmode/agentes/agent_manager.php:607 -#, fuzzy -msgid "OS version" -msgstr "Versió SQL" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "Servidor" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:746 -msgid "Enable security hardening monitoring" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:759 -#, fuzzy -msgid "Enable log collection" -msgstr "Mida de la recollida" - -#: ../../godmode/agentes/agent_manager.php:773 -#, fuzzy -msgid "Enable inventory" -msgstr "Inventari de sincronització" - -#: ../../godmode/agentes/agent_manager.php:791 -#, fuzzy -msgid "Pandora RC connected with id " -msgstr "S'ha produït un error en connectar amb %s de node." - -#: ../../godmode/agentes/agent_manager.php:800 -#, fuzzy -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "Aquest agent no té cap monitors actius." - -#: ../../godmode/agentes/agent_manager.php:806 -#, fuzzy -msgid "Enable remote control" -msgstr "Últim contacte remot" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:823 -#, fuzzy -msgid "Remote config is enabled only in the Enteprise version" -msgstr "Aquestes opcions només són efectives en la versió Enterprise." - -#: ../../godmode/agentes/agent_manager.php:833 -#, fuzzy -msgid "Basic options" -msgstr "Opcions bàsiques" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "Grups secundaris" - -#: ../../godmode/agentes/agent_manager.php:866 -#, fuzzy -msgid "Agent parent" -msgstr "Defineix l'element principal" - -#: ../../godmode/agentes/agent_manager.php:894 -#, fuzzy -msgid "Cascade protection modules" -msgstr "Protecció Cascade" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "Mode d'aprenentatge" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "Mode normal" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "Mode autodissenyable" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "Definición del mòdul" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "Serveis de protecció en cascada" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:958 -#, fuzzy -msgid "Update new GIS data" -msgstr "Actualitza les noves dades del SIG:" - -#: ../../godmode/agentes/agent_manager.php:1034 -#, fuzzy -msgid "URL Address" -msgstr "Adreça" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "Mode inhabilitat" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "Esborreu el fitxer de configuració remota" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "Configuració remota" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "Mode d'operació segur" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "Desabilitat" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "Activat" - -#: ../../godmode/agentes/agent_manager.php:1134 -#, fuzzy -msgid "Use global settings" -msgstr "Utilitza conf mundial" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -#, fuzzy -msgid "Ignore unknown" -msgstr "Supervisar desconegut" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1218 -#, fuzzy -msgid "Link text:" -msgstr "Nom de l'enllaç" - -#: ../../godmode/agentes/agent_manager.php:1229 -#, fuzzy -msgid "Link URL:" -msgstr "Enllaç" - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "Eliminar agent" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -#, fuzzy -msgid "This agent belongs to the clusters" -msgstr "Aquest agent té altres IPs" - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -#, fuzzy -msgid "This action is not reversible. Are you sure?" -msgstr "" -"Aquesta acció sobreescriu la configuració del dispositiu amb la còpia de " -"seguretat més recent. N'estàs segur?" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "El grup secundari tampoc no pot ser primari." - -#: ../../godmode/agentes/agent_manager.php:1554 -#, fuzzy -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "" -"Aquesta actualització no es correspon amb la següent versió de %s. Esteu " -"segur que el voleu instal·lar?" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7607,6 +7021,25 @@ msgstr "" msgid "P" msgstr "Adreça IP" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "Servidor" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 #, fuzzy @@ -7666,6 +7099,35 @@ msgstr "Duplica" msgid "Normalize" msgstr "Normalitzar" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "Desabilitat" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7711,650 +7173,6 @@ msgstr "" msgid "Delete module" msgstr "Eliminar mòdul" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "Configuració manual" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "No s'ha trobat cap component" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "L'ús de components del mòdul" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "Sense assignar" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -msgid "Warning threshold" -msgstr "Llindar d'advertiment" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "Normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "Interval d'Inverse" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -#, fuzzy -msgid "Percentage" -msgstr "Percentatge" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "Str" - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -#, fuzzy -msgid "Change to critical status after" -msgstr "Cap a un estat crític" - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -#, fuzzy -msgid "intervals in warning status." -msgstr "Hora en estat d'avís" - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -msgid "Critical threshold" -msgstr "Llindar crític" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "Les dades històriques" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent interval de x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "Defecte" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -#, fuzzy -msgid "Identification and Categorization" -msgstr "Identification_reminder" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "Categoria" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "Etiquetes disponibles" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "Afegeix etiquetes al mòdul" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "Element principal del mòdul" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "Etiquetes de la política" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "Desconegut instruccions" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "Instruccions crítics" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "Indicacions d'advertència" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -#, fuzzy -msgid "Execution interval" -msgstr "Interval d'avaluació" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron de" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron a" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -#, fuzzy -msgid "Thresholds and state changes" -msgstr "Hi ha canvis db" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "Valor mínim" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "Valor màxim" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "Interval llindar dinàmic" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "Mín." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "Màx." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -#, fuzzy -msgid "Two Tailed" -msgstr "Dinàmica de dues cues: " - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "FF llindar" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "Tot l'estat canvia" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "Cada estat canvia" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -#, fuzzy -msgid "Change all states" -msgstr "Canviar l'estat" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "A la normalitat" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "Per advertiment" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "A crític" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "Interval de FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "Temps d'espera FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "Conserva comptadors" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -#, fuzzy -msgid "Data and their processing" -msgstr " a aquest procés" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "Unitat" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "postprocess" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -#, fuzzy -msgid "MADE enabled" -msgstr "WMI habilitat" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -#, fuzzy -msgid "Notifications and alerts" -msgstr "Notificacions" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "Objectiu d'exportació" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "No cal" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "Descarta esdeveniments desconeguts" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "Serveis de protecció en cascada" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "Temps d'espera" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "Reintents" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "Valor" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "Directe" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "Commutació d'error" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "Rel. tipus" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "Afegeix una relació" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "Canvis" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "Estat normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "Estat de l'advertiment" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "Estat crític" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "Introduïu un avís màxim superior a l'avís de minimun" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "Introduïu un màxim crític superior al mínim crític" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -#, fuzzy -msgid "Please introduce a positive percentage value" -msgstr "Introduïu un valor màxim SLA superior al valor min SLA" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8540,13 +7358,13 @@ msgstr "No pot se creat" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8588,60 +7406,60 @@ msgstr "Tipus Periodicitat:" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "Dl" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "Dt" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "Dc" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "Dj" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "dv" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "Ds" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "Dg" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 msgid "From day" msgstr "Des del primer dia" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "Per dies" @@ -8660,6 +7478,18 @@ msgstr "L'hora d'acabament ha de ser superior a l'hora d'inici" msgid "To hour" msgstr "Per hores:" +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron de" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron a" + #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" msgstr "Configurar el temps" @@ -8699,6 +7529,32 @@ msgstr "Agents previstes per a aquest temps d'inactivitat" msgid "There are no agents" msgstr "No hi ha agents" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "S.O." + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "Totes les alertes" @@ -8802,15 +7658,15 @@ msgstr "Veure" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8892,6 +7748,16 @@ msgstr "Assistent Interfícies SNMP" msgid "WMI Wizard" msgstr "Assistent de WMI" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "Configuració remota" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 msgid "Network config manager" @@ -9295,10 +8161,10 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "Àlies d'agent" @@ -9336,6 +8202,18 @@ msgstr "Desactivareu un agent de clúster. N'estàs segur?" msgid "You are going to delete a cluster agent" msgstr "Habilitareu un agent de clúster. N'estàs segur?" +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +#, fuzzy +msgid "This agent belongs to the clusters" +msgstr "Aquest agent té altres IPs" + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "Eliminar agent" + #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 #: ../../operation/agentes/estado_agente.php:1362 @@ -9356,6 +8234,1123 @@ msgstr "No hi ha agents definits" msgid "Deploy agent" msgstr "Eliminar agent" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"No hi ha cap mapa per defecte. Aneu a la configuració per definir un mapa " +"per defecte." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"No hi ha dades de SIG per a aquest agent, pel que és col · locada en la " +"posició per defecte del mapa." + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Quan canvieu la posició de l'agent, l'agent activa automàticament l'opció " +"\"Ignora les dades gis noves\"." + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "Posició d'agent" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "Latitude " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "Longitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "Altitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +#, fuzzy +msgid "Ignore new GIS data" +msgstr "No feu cas de noves dades de SIG:" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "Sí" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "No" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "Custom ID" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "Agent icona" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "Nom de l'Agent" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:393 +#, fuzzy +msgid "Edit agent name" +msgstr "Agent Edita" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "Àlies" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "Utilitzar àlies com a nom" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "Aquest agent pot ser configurat en remot" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "Adreça (IP)" + +#: ../../godmode/agentes/agent_manager.php:439 +#, fuzzy +msgid "Check unique IP" +msgstr "IP única" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +#, fuzzy +msgid "Delete selected IPs" +msgstr "Suprimeix els seleccionats" + +#: ../../godmode/agentes/agent_manager.php:478 +#, fuzzy +msgid "Fix IP address" +msgstr "Adreça IP" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:483 +#, fuzzy +msgid "IP Address list" +msgstr "Adreça (IP)" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "Grup primari" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:607 +#, fuzzy +msgid "OS version" +msgstr "Versió SQL" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:746 +msgid "Enable security hardening monitoring" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:759 +#, fuzzy +msgid "Enable log collection" +msgstr "Mida de la recollida" + +#: ../../godmode/agentes/agent_manager.php:773 +#, fuzzy +msgid "Enable inventory" +msgstr "Inventari de sincronització" + +#: ../../godmode/agentes/agent_manager.php:791 +#, fuzzy +msgid "Pandora RC connected with id " +msgstr "S'ha produït un error en connectar amb %s de node." + +#: ../../godmode/agentes/agent_manager.php:800 +#, fuzzy +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "Aquest agent no té cap monitors actius." + +#: ../../godmode/agentes/agent_manager.php:806 +#, fuzzy +msgid "Enable remote control" +msgstr "Últim contacte remot" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:823 +#, fuzzy +msgid "Remote config is enabled only in the Enteprise version" +msgstr "Aquestes opcions només són efectives en la versió Enterprise." + +#: ../../godmode/agentes/agent_manager.php:833 +#, fuzzy +msgid "Basic options" +msgstr "Opcions bàsiques" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "Grups secundaris" + +#: ../../godmode/agentes/agent_manager.php:866 +#, fuzzy +msgid "Agent parent" +msgstr "Defineix l'element principal" + +#: ../../godmode/agentes/agent_manager.php:894 +#, fuzzy +msgid "Cascade protection modules" +msgstr "Protecció Cascade" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "Mode d'aprenentatge" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "Mode normal" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "Mode autodissenyable" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "Definición del mòdul" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "Serveis de protecció en cascada" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:958 +#, fuzzy +msgid "Update new GIS data" +msgstr "Actualitza les noves dades del SIG:" + +#: ../../godmode/agentes/agent_manager.php:1034 +#, fuzzy +msgid "URL Address" +msgstr "Adreça" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "Mode inhabilitat" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "Esborreu el fitxer de configuració remota" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "Mode d'operació segur" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "Activat" + +#: ../../godmode/agentes/agent_manager.php:1134 +#, fuzzy +msgid "Use global settings" +msgstr "Utilitza conf mundial" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +#, fuzzy +msgid "Ignore unknown" +msgstr "Supervisar desconegut" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1218 +#, fuzzy +msgid "Link text:" +msgstr "Nom de l'enllaç" + +#: ../../godmode/agentes/agent_manager.php:1229 +#, fuzzy +msgid "Link URL:" +msgstr "Enllaç" + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +#, fuzzy +msgid "This action is not reversible. Are you sure?" +msgstr "" +"Aquesta acció sobreescriu la configuració del dispositiu amb la còpia de " +"seguretat més recent. N'estàs segur?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "El grup secundari tampoc no pot ser primari." + +#: ../../godmode/agentes/agent_manager.php:1554 +#, fuzzy +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "" +"Aquesta actualització no es correspon amb la següent versió de %s. Esteu " +"segur que el voleu instal·lar?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "Configuració manual" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "No s'ha trobat cap component" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "L'ús de components del mòdul" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "Sense assignar" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +msgid "Warning threshold" +msgstr "Llindar d'advertiment" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "Normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "Interval d'Inverse" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +#, fuzzy +msgid "Percentage" +msgstr "Percentatge" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "Str" + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +#, fuzzy +msgid "Change to critical status after" +msgstr "Cap a un estat crític" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +#, fuzzy +msgid "intervals in warning status." +msgstr "Hora en estat d'avís" + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +msgid "Critical threshold" +msgstr "Llindar crític" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "Les dades històriques" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent interval de x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "Defecte" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +#, fuzzy +msgid "Identification and Categorization" +msgstr "Identification_reminder" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "Categoria" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "Etiquetes disponibles" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "Afegeix etiquetes al mòdul" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "Element principal del mòdul" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "Etiquetes de la política" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "Desconegut instruccions" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "Instruccions crítics" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "Indicacions d'advertència" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +#, fuzzy +msgid "Execution interval" +msgstr "Interval d'avaluació" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +#, fuzzy +msgid "Thresholds and state changes" +msgstr "Hi ha canvis db" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "Valor mínim" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "Valor màxim" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "Interval llindar dinàmic" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "Mín." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "Màx." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +#, fuzzy +msgid "Two Tailed" +msgstr "Dinàmica de dues cues: " + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "FF llindar" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "Tot l'estat canvia" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "Cada estat canvia" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +#, fuzzy +msgid "Change all states" +msgstr "Canviar l'estat" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "A la normalitat" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "Per advertiment" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "A crític" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "Interval de FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "Temps d'espera FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "Conserva comptadors" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +#, fuzzy +msgid "Data and their processing" +msgstr " a aquest procés" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "Unitat" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "postprocess" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +#, fuzzy +msgid "MADE enabled" +msgstr "WMI habilitat" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +#, fuzzy +msgid "Notifications and alerts" +msgstr "Notificacions" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "Objectiu d'exportació" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "No cal" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "Descarta esdeveniments desconeguts" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "Serveis de protecció en cascada" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "Temps d'espera" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "Reintents" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "Valor" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "Directe" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "Commutació d'error" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "Rel. tipus" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "Afegeix una relació" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "Canvis" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "Estat normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "Estat de l'advertiment" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "Estat crític" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "Introduïu un avís màxim superior a l'avís de minimun" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "Introduïu un màxim crític superior al mínim crític" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +#, fuzzy +msgid "Please introduce a positive percentage value" +msgstr "Introduïu un valor màxim SLA superior al valor min SLA" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "Configurar el comandament d'alerta" @@ -9420,9 +9415,9 @@ msgstr "Crear Comando" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "Llindar" @@ -9463,10 +9458,8 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9475,6 +9468,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "Enrere" @@ -9577,8 +9572,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "Avançat" @@ -9641,9 +9636,8 @@ msgstr "No hi ha ordres d'alerta configurades" #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9750,11 +9744,10 @@ msgstr "Llindar de temps" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "Desde" @@ -9768,11 +9761,11 @@ msgstr "Desde" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "a" @@ -9894,10 +9887,10 @@ msgstr "Alternar filtre (s)" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "Plantilla" @@ -9915,12 +9908,12 @@ msgstr "Operacions" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Alerta produïda" @@ -9935,9 +9928,8 @@ msgstr "temps(s)" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "Alerta deshabilitada" @@ -9946,9 +9938,9 @@ msgstr "Alerta deshabilitada" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "Alert no produïda" @@ -10003,11 +9995,11 @@ msgstr "Nombre d'alertes d'acord a" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "Vols activar-lo" @@ -10167,9 +10159,9 @@ msgstr "Nombre d'alertes" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" msgstr "Min" @@ -10179,9 +10171,9 @@ msgstr "Min" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" msgstr "Max" @@ -10335,7 +10327,7 @@ msgstr "Pas" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "Informació general." @@ -10586,8 +10578,8 @@ msgstr "Detalls" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10606,57 +10598,12 @@ msgstr "Agents per moure's" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "Alerta" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "Últimes valor" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "Crear acció" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "Crear plantilla" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "" - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "Conjunt d'acabats i visualitzacions" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "Afegir Alerta" - -#: ../../godmode/alerts/alert_list.builder.php:302 -#, fuzzy -msgid "Please select an item" -msgstr "Seleccioneu un agent." - -#: ../../godmode/alerts/alert_list.builder.php:303 -#, fuzzy -msgid "Please select a template" -msgstr "Si us plau, seleccioneu qualsevol element que voleu suprimir" - -#: ../../godmode/alerts/alert_list.builder.php:304 -#, fuzzy -msgid "Please select an agent" -msgstr "Seleccioneu un agent." - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "Ja s'ha afegit" @@ -10718,6 +10665,50 @@ msgstr "Generador d'alerta" msgid "Manage alerts" msgstr "Gestionar Alertes" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "Últimes valor" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "Crear acció" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "Crear plantilla" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "Conjunt d'acabats i visualitzacions" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "Afegir Alerta" + +#: ../../godmode/alerts/alert_list.builder.php:302 +#, fuzzy +msgid "Please select an item" +msgstr "Seleccioneu un agent." + +#: ../../godmode/alerts/alert_list.builder.php:303 +#, fuzzy +msgid "Please select a template" +msgstr "Si us plau, seleccioneu qualsevol element que voleu suprimir" + +#: ../../godmode/alerts/alert_list.builder.php:304 +#, fuzzy +msgid "Please select an agent" +msgstr "Seleccioneu un agent." + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10801,9 +10792,9 @@ msgid "Max. time before compact data" msgstr "Max. temps abans de compactar dades" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "dies" @@ -10820,8 +10811,8 @@ msgstr "Estadístiques mida de base de dades" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10829,7 +10820,7 @@ msgstr "Total d'agents" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "Total d'esdeveniments" @@ -10869,8 +10860,8 @@ msgstr "L'última vegada en Manteniment de DB" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10914,8 +10905,8 @@ msgstr "La resposta no pot ser eliminat" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10942,13 +10933,12 @@ msgstr "Respostes" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "Events" @@ -11020,18 +11010,18 @@ msgstr "Nom del mòdul" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -11133,11 +11123,11 @@ msgstr "Identificador personalitzat del mòdul" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "Dades personalitzats" @@ -11174,12 +11164,11 @@ msgstr "No actualitzat. Error actualitzant dades" #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "Nom del filtre" @@ -11217,7 +11206,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11255,8 +11244,8 @@ msgstr "Agent de recerca" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11860,8 +11849,8 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11877,8 +11866,8 @@ msgstr "Visualització de grup d'arbres" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -12015,9 +12004,9 @@ msgstr "Mòduls totals" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -12034,8 +12023,8 @@ msgstr "Total" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12405,7 +12394,7 @@ msgstr "Nom del perfil" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "Usuaris" @@ -12415,86 +12404,6 @@ msgstr "Usuaris" msgid "Show all groups" msgstr "Mostra tots els mòduls" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "S'ha produït un error en recuperar les macros del connector" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "S'ha produït un error en recuperar les macros modificades" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "S'ha produït un error en recuperar les macros del connector del mòdul" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "" -"S'ha produït un error en recuperar les dades de macros del connector del " -"mòdul" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "S'ha produït un error en crear les macros noves" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "%d mòduls actualitzats" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "No hi ha connectors registrats" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "Les dades del connector no són vàlides" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "Esborrar" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "La matriu de macros no és vàlida" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "Múltiples valors" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "La matriu d'agents no és vàlida" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "L'element agent no és vàlid" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "La matriu de mòduls no és vàlida" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "L'element del mòdul no és vàlid" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "No hi ha mòduls que utilitzin aquest connector" - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "Operacions massives" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "" -"S'ha produït un problema en carregar les dades de macros del connector del " -"mòdul" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "Alertes activades" @@ -12598,214 +12507,6 @@ msgstr "" msgid "Successfully deleted (%s)" msgstr "Eliminat correctament ( %s )" -#: ../../godmode/massive/massive_edit_users.php:153 -#, fuzzy, php-format -msgid "Users updated successfully (%s)" -msgstr "Els agents s'han actualitzat correctament (%d)" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, fuzzy, php-format -msgid "Users cannot be updated (%s)" -msgstr "Els agents no poden ser actualitzats" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "Llengua" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "Sense canvis" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "Pantalla d'inici" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" -"L'usuari pot personalitzar la pàgina inicial. Per defecte, es mostrarà " -"\"Detall de l'agent\". Exemple: seleccioneu \"Altres\" i escriviu l'índex." -"php?sec=estado&sec2=operació/agents/ver_agente&id_agente=1 per mostrar la " -"visualització de detalls de l'agent" - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "Visual consola" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "Vista tàctica" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "Detalls de l'alerta" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "Consola" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "Filtre d'esdeveniments" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "Autorefresc" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "Això activarà autorefresh a les pàgines seleccionades" - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "Llista completa de pàgines" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "Empeny les pàgines seleccionades a la llista d'autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "Pàgines seleccionades pop fora de la llista autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "Llista de pàgines amb autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "Temps autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" -"Interval d'autorefresh dels elements, per defecte són de 30 segons, " -"necessitant habilitar primer l'autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "Zona horària" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "La zona horària ha de ser la del servidor associat." - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "No hi ha valors canviats" @@ -12842,6 +12543,55 @@ msgstr "Els agents no poden ser actualitzats" msgid "Cascade protection" msgstr "Protecció Cascade" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "Sense canvis" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" msgstr "Afegir grups secundaris" @@ -13059,6 +12809,245 @@ msgstr "Windows" msgid "Target OS" msgstr "Sistema operatiu de destinació" +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "S'ha produït un error en recuperar les macros del connector" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "S'ha produït un error en recuperar les macros modificades" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "S'ha produït un error en recuperar les macros del connector del mòdul" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "" +"S'ha produït un error en recuperar les dades de macros del connector del " +"mòdul" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "S'ha produït un error en crear les macros noves" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "%d mòduls actualitzats" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "No hi ha connectors registrats" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "Les dades del connector no són vàlides" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "Esborrar" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "La matriu de macros no és vàlida" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "Múltiples valors" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "La matriu d'agents no és vàlida" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "L'element agent no és vàlid" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "La matriu de mòduls no és vàlida" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "L'element del mòdul no és vàlid" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "No hi ha mòduls que utilitzin aquest connector" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "Operacions massives" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "" +"S'ha produït un problema en carregar les dades de macros del connector del " +"mòdul" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, fuzzy, php-format +msgid "Users updated successfully (%s)" +msgstr "Els agents s'han actualitzat correctament (%d)" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, fuzzy, php-format +msgid "Users cannot be updated (%s)" +msgstr "Els agents no poden ser actualitzats" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "Llengua" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "Pantalla d'inici" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" +msgstr "" +"L'usuari pot personalitzar la pàgina inicial. Per defecte, es mostrarà " +"\"Detall de l'agent\". Exemple: seleccioneu \"Altres\" i escriviu l'índex." +"php?sec=estado&sec2=operació/agents/ver_agente&id_agente=1 per mostrar la " +"visualització de detalls de l'agent" + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "Visual consola" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "Vista tàctica" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "Detalls de l'alerta" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "Consola" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "Filtre d'esdeveniments" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "Autorefresc" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "Això activarà autorefresh a les pàgines seleccionades" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "Llista completa de pàgines" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "Empeny les pàgines seleccionades a la llista d'autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "Pàgines seleccionades pop fora de la llista autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "Llista de pàgines amb autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "Temps autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Interval d'autorefresh dels elements, per defecte són de 30 segons, " +"necessitant habilitar primer l'autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "Zona horària" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "La zona horària ha de ser la del servidor associat." + #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" msgstr "Afegeix un avís massiu" @@ -13359,54 +13348,6 @@ msgstr "" msgid "You can find more information at:" msgstr "Podeu trobar més informació a:" -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Mòdul de gestió" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Deixa en blanc els mòduls d'inventari LOCAL" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -#, fuzzy -msgid "Separate fields with" -msgstr "camps separats amb " - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "Mode de bloc" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -#, fuzzy -msgid "Script mode" -msgstr "Detalls de l'script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -#, fuzzy -msgid "Use inline code" -msgstr "Usuaris en línia" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "Camí de l' script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "Cod" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Aquí es col·loca l'script per als mòduls d'inventari REMOT Els mòduls " -"d'inventari local no utilitzen aquest camp" - #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" msgstr "Actualitza el component del grup" @@ -13533,6 +13474,12 @@ msgstr "Escaneig" msgid "Field value" msgstr "Valor del camp" +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "Mòdul de gestió" + #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 #: ../../include/class/ModuleTemplates.class.php:199 @@ -13557,57 +13504,6 @@ msgstr "Aquesta plantilla no existeix" msgid "There are no defined network profiles" msgstr "No hi ha perfils de xarxa definits" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "Mòdul eliminat correctament del perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "Error mòdul d'eliminació del perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "Mòdul agregat amb èxit al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "Error en afegir al mòdul de perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "Perfil de xarxa s'ha actualitzat correctament" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "Error en actualitzar el perfil de xarxa" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "Perfil de xarxa agregat amb èxit" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "Error en afegir el perfil de xarxa" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "No es pot crear una plantilla sense nom" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "Sense mòduls per aquest perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "Afegir mòduls" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "Components" - #: ../../godmode/modules/module_list.php:45 #, fuzzy msgid "Defined module types" @@ -13729,6 +13625,48 @@ msgstr "Crear una nova Component WMI" msgid "Create a new wizard component" msgstr "Crea un component auxiliar nou" +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Deixa en blanc els mòduls d'inventari LOCAL" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +#, fuzzy +msgid "Separate fields with" +msgstr "camps separats amb " + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "Mode de bloc" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +#, fuzzy +msgid "Script mode" +msgstr "Detalls de l'script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +#, fuzzy +msgid "Use inline code" +msgstr "Usuaris en línia" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "Camí de l' script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "Cod" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Aquí es col·loca l'script per als mòduls d'inventari REMOT Els mòduls " +"d'inventari local no utilitzen aquest camp" + #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" msgstr "Llindar dinàmic d'opcions avançades" @@ -13750,6 +13688,57 @@ msgstr "Eliminar etiquetes de mòdul" msgid "Tags selected" msgstr "Etiquetes seleccionades" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Mòdul eliminat correctament del perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "Error mòdul d'eliminació del perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Mòdul agregat amb èxit al perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Error en afegir al mòdul de perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "Perfil de xarxa s'ha actualitzat correctament" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "Error en actualitzar el perfil de xarxa" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "Perfil de xarxa agregat amb èxit" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "Error en afegir el perfil de xarxa" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "No es pot crear una plantilla sense nom" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "Sense mòduls per aquest perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "Afegir mòduls" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "Components" + #: ../../godmode/netflow/nf_edit.php:50 #, fuzzy msgid "Manage Filters" @@ -13766,8 +13755,8 @@ msgstr "Afegir filtre" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -14084,9 +14073,8 @@ msgstr "Personalitzada" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "Una hora" @@ -14106,7 +14094,7 @@ msgstr "%s hores" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1 dia" @@ -14124,7 +14112,7 @@ msgstr "%s dies" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1 setmana" @@ -14139,7 +14127,7 @@ msgstr "15 dies" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "Un mes" @@ -14214,7 +14202,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "Selecciona un Agent primer" @@ -14259,7 +14247,7 @@ msgstr "Gràfic simple" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "Gràfic personalitzat" @@ -14268,12 +14256,12 @@ msgstr "Gràfic personalitzat" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "Etiqueta" @@ -14360,9 +14348,9 @@ msgstr "Nom o descripció" #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14555,6 +14543,8 @@ msgid "Scheduled" msgstr "Programat" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 #, fuzzy msgid "Console" msgstr " Consola" @@ -15105,11 +15095,11 @@ msgid "Are you sure to add many elements\\nin visual map?" msgstr "Esteu segur afegir molts elements \\cap mapa visual?" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "Carregant ..." @@ -15305,7 +15295,10 @@ msgstr "Si us plau, escolliu un mòdul" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -msgid "Your report has been planned, and the system will email you a " +#, fuzzy, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" msgstr "" "El vostre informe ha estat planificat i el sistema us enviarà un correu " "electrònic a " @@ -15322,7 +15315,7 @@ msgstr "S'ha produït un error" #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15530,9 +15523,9 @@ msgstr "" "* coincidirà amb els següents noms d'agents: network_agent1, XECS DE XARXA" #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 msgid "End of life" msgstr "" @@ -15759,7 +15752,7 @@ msgstr "El servidor de destinació" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "Text" @@ -15833,8 +15826,8 @@ msgid "Display" msgstr "S'està mostrant" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" msgstr "Mitjana" @@ -15913,7 +15906,7 @@ msgstr "Comparar el temps (superposada)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "Màxim" @@ -15922,9 +15915,9 @@ msgstr "Màxim" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "Mínim" @@ -15944,8 +15937,8 @@ msgstr "Mitjana" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "Sumatori" @@ -16118,20 +16111,20 @@ msgid "Event graphs" msgstr "Gràfics d'esdeveniments" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 -msgid "By agent " -msgstr "Per agent " +msgid "By agent" +msgstr "Per agent" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 -msgid "By user validator " -msgstr "Per validador d'usuaris " +msgid "By user validator" +msgstr "Per usuari validador" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 -msgid "By criticity " -msgstr "Per la crítica " +msgid "By criticity" +msgstr "Per criticitat" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 -msgid "Validated vs unvalidated " -msgstr "Validat vs no protegit " +msgid "Validated vs unvalidated" +msgstr "Vs Validat no validats" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 msgid "Query History Database" @@ -16269,12 +16262,12 @@ msgid "Use uncompressed module data." msgstr "Utilitzeu dades de mòdul sense comprimir." #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 msgid "Unassigned group" msgstr "Grup no signat" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 msgid "Unnasigned group" msgstr "Grup sense signar" @@ -16443,23 +16436,23 @@ msgstr "Entrada" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -17711,398 +17704,6 @@ msgstr "Èxit eliminar" msgid "Error deleting" msgstr "Error en eliminar el" -#: ../../godmode/setup/performance.php:185 -msgid "Pandora_db running in active database." -msgstr "Pandora_db s'executa en una base de dades activa." - -#: ../../godmode/setup/performance.php:186 -#: ../../godmode/setup/performance.php:242 -msgid "Executed:" -msgstr "Executat:" - -#: ../../godmode/setup/performance.php:192 -#: ../../godmode/setup/performance.php:247 -msgid "ago" -msgstr "fa" - -#: ../../godmode/setup/performance.php:241 -msgid "Pandora_db running in historical database." -msgstr "Pandora_db s'executen en bases de dades històriques." - -#: ../../godmode/setup/performance.php:249 -msgid "Not executed" -msgstr "No executat" - -#: ../../godmode/setup/performance.php:262 -#: ../../godmode/setup/performance.php:505 -msgid "Max. days before delete events" -msgstr "Max. dies abans d'esborrar esdeveniments" - -#: ../../godmode/setup/performance.php:277 -#: ../../include/functions_config.php:880 -msgid "Max. days before delete traps" -msgstr "Max. dia abans d'eliminar les trampes" - -#: ../../godmode/setup/performance.php:292 -#: ../../include/functions_config.php:888 -msgid "Max. days before delete audit events" -msgstr "Max. dies abans d'esborrar els esdeveniments d'auditoria" - -#: ../../godmode/setup/performance.php:307 -#: ../../godmode/setup/performance.php:517 -#: ../../include/functions_config.php:884 -msgid "Max. days before delete string data" -msgstr "Max. dies abans d'esborrar dades de la cadena" - -#: ../../godmode/setup/performance.php:322 -#: ../../include/functions_config.php:892 -msgid "Max. days before delete GIS data" -msgstr "Max. dies abans d'esborrar les dades de SIG" - -#: ../../godmode/setup/performance.php:337 -#: ../../godmode/setup/performance.php:469 -#: ../../include/functions_config.php:896 -msgid "Max. days before purge" -msgstr "Max. dies abans de pugar les dades" - -#: ../../godmode/setup/performance.php:352 -#: ../../godmode/setup/performance.php:481 -#: ../../include/functions_config.php:908 -msgid "Max. days before compact data" -msgstr "Max. dies abans de comapactar les dades" - -#: ../../godmode/setup/performance.php:367 -#: ../../include/functions_config.php:900 -msgid "Max. days before delete unknown modules" -msgstr "Max. dies abans d'eliminar mòduls desconeguts" - -#: ../../godmode/setup/performance.php:382 -#: ../../include/functions_config.php:904 -#, fuzzy -msgid "Max. days before delete not initialized modules" -msgstr "Max. dies abans d'eliminar mòduls desconeguts" - -#: ../../godmode/setup/performance.php:397 -msgid "Max. days before delete autodisabled agents" -msgstr "Màxim de dies abans de suprimir els agents autodisables" - -#: ../../godmode/setup/performance.php:412 -#: ../../include/functions_config.php:956 -msgid "Retention period of past special days" -msgstr "Període de retenció de dies especials passats" - -#: ../../godmode/setup/performance.php:424 -#: ../../include/functions_config.php:960 -msgid "Max. macro data fields" -msgstr "Camps de dades de macros màxims." - -#: ../../godmode/setup/performance.php:493 -#: ../../godmode/setup/performance.php:611 -#: ../../include/functions_config.php:924 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "" -"Interpolació de la Compactació (Hours: 1 Fine, 10 medium, 20 " -"bad)" - -#: ../../godmode/setup/performance.php:536 -#: ../../include/functions_config.php:974 -msgid "Max. days before delete old messages" -msgstr "Màxims dies abans de suprimir missatges antics" - -#: ../../godmode/setup/performance.php:549 -#: ../../include/functions_config.php:965 -msgid "Max. days before delete inventory data" -msgstr "Màxim de dies abans de suprimir les dades de l'inventari" - -#: ../../godmode/setup/performance.php:562 -#: ../../include/functions_config.php:970 -#, fuzzy -msgid "Max. days before disabled agents are deleted" -msgstr "Màxim de dies abans de la supressió autodisable" - -#: ../../godmode/setup/performance.php:582 -msgid "Item limit for realtime reports" -msgstr "Límit d'elements per a informes en temps real" - -#: ../../godmode/setup/performance.php:597 -#: ../../include/functions_config.php:920 -#, fuzzy -msgid "Limit of events per query" -msgstr "Llista de regles d'esdeveniments" - -#: ../../godmode/setup/performance.php:625 -msgid "Last day" -msgstr "Dia últim" - -#: ../../godmode/setup/performance.php:626 -msgid "2 days" -msgstr "Dos dies" - -#: ../../godmode/setup/performance.php:627 -msgid "10 days" -msgstr "10 dies" - -#: ../../godmode/setup/performance.php:628 -msgid "Last week" -msgstr "Setmana passada" - -#: ../../godmode/setup/performance.php:629 -msgid "2 weeks" -msgstr "2 setmanes" - -#: ../../godmode/setup/performance.php:630 -msgid "Last month" -msgstr "Mes passat" - -#: ../../godmode/setup/performance.php:633 -#: ../../include/functions_config.php:928 -msgid "Default hours for event view" -msgstr "Hora per defecte per veure esdeveniment" - -#: ../../godmode/setup/performance.php:648 -#: ../../include/functions_config.php:932 -msgid "Use realtime statistics" -msgstr "Utilitzeu les estadístiques en temps real" - -#: ../../godmode/setup/performance.php:658 -#: ../../include/functions_config.php:936 -msgid "Batch statistics period (secs)" -msgstr "Període estadístiques lots (segons)" - -#: ../../godmode/setup/performance.php:681 -#: ../../include/functions_config.php:940 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. nombre recomanat d'arxius en el directori de dades adjunts" - -#: ../../godmode/setup/performance.php:693 -#: ../../include/functions_config.php:944 -msgid "Delete not init modules" -msgstr "Suprimeix els mòduls no init" - -#: ../../godmode/setup/performance.php:703 -msgid "Big Operation Step to purge old data" -msgstr "Gran operació pas per purgar dades antigues" - -#: ../../godmode/setup/performance.php:718 -#: ../../include/functions_config.php:952 -msgid "Small Operation Step to purge old data" -msgstr "Petit pas d'operació per purgar dades antigues" - -#: ../../godmode/setup/performance.php:733 -#: ../../include/functions_config.php:978 -msgid "Graph container - Max. Items" -msgstr "Contenidor de gràfics - Màxims. Elements" - -#: ../../godmode/setup/performance.php:745 -msgid "Events response max. execution" -msgstr "Resposta d'esdeveniments màx. execució" - -#: ../../godmode/setup/performance.php:757 -#: ../../include/functions_config.php:990 -msgid "Row limit in csv log" -msgstr "Límit de files al registre csv" - -#: ../../godmode/setup/performance.php:772 -msgid "SNMP walk binary" -msgstr "SNMP camina binari" - -#: ../../godmode/setup/performance.php:784 -msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used " -"instead (by default snmpwalk, slower)." -msgstr "" -"SNMP caminada massiva no és capaç de sol·licitar V1 SNMP, aquesta opció " -"s'utilitzarà en el seu lloc (per defecte snmpwalk, més lent)." - -#: ../../godmode/setup/performance.php:789 -msgid "SNMP walk binary (fallback)" -msgstr "SNMP walk binari (fallback)" - -#: ../../godmode/setup/performance.php:802 -#, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an " -"upgrade" -msgstr "" - -#: ../../godmode/setup/performance.php:809 -#, fuzzy -msgid "WMI binary" -msgstr "Assistent de WMI" - -#: ../../godmode/setup/performance.php:821 -msgid "" -"Before increasing this value, be aware that a large number can affect " -"performance in PDF generation. Set to 0 to disregard this limit." -msgstr "" - -#: ../../godmode/setup/performance.php:826 -#: ../../include/functions_config.php:986 -msgid "Rows limit for SQL report item PDF" -msgstr "" - -#: ../../godmode/setup/performance.php:864 -msgid "Database maintenance status" -msgstr "Estat de manteniment de la base de dades" - -#: ../../godmode/setup/performance.php:869 -msgid "Database maintenance options" -msgstr "Opcions de manteniment de base de dades" - -#: ../../godmode/setup/performance.php:875 -msgid "Historical database maintenance options" -msgstr "Opcions històriques de manteniment de bases de dades" - -#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 -#: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 -msgid "Others" -msgstr "Altres" - -#: ../../godmode/setup/performance.php:886 -#, fuzzy -msgid "Agent SNMP Interface Wizard defaults" -msgstr "Assistent Interfícies SNMP" - -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "Progrés" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "Visualitza el resum" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" - -#: ../../godmode/setup/demo.php:331 -#, fuzzy -msgid "Agents interval" -msgstr "Agent interval de x %s" - -#: ../../godmode/setup/demo.php:336 -#, fuzzy -msgid "Generate historical data for all agents" -msgstr "Habilita la base de dades històrica" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "" - -#: ../../godmode/setup/demo.php:363 -msgid "Create services" -msgstr "Crear serveis" - -#: ../../godmode/setup/demo.php:374 -#, fuzzy -msgid "Create network maps" -msgstr "Crea un mapa de xarxa" - -#: ../../godmode/setup/demo.php:384 -#, fuzzy -msgid "Create GIS maps" -msgstr "Mapes GIS" - -#: ../../godmode/setup/demo.php:404 -#, fuzzy -msgid "Create reports" -msgstr "Crea un informe" - -#: ../../godmode/setup/demo.php:414 -#, fuzzy -msgid "Create visual consoles" -msgstr "Crear consola visual" - -#: ../../godmode/setup/demo.php:424 -#, fuzzy -msgid "Create dashboards" -msgstr "Tauler Privat" - -#: ../../godmode/setup/demo.php:434 -#, fuzzy -msgid "Traps target IP" -msgstr "IP destí" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "" - -#: ../../godmode/setup/demo.php:450 -#, fuzzy -msgid "Traps community" -msgstr "Comunitat SNMP" - -#: ../../godmode/setup/demo.php:466 -#, fuzzy -msgid "Tentacle target IP" -msgstr "IP destí" - -#: ../../godmode/setup/demo.php:482 -#, fuzzy -msgid "Tentacle port" -msgstr "Opcions tentacle" - -#: ../../godmode/setup/demo.php:498 -#, fuzzy -msgid "Tentacle extra options" -msgstr "Opcions tentacle" - -#: ../../godmode/setup/demo.php:515 -#, fuzzy -msgid "Configure demo data" -msgstr "Configura el teu currículum" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -#, fuzzy -msgid "Create demo data" -msgstr "Creat el" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "Serveis" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "Mapes Network" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "Mapes GIS" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "Consoles visuals" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "Quadres" - -#: ../../godmode/setup/demo.php:598 -#, fuzzy -msgid "Active demo data summary" -msgstr "Obtén el resum de la base de dades" - -#: ../../godmode/setup/demo.php:666 -#, fuzzy -msgid "Delete all demo data" -msgstr "Eliminar tots els agents" - #: ../../godmode/setup/news.php:30 msgid "Site news management" msgstr "Maneig de les notícies del lloc" @@ -18629,6 +18230,468 @@ msgstr "Collector sessió" msgid "Correct update the setup options" msgstr "Corregiu actualitzar les opcions de configuració" +#: ../../godmode/setup/setup_netflow.php:45 +msgid "" +"The Netflow data will be saved in the directory specified here, which will " +"be located in the path defined by the \"General Network path\" parameter " +"(this parameter is found in the General Settings)." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:76 +#: ../../include/functions_config.php:1643 +msgid "Netflow max lifetime" +msgstr "Netflow màxim temps de vida" + +#: ../../godmode/setup/setup_netflow.php:87 +#: ../../include/functions_config.php:1647 +#, fuzzy +msgid "Netflow interval" +msgstr "Filtre de Netflow" + +#: ../../godmode/setup/setup_netflow.php:87 +#, fuzzy +msgid "It is necessary to restart the server if the value is changed." +msgstr "És necessari l'ús d'algunes de les característiques" + +#: ../../godmode/setup/setup_netflow.php:90 +#, fuzzy +msgid "10 min" +msgstr "10 minuts" + +#: ../../godmode/setup/setup_netflow.php:91 +#, fuzzy +msgid "30 min" +msgstr "30 minuts" + +#: ../../godmode/setup/setup_netflow.php:92 +#, fuzzy +msgid "60 min" +msgstr "10 minuts" + +#: ../../godmode/setup/setup_netflow.php:104 +#: ../../include/functions_config.php:1655 +#, fuzzy +msgid "Enable Sflow" +msgstr "Habilitar Netflow" + +#: ../../godmode/setup/setup_netflow.php:104 +msgid "" +"SFLow uses a different protocol and needs an alternative collector that must " +"be activated with this switch" +msgstr "" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "Gestor d'arxius" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "Índex de %s" + +#: ../../godmode/setup/os.list.php:56 +#, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"Aquest node està configurat amb mode centralitzat. Totes les definicions del " +"sistema operatiu només es llegeixen. Aneu a %s a gestionar-los." + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "Progrés" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "Visualitza el resum" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" + +#: ../../godmode/setup/demo.php:331 +#, fuzzy +msgid "Agents interval" +msgstr "Agent interval de x %s" + +#: ../../godmode/setup/demo.php:336 +#, fuzzy +msgid "Generate historical data for all agents" +msgstr "Habilita la base de dades històrica" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "" + +#: ../../godmode/setup/demo.php:363 +msgid "Create services" +msgstr "Crear serveis" + +#: ../../godmode/setup/demo.php:374 +#, fuzzy +msgid "Create network maps" +msgstr "Crea un mapa de xarxa" + +#: ../../godmode/setup/demo.php:384 +#, fuzzy +msgid "Create GIS maps" +msgstr "Mapes GIS" + +#: ../../godmode/setup/demo.php:404 +#, fuzzy +msgid "Create reports" +msgstr "Crea un informe" + +#: ../../godmode/setup/demo.php:414 +#, fuzzy +msgid "Create visual consoles" +msgstr "Crear consola visual" + +#: ../../godmode/setup/demo.php:424 +#, fuzzy +msgid "Create dashboards" +msgstr "Tauler Privat" + +#: ../../godmode/setup/demo.php:434 +#, fuzzy +msgid "Traps target IP" +msgstr "IP destí" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "" + +#: ../../godmode/setup/demo.php:450 +#, fuzzy +msgid "Traps community" +msgstr "Comunitat SNMP" + +#: ../../godmode/setup/demo.php:466 +#, fuzzy +msgid "Tentacle target IP" +msgstr "IP destí" + +#: ../../godmode/setup/demo.php:482 +#, fuzzy +msgid "Tentacle port" +msgstr "Opcions tentacle" + +#: ../../godmode/setup/demo.php:498 +#, fuzzy +msgid "Tentacle extra options" +msgstr "Opcions tentacle" + +#: ../../godmode/setup/demo.php:515 +#, fuzzy +msgid "Configure demo data" +msgstr "Configura el teu currículum" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +#, fuzzy +msgid "Create demo data" +msgstr "Creat el" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "Serveis" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "Mapes Network" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "Mapes GIS" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "Consoles visuals" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "Quadres" + +#: ../../godmode/setup/demo.php:598 +#, fuzzy +msgid "Active demo data summary" +msgstr "Obtén el resum de la base de dades" + +#: ../../godmode/setup/demo.php:666 +#, fuzzy +msgid "Delete all demo data" +msgstr "Eliminar tots els agents" + +#: ../../godmode/setup/performance.php:185 +msgid "Pandora_db running in active database." +msgstr "Pandora_db s'executa en una base de dades activa." + +#: ../../godmode/setup/performance.php:186 +#: ../../godmode/setup/performance.php:242 +msgid "Executed:" +msgstr "Executat:" + +#: ../../godmode/setup/performance.php:192 +#: ../../godmode/setup/performance.php:247 +msgid "ago" +msgstr "fa" + +#: ../../godmode/setup/performance.php:241 +msgid "Pandora_db running in historical database." +msgstr "Pandora_db s'executen en bases de dades històriques." + +#: ../../godmode/setup/performance.php:249 +msgid "Not executed" +msgstr "No executat" + +#: ../../godmode/setup/performance.php:262 +#: ../../godmode/setup/performance.php:505 +msgid "Max. days before delete events" +msgstr "Max. dies abans d'esborrar esdeveniments" + +#: ../../godmode/setup/performance.php:277 +#: ../../include/functions_config.php:880 +msgid "Max. days before delete traps" +msgstr "Max. dia abans d'eliminar les trampes" + +#: ../../godmode/setup/performance.php:292 +#: ../../include/functions_config.php:888 +msgid "Max. days before delete audit events" +msgstr "Max. dies abans d'esborrar els esdeveniments d'auditoria" + +#: ../../godmode/setup/performance.php:307 +#: ../../godmode/setup/performance.php:517 +#: ../../include/functions_config.php:884 +msgid "Max. days before delete string data" +msgstr "Max. dies abans d'esborrar dades de la cadena" + +#: ../../godmode/setup/performance.php:322 +#: ../../include/functions_config.php:892 +msgid "Max. days before delete GIS data" +msgstr "Max. dies abans d'esborrar les dades de SIG" + +#: ../../godmode/setup/performance.php:337 +#: ../../godmode/setup/performance.php:469 +#: ../../include/functions_config.php:896 +msgid "Max. days before purge" +msgstr "Max. dies abans de pugar les dades" + +#: ../../godmode/setup/performance.php:352 +#: ../../godmode/setup/performance.php:481 +#: ../../include/functions_config.php:908 +msgid "Max. days before compact data" +msgstr "Max. dies abans de comapactar les dades" + +#: ../../godmode/setup/performance.php:367 +#: ../../include/functions_config.php:900 +msgid "Max. days before delete unknown modules" +msgstr "Max. dies abans d'eliminar mòduls desconeguts" + +#: ../../godmode/setup/performance.php:382 +#: ../../include/functions_config.php:904 +#, fuzzy +msgid "Max. days before delete not initialized modules" +msgstr "Max. dies abans d'eliminar mòduls desconeguts" + +#: ../../godmode/setup/performance.php:397 +msgid "Max. days before delete autodisabled agents" +msgstr "Màxim de dies abans de suprimir els agents autodisables" + +#: ../../godmode/setup/performance.php:412 +#: ../../include/functions_config.php:956 +msgid "Retention period of past special days" +msgstr "Període de retenció de dies especials passats" + +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:960 +msgid "Max. macro data fields" +msgstr "Camps de dades de macros màxims." + +#: ../../godmode/setup/performance.php:493 +#: ../../godmode/setup/performance.php:611 +#: ../../include/functions_config.php:924 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "" +"Interpolació de la Compactació (Hours: 1 Fine, 10 medium, 20 " +"bad)" + +#: ../../godmode/setup/performance.php:536 +#: ../../include/functions_config.php:974 +msgid "Max. days before delete old messages" +msgstr "Màxims dies abans de suprimir missatges antics" + +#: ../../godmode/setup/performance.php:549 +#: ../../include/functions_config.php:965 +msgid "Max. days before delete inventory data" +msgstr "Màxim de dies abans de suprimir les dades de l'inventari" + +#: ../../godmode/setup/performance.php:562 +#: ../../include/functions_config.php:970 +#, fuzzy +msgid "Max. days before disabled agents are deleted" +msgstr "Màxim de dies abans de la supressió autodisable" + +#: ../../godmode/setup/performance.php:582 +msgid "Item limit for realtime reports" +msgstr "Límit d'elements per a informes en temps real" + +#: ../../godmode/setup/performance.php:597 +#: ../../include/functions_config.php:920 +#, fuzzy +msgid "Limit of events per query" +msgstr "Llista de regles d'esdeveniments" + +#: ../../godmode/setup/performance.php:625 +msgid "Last day" +msgstr "Dia últim" + +#: ../../godmode/setup/performance.php:626 +msgid "2 days" +msgstr "Dos dies" + +#: ../../godmode/setup/performance.php:627 +msgid "10 days" +msgstr "10 dies" + +#: ../../godmode/setup/performance.php:628 +msgid "Last week" +msgstr "Setmana passada" + +#: ../../godmode/setup/performance.php:629 +msgid "2 weeks" +msgstr "2 setmanes" + +#: ../../godmode/setup/performance.php:630 +msgid "Last month" +msgstr "Mes passat" + +#: ../../godmode/setup/performance.php:633 +#: ../../include/functions_config.php:928 +msgid "Default hours for event view" +msgstr "Hora per defecte per veure esdeveniment" + +#: ../../godmode/setup/performance.php:648 +#: ../../include/functions_config.php:932 +msgid "Use realtime statistics" +msgstr "Utilitzeu les estadístiques en temps real" + +#: ../../godmode/setup/performance.php:658 +#: ../../include/functions_config.php:936 +msgid "Batch statistics period (secs)" +msgstr "Període estadístiques lots (segons)" + +#: ../../godmode/setup/performance.php:681 +#: ../../include/functions_config.php:940 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. nombre recomanat d'arxius en el directori de dades adjunts" + +#: ../../godmode/setup/performance.php:693 +#: ../../include/functions_config.php:944 +msgid "Delete not init modules" +msgstr "Suprimeix els mòduls no init" + +#: ../../godmode/setup/performance.php:703 +msgid "Big Operation Step to purge old data" +msgstr "Gran operació pas per purgar dades antigues" + +#: ../../godmode/setup/performance.php:718 +#: ../../include/functions_config.php:952 +msgid "Small Operation Step to purge old data" +msgstr "Petit pas d'operació per purgar dades antigues" + +#: ../../godmode/setup/performance.php:733 +#: ../../include/functions_config.php:978 +msgid "Graph container - Max. Items" +msgstr "Contenidor de gràfics - Màxims. Elements" + +#: ../../godmode/setup/performance.php:745 +msgid "Events response max. execution" +msgstr "Resposta d'esdeveniments màx. execució" + +#: ../../godmode/setup/performance.php:757 +#: ../../include/functions_config.php:990 +msgid "Row limit in csv log" +msgstr "Límit de files al registre csv" + +#: ../../godmode/setup/performance.php:772 +msgid "SNMP walk binary" +msgstr "SNMP camina binari" + +#: ../../godmode/setup/performance.php:784 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"SNMP caminada massiva no és capaç de sol·licitar V1 SNMP, aquesta opció " +"s'utilitzarà en el seu lloc (per defecte snmpwalk, més lent)." + +#: ../../godmode/setup/performance.php:789 +msgid "SNMP walk binary (fallback)" +msgstr "SNMP walk binari (fallback)" + +#: ../../godmode/setup/performance.php:802 +#, php-format +msgid "" +"%s web2image cache system cleanup. It is always cleaned up after perform an " +"upgrade" +msgstr "" + +#: ../../godmode/setup/performance.php:809 +#, fuzzy +msgid "WMI binary" +msgstr "Assistent de WMI" + +#: ../../godmode/setup/performance.php:821 +msgid "" +"Before increasing this value, be aware that a large number can affect " +"performance in PDF generation. Set to 0 to disregard this limit." +msgstr "" + +#: ../../godmode/setup/performance.php:826 +#: ../../include/functions_config.php:986 +msgid "Rows limit for SQL report item PDF" +msgstr "" + +#: ../../godmode/setup/performance.php:864 +msgid "Database maintenance status" +msgstr "Estat de manteniment de la base de dades" + +#: ../../godmode/setup/performance.php:869 +msgid "Database maintenance options" +msgstr "Opcions de manteniment de base de dades" + +#: ../../godmode/setup/performance.php:875 +msgid "Historical database maintenance options" +msgstr "Opcions històriques de manteniment de bases de dades" + +#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 +#: ../../include/functions_netflow.php:2342 +#: ../../include/functions_reporting.php:4444 +msgid "Others" +msgstr "Altres" + +#: ../../godmode/setup/performance.php:886 +#, fuzzy +msgid "Agent SNMP Interface Wizard defaults" +msgstr "Assistent Interfícies SNMP" + #: ../../godmode/setup/setup_ITSM.php:89 #, fuzzy, php-format msgid "ITSM API is not reachable, %s" @@ -18720,9 +18783,9 @@ msgstr "" #: ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/ITSM/ITSM.php:513 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 #: ../../include/functions_reporting_html.php:947 #: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 #: ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../views/ITSM/ITSMTicketListView.php:78 msgid "Title" @@ -18753,861 +18816,181 @@ msgstr "Incidència dels valors per defecte de resposta personalitzada" msgid "Update and continue" msgstr "Actualitzar i continuar" -#: ../../godmode/setup/setup_netflow.php:45 +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "Retorn a l'autenticació local" + +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "Autocreate usuaris remots" + +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "Servidor LDAP" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "Port LDAP" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "LDAP versió" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "Inicia TLS" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "Base DN" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "Ingressa atribut" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "Inici de sessió LDAP d'administració" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "Contrasenya LDAP d'administració" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:241 +#, fuzzy +msgid "Enable secondary LDAP" +msgstr "Seccions habilitades" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +#, fuzzy +msgid "Secondary LDAP server" +msgstr "Servidor LDAP" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +#, fuzzy +msgid "Secondary LDAP port" +msgstr "Port API eHorus" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +#, fuzzy +msgid "Secondary LDAP version" +msgstr "LDAP versió" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +#, fuzzy +msgid "Secondary start TLS" +msgstr "Inicia TLS" + +#: ../../godmode/setup/setup_auth.php:323 +#, fuzzy +msgid "Secondary Base DN" +msgstr "Grups secundaris" + +#: ../../godmode/setup/setup_auth.php:336 +#, fuzzy +msgid "Secondary Login attribute" +msgstr "Ingressa atribut" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +#, fuzzy +msgid "Admin secondary LDAP login" +msgstr "Inici de sessió LDAP d'administració" + +#: ../../godmode/setup/setup_auth.php:362 +#, fuzzy +msgid "Admin secondary LDAP password" +msgstr "Contrasenya LDAP d'administració" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "Doble autenticació" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "La força 2FA per a tots els usuaris està habilitada" + +#: ../../godmode/setup/setup_auth.php:439 +#, fuzzy +msgid "Check activity" +msgstr "Última activitat" + +#: ../../godmode/setup/setup_auth.php:440 +#, fuzzy +msgid "Ignore activity" +msgstr "Ignora el temps" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:443 msgid "" -"The Netflow data will be saved in the directory specified here, which will " -"be located in the path defined by the \"General Network path\" parameter " -"(this parameter is found in the General Settings)." +"Select 'ignore activity' to ignore user activity when checking the session." msgstr "" -#: ../../godmode/setup/setup_netflow.php:76 -#: ../../include/functions_config.php:1643 -msgid "Netflow max lifetime" -msgstr "Netflow màxim temps de vida" +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "Temps d'espera de la sessió (mins)" -#: ../../godmode/setup/setup_netflow.php:87 -#: ../../include/functions_config.php:1647 +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "%s local" + +#: ../../godmode/setup/setup_auth.php:508 #, fuzzy -msgid "Netflow interval" -msgstr "Filtre de Netflow" +msgid "LDAP" +msgstr "Port LDAP" -#: ../../godmode/setup/setup_netflow.php:87 +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "Mètode d'autenticació" + +#: ../../godmode/setup/setup_auth.php:561 #, fuzzy -msgid "It is necessary to restart the server if the value is changed." -msgstr "És necessari l'ús d'algunes de les característiques" - -#: ../../godmode/setup/setup_netflow.php:90 -#, fuzzy -msgid "10 min" -msgstr "10 minuts" - -#: ../../godmode/setup/setup_netflow.php:91 -#, fuzzy -msgid "30 min" -msgstr "30 minuts" - -#: ../../godmode/setup/setup_netflow.php:92 -#, fuzzy -msgid "60 min" -msgstr "10 minuts" - -#: ../../godmode/setup/setup_netflow.php:104 -#: ../../include/functions_config.php:1655 -#, fuzzy -msgid "Enable Sflow" -msgstr "Habilitar Netflow" - -#: ../../godmode/setup/setup_netflow.php:104 -msgid "" -"SFLow uses a different protocol and needs an alternative collector that must " -"be activated with this switch" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:73 -#, fuzzy -msgid "Legacy visual console Information" -msgstr "Informació del Constructor de consoles visuals" - -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Visual console in legacy mode will no longer be supported as of LTS 772" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "Click to display lateral menus" -msgstr "Feu clic per visualitzar els menús laterals" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "" -"When the side menu is collapsed, it allows you to define whether it is " -"displayed by hovering the mouse over it or you need to click to display it." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Paginated module view" -msgstr "Vista del mòdul paginat" - -#: ../../godmode/setup/setup_visuals.php:133 -#: ../../include/functions_config.php:1396 -msgid "Display data of proc modules in other format" -msgstr "Visualitza les dades dels mòduls proc en un altre format" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "" -"It allows to define the message that appears when you hover over a color box " -"that shows the status of an agent or a module. If you want to change what " -"the default color box looks like, choose another form of visual " -"representation in the \"Status icon set\" option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../include/functions_config.php:1400 -msgid "Display text proc modules have state is ok" -msgstr "Visualitza els mòduls proc de text que tenen l'estat està bé" - -#: ../../godmode/setup/setup_visuals.php:148 -#: ../../include/functions_config.php:1404 -msgid "Display text when proc modules have state critical" -msgstr "Visualitza el text quan els mòduls proc tenen un estat crític" - -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../include/functions_config.php:1413 -msgid "Service label font size" -msgstr "Mida del tipus de lletra de l'etiqueta de servei" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Space between items in Service maps" -msgstr "Espai entre elements dels mapes de serveis" - -#: ../../godmode/setup/setup_visuals.php:167 -msgid "Show both (tabs and menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:168 -#, fuzzy -msgid "Show only icons" -msgstr "Mostra a la part superior" - -#: ../../godmode/setup/setup_visuals.php:169 -#, fuzzy -msgid "Show only menu" -msgstr "Mostra només els favorits" - -#: ../../godmode/setup/setup_visuals.php:171 -#: ../../include/functions_config.php:1448 -msgid "Tabs menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:261 -msgid "Colors" -msgstr "Colors" - -#: ../../godmode/setup/setup_visuals.php:262 -msgid "Faces" -msgstr "Cares" - -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Colors and text" -msgstr "Colors i text" - -#: ../../godmode/setup/setup_visuals.php:365 -#: ../../include/functions_config.php:1084 -msgid "Style template" -msgstr "Plantilla d'estil" - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:1104 -msgid "Status icon set" -msgstr "Status icon setembre" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"It changes the appearance of the agent or module status icon. Useful for " -"people with problems when discriminating colors, you may overlay a text in " -"the box or add an emoji (that icon can be replaced by a custom one, " -"replacing the files on disk)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../include/functions_config.php:1116 -msgid "Custom favicon" -msgstr "Favicon personalitzat" - -#: ../../godmode/setup/setup_visuals.php:450 -msgid "Custom background login" -msgstr "Inici de sessió de fons personalitzat" - -#: ../../godmode/setup/setup_visuals.php:486 -msgid "Custom logo (menu)" -msgstr "Logotip personalitzat (menú)" - -#: ../../godmode/setup/setup_visuals.php:511 -msgid "Custom logo collapsed (menu)" -msgstr "S'ha col·lapsat el logotip personalitzat (menú)" - -#: ../../godmode/setup/setup_visuals.php:537 -msgid "Custom logo (header white background)" -msgstr "Logotip personalitzat (fons blanc de capçalera)" - -#: ../../godmode/setup/setup_visuals.php:562 -msgid "Custom logo (login)" -msgstr "Logotip personalitzat (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:590 -msgid "Custom Splash (login)" -msgstr "Splash personalitzat (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../include/functions_config.php:1140 -msgid "Custom documentation logo" -msgstr "Logotip de documentació personalitzada" - -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../include/functions_config.php:1144 -msgid "Custom support logo" -msgstr "Logotip de suport personalitzat" - -#: ../../godmode/setup/setup_visuals.php:706 -#: ../../include/functions_config.php:1148 -#: ../../include/functions_config.php:1152 -msgid "Custom networkmap center logo" -msgstr "Logotip del centre de mapes de xarxa personalitzat" - -#: ../../godmode/setup/setup_visuals.php:746 -msgid "Custom mobile console icon" -msgstr "Icona de consola mòbil personalitzada" - -#: ../../godmode/setup/setup_visuals.php:795 -msgid "Datepicker first day of week" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:813 -msgid "Title (header)" -msgstr "Títol (capçalera)" - -#: ../../godmode/setup/setup_visuals.php:819 -msgid "Subtitle (header)" -msgstr "Subtítol (capçalera)" - -#: ../../godmode/setup/setup_visuals.php:827 -msgid "Title 1 (login)" -msgstr "Títol 1 (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:832 -msgid "Title 2 (login)" -msgstr "Títol 2 (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:838 -msgid "Docs URL (login)" -msgstr "ADREÇA URL docs (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Support URL (login)" -msgstr "ADREÇA URL de suport (inici de sessió)" - -#: ../../godmode/setup/setup_visuals.php:849 -#: ../../include/functions_config.php:1196 -msgid "Product name" -msgstr "Nom del producte" - -#: ../../godmode/setup/setup_visuals.php:854 -#: ../../include/functions_config.php:1200 -msgid "Copyright notice" -msgstr "Avís de drets d'autor" - -#: ../../godmode/setup/setup_visuals.php:860 -#: ../../include/functions_config.php:1204 -#: ../../include/functions_config.php:1208 -#, fuzzy -msgid "Background opacity % (login)" -msgstr "Color de fons" - -#: ../../godmode/setup/setup_visuals.php:865 -msgid "Disable logo in graphs" -msgstr "Inhabilita el logotip als gràfics" - -#: ../../godmode/setup/setup_visuals.php:883 -msgid "Disable helps" -msgstr "Desactivar l'ajuda" - -#: ../../godmode/setup/setup_visuals.php:893 -#: ../../include/functions_config.php:1352 -msgid "Fixed header" -msgstr "Capçalera fixa" - -#: ../../godmode/setup/setup_visuals.php:905 -msgid "Automatically hide submenu" -msgstr "Amaga automàticament el submenú" - -#: ../../godmode/setup/setup_visuals.php:915 -msgid "Visual effects and animation" -msgstr "Efectes visuals i animació" - -#: ../../godmode/setup/setup_visuals.php:926 -#, fuzzy -msgid "Random background (login)" -msgstr "Inici de sessió de fons personalitzat" - -#: ../../godmode/setup/setup_visuals.php:952 -#: ../../include/functions_config.php:1316 -msgid "GIS Labels" -msgstr "Etiquetes SIG" - -#: ../../godmode/setup/setup_visuals.php:962 -#: ../../include/functions_config.php:1324 -msgid "Default icon in GIS" -msgstr "Icona predeterminat en GIS" - -#: ../../godmode/setup/setup_visuals.php:971 -msgid "Agent icon group" -msgstr "Grup d'icones de l'agent" - -#: ../../godmode/setup/setup_visuals.php:1021 -msgid "Graphs font size" -msgstr "Mida del tipus de lletra dels gràfics" - -#: ../../godmode/setup/setup_visuals.php:1040 -msgid "Show unit along with value in reports" -msgstr "Mostra la unitat juntament amb el valor dels informes" - -#: ../../godmode/setup/setup_visuals.php:1051 -#: ../../include/functions_config.php:1284 -#, fuzzy -msgid "Truncate agent text at end" -msgstr "Crea un agent per base de dades" - -#: ../../godmode/setup/setup_visuals.php:1061 -#: ../../include/functions_config.php:1296 -msgid "Truncate module text at end" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1072 -#: ../../include/functions_config.php:1288 -#: ../../include/functions_config.php:1292 -msgid "Agent size text" -msgstr "Mida del text agent" - -#: ../../godmode/setup/setup_visuals.php:1072 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the " -"text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1079 -#: ../../godmode/setup/setup_visuals.php:1101 -#, fuzzy -msgid "Small" -msgstr "Small:" - -#: ../../godmode/setup/setup_visuals.php:1094 -#: ../../include/functions_config.php:1300 -msgid "Module size text" -msgstr "Text Mida del mòdul" - -#: ../../godmode/setup/setup_visuals.php:1094 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If " -"the text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1118 -#: ../../include/functions_config.php:1304 -#: ../../include/functions_config.php:1308 -msgid "Description size text" -msgstr "Descripció mida del text" - -#: ../../godmode/setup/setup_visuals.php:1129 -#: ../../include/functions_config.php:1312 -msgid "Item title size text" -msgstr "Article mida del text del títol" - -#: ../../godmode/setup/setup_visuals.php:1158 -msgid "On Boolean graphs" -msgstr "En gràfics booleans" - -#: ../../godmode/setup/setup_visuals.php:1161 -msgid "Show only average by default" -msgstr "Mostra només la mitjana per defecte" - -#: ../../godmode/setup/setup_visuals.php:1162 -msgid "Show MAX/AVG/MIN by default" -msgstr "Mostra MAX/AVG/MIN per defecte" - -#: ../../godmode/setup/setup_visuals.php:1181 -#, fuzzy -msgid "Graph color #" -msgstr "Color del gràfic #1" - -#: ../../godmode/setup/setup_visuals.php:1195 -msgid "" -"Number of decimals to display in reports and visual consoles. It must be " -"between 0 and 5." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1200 -msgid "Data precision" -msgstr "Precisió de dades" - -#: ../../godmode/setup/setup_visuals.php:1218 -msgid "Data precision in graphs" -msgstr "Precisió de dades en gràfics" - -#: ../../godmode/setup/setup_visuals.php:1237 -#: ../../include/functions_config.php:1071 -msgid "Value to interface graphics" -msgstr "Valor per als gràfics d'interfície" - -#: ../../godmode/setup/setup_visuals.php:1237 -msgid "Name of the drives for network interface graphics (SNMP)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1249 -#: ../../include/functions_config.php:1380 -msgid "Default line thickness for the Custom Graph." -msgstr "Gruix de línia per defecte per al gràfic personalitzat." - -#: ../../godmode/setup/setup_visuals.php:1262 -msgid "Number of elements in Custom Graph" -msgstr "Nombre d'elements del gràfic personalitzat" - -#: ../../godmode/setup/setup_visuals.php:1276 -#: ../../include/functions_config.php:1092 -msgid "Use round corners" -msgstr "Utilitzeu cantonades arrodonides" - -#: ../../godmode/setup/setup_visuals.php:1287 -#: ../../include/functions_config.php:1096 -msgid "Chart fit to content" -msgstr "Gràfic adequat al contingut" - -#: ../../godmode/setup/setup_visuals.php:1287 -msgid "" -"There are graphs whose values are percentages and the top of the graph " -"exceeds the maximum value one hundred, you may configure the graphs to stop " -"adding a proportional upper margin by activating this option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1297 -msgid "Type of module charts" -msgstr "Tipus de gràfics de mòduls" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "Graph TIP view" -msgstr "Visualització TIP del gràfic" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/" -"CPU time, but they allow to \"zoom\" interactively and show all the data, " -"without compacting the information in fewer points. By default (off), TIPs " -"can be seen, but manually, if this mode is selected in each graph, but you " -"may also define that they always come out as TIP or also define that this is " -"so, but only for those of Boolean data." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "Graph mode" -msgstr "Mode gràfic" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "" -"It displays the default graphs with three overlapping data series (Maximum, " -"Average, and Minimum) or with only one data series (Average)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1374 -#, fuzzy -msgid "Zoom graphs" -msgstr "Gràfics de zoom:" - -#: ../../godmode/setup/setup_visuals.php:1394 -#: ../../godmode/setup/setup_visuals.php:1395 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 -#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 -#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 -#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 -#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 -#: ../../include/functions_visual_map_editor.php:1278 -#: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 -#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 -#: ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 -#: ../../operation/events/sound_events.php:165 -msgid "seconds" -msgstr "segons" - -#: ../../godmode/setup/setup_visuals.php:1396 -#: ../../godmode/setup/setup_visuals.php:1397 -#: ../../godmode/setup/setup_visuals.php:1398 -#: ../../godmode/setup/setup_visuals.php:1399 -#: ../../godmode/setup/setup_visuals.php:1981 -#: ../../include/functions_visual_map_editor.php:1280 -#: ../../include/functions_visual_map_editor.php:1281 -#: ../../include/functions_visual_map_editor.php:1282 -#: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 -#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 -msgid "minutes" -msgstr "minuts" - -#: ../../godmode/setup/setup_visuals.php:1400 -#: ../../include/functions_visual_map_editor.php:1284 -msgid "hour" -msgstr "hora" - -#: ../../godmode/setup/setup_visuals.php:1403 -msgid "Classic view" -msgstr "Vista clàssica" - -#: ../../godmode/setup/setup_visuals.php:1404 -msgid "View of favorites" -msgstr "Vista dels favorits" - -#: ../../godmode/setup/setup_visuals.php:1414 -msgid "Default cache expiration" -msgstr "Caducitat per defecte de la memòria cau" - -#: ../../godmode/setup/setup_visuals.php:1419 -#: ../../include/functions_visual_map_editor.php:1310 -msgid "No cache" -msgstr "Sense memòria cau" - -#: ../../godmode/setup/setup_visuals.php:1432 -#: ../../include/functions_config.php:1252 -msgid "Default interval for refresh on Visual Console" -msgstr "Interval predeterminat d'actualització de Visual consola" - -#: ../../godmode/setup/setup_visuals.php:1448 -msgid "Type of view of visual consoles" -msgstr "Tipus de visualització de consoles visuals" - -#: ../../godmode/setup/setup_visuals.php:1461 -msgid "Number of favorite visual consoles to show in the menu" -msgstr "Nombre de consoles visuals preferides per mostrar al menú" - -#: ../../godmode/setup/setup_visuals.php:1467 -#: ../../include/functions_config.php:1268 -msgid "Default line thickness for the Visual Console" -msgstr "Gruix de línia per defecte per a la Consola Visual" - -#: ../../godmode/setup/setup_visuals.php:1479 -#, fuzzy -msgid "Visual console default text margin (em)" -msgstr "Nom de la consola visual" - -#: ../../godmode/setup/setup_visuals.php:1485 -msgid "Lock screen orientation when viewing on mobile devices" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -#: ../../include/functions_config.php:1276 -msgid "Display item frame on alert triggered" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -msgid "It displays an orange box around items that have triggered an alert." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1517 -msgid "Number of favorite services to show in the menu" -msgstr "Nombre de serveis preferits per mostrar al menú" - -#: ../../godmode/setup/setup_visuals.php:1562 -msgid "Show report info with description" -msgstr "Mostra la informació de l'informe amb la descripció" - -#: ../../godmode/setup/setup_visuals.php:1572 -msgid "Custom report front page" -msgstr "Portada de l'informe personalitzat" - -#: ../../godmode/setup/setup_visuals.php:1583 -#: ../../include/functions_config.php:1559 -msgid "PDF font size (px)" -msgstr "Mida del tipus de lletra PDF (px)" - -#: ../../godmode/setup/setup_visuals.php:1587 -#: ../../include/functions_config.php:1555 -msgid "HTML font size for SLA (em)" -msgstr "Mida de tipus de lletra HTML per a SLA (em)" - -#: ../../godmode/setup/setup_visuals.php:1593 -msgid "Graph image height for HTML reports" -msgstr "Alçada de la imatge gràfica per als informes HTML" - -#: ../../godmode/setup/setup_visuals.php:1597 -msgid "Interval description" -msgstr "Descripció de l'interval" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1563 -#: ../../include/functions_config.php:1567 -#: ../../include/functions_config.php:1571 -#: ../../include/functions_config.php:1575 -#: ../../include/functions_config.php:1579 -#: ../../include/functions_config.php:1583 -msgid "Custom report front" -msgstr "Frontal d'informe personalitzat" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../include/functions_config.php:1120 -#: ../../include/functions_config.php:1571 -msgid "Custom logo" -msgstr "Logo personalitzat" - -#: ../../godmode/setup/setup_visuals.php:1615 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -msgid "" -"You may use the following macros: _REPORT_NAME_ indicating the name of the " -"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " -"report), _DATETIME_ date/time of the generation of the report." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../include/class/TipsWindow.class.php:814 -#: ../../include/class/TipsWindow.class.php:981 -msgid "Preview" -msgstr "Previsualitzar" - -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../include/functions_config.php:1575 -msgid "Header" -msgstr "Encapçalament" - -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../include/functions_config.php:1579 -msgid "First page" -msgstr "Primera pàgina" - -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1583 -msgid "Footer" -msgstr "Peu de pàgina" - -#: ../../godmode/setup/setup_visuals.php:1691 -msgid "Comparation in rollover" -msgstr "Comparació de bolcada" - -#: ../../godmode/setup/setup_visuals.php:1698 -msgid "Timestamp in rollover" -msgstr "Marca de temps en la bolcada" - -#: ../../godmode/setup/setup_visuals.php:1705 -msgid "Compact mode" -msgstr "Mode compacte" - -#: ../../godmode/setup/setup_visuals.php:1790 -msgid "Use 1024 when module unit are bytes" -msgstr "Utilitzeu 1024 quan la unitat de mòduls siguin bytes" - -#: ../../godmode/setup/setup_visuals.php:1791 -msgid "Use always 1000" -msgstr "Utilitza sempre 1000" - -#: ../../godmode/setup/setup_visuals.php:1792 -msgid "Use always 1024" -msgstr "Utilitza sempre el 1024" - -#: ../../godmode/setup/setup_visuals.php:1804 -#: ../../include/functions_config.php:1364 -msgid "Networkmap max width" -msgstr "Amplada màxima del mapa de xarxa" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "Show only the group name" -msgstr "Mostra només el nom del grup" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "The name of the group will be displayed instead of displaying its icon." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1827 -#, fuzzy -msgid "Show empty groups in group view" -msgstr "Mostra el nom del grup en comptes de la icona de grup." - -#: ../../godmode/setup/setup_visuals.php:1837 -#: ../../include/functions_config.php:1019 -msgid "Date format string" -msgstr "Cadena de format Data" - -#: ../../godmode/setup/setup_visuals.php:1837 -msgid "It uses a unix datetime format definition string." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1846 -msgid "Example" -msgstr "Exemple" - -#: ../../godmode/setup/setup_visuals.php:1855 -#: ../../include/functions_config.php:1603 -#, fuzzy -msgid "Decimal separator" -msgstr "Separador decimal CSV" - -#: ../../godmode/setup/setup_visuals.php:1870 -msgid "Visible time of successful notifiations" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1883 -msgid "Timestamp, time comparison, or compact mode" -msgstr "Marca de temps, comparació de temps o mode compacte" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "Custom values post process" -msgstr "Procés de publicació de valors personalitzats" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "" -"Custom conversion values for post-processing. It updates a table in the " -"database to have custom conversions from one unit to another." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1938 -#: ../../godmode/setup/setup_visuals.php:2105 -msgid "Delete custom values" -msgstr "Suprimeix els valors personalitzats" - -#: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 -msgid "hours" -msgstr "hores" - -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 -msgid "months" -msgstr "mesos" - -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 -msgid "years" -msgstr "any" - -#: ../../godmode/setup/setup_visuals.php:1988 -msgid "Interval values" -msgstr "Interval de valors" - -#: ../../godmode/setup/setup_visuals.php:2027 -#, fuzzy -msgid "Delete interval values" -msgstr "Eliminar interval" - -#: ../../godmode/setup/setup_visuals.php:2070 -msgid "Module units" -msgstr "Unitats de mòdul" - -#: ../../godmode/setup/setup_visuals.php:2143 -#: ../../include/functions_config.php:1587 -msgid "CSV divider" -msgstr "Divisor CSV" - -#: ../../godmode/setup/setup_visuals.php:2148 -#: ../../include/functions_config.php:1591 -msgid "CSV decimal separator" -msgstr "Separador decimal CSV" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "Data multiplier to use in graphs/data" -msgstr "Multiplicador de dades per utilitzar en gràfics/dades" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "" -"Value by which it will multiply the data shown to represent them in graphs. " -"This is useful in case the value unit is bytes; for other conversions use " -"Custom value post processing." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2158 -#: ../../include/functions_config.php:1599 -msgid "Hide general stats for non admin users in tactical view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2175 -msgid "Behaviour configuration" -msgstr "Configuració del comportament" - -#: ../../godmode/setup/setup_visuals.php:2180 -msgid "GIS configuration" -msgstr "Configuració del SIG" - -#: ../../godmode/setup/setup_visuals.php:2185 -msgid "Style configuration" -msgstr "Configuració de l'estil" - -#: ../../godmode/setup/setup_visuals.php:2190 -msgid "Charts configuration" -msgstr "Configuració dels gràfics" - -#: ../../godmode/setup/setup_visuals.php:2195 -msgid "Font and Text configuration" -msgstr "Configuració de tipus de lletra i text" - -#: ../../godmode/setup/setup_visuals.php:2200 -msgid "Visual consoles configuration" -msgstr "Configuració de consoles visuals" - -#: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " -msgstr "Configuració dels informes " - -#: ../../godmode/setup/setup_visuals.php:2210 -msgid "Services configuration" -msgstr "Configuració dels serveis" - -#: ../../godmode/setup/setup_visuals.php:2215 -msgid "Other configuration" -msgstr "Altres configuracions" - -#: ../../godmode/setup/setup_visuals.php:2400 -#: ../../include/functions_config.php:1528 -msgid "Delete interval" -msgstr "Eliminar interval" - -#: ../../godmode/setup/setup_visuals.php:2458 -msgid "Logo preview" -msgstr "Visualització prèvia del logotip" - -#: ../../godmode/setup/setup_visuals.php:2488 -msgid "Splash Preview" -msgstr "Visualització prèvia de l'esquit" - -#: ../../godmode/setup/setup_visuals.php:2507 -msgid "Mobile console logo preview" -msgstr "Visualització prèvia del logotip de la consola mòbil" - -#: ../../godmode/setup/setup_visuals.php:2543 -msgid "Gis icons preview" -msgstr "Vista prèvia de les icones Gis" - -#: ../../godmode/setup/setup_visuals.php:2609 -msgid "Status set preview" -msgstr "Visualització prèvia del conjunt d'estat" +msgid "Session timeout must be a number" +msgstr "Temps d'espera de la sessió (mins)" #: ../../godmode/setup/setup_general.php:52 msgid "Enforce https Information" msgstr "Aplica la informació https" #: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " +#, fuzzy +msgid "If SSL is not properly configured you will lose access to" msgstr "Si SSL no està configurat correctament, perdràs l'accés a " -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" -msgstr " Consola" - #: ../../godmode/setup/setup_general.php:58 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 #: ../../include/functions_reporting_html.php:1796 #: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 msgid "System" msgstr "Sistema" @@ -19696,7 +19079,8 @@ msgid "UTC" msgstr "UTC" #: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " +#, fuzzy +msgid "If public URL is not properly configured you will lose access to" msgstr "Si l'adreça URL pública no està ben configurada, perdreu l'accés a " #: ../../godmode/setup/setup_general.php:181 @@ -20143,184 +19527,788 @@ msgstr "" msgid "Email test" msgstr "Prova de correu electrònic" -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "Gestor d'arxius" +#: ../../godmode/setup/setup_visuals.php:73 +#, fuzzy +msgid "Legacy visual console Information" +msgstr "Informació del Constructor de consoles visuals" -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "Índex de %s" +#: ../../godmode/setup/setup_visuals.php:74 +msgid "Visual console in legacy mode will no longer be supported as of LTS 772" +msgstr "" -#: ../../godmode/setup/os.list.php:56 -#, php-format +#: ../../godmode/setup/setup_visuals.php:112 +msgid "Click to display lateral menus" +msgstr "Feu clic per visualitzar els menús laterals" + +#: ../../godmode/setup/setup_visuals.php:112 msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." -msgstr "" -"Aquest node està configurat amb mode centralitzat. Totes les definicions del " -"sistema operatiu només es llegeixen. Aneu a %s a gestionar-los." - -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "Retorn a l'autenticació local" - -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "Autocreate usuaris remots" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "Servidor LDAP" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "Port LDAP" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "LDAP versió" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "Inicia TLS" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "Base DN" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "Ingressa atribut" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "Inici de sessió LDAP d'administració" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "Contrasenya LDAP d'administració" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" +"When the side menu is collapsed, it allows you to define whether it is " +"displayed by hovering the mouse over it or you need to click to display it." msgstr "" -#: ../../godmode/setup/setup_auth.php:241 -#, fuzzy -msgid "Enable secondary LDAP" -msgstr "Seccions habilitades" +#: ../../godmode/setup/setup_visuals.php:124 +msgid "Paginated module view" +msgstr "Vista del mòdul paginat" -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -#, fuzzy -msgid "Secondary LDAP server" -msgstr "Servidor LDAP" +#: ../../godmode/setup/setup_visuals.php:133 +#: ../../include/functions_config.php:1396 +msgid "Display data of proc modules in other format" +msgstr "Visualitza les dades dels mòduls proc en un altre format" -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -#, fuzzy -msgid "Secondary LDAP port" -msgstr "Port API eHorus" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -#, fuzzy -msgid "Secondary LDAP version" -msgstr "LDAP versió" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -#, fuzzy -msgid "Secondary start TLS" -msgstr "Inicia TLS" - -#: ../../godmode/setup/setup_auth.php:323 -#, fuzzy -msgid "Secondary Base DN" -msgstr "Grups secundaris" - -#: ../../godmode/setup/setup_auth.php:336 -#, fuzzy -msgid "Secondary Login attribute" -msgstr "Ingressa atribut" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -#, fuzzy -msgid "Admin secondary LDAP login" -msgstr "Inici de sessió LDAP d'administració" - -#: ../../godmode/setup/setup_auth.php:362 -#, fuzzy -msgid "Admin secondary LDAP password" -msgstr "Contrasenya LDAP d'administració" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "Doble autenticació" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "La força 2FA per a tots els usuaris està habilitada" - -#: ../../godmode/setup/setup_auth.php:439 -#, fuzzy -msgid "Check activity" -msgstr "Última activitat" - -#: ../../godmode/setup/setup_auth.php:440 -#, fuzzy -msgid "Ignore activity" -msgstr "Ignora el temps" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" -msgstr "" - -#: ../../godmode/setup/setup_auth.php:443 +#: ../../godmode/setup/setup_visuals.php:133 msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." +"It allows to define the message that appears when you hover over a color box " +"that shows the status of an agent or a module. If you want to change what " +"the default color box looks like, choose another form of visual " +"representation in the \"Status icon set\" option." msgstr "" -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "Temps d'espera de la sessió (mins)" +#: ../../godmode/setup/setup_visuals.php:144 +#: ../../include/functions_config.php:1400 +msgid "Display text proc modules have state is ok" +msgstr "Visualitza els mòduls proc de text que tenen l'estat està bé" -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" -msgstr "%s local" +#: ../../godmode/setup/setup_visuals.php:148 +#: ../../include/functions_config.php:1404 +msgid "Display text when proc modules have state critical" +msgstr "Visualitza el text quan els mòduls proc tenen un estat crític" -#: ../../godmode/setup/setup_auth.php:508 +#: ../../godmode/setup/setup_visuals.php:155 +#: ../../include/functions_config.php:1413 +msgid "Service label font size" +msgstr "Mida del tipus de lletra de l'etiqueta de servei" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Space between items in Service maps" +msgstr "Espai entre elements dels mapes de serveis" + +#: ../../godmode/setup/setup_visuals.php:167 +msgid "Show both (tabs and menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:168 #, fuzzy -msgid "LDAP" -msgstr "Port LDAP" +msgid "Show only icons" +msgstr "Mostra a la part superior" -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "Mètode d'autenticació" - -#: ../../godmode/setup/setup_auth.php:561 +#: ../../godmode/setup/setup_visuals.php:169 #, fuzzy -msgid "Session timeout must be a number" -msgstr "Temps d'espera de la sessió (mins)" +msgid "Show only menu" +msgstr "Mostra només els favorits" + +#: ../../godmode/setup/setup_visuals.php:171 +#: ../../include/functions_config.php:1448 +msgid "Tabs menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:261 +msgid "Colors" +msgstr "Colors" + +#: ../../godmode/setup/setup_visuals.php:262 +msgid "Faces" +msgstr "Cares" + +#: ../../godmode/setup/setup_visuals.php:263 +msgid "Colors and text" +msgstr "Colors i text" + +#: ../../godmode/setup/setup_visuals.php:365 +#: ../../include/functions_config.php:1084 +msgid "Style template" +msgstr "Plantilla d'estil" + +#: ../../godmode/setup/setup_visuals.php:383 +#: ../../include/functions_config.php:1104 +msgid "Status icon set" +msgstr "Status icon setembre" + +#: ../../godmode/setup/setup_visuals.php:383 +msgid "" +"It changes the appearance of the agent or module status icon. Useful for " +"people with problems when discriminating colors, you may overlay a text in " +"the box or add an emoji (that icon can be replaced by a custom one, " +"replacing the files on disk)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../include/functions_config.php:1116 +msgid "Custom favicon" +msgstr "Favicon personalitzat" + +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Custom background login" +msgstr "Inici de sessió de fons personalitzat" + +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Custom logo (menu)" +msgstr "Logotip personalitzat (menú)" + +#: ../../godmode/setup/setup_visuals.php:511 +msgid "Custom logo collapsed (menu)" +msgstr "S'ha col·lapsat el logotip personalitzat (menú)" + +#: ../../godmode/setup/setup_visuals.php:537 +msgid "Custom logo (header white background)" +msgstr "Logotip personalitzat (fons blanc de capçalera)" + +#: ../../godmode/setup/setup_visuals.php:562 +msgid "Custom logo (login)" +msgstr "Logotip personalitzat (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:590 +msgid "Custom Splash (login)" +msgstr "Splash personalitzat (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:628 +#: ../../include/functions_config.php:1140 +msgid "Custom documentation logo" +msgstr "Logotip de documentació personalitzada" + +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_config.php:1144 +msgid "Custom support logo" +msgstr "Logotip de suport personalitzat" + +#: ../../godmode/setup/setup_visuals.php:706 +#: ../../include/functions_config.php:1148 +#: ../../include/functions_config.php:1152 +msgid "Custom networkmap center logo" +msgstr "Logotip del centre de mapes de xarxa personalitzat" + +#: ../../godmode/setup/setup_visuals.php:746 +msgid "Custom mobile console icon" +msgstr "Icona de consola mòbil personalitzada" + +#: ../../godmode/setup/setup_visuals.php:795 +msgid "Datepicker first day of week" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:813 +msgid "Title (header)" +msgstr "Títol (capçalera)" + +#: ../../godmode/setup/setup_visuals.php:819 +msgid "Subtitle (header)" +msgstr "Subtítol (capçalera)" + +#: ../../godmode/setup/setup_visuals.php:827 +msgid "Title 1 (login)" +msgstr "Títol 1 (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:832 +msgid "Title 2 (login)" +msgstr "Títol 2 (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:838 +msgid "Docs URL (login)" +msgstr "ADREÇA URL docs (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:843 +msgid "Support URL (login)" +msgstr "ADREÇA URL de suport (inici de sessió)" + +#: ../../godmode/setup/setup_visuals.php:849 +#: ../../include/functions_config.php:1196 +msgid "Product name" +msgstr "Nom del producte" + +#: ../../godmode/setup/setup_visuals.php:854 +#: ../../include/functions_config.php:1200 +msgid "Copyright notice" +msgstr "Avís de drets d'autor" + +#: ../../godmode/setup/setup_visuals.php:860 +#: ../../include/functions_config.php:1204 +#: ../../include/functions_config.php:1208 +#, fuzzy +msgid "Background opacity % (login)" +msgstr "Color de fons" + +#: ../../godmode/setup/setup_visuals.php:865 +msgid "Disable logo in graphs" +msgstr "Inhabilita el logotip als gràfics" + +#: ../../godmode/setup/setup_visuals.php:883 +msgid "Disable helps" +msgstr "Desactivar l'ajuda" + +#: ../../godmode/setup/setup_visuals.php:893 +#: ../../include/functions_config.php:1352 +msgid "Fixed header" +msgstr "Capçalera fixa" + +#: ../../godmode/setup/setup_visuals.php:905 +msgid "Automatically hide submenu" +msgstr "Amaga automàticament el submenú" + +#: ../../godmode/setup/setup_visuals.php:915 +msgid "Visual effects and animation" +msgstr "Efectes visuals i animació" + +#: ../../godmode/setup/setup_visuals.php:926 +#, fuzzy +msgid "Random background (login)" +msgstr "Inici de sessió de fons personalitzat" + +#: ../../godmode/setup/setup_visuals.php:952 +#: ../../include/functions_config.php:1316 +msgid "GIS Labels" +msgstr "Etiquetes SIG" + +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../include/functions_config.php:1324 +msgid "Default icon in GIS" +msgstr "Icona predeterminat en GIS" + +#: ../../godmode/setup/setup_visuals.php:971 +msgid "Agent icon group" +msgstr "Grup d'icones de l'agent" + +#: ../../godmode/setup/setup_visuals.php:1021 +msgid "Graphs font size" +msgstr "Mida del tipus de lletra dels gràfics" + +#: ../../godmode/setup/setup_visuals.php:1040 +msgid "Show unit along with value in reports" +msgstr "Mostra la unitat juntament amb el valor dels informes" + +#: ../../godmode/setup/setup_visuals.php:1051 +#: ../../include/functions_config.php:1284 +#, fuzzy +msgid "Truncate agent text at end" +msgstr "Crea un agent per base de dades" + +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../include/functions_config.php:1296 +msgid "Truncate module text at end" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1072 +#: ../../include/functions_config.php:1288 +#: ../../include/functions_config.php:1292 +msgid "Agent size text" +msgstr "Mida del text agent" + +#: ../../godmode/setup/setup_visuals.php:1072 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If the " +"text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1101 +#, fuzzy +msgid "Small" +msgstr "Small:" + +#: ../../godmode/setup/setup_visuals.php:1094 +#: ../../include/functions_config.php:1300 +msgid "Module size text" +msgstr "Text Mida del mòdul" + +#: ../../godmode/setup/setup_visuals.php:1094 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If " +"the text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1118 +#: ../../include/functions_config.php:1304 +#: ../../include/functions_config.php:1308 +msgid "Description size text" +msgstr "Descripció mida del text" + +#: ../../godmode/setup/setup_visuals.php:1129 +#: ../../include/functions_config.php:1312 +msgid "Item title size text" +msgstr "Article mida del text del títol" + +#: ../../godmode/setup/setup_visuals.php:1158 +msgid "On Boolean graphs" +msgstr "En gràfics booleans" + +#: ../../godmode/setup/setup_visuals.php:1161 +msgid "Show only average by default" +msgstr "Mostra només la mitjana per defecte" + +#: ../../godmode/setup/setup_visuals.php:1162 +msgid "Show MAX/AVG/MIN by default" +msgstr "Mostra MAX/AVG/MIN per defecte" + +#: ../../godmode/setup/setup_visuals.php:1181 +#, fuzzy +msgid "Graph color #" +msgstr "Color del gràfic #1" + +#: ../../godmode/setup/setup_visuals.php:1195 +msgid "" +"Number of decimals to display in reports and visual consoles. It must be " +"between 0 and 5." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1200 +msgid "Data precision" +msgstr "Precisió de dades" + +#: ../../godmode/setup/setup_visuals.php:1218 +msgid "Data precision in graphs" +msgstr "Precisió de dades en gràfics" + +#: ../../godmode/setup/setup_visuals.php:1237 +#: ../../include/functions_config.php:1071 +msgid "Value to interface graphics" +msgstr "Valor per als gràfics d'interfície" + +#: ../../godmode/setup/setup_visuals.php:1237 +msgid "Name of the drives for network interface graphics (SNMP)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1380 +msgid "Default line thickness for the Custom Graph." +msgstr "Gruix de línia per defecte per al gràfic personalitzat." + +#: ../../godmode/setup/setup_visuals.php:1262 +msgid "Number of elements in Custom Graph" +msgstr "Nombre d'elements del gràfic personalitzat" + +#: ../../godmode/setup/setup_visuals.php:1276 +#: ../../include/functions_config.php:1092 +msgid "Use round corners" +msgstr "Utilitzeu cantonades arrodonides" + +#: ../../godmode/setup/setup_visuals.php:1287 +#: ../../include/functions_config.php:1096 +msgid "Chart fit to content" +msgstr "Gràfic adequat al contingut" + +#: ../../godmode/setup/setup_visuals.php:1287 +msgid "" +"There are graphs whose values are percentages and the top of the graph " +"exceeds the maximum value one hundred, you may configure the graphs to stop " +"adding a proportional upper margin by activating this option." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1297 +msgid "Type of module charts" +msgstr "Tipus de gràfics de mòduls" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "Graph TIP view" +msgstr "Visualització TIP del gràfic" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "" +"TIP graphs show the full data resolution, they are much more expensive in BD/" +"CPU time, but they allow to \"zoom\" interactively and show all the data, " +"without compacting the information in fewer points. By default (off), TIPs " +"can be seen, but manually, if this mode is selected in each graph, but you " +"may also define that they always come out as TIP or also define that this is " +"so, but only for those of Boolean data." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "Graph mode" +msgstr "Mode gràfic" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "" +"It displays the default graphs with three overlapping data series (Maximum, " +"Average, and Minimum) or with only one data series (Average)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1374 +#, fuzzy +msgid "Zoom graphs" +msgstr "Gràfics de zoom:" + +#: ../../godmode/setup/setup_visuals.php:1394 +#: ../../godmode/setup/setup_visuals.php:1395 +#: ../../godmode/setup/setup_visuals.php:1980 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 +#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 +#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 +#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 +#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 +#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 +#: ../../include/functions_visual_map_editor.php:1278 +#: ../../include/functions_visual_map_editor.php:1279 +#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 +#: ../../operation/events/sound_events.php:153 +#: ../../operation/events/sound_events.php:154 +#: ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 +#: ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 +#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:165 +msgid "seconds" +msgstr "segons" + +#: ../../godmode/setup/setup_visuals.php:1396 +#: ../../godmode/setup/setup_visuals.php:1397 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../godmode/setup/setup_visuals.php:1399 +#: ../../godmode/setup/setup_visuals.php:1981 +#: ../../include/functions_visual_map_editor.php:1280 +#: ../../include/functions_visual_map_editor.php:1281 +#: ../../include/functions_visual_map_editor.php:1282 +#: ../../include/functions_visual_map_editor.php:1283 +#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 +msgid "minutes" +msgstr "minuts" + +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../include/functions_visual_map_editor.php:1284 +msgid "hour" +msgstr "hora" + +#: ../../godmode/setup/setup_visuals.php:1403 +msgid "Classic view" +msgstr "Vista clàssica" + +#: ../../godmode/setup/setup_visuals.php:1404 +msgid "View of favorites" +msgstr "Vista dels favorits" + +#: ../../godmode/setup/setup_visuals.php:1414 +msgid "Default cache expiration" +msgstr "Caducitat per defecte de la memòria cau" + +#: ../../godmode/setup/setup_visuals.php:1419 +#: ../../include/functions_visual_map_editor.php:1310 +msgid "No cache" +msgstr "Sense memòria cau" + +#: ../../godmode/setup/setup_visuals.php:1432 +#: ../../include/functions_config.php:1252 +msgid "Default interval for refresh on Visual Console" +msgstr "Interval predeterminat d'actualització de Visual consola" + +#: ../../godmode/setup/setup_visuals.php:1448 +msgid "Type of view of visual consoles" +msgstr "Tipus de visualització de consoles visuals" + +#: ../../godmode/setup/setup_visuals.php:1461 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "Nombre de consoles visuals preferides per mostrar al menú" + +#: ../../godmode/setup/setup_visuals.php:1467 +#: ../../include/functions_config.php:1268 +msgid "Default line thickness for the Visual Console" +msgstr "Gruix de línia per defecte per a la Consola Visual" + +#: ../../godmode/setup/setup_visuals.php:1479 +#, fuzzy +msgid "Visual console default text margin (em)" +msgstr "Nom de la consola visual" + +#: ../../godmode/setup/setup_visuals.php:1485 +msgid "Lock screen orientation when viewing on mobile devices" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +#: ../../include/functions_config.php:1276 +msgid "Display item frame on alert triggered" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "It displays an orange box around items that have triggered an alert." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1517 +msgid "Number of favorite services to show in the menu" +msgstr "Nombre de serveis preferits per mostrar al menú" + +#: ../../godmode/setup/setup_visuals.php:1562 +msgid "Show report info with description" +msgstr "Mostra la informació de l'informe amb la descripció" + +#: ../../godmode/setup/setup_visuals.php:1572 +msgid "Custom report front page" +msgstr "Portada de l'informe personalitzat" + +#: ../../godmode/setup/setup_visuals.php:1583 +#: ../../include/functions_config.php:1559 +msgid "PDF font size (px)" +msgstr "Mida del tipus de lletra PDF (px)" + +#: ../../godmode/setup/setup_visuals.php:1587 +#: ../../include/functions_config.php:1555 +msgid "HTML font size for SLA (em)" +msgstr "Mida de tipus de lletra HTML per a SLA (em)" + +#: ../../godmode/setup/setup_visuals.php:1593 +msgid "Graph image height for HTML reports" +msgstr "Alçada de la imatge gràfica per als informes HTML" + +#: ../../godmode/setup/setup_visuals.php:1597 +msgid "Interval description" +msgstr "Descripció de l'interval" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1563 +#: ../../include/functions_config.php:1567 +#: ../../include/functions_config.php:1571 +#: ../../include/functions_config.php:1575 +#: ../../include/functions_config.php:1579 +#: ../../include/functions_config.php:1583 +msgid "Custom report front" +msgstr "Frontal d'informe personalitzat" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../include/functions_config.php:1120 +#: ../../include/functions_config.php:1571 +msgid "Custom logo" +msgstr "Logo personalitzat" + +#: ../../godmode/setup/setup_visuals.php:1615 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +msgid "" +"You may use the following macros: _REPORT_NAME_ indicating the name of the " +"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " +"report), _DATETIME_ date/time of the generation of the report." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../include/class/TipsWindow.class.php:814 +#: ../../include/class/TipsWindow.class.php:981 +msgid "Preview" +msgstr "Previsualitzar" + +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../include/functions_config.php:1575 +msgid "Header" +msgstr "Encapçalament" + +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../include/functions_config.php:1579 +msgid "First page" +msgstr "Primera pàgina" + +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1583 +msgid "Footer" +msgstr "Peu de pàgina" + +#: ../../godmode/setup/setup_visuals.php:1691 +msgid "Comparation in rollover" +msgstr "Comparació de bolcada" + +#: ../../godmode/setup/setup_visuals.php:1698 +msgid "Timestamp in rollover" +msgstr "Marca de temps en la bolcada" + +#: ../../godmode/setup/setup_visuals.php:1705 +msgid "Compact mode" +msgstr "Mode compacte" + +#: ../../godmode/setup/setup_visuals.php:1790 +msgid "Use 1024 when module unit are bytes" +msgstr "Utilitzeu 1024 quan la unitat de mòduls siguin bytes" + +#: ../../godmode/setup/setup_visuals.php:1791 +msgid "Use always 1000" +msgstr "Utilitza sempre 1000" + +#: ../../godmode/setup/setup_visuals.php:1792 +msgid "Use always 1024" +msgstr "Utilitza sempre el 1024" + +#: ../../godmode/setup/setup_visuals.php:1804 +#: ../../include/functions_config.php:1364 +msgid "Networkmap max width" +msgstr "Amplada màxima del mapa de xarxa" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "Show only the group name" +msgstr "Mostra només el nom del grup" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "The name of the group will be displayed instead of displaying its icon." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1827 +#, fuzzy +msgid "Show empty groups in group view" +msgstr "Mostra el nom del grup en comptes de la icona de grup." + +#: ../../godmode/setup/setup_visuals.php:1837 +#: ../../include/functions_config.php:1019 +msgid "Date format string" +msgstr "Cadena de format Data" + +#: ../../godmode/setup/setup_visuals.php:1837 +msgid "It uses a unix datetime format definition string." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1846 +msgid "Example" +msgstr "Exemple" + +#: ../../godmode/setup/setup_visuals.php:1855 +#: ../../include/functions_config.php:1603 +#, fuzzy +msgid "Decimal separator" +msgstr "Separador decimal CSV" + +#: ../../godmode/setup/setup_visuals.php:1870 +msgid "Visible time of successful notifiations" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1883 +msgid "Timestamp, time comparison, or compact mode" +msgstr "Marca de temps, comparació de temps o mode compacte" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "Custom values post process" +msgstr "Procés de publicació de valors personalitzats" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "" +"Custom conversion values for post-processing. It updates a table in the " +"database to have custom conversions from one unit to another." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1938 +#: ../../godmode/setup/setup_visuals.php:2105 +msgid "Delete custom values" +msgstr "Suprimeix els valors personalitzats" + +#: ../../godmode/setup/setup_visuals.php:1982 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 +msgid "hours" +msgstr "hores" + +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 +msgid "months" +msgstr "mesos" + +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 +msgid "years" +msgstr "any" + +#: ../../godmode/setup/setup_visuals.php:1988 +msgid "Interval values" +msgstr "Interval de valors" + +#: ../../godmode/setup/setup_visuals.php:2027 +#, fuzzy +msgid "Delete interval values" +msgstr "Eliminar interval" + +#: ../../godmode/setup/setup_visuals.php:2070 +msgid "Module units" +msgstr "Unitats de mòdul" + +#: ../../godmode/setup/setup_visuals.php:2143 +#: ../../include/functions_config.php:1587 +msgid "CSV divider" +msgstr "Divisor CSV" + +#: ../../godmode/setup/setup_visuals.php:2148 +#: ../../include/functions_config.php:1591 +msgid "CSV decimal separator" +msgstr "Separador decimal CSV" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "Data multiplier to use in graphs/data" +msgstr "Multiplicador de dades per utilitzar en gràfics/dades" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "" +"Value by which it will multiply the data shown to represent them in graphs. " +"This is useful in case the value unit is bytes; for other conversions use " +"Custom value post processing." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2158 +#: ../../include/functions_config.php:1599 +msgid "Hide general stats for non admin users in tactical view" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2175 +msgid "Behaviour configuration" +msgstr "Configuració del comportament" + +#: ../../godmode/setup/setup_visuals.php:2180 +msgid "GIS configuration" +msgstr "Configuració del SIG" + +#: ../../godmode/setup/setup_visuals.php:2185 +msgid "Style configuration" +msgstr "Configuració de l'estil" + +#: ../../godmode/setup/setup_visuals.php:2190 +msgid "Charts configuration" +msgstr "Configuració dels gràfics" + +#: ../../godmode/setup/setup_visuals.php:2195 +msgid "Font and Text configuration" +msgstr "Configuració de tipus de lletra i text" + +#: ../../godmode/setup/setup_visuals.php:2200 +msgid "Visual consoles configuration" +msgstr "Configuració de consoles visuals" + +#: ../../godmode/setup/setup_visuals.php:2205 +msgid "Reports configuration" +msgstr "Configuració dels informes" + +#: ../../godmode/setup/setup_visuals.php:2210 +msgid "Services configuration" +msgstr "Configuració dels serveis" + +#: ../../godmode/setup/setup_visuals.php:2215 +msgid "Other configuration" +msgstr "Altres configuracions" + +#: ../../godmode/setup/setup_visuals.php:2400 +#: ../../include/functions_config.php:1528 +msgid "Delete interval" +msgstr "Eliminar interval" + +#: ../../godmode/setup/setup_visuals.php:2458 +msgid "Logo preview" +msgstr "Visualització prèvia del logotip" + +#: ../../godmode/setup/setup_visuals.php:2488 +msgid "Splash Preview" +msgstr "Visualització prèvia de l'esquit" + +#: ../../godmode/setup/setup_visuals.php:2507 +msgid "Mobile console logo preview" +msgstr "Visualització prèvia del logotip de la consola mòbil" + +#: ../../godmode/setup/setup_visuals.php:2543 +msgid "Gis icons preview" +msgstr "Vista prèvia de les icones Gis" + +#: ../../godmode/setup/setup_visuals.php:2609 +msgid "Status set preview" +msgstr "Visualització prèvia del conjunt d'estat" #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -20328,8 +20316,8 @@ msgstr "Generador de captura SNMP" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20666,7 +20654,7 @@ msgstr "Error en crear el tag" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "URL" @@ -21318,10 +21306,10 @@ msgstr "" "usuaris només es llegeix. Aneu a %s per gestionar-ho." #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21362,8 +21350,8 @@ msgstr "" "es mostren. No podeu habilitar/inhabilitar ni suprimir aquest usuari." #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "L'usuari no té cap grup de perfils / assignat" @@ -21383,11 +21371,320 @@ msgstr "Crear usuari" msgid "The current authentication scheme doesn't support creating users on %s" msgstr "L'esquema d'autenticació actual no admet la creació d'usuaris a %s" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "Enllaç extern" +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information" +msgstr "Informació detallada" + +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information for" +msgstr "SNMP informació per " + +#: ../../godmode/users/user_management.php:232 +#: ../../include/functions_reporting_html.php:7719 +#: ../../include/functions_reporting_html.php:7742 +msgid "Full name" +msgstr "Nom complet" + +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "Nom complet (display)" + +#: ../../godmode/users/user_management.php:252 +msgid "" +"This will be the email used in those alert actions that the email makes use " +"of. It will also be the email used for user notifications that wer " +"configured in this way." +msgstr "" + +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "Correu electrònic" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "Número de telèfon:" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +#, fuzzy +msgid "Administrator user" +msgstr "Administrador" + +#: ../../godmode/users/user_management.php:299 +msgid "" +"This type of 'superadmin' has no restrictions whatsoever. If you want to " +"create partial administrators, use the profile and group-based privilege " +"system." +msgstr "" + +#: ../../godmode/users/user_management.php:333 +#, fuzzy +msgid "New password" +msgstr "Nova contrasenya" + +#: ../../godmode/users/user_management.php:353 +#, fuzzy +msgid "Repeat new password" +msgstr "Repeteix la contrasenya" + +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "Confirmació de paraula de pas" + +#: ../../godmode/users/user_management.php:374 +#: ../../operation/users/user_edit.php:409 +msgid "Current password" +msgstr "Contrasenya actual" + +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +msgid "Own password confirmation" +msgstr "Confirmació de contrasenya pròpia" + +#: ../../godmode/users/user_management.php:406 +#, fuzzy +msgid "Third user password confirmation" +msgstr "Confirmació de contrasenya pròpia" + +#: ../../godmode/users/user_management.php:421 +msgid "Not Login" +msgstr "No Entrada" + +#: ../../godmode/users/user_management.php:438 +msgid "The user with not login set only can access to API." +msgstr "L'usuari no es connecta conjunt només pot accedir a l'API." + +#: ../../godmode/users/user_management.php:443 +#, fuzzy +msgid "Local User" +msgstr "%s local" + +#: ../../godmode/users/user_management.php:460 +msgid "" +"The user with local authentication enabled will always use local " +"authentication." +msgstr "" + +#: ../../godmode/users/user_management.php:472 +#: ../../views/dashboard/tipsWindow.php:52 +#, fuzzy +msgid "Show usage tips at startup" +msgstr "Mostrar els agents per estat: " + +#: ../../godmode/users/user_management.php:478 +#, fuzzy +msgid "Session time" +msgstr "Hora de la sessió" + +#: ../../godmode/users/user_management.php:488 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting " +"-1 in this field." +msgstr "" +"Això es defineix en minuts, si voleu una sessió permanent hauríeu de posar " +"-1 en aquest camp." + +#: ../../godmode/users/user_management.php:539 +#, fuzzy +msgid "Pages with autorefresh" +msgstr "Llista de pàgines amb autorefresh" + +#: ../../godmode/users/user_management.php:624 +#, fuzzy +msgid "Autorefresh pages" +msgstr "Temps d'auto-actualització" + +#: ../../godmode/users/user_management.php:630 +#, fuzzy +msgid "Time for autorefresh" +msgstr "Temps autorefresh" + +#: ../../godmode/users/user_management.php:649 +#, fuzzy +msgid "Pandora RC user access enabled" +msgstr "eHorus access d'usuari habilitat" + +#: ../../godmode/users/user_management.php:659 +#: ../../godmode/users/user_management.php:671 +#, fuzzy +msgid "Pandora RC User" +msgstr "Servidors Pandora" + +#: ../../godmode/users/user_management.php:678 +#: ../../godmode/users/user_management.php:690 +#, fuzzy +msgid "Pandora RC Password" +msgstr "Contrasenya API" + +#: ../../godmode/users/user_management.php:699 +#, fuzzy +msgid "Language and Appearance" +msgstr "Codi de llengua" + +#: ../../godmode/users/user_management.php:715 +msgid "" +"When changing the theme, the login screen logo will be restricted to the " +"default for that color scheme, if you have a custom logo, adjust it after " +"changing the theme." +msgstr "" + +#: ../../godmode/users/user_management.php:723 +#, fuzzy +msgid "User color scheme" +msgstr "Comentari de l'usuari" + +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +#, fuzzy +msgid "Default theme" +msgstr "Zoom predeterminat" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +#, fuzzy +msgid "Black theme" +msgstr "Negre" + +#: ../../godmode/users/user_management.php:833 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +#: ../../include/functions_visual_map_editor.php:309 +msgid "Time zone" +msgstr "Zona horària" + +#: ../../godmode/users/user_management.php:850 +#, fuzzy +msgid "Additional settings" +msgstr "Configuració d'optimització" + +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "Comentaris" + +#: ../../godmode/users/user_management.php:869 +#, fuzzy +msgid "Enable IP allowlist" +msgstr "Habilita l'avís" + +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" + +#: ../../godmode/users/user_management.php:932 +#, fuzzy +msgid "Pandora ITSM user configuration" +msgstr "Configuració de l'usuari integria" + +#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 +#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 +#: ../../operation/events/events.php:2938 +#: ../../operation/events/sound_events.php:294 +#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 +msgid "Start" +msgstr "Inici" + +#: ../../godmode/users/user_management.php:976 +#, fuzzy +msgid "Contact details (QR)" +msgstr "Detalls de l'incident" + +#: ../../godmode/users/user_management.php:977 +#, fuzzy +msgid "API Token credentials" +msgstr "Credencials SAP" + +#: ../../godmode/users/configure_token.php:56 +#, fuzzy +msgid "Create token" +msgstr "Creat per" + +#: ../../godmode/users/configure_token.php:62 +#, fuzzy, php-format +msgid "There was a problem get token, %s" +msgstr "Hi va haver un problema en eliminar l'usuari" + +#: ../../godmode/users/configure_token.php:74 +#, fuzzy +msgid "Token label" +msgstr "Etiqueta de node" + +#: ../../godmode/users/configure_token.php:127 +#, fuzzy +msgid "Expiration Time" +msgstr "Venciment" + +#: ../../godmode/users/configure_token.php:208 +msgid "Expiration date must be later than today." +msgstr "" + +#: ../../godmode/users/token_list.php:67 +#, fuzzy, php-format +msgid "There was a problem deleting token, %s" +msgstr "Hi va haver un problema en eliminar l'usuari" + +#: ../../godmode/users/token_list.php:100 +msgid "This code will appear only once, please keep it in a safe place" +msgstr "" + +#: ../../godmode/users/token_list.php:102 +msgid "" +"If you lose the code, you will only able to delete it and create a new one" +msgstr "" + +#: ../../godmode/users/token_list.php:111 +#, fuzzy, php-format +msgid "There was a problem creating this token, %s" +msgstr "Hi va haver un problema en crear aquest perfil" + +#: ../../godmode/users/token_list.php:123 +#, fuzzy, php-format +msgid "There was a problem updating this token, %s" +msgstr "Hi va haver un problema en actualitzar aquest perfil" + +#: ../../godmode/users/token_list.php:140 +#, fuzzy +msgid "For user" +msgstr "eHorus user" + +#: ../../godmode/users/token_list.php:142 +#, fuzzy +msgid "Last usage" +msgstr "Darrera actualització" + +#: ../../godmode/users/token_list.php:206 +#, fuzzy +msgid "Create Token" +msgstr "Creu pell" + #: ../../godmode/users/configure_user.php:248 msgid "Update User" msgstr "Actualitza l'usuari" @@ -21524,86 +21821,16 @@ msgid "Please, avoid share this string with others." msgstr "" "Si us plau, deseu l'informe per començar a afegir elements a la llista." -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "Nom complet (display)" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "Confirmació de paraula de pas" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -msgid "Own password confirmation" -msgstr "Confirmació de contrasenya pròpia" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -#, fuzzy -msgid "Administrator user" -msgstr "Administrador" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "Correu electrònic" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "Número de telèfon:" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "Comentaris" - #: ../../godmode/users/configure_user.php:1270 #: ../../operation/users/user_edit.php:752 #, fuzzy msgid "Login allowed IP list" msgstr "Accés fallit" -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" - #: ../../godmode/users/configure_user.php:1309 msgid "Skin" msgstr "Aparença" -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -#, fuzzy -msgid "Default theme" -msgstr "Zoom predeterminat" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -#, fuzzy -msgid "Black theme" -msgstr "Negre" - #: ../../godmode/users/configure_user.php:1321 msgid "Search custom field view" msgstr "Cerca la visualització de camp personalitzada" @@ -21725,245 +21952,6 @@ msgstr "La doble autenticació s'ha desactivat correctament" msgid "There was an error deactivating the double autentication" msgstr "S'ha produït un error en desactivar la doble autenticació" -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information" -msgstr "Informació detallada" - -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information for" -msgstr "SNMP informació per " - -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7719 -#: ../../include/functions_reporting_html.php:7742 -msgid "Full name" -msgstr "Nom complet" - -#: ../../godmode/users/user_management.php:252 -msgid "" -"This will be the email used in those alert actions that the email makes use " -"of. It will also be the email used for user notifications that wer " -"configured in this way." -msgstr "" - -#: ../../godmode/users/user_management.php:299 -msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to " -"create partial administrators, use the profile and group-based privilege " -"system." -msgstr "" - -#: ../../godmode/users/user_management.php:333 -#, fuzzy -msgid "New password" -msgstr "Nova contrasenya" - -#: ../../godmode/users/user_management.php:353 -#, fuzzy -msgid "Repeat new password" -msgstr "Repeteix la contrasenya" - -#: ../../godmode/users/user_management.php:374 -#: ../../operation/users/user_edit.php:409 -msgid "Current password" -msgstr "Contrasenya actual" - -#: ../../godmode/users/user_management.php:406 -#, fuzzy -msgid "Third user password confirmation" -msgstr "Confirmació de contrasenya pròpia" - -#: ../../godmode/users/user_management.php:421 -msgid "Not Login" -msgstr "No Entrada" - -#: ../../godmode/users/user_management.php:438 -msgid "The user with not login set only can access to API." -msgstr "L'usuari no es connecta conjunt només pot accedir a l'API." - -#: ../../godmode/users/user_management.php:443 -#, fuzzy -msgid "Local User" -msgstr "%s local" - -#: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local " -"authentication." -msgstr "" - -#: ../../godmode/users/user_management.php:472 -#: ../../views/dashboard/tipsWindow.php:52 -#, fuzzy -msgid "Show usage tips at startup" -msgstr "Mostrar els agents per estat: " - -#: ../../godmode/users/user_management.php:478 -#, fuzzy -msgid "Session time" -msgstr "Hora de la sessió" - -#: ../../godmode/users/user_management.php:488 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting " -"-1 in this field." -msgstr "" -"Això es defineix en minuts, si voleu una sessió permanent hauríeu de posar " -"-1 en aquest camp." - -#: ../../godmode/users/user_management.php:539 -#, fuzzy -msgid "Pages with autorefresh" -msgstr "Llista de pàgines amb autorefresh" - -#: ../../godmode/users/user_management.php:624 -#, fuzzy -msgid "Autorefresh pages" -msgstr "Temps d'auto-actualització" - -#: ../../godmode/users/user_management.php:630 -#, fuzzy -msgid "Time for autorefresh" -msgstr "Temps autorefresh" - -#: ../../godmode/users/user_management.php:649 -#, fuzzy -msgid "Pandora RC user access enabled" -msgstr "eHorus access d'usuari habilitat" - -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 -#, fuzzy -msgid "Pandora RC User" -msgstr "Servidors Pandora" - -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 -#, fuzzy -msgid "Pandora RC Password" -msgstr "Contrasenya API" - -#: ../../godmode/users/user_management.php:699 -#, fuzzy -msgid "Language and Appearance" -msgstr "Codi de llengua" - -#: ../../godmode/users/user_management.php:715 -msgid "" -"When changing the theme, the login screen logo will be restricted to the " -"default for that color scheme, if you have a custom logo, adjust it after " -"changing the theme." -msgstr "" - -#: ../../godmode/users/user_management.php:723 -#, fuzzy -msgid "User color scheme" -msgstr "Comentari de l'usuari" - -#: ../../godmode/users/user_management.php:833 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 -#: ../../include/functions_visual_map_editor.php:309 -msgid "Time zone" -msgstr "Zona horària" - -#: ../../godmode/users/user_management.php:850 -#, fuzzy -msgid "Additional settings" -msgstr "Configuració d'optimització" - -#: ../../godmode/users/user_management.php:869 -#, fuzzy -msgid "Enable IP allowlist" -msgstr "Habilita l'avís" - -#: ../../godmode/users/user_management.php:932 -#, fuzzy -msgid "Pandora ITSM user configuration" -msgstr "Configuració de l'usuari integria" - -#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 -#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 -#: ../../operation/events/events.php:2938 -#: ../../operation/events/sound_events.php:294 -#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 -msgid "Start" -msgstr "Inici" - -#: ../../godmode/users/user_management.php:976 -#, fuzzy -msgid "Contact details (QR)" -msgstr "Detalls de l'incident" - -#: ../../godmode/users/user_management.php:977 -#, fuzzy -msgid "API Token credentials" -msgstr "Credencials SAP" - -#: ../../godmode/users/configure_token.php:56 -#, fuzzy -msgid "Create token" -msgstr "Creat per" - -#: ../../godmode/users/configure_token.php:62 -#, fuzzy, php-format -msgid "There was a problem get token, %s" -msgstr "Hi va haver un problema en eliminar l'usuari" - -#: ../../godmode/users/configure_token.php:74 -#, fuzzy -msgid "Token label" -msgstr "Etiqueta de node" - -#: ../../godmode/users/configure_token.php:127 -#, fuzzy -msgid "Expiration Time" -msgstr "Venciment" - -#: ../../godmode/users/configure_token.php:208 -msgid "Expiration date must be later than today." -msgstr "" - -#: ../../godmode/users/token_list.php:67 -#, fuzzy, php-format -msgid "There was a problem deleting token, %s" -msgstr "Hi va haver un problema en eliminar l'usuari" - -#: ../../godmode/users/token_list.php:100 -msgid "This code will appear only once, please keep it in a safe place" -msgstr "" - -#: ../../godmode/users/token_list.php:102 -msgid "" -"If you lose the code, you will only able to delete it and create a new one" -msgstr "" - -#: ../../godmode/users/token_list.php:111 -#, fuzzy, php-format -msgid "There was a problem creating this token, %s" -msgstr "Hi va haver un problema en crear aquest perfil" - -#: ../../godmode/users/token_list.php:123 -#, fuzzy, php-format -msgid "There was a problem updating this token, %s" -msgstr "Hi va haver un problema en actualitzar aquest perfil" - -#: ../../godmode/users/token_list.php:140 -#, fuzzy -msgid "For user" -msgstr "eHorus user" - -#: ../../godmode/users/token_list.php:142 -#, fuzzy -msgid "Last usage" -msgstr "Darrera actualització" - -#: ../../godmode/users/token_list.php:206 -#, fuzzy -msgid "Create Token" -msgstr "Creu pell" - #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -22350,15 +22338,15 @@ msgstr "Llista de tasques" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22722,8 +22710,8 @@ msgstr "" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "Fet" @@ -23188,103 +23176,6 @@ msgstr "Repositori de fitxers" msgid "About" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"Aquest és el codi privat que hauríeu d'utilitzar amb la vostra aplicació " -"d'autenticador" - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"Podeu introduir el codi manualment o utilitzar el codi QR per afegir-lo " -"automàticament." - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "Esteu a punt d'activar la doble autenticació" - -#: ../../include/ajax/double_auth.ajax.php:209 -#, fuzzy -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"Amb aquesta opció habilitada, l'accés al teu compte serà més segur, \n" -"\t\tcausa que es requerirà un codi generat per una altra aplicació després " -"de l'inici de sessió" - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"Haureu d'instal·lar l'aplicació des del següent enllaç abans de continuar" - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "Descarrega't l'app" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "Continuar" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "Ja estàs instal·lada l'app?" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "S'ha generat un codi privat" - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Abans de continuar, heu de crear una entrada nova a l'aplicació authenticator" - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "Actualitza el codi" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "Ja has introduït el codi a l'aplicació authenticator?" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "Introduir un codi generat per l'app" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "Si el codi és vàlid, s'activarà la doble autenticació" - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "Valida el codi" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "El codi és vàlid, podeu sortir ara" - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "El codi no és vàlid" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "El codi és vàlid, però ha estat un error desar les dades" - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -23313,8 +23204,8 @@ msgstr "Política creada amb èxit" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23386,8 +23277,8 @@ msgstr "Desa en grup" msgid "Save current filter" msgstr "Actualització de filtre actual" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23639,78 +23530,6 @@ msgstr "a:" msgid "Insufficient permissions to validate alerts" msgstr "Permisos insuficients per validar alertes" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "Interval actual" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "Mòduls normals" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "Mòduls crítics" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "Advertiment de mòduls" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "Mòduls desconeguts" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "Mòduls no init" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "Filtre nou" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "Filtre existent" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "El nom del filtre ja existeix al bbdd" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "Seleccioneu un camp personalitzat" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "Èxit crea un filtre." - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "S'ha produït un error en crear el filtre." - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -#, fuzzy -msgid "Please, select a filter" -msgstr "si us plau, seleccioneu un filtre" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "Filtre d'actualització d'èxit." - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "S'ha produït un error en actualitzar el filtre." - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "Esborra el filtre." - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "S'ha produït un error en suprimir el filtre." - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 minuts" @@ -23914,6 +23733,175 @@ msgstr "El servei ja existeix." msgid "Congratulations, you have already created a simple alert. and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"Felicitats! S'ha creat el mòdul.
El color de l'estat és el blau.
Aquest color significa que el mòdul no s'ha executat per primera " -"vegada. En els propers segons, si no hi ha cap problema, el color d'estat es " -"convertirà en vermell o verd." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Feu clic a la pestanya Avisos i, a continuació, empleneu el formulari per " -"afegir un avís." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "Seleccioneu el mòdul crític." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "A la plantilla seleccioneu \"Condició crítica\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "Ara, seleccioneu l'acció creada abans." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "Feu clic al botó Afegeix un avís per crear l'avís." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"Per provar l'alerta que acabes de crear, aneu a la visualització principal " -"fent clic a la pestanya dels ulls." - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "T'ensenyaré com controlar un servidor." @@ -28310,27 +28190,6 @@ msgstr "Si ja el teniu configurat, podeu passar al següent pas." msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "Ara, baixeu el menú Gestiona les alertes i feu clic a Accions. " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"No es recomana tenir agents amb un interval de seguiment inferior a 300 " -"segons. Això repercutirà seriosament en el rendiment del servidor. Per " -"exemple, tenir 200 agents amb un interval d'un minut, és el mateix que tenir " -"1.000 agents amb un interval de 5 minuts. La probabilitat d'obtenir mòduls " -"desconeguts és més gran, i l'impacte en el servidor és més gran perquè " -"requereix un temps de resposta més curt." - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "Agent d'interval." - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28537,6 +28396,133 @@ msgstr "" msgid "Modules not learning mode." msgstr "Advertiment de mòduls" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +#, fuzzy +msgid "Agent contact date passed it's ETA!" +msgstr "Data de contacte de l'agent que ha passat és ETA!." + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Això passa quan l'agent ha deixat d'informar o el servidor té algun problema " +"(massa càrrega o simplement avall). Comproveu també la connectivitat entre " +"l'agent i el servidor." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Ara cal anar a mòduls. No et preocupis, et portaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +#, fuzzy +msgid "Click in this tab" +msgstr "Feu clic en aquesta pestanya.." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Ara heu de crear el mòdul. No et preocupis, t'ho ensenyaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "Trieu el mòdul del servidor de xarxa." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "Feu clic al botó." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Ara heu de crear el mòdul. No et preocupis, t'ho ensenyaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "Ara omplirem el formulari." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "Trieu Gestió de xarxes." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "Trieu el component anomenat \"Amfitrió viu\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "Pots canviar el nom si vols." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Comproveu si la IP mostrada és la IP de la vostra màquina." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "I només per acabar-ho d'adndorar està fent clic en aquest botó." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Felicitats! S'ha creat el mòdul.
El color de l'estat és el blau.
Aquest color significa que el mòdul no s'ha executat per primera " +"vegada. En els propers segons, si no hi ha cap problema, el color d'estat es " +"convertirà en vermell o verd." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Feu clic a la pestanya Avisos i, a continuació, empleneu el formulari per " +"afegir un avís." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "Seleccioneu el mòdul crític." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "A la plantilla seleccioneu \"Condició crítica\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "Ara, seleccioneu l'acció creada abans." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "Feu clic al botó Afegeix un avís per crear l'avís." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Per provar l'alerta que acabes de crear, aneu a la visualització principal " +"fent clic a la pestanya dels ulls." + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"No es recomana tenir agents amb un interval de seguiment inferior a 300 " +"segons. Això repercutirà seriosament en el rendiment del servidor. Per " +"exemple, tenir 200 agents amb un interval d'un minut, és el mateix que tenir " +"1.000 agents amb un interval de 5 minuts. La probabilitat d'obtenir mòduls " +"desconeguts és més gran, i l'impacte en el servidor és més gran perquè " +"requereix un temps de resposta més curt." + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "Agent d'interval." + #: ../../include/lib/Core/DBMaintainer.php:177 #, fuzzy, php-format msgid "Connection problems: %s" @@ -28747,8 +28733,8 @@ msgstr "Mida de la icona" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "Estat del mòdul" @@ -28926,7 +28912,7 @@ msgid "Status and Monitor checks" msgstr "Comprovacions d'estat i monitor" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "Rendiment del servidor" @@ -29009,37 +28995,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Manteniment" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Informatiu" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "Menor" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "maj" @@ -29052,8 +29038,8 @@ msgstr "Entrades Integria IMS" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "Limitar" @@ -29118,7 +29104,7 @@ msgstr "Estat del mòdul" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "Mòduls" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -29486,70 +29472,6 @@ msgstr "Heu de seleccionar algun grup" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "Nivell de seguretat" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -#, fuzzy -msgid "Vulnerabilities by category" -msgstr "Crea categoria" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -#, fuzzy -msgid "Evolution" -msgstr "Resolució" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "Cadena" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "Temps total" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "Últimes dades" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 #, fuzzy msgid "Color chart" @@ -29670,7 +29592,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "Gràfic Projecció" @@ -29814,8 +29736,8 @@ msgid "Aggregated by" msgstr "Afegit per" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "Dades per mostrar" @@ -29834,6 +29756,70 @@ msgstr "Informe d'alertes activat" msgid "Not alert fired" msgstr "No alerta disparada" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "Nivell de seguretat" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +#, fuzzy +msgid "Vulnerabilities by category" +msgstr "Crea categoria" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +#, fuzzy +msgid "Evolution" +msgstr "Resolució" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "Cadena" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "Temps total" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "Últimes dades" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29977,37 +29963,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "No es pot connectar amb %d de node" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr " Error: el mòdul no té cap agent assignat." - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "El mòdul ja existeix: \"%s\"" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "Nom del mòdul buit." - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "Caràcters no vàlids al nom del mòdul" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "El mòdul ja existeix, seleccioneu un altre nom o agent." - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "Permisos insuficients per dur a terme aquesta acció" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "Error en processar: %s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -30110,27 +30065,120 @@ msgstr "Mòduls No init" msgid "Events in last 24 hrs" msgstr "Esdeveniments (Últimes 24h)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#: ../../include/lib/TacticalView/elements/Agents.php:135 #, fuzzy -msgid "Log storage" -msgstr "Origen del registre" +msgid "Group alias" +msgstr "Acl de grup" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "No Monitors" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +#, fuzzy +msgid "UKNOWN" +msgstr "DESCONEGUT" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "Elements de configuració" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Nom # Ag" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "Trampes SNMP" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "Monitor d'estat" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "Mes moduls" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 #, fuzzy msgid "Everything's OK!" msgstr "Tot esdevé cosa." -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 #, fuzzy msgid "Something’s wrong" msgstr "Alguna cosa va malament" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "MANTENIMENT" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "INFORMATIU" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "PRINCIPALS" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "MENOR" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "En el procés de" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "Nous esdeveniments." + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "Valida els esdeveniments" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "Desconegut" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "Esdeveniment" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#, fuzzy +msgid "Log storage" +msgstr "Origen del registre" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 #, fuzzy msgid "News Board" @@ -30200,99 +30248,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "Acl de grup" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "No Monitors" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -#, fuzzy -msgid "UKNOWN" -msgstr "DESCONEGUT" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "MANTENIMENT" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "INFORMATIU" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "PRINCIPALS" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "MENOR" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "En el procés de" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "Nous esdeveniments." - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "Valida els esdeveniments" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "Desconegut" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "Esdeveniment" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "Elements de configuració" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Nom # Ag" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "Trampes SNMP" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "Monitor d'estat" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "Mes moduls" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30773,6 +30728,37 @@ msgstr "Adreça (IP)" msgid "Operative system" msgstr "Sistema operatiu" +#: ../../include/lib/Module.php:257 +#, fuzzy +msgid "error: Module has no agent assigned" +msgstr " Error: el mòdul no té cap agent assignat." + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "El mòdul ja existeix: \"%s\"" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "Nom del mòdul buit." + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "Caràcters no vàlids al nom del mòdul" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "El mòdul ja existeix, seleccioneu un altre nom o agent." + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "Permisos insuficients per dur a terme aquesta acció" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "Error en processar: %s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -31181,7 +31167,7 @@ msgstr "Topologia" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "Dinàmic" @@ -31223,103 +31209,6 @@ msgstr "No s'ha pogut esborrar el %d del mòdul: %s" msgid "Failed to erase policy module: %d" msgstr "No s'ha pogut esborrar el mòdul de norma: %d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "Mitjana de càrrega (última hora)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "Mitjana de càrrega (últims 5 minuts)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "Mitjana de càrrega (últims 15 minuts)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "Mida total de l'intercanvi configurada per a l'amfitrió" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "Espai d'intercanvi disponible a l'amfitrió" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Mida total de memòria real/física a l'amfitrió" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Espai de memòria real/física disponible a l'amfitrió" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "Memòria disponible total a l'amfitrió" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "Memòria total en memòria cau" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "Memòria memòria intermèdia total" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Quantitat de memòria intercanviada des del disc (kB/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Quantitat de memòria intercanviada al disc (kB/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "Nombre de blocs enviats a un dispositiu de bloc" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "Nombre de blocs rebuts des d'un dispositiu de bloc" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "Nombre d'interrupcions processades" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "Nombre d'interruptors de context" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "Temps de CPU d'usuari" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "temps de CPU del sistema" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "Temps inactiu de cpu" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "sistema Temps d'augment" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "Paginació" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Agrupa per cadena enterprise / IP" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "Filtre actiu" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "Filtres actius" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "Feu clic aquí per obrir una finestra emergent amb l'etiqueta URL" @@ -31861,632 +31750,6 @@ msgstr "" "L'arxiu no es troba en l'emmagatzematge en disc. Si us plau, poseu-vos en " "contacte amb l'administrador." -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "%s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "(d)" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Supervisar Critical" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Supervisar Advertència" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Monitor normal" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "Supervisar Desconegut" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Alerta recuperada" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Alerta acabada" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Validació manual d'alerta" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "Agent creat" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Recon amfitrió detectat" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "Canvi de configuració" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "Gestor de configuració de la xarxa" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "ALERTA DISPARADA" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s segons" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s minuts" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s mesos" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s anys" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "S'utilitzaran els valors per defecte" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "El fitxer supera la mida màxima" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "El fitxer carregat només s'ha carregat parcialment"
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "Cap arxiu va ser pujat"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "Falta una carpeta temporal"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "No s'ha pogut escriure el fitxer al disc"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "La càrrega de fitxers s'ha aturat per extensió"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "Error de càrrega desconegut"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "No s'han trobat dades per exportar"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 segons"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 segons"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 segons"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 minuts"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 minuts"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "Anterior"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "Sèrie summatori"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "Mitjana de sèries"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "Unitat "
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "Mín:"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "Màx:"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "Avg:"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "del mòdul"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "Projecció"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "S'està provant el correu electrònic pandora FMS"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"Aquesta és una prova de correu electrònic enviada des de Pandora FMS. Si "
-"podeu llegir això, la vostra configuració funciona."
-
-#: ../../include/functions.php:6636
-#, fuzzy
-msgid "Recommended value is: -1"
-msgstr "El valor recomanat és: %s"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "No se selecciona l'operació \"defineix\", \"obtenir\" o \"ajuda\"."
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "Aquesta operació no existeix."
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "L'ID no existeix a la base de dades."
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "Aquesta operació no es pot utilitzar en elements de clúster."
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr "L'usuari no té prou permisos per dur a terme aquesta acció."
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "No hi ha dades per mostrar."
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-"Aquesta consola no és l'administrador del medi ambient. Si us plau, "
-"administreu aquesta característica des de la consola centralitzada de "
-"gestors (Metaconsole)."
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "Error d'auth"
-
-#: ../../include/functions_api.php:206
-#, fuzzy
-msgid "License not allowed for this operation."
-msgstr "No establir o obtenir o ajudar a l'operació."
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-"No s'ha pogut modificar l'agent. Per raons de seguretat, utilitzeu un grup "
-"diferent de 0."
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "Agents %d/%d actualitzats"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "Agent actualitzat."
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "No s' ha pogut crear el sistema operatiu"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "No s'ha pogut actualitzar el sistema operatiu"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "L'agent s'ha suprimit correctament"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "Mòdul de xarxa actualitzada."
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "Mòdul Programes actualitzada."
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "Mòdul sintètic creat ID: %s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "Mòdul sintètic creat ID: "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "Mòdul de dades actualitzada."
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "Mòdul SNMP s'actualitza."
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-"S'ha produït un error en crear la plantilla d'avís. Id_group no es pot "
-"deixar en blanc."
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"S'ha produït un error en crear la plantilla d'avís. Id_group no és vàlid o "
-"l'usuari no té prou permís per fer aquesta acció."
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"S'ha produït un error en actualitzar la plantilla d'avís. Id_group no és "
-"vàlid o l'usuari no té prou permís per fer aquesta acció."
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "Actualització correcta de la plantilla d'avís"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-"S'ha produït un error en suprimir la plantilla d'avís. Id_template no "
-"existeix."
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "S'ha completat la supressió correcta de la plantilla d'avís."
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "agents %d afectats"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "Corregir eliminar de la plantilla de mòdul."
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "S'ha completat la supressió correcta de la plantilla de mòdul."
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-"S'ha produït un error en validar l'avís. Id_template no es pot deixar en "
-"blanc."
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-"S'ha produït un error en validar l'avís. Id_agent no es pot deixar en blanc."
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-"S'ha produït un error en validar l'avís. Id_module no es pot deixar en blanc."
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-"S'ha produït un error en validar l'avís. L'alerta especificada no existeix."
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "S'ha produït un error en validar l'avís"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "Validació correcta de totes les alertes (total %d)."
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "Validació correcta de totes les alertes de política."
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-"S'ha produït un error en aturar el temps d'inactivitat. El temps "
-"d'inactivitat regular i en execució no es pot aturar."
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "El temps d'inactivitat es va aturar."
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "i aquests mòduls no existeixen o no són aplicables a aquests agents: "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "i aquests agents generen problemes: "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "i aquest agent amb identificació no existeix: "
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "Temps d'inactivitat planificat actualitzat"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr " Agents suprimits"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr " Agents afegits"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "Mòdul de polítiques de dades actualitzada."
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "Mòdul de directives de xarxa actualitzada."
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "Mòdul de polítiques Programes actualitzada."
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "Mòdul de política SNMP s'actualitza."
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "Supressió correcta"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "S'ha creat l'usuari."
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "S'ha actualitzat l'usuari."
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "Habilitat usuari."
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "Usuari desactivada."
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "S'han inserit plantilles en agents %d."
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "El fitxer XML s'ha generat correctament al camí: "
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "S'ha creat un mòdul en agents %d."
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "S'ha establert una acció per als agents %d."
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "S'ha suprimit l'usuari."
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "S'ha afegit el perfil d'usuari."
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "S'ha suprimit el perfil d'usuari."
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "Mòdul inhabilitat correctament."
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "No s'ha pogut inhabilitar el mòdul."
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "Mòdul habilitat correctament."
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "No s'ha pogut habilitar el mòdul."
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "No s'ha pogut inhabilitar l'avís."
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "No s'ha pogut habilitar l'avís."
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "Habilitat agent."
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "Agent Desactivat."
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "Metaconsole i les llicències de tots els nodes es van actualitzar."
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-"La llicència Metaconsole s'ha actualitzat, però %d del node %d no s'ha pogut "
-"sincronitzar."
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "Aquesta funció és només per a metaconsole."
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "S'ha suprimit correctament."
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "L'usuari no pot accedir al clúster."
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "Creat per la plantilla "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "El filtre d'incidències s'ha creat correctament."
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "El filtre d'incidències s'ha actualitzat correctament."
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "El filtre d'incidències s'ha suprimit correctament."
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "Trampes validades."
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "Trampes suprimides."
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-"S'ha actualitzat correctament el recompte de mòduls o alertes a l'agent d'id "
-"%d."
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-"S'ha actualitzat correctament el recompte de mòduls/alertes a tots els agents"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-"S'ha afegit correctament per suprimir l'agent d'id pendent %d a la norma "
-"d'id %d."
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-"S'ha produït un error en habilitar o inhabilitar la tasca de descobriment. "
-"Id_user no es pot deixar en blanc."
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"S'ha produït un error en habilitar o inhabilitar la tasca de descobriment. "
-"El valor Habilita/inhabilita no es pot deixar en blanc."
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr ""
-"S'ha produït un error en habilitar/desactivar la tasca de descobriment."
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "Tasca de descobriment habilitada."
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "Tasca de descobriment inhabilitada."
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "Configuració d'usuari"
@@ -33159,7 +32422,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "Almenys un mòdul en estat CRITICAL"
 
@@ -33167,7 +32430,7 @@ msgstr "Almenys un mòdul en estat CRITICAL"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "Almenys un mòdul en estat d'advertència"
 
@@ -33175,7 +32438,7 @@ msgstr "Almenys un mòdul en estat d'advertència"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "Almenys un mòdul està en estat uknown"
 
@@ -33183,7 +32446,7 @@ msgstr "Almenys un mòdul està en estat uknown"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "Tots el monitors OK"
 
@@ -33438,189 +32701,6 @@ msgstr "Desfer"
 msgid "Use agent IP"
 msgstr "Agent IP"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Sol · licitud de processament Error"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"És possible que aquest punt de vista utilitza part de la informació que "
-"l'usuari no té accés"
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "Programari"
-
-#: ../../include/functions_ui.php:1360
-#, fuzzy
-msgid "Force check"
-msgstr "Força les comprovacions remotes"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "Esteu segur que voleu habilitar l'avís"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "Esteu segur que voleu habilitar l'avís"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"L'alerta es dispara quan el valor és superior  "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr "L'alerta es dispara quan el valor està sota  "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "Opció desconeguda."
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "Sistema de Monitorització de Software Lliure"
-
-#: ../../include/functions_ui.php:2699
-#, fuzzy
-msgid "First"
-msgstr "Primera pàgina"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Desconegut Tipus"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "Exporta la pàgina actual a CSV"
-
-#: ../../include/functions_ui.php:4052
-#, fuzzy, php-format
-msgid "export_%s_current_page_%s"
-msgstr "Exporta la pàgina actual a CSV"
-
-#: ../../include/functions_ui.php:4205
-#, fuzzy
-msgid "No matching records found"
-msgstr "No hi ha trampes que coincideixin trobats"
-
-#: ../../include/functions_ui.php:4206
-#, fuzzy
-msgid "No data available in table"
-msgstr "No disponible"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "ALERTAR"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "mecànic."
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "La versió empresarial no està instal·lada"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Escriu almenys dos caràcters per a la recerca."
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "Error no manejat"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "Es produeix un error no manejat"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "D'instantània"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-"Aquests controls utilitzen la zona horària del sistema (%s) en lloc de la "
-"vostra (%s). La diferència amb la seva zona horària en hores és %s."
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "Consulta desde %s"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "Resultats"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "Executa la consulta"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "Mostra la contrasenya"
-
-#: ../../include/functions_ui.php:7558
-#, fuzzy
-msgid "WEB server"
-msgstr "WMI del servidor"
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "Mòdul Auxiliar"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "Selecciona mòdul d'inventari"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "Utilitzar camps personalitzats"
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "Nom del camp"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr "És una contrasenya"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "Afegir  camp"
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "Mapa buit"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "Accions d'alerta"
@@ -33652,66 +32732,1603 @@ msgstr "Connexions SIG"
 msgid "GIS map layers"
 msgstr "SIG capes de mapa"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "La versió empresarial no està instal·lada"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Comprobació d'agents"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "Agents totals i monitors"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "Alertes definides"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "Alertes definides i disparar"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "Supervisar crítica"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "Supervisar advertència"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "Monitor normal"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "Supervisar desconegut"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "Vigilar no init"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "Monitors per estat"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "Maximun"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "No disparen alertes"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "mecànic."
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "Node principal"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Temps de refresc"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Data inici"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "Hora d'inici"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Rang de temps"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "Comparar el temps (Separat)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Mostra events"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Ensenyar alarmes"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "Mostrar connexions desconegudes"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "Mostra el percentil"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "Mostra la sèrie de dades AVG/MAX/MIN al gràfic"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "Gràfic de projecció"
+
+#: ../../include/functions_graph.php:5799
+#, fuzzy
+msgid "Projection graph take as begin date the current time"
+msgstr "La data de finalització ha de ser superior a l'hora actual"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "Recarregar"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "Menú de configuració de gràfics"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "Última cursa"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "Execució forçosa"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "Tipus d'informe"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "regex"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "Informe per agent"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "Script"
+
+#: ../../include/functions_cron.php:975
+#, fuzzy
+msgid "Enable task"
+msgstr "habilita la tasca"
+
+#: ../../include/functions_cron.php:989
+#, fuzzy
+msgid "There are no jobs"
+msgstr "No hi ha comentaris"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "El fitxer de recollida és més gran que el límit (%s bytes)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "Error de seguretat"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "Pujar error"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "Configuració d'incidències umask: %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "Pujar corregir"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "Era impossible descomprimir el fitxer"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"Mida d'arxiu sembla ser massa gran. Comprovar la configuració de php.ini o "
+"el contacte amb l'administrador del favor"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "Fitxer creat correctament"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "Error en crear l'arxiu de"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "Error creant el fitxer amb nom buit"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "Error de seguretat."
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "Directori creat"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "Alguna cosa ha anat malament creant directori"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "Suprimit"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "Crear un directori"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "Crea un filtre"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "Pujar arxius"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+#, fuzzy
+msgid "Real path"
+msgstr "Camí de Saml"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "Directori %s no existeix!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Directori pare"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "Directori"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "Arxiu comprimit"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "Arxiu de text"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "Aquest fitxer pot ser executat per qualsevol usuari"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "Assegureu-vos que no pot realitzar tasques perilloses"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "No hi ha fitxers ni directoris per mostrar."
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Crear directori"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"La cremallera pujada en aquest directori, fàcil de carregar diversos arxius."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "Descomprimir"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Anar"
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "Crea filtre"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "Carrega / s"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "De només lectura El directori es"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "Seleccioneu un element d'aquesta llista."
+
+#: ../../include/functions_html.php:1015
+#, fuzzy
+msgid "Select one or more elements"
+msgstr "Eliminar element de servei"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "Agent de filtre"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "Tipus de gràfics"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "Mòdul de filtre"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+#, fuzzy
+msgid "Type to search modules"
+msgstr "Mòdul de cerca"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+#, fuzzy
+msgid "Only common modules"
+msgstr "Mostrar mòduls comuns"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "setmana"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "Mes dies"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Mes"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "Dia de la setmana"
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "Selecciona un filtre"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "Escriu almenys dos caràcters per buscar el mòdul."
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+"%s no poden verificar l'origen de la sol·licitud. Torneu-ho a provar, si us "
+"plau."
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "El grup primari tampoc pot ser secundari."
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+#, fuzzy
+msgid "Go to top"
+msgstr "Vés a "
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "Última hora."
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "Setmana passada"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "Mes passat"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "Dia últim"
+
+#: ../../include/functions_html.php:7993
+#, fuzzy
+msgid "Chose start/end date period"
+msgstr "Definir la data d'inici i d'acabament"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "Comprova la configuració del correu"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "Configuració de l'usuari integria"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "Personalització del subtipus"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "Usuaris notificats"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "Grups notificats"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "Afegeix usuaris"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "Afegeix grups"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "Suprimeix usuaris"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "Suprimeix els grups"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "Afegeix elements"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "Suprimeix els elements"
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "Ensenyar alarmes"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "Història"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "Alerta visió"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "Aplicar filtre"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "Notificacions de l'usuari"
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "Marcar com a no llegit"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "Clica aquí per obtenir més informació"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Gràfic simple"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "Gràfic de línia de base simple"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "Gràfic de barres verticals SQL"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "Gràfic circular SQL"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "Gràfic de barres horitzontals SQL"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "Gràfic combinat automàtic"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "Gràfic de disponibilitat"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "Gràfic de l'histograma del mòdul"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "Xarxes IPAM"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "Mensual S.L.A."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "Setmanal S.L.A."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "Hourly S.L.A."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "Serveis S.L.A."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "Predicció"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "Data de Predicció"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "Valor mitjà"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "Màxim valor"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "Valor min."
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Informe de l'Monitor"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "Serialitzar dades"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "Dades històriques"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "Increment"
+
+#: ../../include/functions_reports.php:782
+#, fuzzy
+msgid "Service Level Detailed"
+msgstr "Visualització de l'arbre de servei"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "Agrupats"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "Informe del Grup de"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "Excepció"
+
+#: ../../include/functions_reports.php:818
+#, fuzzy
+msgid "Agents/Modules status"
+msgstr "Agents i moduls"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "Top n"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "Interfícies de xarxa"
+
+#: ../../include/functions_reports.php:845
+#, fuzzy
+msgid "Custom Render"
+msgstr "Camp personalitzat"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "Disponibilitat"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "Text / HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "Importar text d'URL"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "Informe d'alerta del mòdul"
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "Informe d'alerta de l'agent "
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "Informe d'alerta de grup"
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "Informe d'alerta de l'agent "
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "Informe d'incidències del mòdul"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "Informe d'esdeveniments de l'agent"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "Informe d'esdeveniments de grup"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "Inventari d'agents"
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "Inventari d'agents"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "Canvis en l'inventari"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Configuració de l'agent"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "Configuració del Grup"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Netflow gràfic d'àrees"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Taula de dades Netflow"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Quadre resum Netflow"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+#, fuzzy
+msgid "Netflow top-N connections"
+msgstr "Connexions de node"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "Log"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "Informe de registre"
+
+#: ../../include/functions_reports.php:959
+#, fuzzy
+msgid "Log report by period"
+msgstr "Informe de registre"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "Informe de permisos"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "NCM"
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "Canvis de configuració"
+
+#: ../../include/functions_reports.php:976
+#, fuzzy
+msgid "NCM devices list"
+msgstr "Dispositius NCM"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "Nivell de seguretat"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "Última comprovació"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "Gràfic d'esdeveniments per usuari"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+#, fuzzy
+msgid "Detailed security report"
+msgstr "Informe d'alerta de l'agent "
+
+#: ../../include/functions_reports.php:1037
+#, fuzzy
+msgid "Vulnerabilities of agent"
+msgstr "Alerta disparada a l'agent"
+
+#: ../../include/functions_reports.php:1042
+#, fuzzy
+msgid "Top-N agents with more risk"
+msgstr "no hi han agents amb moduls"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+#, fuzzy
+msgid "Macro"
+msgstr "Macros"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "Cadena"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+#, fuzzy
+msgid "Graph Sql"
+msgstr "Només gràfic"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "Període "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Agent afegida a disposició"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Mòduls agregat amb èxit a la disposició"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "Agents agregat amb èxit a la disposició"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "No es pot carregar la visualmap"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "No s'han trobat canvis"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "Obtingui fitxer CSV"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "Addicional"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "%s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "(d)"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Supervisar Critical"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Supervisar Advertència"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Monitor normal"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "Supervisar Desconegut"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Alerta recuperada"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Alerta acabada"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Validació manual d'alerta"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "Agent creat"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Recon amfitrió detectat"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "Canvi de configuració"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "Gestor de configuració de la xarxa"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "ALERTA DISPARADA"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s segons"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s minuts"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s mesos"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s anys"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "S'utilitzaran els valors per defecte"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "El fitxer supera la mida màxima"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "El fitxer carregat només s'ha carregat parcialment"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "Cap arxiu va ser pujat"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "Falta una carpeta temporal"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "No s'ha pogut escriure el fitxer al disc"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "La càrrega de fitxers s'ha aturat per extensió"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "Error de càrrega desconegut"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "No s'han trobat dades per exportar"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 segons"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 segons"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 segons"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 minuts"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 minuts"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "Anterior"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "Sèrie summatori"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "Mitjana de sèries"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "Mín:"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "Màx:"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "Avg:"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "del mòdul"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "Projecció"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "S'està provant el correu electrònic pandora FMS"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"Aquesta és una prova de correu electrònic enviada des de Pandora FMS. Si "
+"podeu llegir això, la vostra configuració funciona."
+
+#: ../../include/functions.php:6636
+#, fuzzy
+msgid "Recommended value is: -1"
+msgstr "El valor recomanat és: %s"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "No se selecciona l'operació \"defineix\", \"obtenir\" o \"ajuda\"."
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "Aquesta operació no existeix."
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "L'ID no existeix a la base de dades."
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "Aquesta operació no es pot utilitzar en elements de clúster."
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr "L'usuari no té prou permisos per dur a terme aquesta acció."
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "No hi ha dades per mostrar."
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+"Aquesta consola no és l'administrador del medi ambient. Si us plau, "
+"administreu aquesta característica des de la consola centralitzada de "
+"gestors (Metaconsole)."
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "Error d'auth"
+
+#: ../../include/functions_api.php:206
+#, fuzzy
+msgid "License not allowed for this operation."
+msgstr "No establir o obtenir o ajudar a l'operació."
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+"No s'ha pogut modificar l'agent. Per raons de seguretat, utilitzeu un grup "
+"diferent de 0."
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "Agents %d/%d actualitzats"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "Agent actualitzat."
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "No s' ha pogut crear el sistema operatiu"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "No s'ha pogut actualitzar el sistema operatiu"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "L'agent s'ha suprimit correctament"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "Mòdul de xarxa actualitzada."
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "Mòdul Programes actualitzada."
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "Mòdul sintètic creat ID: %s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "Mòdul sintètic creat ID: "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "Mòdul de dades actualitzada."
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "Mòdul SNMP s'actualitza."
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+"S'ha produït un error en crear la plantilla d'avís. Id_group no es pot "
+"deixar en blanc."
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"S'ha produït un error en crear la plantilla d'avís. Id_group no és vàlid o "
+"l'usuari no té prou permís per fer aquesta acció."
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"S'ha produït un error en actualitzar la plantilla d'avís. Id_group no és "
+"vàlid o l'usuari no té prou permís per fer aquesta acció."
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "Actualització correcta de la plantilla d'avís"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+"S'ha produït un error en suprimir la plantilla d'avís. Id_template no "
+"existeix."
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "S'ha completat la supressió correcta de la plantilla d'avís."
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "agents %d afectats"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "Corregir eliminar de la plantilla de mòdul."
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "S'ha completat la supressió correcta de la plantilla de mòdul."
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+"S'ha produït un error en validar l'avís. Id_template no es pot deixar en "
+"blanc."
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+"S'ha produït un error en validar l'avís. Id_agent no es pot deixar en blanc."
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+"S'ha produït un error en validar l'avís. Id_module no es pot deixar en blanc."
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+"S'ha produït un error en validar l'avís. L'alerta especificada no existeix."
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "S'ha produït un error en validar l'avís"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "Validació correcta de totes les alertes (total %d)."
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "Validació correcta de totes les alertes de política."
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+"S'ha produït un error en aturar el temps d'inactivitat. El temps "
+"d'inactivitat regular i en execució no es pot aturar."
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "El temps d'inactivitat es va aturar."
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "i aquests mòduls no existeixen o no són aplicables a aquests agents: "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "i aquests agents generen problemes: "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "i aquest agent amb identificació no existeix: "
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "Temps d'inactivitat planificat actualitzat"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr " Agents suprimits"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr " Agents afegits"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "Mòdul de polítiques de dades actualitzada."
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "Mòdul de directives de xarxa actualitzada."
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "Mòdul de polítiques Programes actualitzada."
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "Mòdul de política SNMP s'actualitza."
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "Supressió correcta"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "S'ha creat l'usuari."
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "S'ha actualitzat l'usuari."
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "Habilitat usuari."
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "Usuari desactivada."
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "S'han inserit plantilles en agents %d."
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "El fitxer XML s'ha generat correctament al camí: "
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "S'ha creat un mòdul en agents %d."
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "S'ha establert una acció per als agents %d."
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "S'ha suprimit l'usuari."
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "S'ha afegit el perfil d'usuari."
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "S'ha suprimit el perfil d'usuari."
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "Mòdul inhabilitat correctament."
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "No s'ha pogut inhabilitar el mòdul."
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "Mòdul habilitat correctament."
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "No s'ha pogut habilitar el mòdul."
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "No s'ha pogut inhabilitar l'avís."
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "No s'ha pogut habilitar l'avís."
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "Habilitat agent."
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "Agent Desactivat."
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "Metaconsole i les llicències de tots els nodes es van actualitzar."
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+"La llicència Metaconsole s'ha actualitzat, però %d del node %d no s'ha pogut "
+"sincronitzar."
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "Aquesta funció és només per a metaconsole."
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "S'ha suprimit correctament."
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "L'usuari no pot accedir al clúster."
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "Creat per la plantilla "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "El filtre d'incidències s'ha creat correctament."
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "El filtre d'incidències s'ha actualitzat correctament."
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "El filtre d'incidències s'ha suprimit correctament."
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "Trampes validades."
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "Trampes suprimides."
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+"S'ha actualitzat correctament el recompte de mòduls o alertes a l'agent d'id "
+"%d."
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+"S'ha actualitzat correctament el recompte de mòduls/alertes a tots els agents"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+"S'ha afegit correctament per suprimir l'agent d'id pendent %d a la norma "
+"d'id %d."
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+"S'ha produït un error en habilitar o inhabilitar la tasca de descobriment. "
+"Id_user no es pot deixar en blanc."
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"S'ha produït un error en habilitar o inhabilitar la tasca de descobriment. "
+"El valor Habilita/inhabilita no es pot deixar en blanc."
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr ""
+"S'ha produït un error en habilitar/desactivar la tasca de descobriment."
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "Tasca de descobriment habilitada."
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "Tasca de descobriment inhabilitada."
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "Error actualització: Usuari no sessió."
@@ -34746,6 +35363,11 @@ msgstr "Error al dia: els valors no es poden actualitzar: %s"
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "Sistema de Monitorització de Software Lliure"
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr "PandoraFMS Metaconsole"
@@ -34758,2005 +35380,11 @@ msgstr "Consola d'operació centralitzada"
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "Maximun"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "No disparen alertes"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "Node principal"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Temps de refresc"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Data inici"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "Hora d'inici"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Rang de temps"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "Comparar el temps (Separat)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Mostra events"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Ensenyar alarmes"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "Mostrar connexions desconegudes"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "Mostra el percentil"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr "Mostra la sèrie de dades AVG/MAX/MIN al gràfic"
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "Gràfic de projecció"
-
-#: ../../include/functions_graph.php:5799
-#, fuzzy
-msgid "Projection graph take as begin date the current time"
-msgstr "La data de finalització ha de ser superior a l'hora actual"
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "Recarregar"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr "Menú de configuració de gràfics"
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "Etiqueta: "
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "Imatge de dades"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "Generat"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "Data de l'informe"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "Període d'articles abans"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-#, fuzzy
-msgid "CVE"
-msgstr "CSV"
-
-#: ../../include/functions_reporting_html.php:677
-#, fuzzy
-msgid "Detection time"
-msgstr "Mode de Selecció"
-
-#: ../../include/functions_reporting_html.php:680
-#, fuzzy
-msgid "Attack Vector"
-msgstr "Adjuntar error"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-#, fuzzy
-msgid "Confidentiality"
-msgstr "Cartes credencials"
-
-#: ../../include/functions_reporting_html.php:686
-#, fuzzy
-msgid "Integrity"
-msgstr "Integria amfitrió"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "Disponibilitat"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-#, fuzzy
-msgid "L.S. Change"
-msgstr "posició"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "Max / Min Valors"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "Límit de SLA"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "Compliment de SLA"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "Temps global"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "Total de temps"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "El temps ha fallat"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "Hora d'acord"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "Temps desconegut"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "El temps no és init"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "Downtime"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "Comprova l'hora"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "Comprova el total"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "Les comprovacions han fallat"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "Comprova d'acord"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "Comprovacions desconegudes"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr "24 x 7"
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "No hi ha agent / mòduls definits"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "No Init"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "Temps d'inactivitat"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "Valor Mitjana"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "Validat"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Esdeveniment validat"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "Esdeveniment en el procés de"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "Nou esdeveniment"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr "Sistema %s"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "Esdeveniments per validador d'usuaris"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "Esdeveniments per severitat"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "Esdeveniments validats vs novalats"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "Nom de l'event"
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr "Grups sec."
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr "Conf remot."
-
-#: ../../include/functions_reporting_html.php:2447
-#, fuzzy
-msgid "Agent secondary groups"
-msgstr "Afegir grups secundaris"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "Addicional"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "Suprimit"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-"La cel·la es torna grisa quan el mòdul està en estat de \"no inicialització\""
-
-#: ../../include/functions_reporting_html.php:3037
-#, fuzzy
-msgid "Last time"
-msgstr "Darrera Fired"
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "Agent - Mòdul"
-
-#: ../../include/functions_reporting_html.php:3234
-#, fuzzy
-msgid "OS Type"
-msgstr "Tipus d'escaneig"
-
-#: ../../include/functions_reporting_html.php:3500
-#, fuzzy
-msgid "Data view of all groups"
-msgstr "Obre tots els grups"
-
-#: ../../include/functions_reporting_html.php:3630
-#, fuzzy
-msgid "Group Description"
-msgstr "Descripció"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "Esdeveniments validats per l'usuari"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "Esdeveniments per severitat"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "Esdeveniments Quantitat validats"
-
-#: ../../include/functions_reporting_html.php:4470
-#, fuzzy
-msgid "Total summary"
-msgstr "Resum Mapa"
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "No alerta disparada"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "Gràfic de rendiment \"%s\" de la interfície"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "Estat real"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "Mòduls buits"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "Lapsus"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "A partir de dades"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "A les dades"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "Increment"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "Increment negatiu: "
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "Augment positiu: "
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "Augment neutre: "
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "Mòdul d'init time not"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "Temps d'inactivitat de temps"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% D'acord"
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr "Advertiment de comprovació"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "Comprova l'uknown"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr "Primari"
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "Valor mínim de l'agent"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "suma"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "nivel d'alerta"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Alerta Descripció"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "Agents del grup: %s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Última fallada"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "N/A"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Monitors"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "Agents per estat"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "Visió general del node"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "Els esdeveniments crítics"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "Esdeveniments d'avís"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "D'acord amb els esdeveniments"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "Esdeveniments desconeguts"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "Esdeveniments importants per la crítica"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr "Última activitat a %s consola"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "Informació d'esdeveniments (1hr.)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "No hi ha esdeveniments"
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr ""
-"Aquest SLA s'ha vist afectat pels següents temps d'inactivitat programats"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-"Si la durada del temps d'inactivitat programat és inferior a 5 minuts no es "
-"representarà al gràfic"
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "Dates"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr ""
-"Aquest element es veu afectat per un temps d'inactivitat planificat mal "
-"format"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr "Aneu a la secció de temps d'inactivitat programats per resoldre-ho"
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr "Permisos"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr "Venedor"
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr "Model"
-
-#: ../../include/functions_reporting_html.php:7849
-#, fuzzy
-msgid "Firmware"
-msgstr "Envia microprogramari"
-
-#: ../../include/functions_reporting_html.php:7850
-#, fuzzy
-msgid "Last backup date"
-msgstr "Darrera actualització"
-
-#: ../../include/functions_reporting_html.php:7925
-#, fuzzy
-msgid "Diff"
-msgstr "Visualització Diff"
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "Última cursa"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "Execució forçosa"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "Tipus d'informe"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr "regex"
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "Informe per agent"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "Script"
-
-#: ../../include/functions_cron.php:975
-#, fuzzy
-msgid "Enable task"
-msgstr "habilita la tasca"
-
-#: ../../include/functions_cron.php:989
-#, fuzzy
-msgid "There are no jobs"
-msgstr "No hi ha comentaris"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "El fitxer de recollida és més gran que el límit (%s bytes)"
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "Error de seguretat"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "Pujar error"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr "Configuració d'incidències umask: %s"
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "Pujar corregir"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr "Era impossible descomprimir el fitxer"
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-"Mida d'arxiu sembla ser massa gran. Comprovar la configuració de php.ini o "
-"el contacte amb l'administrador del favor"
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr "Fitxer creat correctament"
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "Error en crear l'arxiu de"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "Error creant el fitxer amb nom buit"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "Error de seguretat."
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "Directori creat"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr "Alguna cosa ha anat malament creant directori"
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr "Crear un directori"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "Crea un filtre"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr "Pujar arxius"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-#, fuzzy
-msgid "Real path"
-msgstr "Camí de Saml"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "Directori %s no existeix!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Directori pare"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "Directori"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "Arxiu comprimit"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "Arxiu de text"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "Aquest fitxer pot ser executat per qualsevol usuari"
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "Assegureu-vos que no pot realitzar tasques perilloses"
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr "No hi ha fitxers ni directoris per mostrar."
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Crear directori"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-"La cremallera pujada en aquest directori, fàcil de carregar diversos arxius."
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "Descomprimir"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Anar"
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "Crea filtre"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "Carrega / s"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "De només lectura El directori es"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr "Seleccioneu un element d'aquesta llista."
-
-#: ../../include/functions_html.php:1015
-#, fuzzy
-msgid "Select one or more elements"
-msgstr "Eliminar element de servei"
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "Agent de filtre"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "Tipus de gràfics"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "Mòdul de filtre"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-#, fuzzy
-msgid "Type to search modules"
-msgstr "Mòdul de cerca"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-#, fuzzy
-msgid "Only common modules"
-msgstr "Mostrar mòduls comuns"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "setmana"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "Mes dies"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Mes"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "Dia de la setmana"
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "Selecciona un filtre"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "Escriu almenys dos caràcters per buscar el mòdul."
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-"%s no poden verificar l'origen de la sol·licitud. Torneu-ho a provar, si us "
-"plau."
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr "El grup primari tampoc pot ser secundari."
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-#, fuzzy
-msgid "Go to top"
-msgstr "Vés a "
-
-#: ../../include/functions_html.php:7984
-#, fuzzy
-msgid "Last 24hr"
-msgstr "Última hora."
-
-#: ../../include/functions_html.php:7987
-#, fuzzy
-msgid "Past week"
-msgstr "Setmana passada"
-
-#: ../../include/functions_html.php:7988
-#, fuzzy
-msgid "Past month"
-msgstr "Mes passat"
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "Dia últim"
-
-#: ../../include/functions_html.php:7993
-#, fuzzy
-msgid "Chose start/end date period"
-msgstr "Definir la data d'inici i d'acabament"
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr "Comprova la configuració del correu"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-#, fuzzy
-msgid "Enable user configuration"
-msgstr "Configuració de l'usuari integria"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr "Personalització del subtipus"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr "Usuaris notificats"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr "Grups notificats"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr "Afegeix usuaris"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr "Afegeix grups"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr "Suprimeix usuaris"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr "Suprimeix els grups"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr "Afegeix elements"
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr "Suprimeix els elements"
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "Ensenyar alarmes"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "Història"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "Pandora FMS"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "Alerta visió"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "Aplicar filtre"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "Notificacions de l'usuari"
-
-#: ../../include/functions_notifications.php:1176
-#, fuzzy
-msgid "Mark all as read"
-msgstr "Marcar com a no llegit"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr "Clica aquí per obtenir més informació"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Gràfic simple"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "Gràfic de línia de base simple"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "Gràfic de barres verticals SQL"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "Gràfic circular SQL"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr "Gràfic de barres horitzontals SQL"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "Gràfic combinat automàtic"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "Gràfic de disponibilitat"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "Gràfic de l'histograma del mòdul"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "IPAM"
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr "Xarxes IPAM"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "Mensual S.L.A."
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "Setmanal S.L.A."
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "Hourly S.L.A."
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "Serveis S.L.A."
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "Predicció"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "Data de Predicció"
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr "Valor mitjà"
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr "Màxim valor"
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr "Valor min."
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Informe de l'Monitor"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "Serialitzar dades"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "Dades històriques"
-
-#: ../../include/functions_reports.php:782
-#, fuzzy
-msgid "Service Level Detailed"
-msgstr "Visualització de l'arbre de servei"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "Agrupats"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "Informe del Grup de"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "Excepció"
-
-#: ../../include/functions_reports.php:818
-#, fuzzy
-msgid "Agents/Modules status"
-msgstr "Agents i moduls"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "Top n"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "Interfícies de xarxa"
-
-#: ../../include/functions_reports.php:845
-#, fuzzy
-msgid "Custom Render"
-msgstr "Camp personalitzat"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "Text / HTML "
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "Importar text d'URL"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr "Informe d'alerta del mòdul"
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr "Informe d'alerta de l'agent "
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr "Informe d'alerta de grup"
-
-#: ../../include/functions_reports.php:881
-#, fuzzy
-msgid "Actions alert report "
-msgstr "Informe d'alerta de l'agent "
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr "Informe d'incidències del mòdul"
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr "Informe d'esdeveniments de l'agent"
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr "Informe d'esdeveniments de grup"
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr "Inventari d'agents"
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "Inventari d'agents"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "Canvis en l'inventari"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Configuració de l'agent"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "Configuració del Grup"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "Netflow gràfic d'àrees"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "Taula de dades Netflow"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "Quadre resum Netflow"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-#, fuzzy
-msgid "Netflow top-N connections"
-msgstr "Connexions de node"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "Log"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "Informe de registre"
-
-#: ../../include/functions_reports.php:959
-#, fuzzy
-msgid "Log report by period"
-msgstr "Informe de registre"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr "Informe de permisos"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr "NCM"
-
-#: ../../include/functions_reports.php:971
-#, fuzzy
-msgid "NCM configuration changes"
-msgstr "Canvis de configuració"
-
-#: ../../include/functions_reports.php:976
-#, fuzzy
-msgid "NCM devices list"
-msgstr "Dispositius NCM"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-#, fuzzy
-msgid "Security hardening"
-msgstr "Nivell de seguretat"
-
-#: ../../include/functions_reports.php:1002
-#, fuzzy
-msgid "List of checks"
-msgstr "Última comprovació"
-
-#: ../../include/functions_reports.php:1017
-#, fuzzy
-msgid "Severity graph bar"
-msgstr "Gràfic d'esdeveniments per usuari"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-#, fuzzy
-msgid "Detailed security report"
-msgstr "Informe d'alerta de l'agent "
-
-#: ../../include/functions_reports.php:1037
-#, fuzzy
-msgid "Vulnerabilities of agent"
-msgstr "Alerta disparada a l'agent"
-
-#: ../../include/functions_reports.php:1042
-#, fuzzy
-msgid "Top-N agents with more risk"
-msgstr "no hi han agents amb moduls"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-#, fuzzy
-msgid "Macro"
-msgstr "Macros"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "Cadena"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-#, fuzzy
-msgid "Graph Sql"
-msgstr "Només gràfic"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr "Període "
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Agent afegida a disposició"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Mòduls agregat amb èxit a la disposició"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "Agents agregat amb èxit a la disposició"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "No es pot carregar la visualmap"
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr " Agents"
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr " Mòduls"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "No hi ha definit SLAs"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr "Invers"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr "N superior"
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr "Top %d"
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr "Dades Insuficient"
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr "Grup d'informes d'incidències"
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr "Excloure "
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr "Mòdul d'informe d'incidències"
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr "Canvis d'inventari"
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr "No hi ha canvi que es consideri."
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr "Agent/Mòduls"
-
-#: ../../include/functions_reporting.php:3622
-#, fuzzy
-msgid "Agent/Modules Status"
-msgstr "Agent/Mòduls"
-
-#: ../../include/functions_reporting.php:3813
-#, fuzzy
-msgid "End of life report"
-msgstr "Edita informe"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr "Excepció - Tot"
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "Excepció - Mòduls de més de o igual a %s"
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "Mòduls superiors o iguals a %s"
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "Excepció - Mòduls menors o iguals a %s"
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "Mòduls inferiors o iguals a %s"
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "Excepció - Mòduls menors %s"
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr "Mòduls sota %s"
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "Excepció - Mòduls de més de %s"
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr "Mòduls sobre %s"
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "Excepció - Igual a %s"
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr "Igual a %s"
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "Excepció - No és igual a %s"
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr "No és igual a %s"
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr "Excepció - Mòduls en estat normal"
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr "Mòduls en estat normal"
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr "Excepció - Mòduls en estat crític o d'advertència"
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr "Mòduls en estat crític o d'advertència"
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr "No hi ha mòduls en aquestes condicions."
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "No hi ha mòduls iguals o iguals a %s."
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "No hi ha mòduls ni iguals a %s."
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "No hi ha mòduls menys %s."
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "No hi ha mòduls per sobre de %s."
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "No hi ha mòduls iguals a %s"
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "No hi ha mòduls iguals a %s"
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr "No hi ha un estat normal dels mòduls"
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr "No hi ha mòduls en estat critial o advertiment"
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr "Informe de grup"
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr "Agent d'informes d'incidències"
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr "Base de dades serialitzada"
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr "Últim valor"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr "No hi ha dades per visualitzar dins de l'interval seleccionat"
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr "Informe d'interfícies de xarxa"
-
-#: ../../include/functions_reporting.php:5786
-#, fuzzy
-msgid "Custom render report"
-msgstr "Informe personalitzat"
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr "El grup no té agents ni cap dels agents té cap interfície de xarxa."
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr "bytes/s"
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr "Grup d'informes d'avisos"
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr "Agent d'informe d'avisos"
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr "Mòdul d'informe d'avisos"
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr "Barres verticals del gràfic SQL"
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr "Barres horitzontals del gràfic SQL"
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr "Pastís de gràfics SQL"
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr "Informe de Monitorització"
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr "Àrea de flux de xarxa"
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr "Resum del flux net"
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr "Dades del flux net"
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr "Informe desconegut"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr "Data de predicció"
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr "AVG. Valor"
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr "SQL"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr "No s'ha pogut connectar a la %s del node"
-
-#: ../../include/functions_reporting.php:8177
-#, fuzzy
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-"Consulta il·legal: a causa de les restriccions de seguretat, hi ha algunes "
-"fitxes o paraules que no podeu utilitzar: *, suprimeix, deixa anar, alterar, "
-"modificar, contrasenya, passar, inserir o actualitzar."
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr "Sense adreça"
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-"El monitor no té dades en aquest interval de dates o el tipus de monitor no "
-"és numèric"
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr "El tipus de monitor no és numèric"
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr "Avalua"
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr "Gràfic combinat automàtic"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "Estat del servidor"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr "%d servidors caiguts"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "Monitor del sistema"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "%d No monitors normals"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "monitors activats"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "Estat del modul"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "%d No inited monitors"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "nombre totals de mòduls iniciats"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr "%d Fired alertes"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "de les alertes no llançades"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr "Usuaris definits"
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "Agent sense dades"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr "%d mòduls totals"
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "mòduls %d en estat normal"
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "mòduls %d en estat crític"
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "%d mòduls en estat d'advertiment"
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "%d mòduls en estat desconegut"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d mòduls en estat no init"
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr "%d mòduls normals"
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr "%d mòduls crítics"
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr "%d mòduls d'advertència"
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr "%d mòduls Desconeguda"
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr "%d agents totals"
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr "%d agents normals"
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr "%d agents crítics"
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr "%d agents d'advertència"
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr "%d agents Desconeguda"
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr "%d no els agents"
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "Total Moduls funcionant"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr "Proporció"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr "Mòduls per segon"
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "Moduls locals"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr "Mòduls de xarxa"
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr "Mòduls Plugin"
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr "Mòduls de predicció"
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr "Mòduls WMI"
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr "Mòduls Web"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Start condition"
-msgstr "No estàs condicionat"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Stop condition"
-msgstr "No estàs condicionat"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr "Setmanal:"
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr "Mensual:"
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr "Gràfic de l'histograma del mòdul"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr "Salutacions"
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr "Adjunt a aquest correu electrònic hi ha un arxiu PDF de la"
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr "informe"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "Generat a les"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr "Gràcies pel teu temps."
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr "Les millors felicitacions, Pandora FMS"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
-msgstr ""
-"Aquest és un correu electrònic generat automàticament de Pandora FMS, si us "
-"plau, no respongueu."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
+msgstr "ALERTAR"
 
 #: ../../include/functions_events.php:194
 msgid "NEW"
@@ -36774,6 +35402,15 @@ msgstr "VALIDAT"
 msgid "Event id"
 msgstr "Identificació del Esdeveniment"
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "Nom de l'event"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr "Mòdul d'agent"
@@ -36792,6 +35429,16 @@ msgstr "Identificador personalitzat del mòdul"
 msgid "Could not connect: %s"
 msgstr "No s'ha pogut crear: %s"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "No hi ha esdeveniments"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "Darrers esdeveniments"
@@ -36800,6 +35447,33 @@ msgstr "Darrers esdeveniments"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "Nou esdeveniment"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Esdeveniment validat"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "Esdeveniment en el procés de"
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr "Anant al desconegut"
@@ -36960,14 +35634,1324 @@ msgstr "Executant l'ordre: %s"
 msgid "Execute again"
 msgstr "Executar de nou"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "No s'han trobat canvis"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
+msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "Obtingui fitxer CSV"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr " Agents"
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr " Mòduls"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "No hi ha definit SLAs"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr "Invers"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr "N superior"
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr "Top %d"
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "No hi ha agent / mòduls definits"
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr "Dades Insuficient"
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr "Grup d'informes d'incidències"
+
+#: ../../include/functions_reporting.php:2286
+#, fuzzy, php-format
+msgid "Exclude %s"
+msgstr "Excloure "
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr "Mòdul d'informe d'incidències"
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr "Canvis d'inventari"
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr "No hi ha canvi que es consideri."
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr "Agent/Mòduls"
+
+#: ../../include/functions_reporting.php:3622
+#, fuzzy
+msgid "Agent/Modules Status"
+msgstr "Agent/Mòduls"
+
+#: ../../include/functions_reporting.php:3813
+#, fuzzy
+msgid "End of life report"
+msgstr "Edita informe"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr "Excepció - Tot"
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr "Excepció - Mòduls de més de o igual a %s"
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr "Mòduls superiors o iguals a %s"
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr "Excepció - Mòduls menors o iguals a %s"
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr "Mòduls inferiors o iguals a %s"
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr "Excepció - Mòduls menors %s"
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr "Mòduls sota %s"
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr "Excepció - Mòduls de més de %s"
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr "Mòduls sobre %s"
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "Excepció - Igual a %s"
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr "Igual a %s"
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "Excepció - No és igual a %s"
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr "No és igual a %s"
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr "Excepció - Mòduls en estat normal"
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr "Mòduls en estat normal"
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr "Excepció - Mòduls en estat crític o d'advertència"
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr "Mòduls en estat crític o d'advertència"
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr "No hi ha mòduls en aquestes condicions."
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "No hi ha mòduls iguals o iguals a %s."
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "No hi ha mòduls ni iguals a %s."
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "No hi ha mòduls menys %s."
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "No hi ha mòduls per sobre de %s."
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "No hi ha mòduls iguals a %s"
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "No hi ha mòduls iguals a %s"
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr "No hi ha un estat normal dels mòduls"
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr "No hi ha mòduls en estat critial o advertiment"
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr "Informe de grup"
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr "Agent d'informes d'incidències"
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr "Base de dades serialitzada"
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr "Últim valor"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr "No hi ha dades per visualitzar dins de l'interval seleccionat"
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr "Informe d'interfícies de xarxa"
+
+#: ../../include/functions_reporting.php:5797
+#, fuzzy
+msgid "Custom render report"
+msgstr "Informe personalitzat"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr "El grup no té agents ni cap dels agents té cap interfície de xarxa."
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr "bytes/s"
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr "Grup d'informes d'avisos"
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr "Agent d'informe d'avisos"
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr "Mòdul d'informe d'avisos"
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr "Barres verticals del gràfic SQL"
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr "Barres horitzontals del gràfic SQL"
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr "Pastís de gràfics SQL"
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr "Informe de Monitorització"
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr "Àrea de flux de xarxa"
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr "Resum del flux net"
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr "Dades del flux net"
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr "Informe desconegut"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr "Data de predicció"
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr "AVG. Valor"
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "Lapsus"
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr "SQL"
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr "No s'ha pogut connectar a la %s del node"
+
+#: ../../include/functions_reporting.php:8188
+#, fuzzy
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+"Consulta il·legal: a causa de les restriccions de seguretat, hi ha algunes "
+"fitxes o paraules que no podeu utilitzar: *, suprimeix, deixa anar, alterar, "
+"modificar, contrasenya, passar, inserir o actualitzar."
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr "Sense adreça"
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+"El monitor no té dades en aquest interval de dates o el tipus de monitor no "
+"és numèric"
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr "El tipus de monitor no és numèric"
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr "Avalua"
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr "Gràfic combinat automàtic"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "Estat del servidor"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr "%d servidors caiguts"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "Monitor del sistema"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr "%d No monitors normals"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "monitors activats"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "Estat del modul"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr "%d No inited monitors"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "nombre totals de mòduls iniciats"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "nivel d'alerta"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr "%d Fired alertes"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "de les alertes no llançades"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr "Usuaris definits"
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "Agent sense dades"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr "%d mòduls totals"
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr "mòduls %d en estat normal"
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "mòduls %d en estat crític"
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "%d mòduls en estat d'advertiment"
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "%d mòduls en estat desconegut"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d mòduls en estat no init"
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr "%d mòduls normals"
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr "%d mòduls crítics"
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr "%d mòduls d'advertència"
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr "%d mòduls Desconeguda"
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr "%d agents totals"
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr "%d agents normals"
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr "%d agents crítics"
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr "%d agents d'advertència"
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr "%d agents Desconeguda"
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr "%d no els agents"
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "Total Moduls funcionant"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr "Proporció"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr "Mòduls per segon"
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "Moduls locals"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr "Mòduls de xarxa"
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr "Mòduls Plugin"
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr "Mòduls de predicció"
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr "Mòduls WMI"
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr "Mòduls Web"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Start condition"
+msgstr "No estàs condicionat"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Stop condition"
+msgstr "No estàs condicionat"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr "Setmanal:"
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr "Mensual:"
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr "Gràfic de l'histograma del mòdul"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr "Salutacions"
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr "Adjunt a aquest correu electrònic hi ha un arxiu PDF de la"
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr "informe"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "Generat a les"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr "Gràcies pel teu temps."
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr "Les millors felicitacions, Pandora FMS"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+"Aquest és un correu electrònic generat automàticament de Pandora FMS, si us "
+"plau, no respongueu."
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "Etiqueta: "
+
+#: ../../include/functions_reporting_html.php:116
+#, fuzzy
+msgid "Data time"
+msgstr "Imatge de dades"
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "Generat"
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "Data de l'informe"
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "Període d'articles abans"
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+#, fuzzy
+msgid "CVE"
+msgstr "CSV"
+
+#: ../../include/functions_reporting_html.php:677
+#, fuzzy
+msgid "Detection time"
+msgstr "Mode de Selecció"
+
+#: ../../include/functions_reporting_html.php:680
+#, fuzzy
+msgid "Attack Vector"
+msgstr "Adjuntar error"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+#, fuzzy
+msgid "Confidentiality"
+msgstr "Cartes credencials"
+
+#: ../../include/functions_reporting_html.php:686
+#, fuzzy
+msgid "Integrity"
+msgstr "Integria amfitrió"
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+#, fuzzy
+msgid "L.S. Change"
+msgstr "posició"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "Max / Min Valors"
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "Límit de SLA"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "Compliment de SLA"
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "Temps global"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "Total de temps"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "El temps ha fallat"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "Hora d'acord"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "Temps desconegut"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "El temps no és init"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "Downtime"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "Comprova l'hora"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "Comprova el total"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "Les comprovacions han fallat"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "Comprova d'acord"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "Comprovacions desconegudes"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr "24 x 7"
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "No Init"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "Temps d'inactivitat"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "Valor Mitjana"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+#, fuzzy
+msgid "Validated by"
+msgstr "Validat"
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr "Sistema %s"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "Esdeveniments per validador d'usuaris"
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "Esdeveniments per severitat"
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "Esdeveniments validats vs novalats"
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr "Grups sec."
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr "Conf remot."
+
+#: ../../include/functions_reporting_html.php:2447
+#, fuzzy
+msgid "Agent secondary groups"
+msgstr "Afegir grups secundaris"
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+"La cel·la es torna grisa quan el mòdul està en estat de \"no inicialització\""
+
+#: ../../include/functions_reporting_html.php:3037
+#, fuzzy
+msgid "Last time"
+msgstr "Darrera Fired"
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "Agent - Mòdul"
+
+#: ../../include/functions_reporting_html.php:3234
+#, fuzzy
+msgid "OS Type"
+msgstr "Tipus d'escaneig"
+
+#: ../../include/functions_reporting_html.php:3500
+#, fuzzy
+msgid "Data view of all groups"
+msgstr "Obre tots els grups"
+
+#: ../../include/functions_reporting_html.php:3630
+#, fuzzy
+msgid "Group Description"
+msgstr "Descripció"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "Esdeveniments validats per l'usuari"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "Esdeveniments per severitat"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "Esdeveniments Quantitat validats"
+
+#: ../../include/functions_reporting_html.php:4470
+#, fuzzy
+msgid "Total summary"
+msgstr "Resum Mapa"
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "No alerta disparada"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "Gràfic de rendiment \"%s\" de la interfície"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "Estat real"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "Mòduls buits"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "A partir de dades"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "A les dades"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "Increment negatiu: "
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "Augment positiu: "
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "Augment neutre: "
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "Mòdul d'init time not"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "Temps d'inactivitat de temps"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% D'acord"
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr "Advertiment de comprovació"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "Comprova l'uknown"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr "Primari"
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "Valor mínim de l'agent"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "suma"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Alerta Descripció"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "Agents del grup: %s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Última fallada"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "N/A"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Monitors"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "Agents per estat"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "Visió general del node"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "Els esdeveniments crítics"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "Esdeveniments d'avís"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "D'acord amb els esdeveniments"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "Esdeveniments desconeguts"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "Esdeveniments importants per la crítica"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr "Última activitat a %s consola"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "Informació d'esdeveniments (1hr.)"
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr ""
+"Aquest SLA s'ha vist afectat pels següents temps d'inactivitat programats"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+"Si la durada del temps d'inactivitat programat és inferior a 5 minuts no es "
+"representarà al gràfic"
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "Dates"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr ""
+"Aquest element es veu afectat per un temps d'inactivitat planificat mal "
+"format"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr "Aneu a la secció de temps d'inactivitat programats per resoldre-ho"
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr "Permisos"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr "Venedor"
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr "Model"
+
+#: ../../include/functions_reporting_html.php:7849
+#, fuzzy
+msgid "Firmware"
+msgstr "Envia microprogramari"
+
+#: ../../include/functions_reporting_html.php:7850
+#, fuzzy
+msgid "Last backup date"
+msgstr "Darrera actualització"
+
+#: ../../include/functions_reporting_html.php:7925
+#, fuzzy
+msgid "Diff"
+msgstr "Visualització Diff"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "Mitjana de càrrega (última hora)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "Mitjana de càrrega (últims 5 minuts)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "Mitjana de càrrega (últims 15 minuts)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "Mida total de l'intercanvi configurada per a l'amfitrió"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "Espai d'intercanvi disponible a l'amfitrió"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "Mida total de memòria real/física a l'amfitrió"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "Espai de memòria real/física disponible a l'amfitrió"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "Memòria disponible total a l'amfitrió"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "Memòria total en memòria cau"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "Memòria memòria intermèdia total"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "Quantitat de memòria intercanviada des del disc (kB/s)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "Quantitat de memòria intercanviada al disc (kB/s)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "Nombre de blocs enviats a un dispositiu de bloc"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "Nombre de blocs rebuts des d'un dispositiu de bloc"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "Nombre d'interrupcions processades"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "Nombre d'interruptors de context"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "Temps de CPU d'usuari"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "temps de CPU del sistema"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "Temps inactiu de cpu"
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "sistema Temps d'augment"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "Paginació"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "Agrupa per cadena enterprise / IP"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "Filtre actiu"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "Filtres actius"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Sol · licitud de processament Error"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+"És possible que aquest punt de vista utilitza part de la informació que "
+"l'usuari no té accés"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "Programari"
+
+#: ../../include/functions_ui.php:1360
+#, fuzzy
+msgid "Force check"
+msgstr "Força les comprovacions remotes"
+
+#: ../../include/functions_ui.php:1537
+#, fuzzy
+msgid "Are you sure you want to delete alert action?"
+msgstr "Esteu segur que voleu habilitar l'avís"
+
+#: ../../include/functions_ui.php:1625
+#, fuzzy
+msgid "Are you sure you want to delete alert?"
+msgstr "Esteu segur que voleu habilitar l'avís"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+"L'alerta es dispara quan el valor és superior  "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr "L'alerta es dispara quan el valor està sota  "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr "Opció desconeguda."
+
+#: ../../include/functions_ui.php:2699
+#, fuzzy
+msgid "First"
+msgstr "Primera pàgina"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Desconegut Tipus"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr "Exporta la pàgina actual a CSV"
+
+#: ../../include/functions_ui.php:4052
+#, fuzzy, php-format
+msgid "export_%s_current_page_%s"
+msgstr "Exporta la pàgina actual a CSV"
+
+#: ../../include/functions_ui.php:4205
+#, fuzzy
+msgid "No matching records found"
+msgstr "No hi ha trampes que coincideixin trobats"
+
+#: ../../include/functions_ui.php:4206
+#, fuzzy
+msgid "No data available in table"
+msgstr "No disponible"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Escriu almenys dos caràcters per a la recerca."
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr "Error no manejat"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr "Es produeix un error no manejat"
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "D'instantània"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+"Aquests controls utilitzen la zona horària del sistema (%s) en lloc de la "
+"vostra (%s). La diferència amb la seva zona horària en hores és %s."
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr "Consulta desde %s"
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr "Resultats"
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr "Executa la consulta"
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr "Mostra la contrasenya"
+
+#: ../../include/functions_ui.php:7558
+#, fuzzy
+msgid "WEB server"
+msgstr "WMI del servidor"
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "Mòdul Auxiliar"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "Selecciona mòdul d'inventari"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr "Utilitzar camps personalitzats"
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr "Nom del camp"
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr "És una contrasenya"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr "Afegir  camp"
+
+#: ../../include/functions_ui.php:8388
+#, fuzzy
+msgid "Empty view image"
+msgstr "Mapa buit"
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -37103,134 +37087,6 @@ msgstr "Cap agent va trobar"
 msgid "Last %s Events"
 msgstr "Darrera %s Esdeveniments"
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr "Filtre Agents de %s"
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr "No hi ha agents"
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(Per defecte)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "Grup: %s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "Estat: %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "Cerca lliure: %s"
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr "Filtre Alertes per %s"
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-#, fuzzy
-msgid "Module/Agent"
-msgstr "Element principal del mòdul"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr "Darrera Fired"
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr "Standby: %s"
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr "ERROR: Detall d'esdeveniment"
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr "S'ha produït un error en connectar-se a DB."
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr "Detall d'esdeveniment"
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr "Exitós validar"
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr "Falla validar"
-
-#: ../../mobile/operation/events.php:918
-#, fuzzy
-msgid "Sucessful in process"
-msgstr "Amb èxit en el procés d'establir"
-
-#: ../../mobile/operation/events.php:920
-#, fuzzy
-msgid "Fail in process"
-msgstr "Només al procés"
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr "Filtrar Esdeveniments per %s"
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr "Filtres predefinits"
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr "Filtre: %s"
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr "Gravetat: %s"
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr "Tipus: %s"
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr "Cerca lliure: %s"
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr "Horari: %s"
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -37243,38 +37099,54 @@ msgstr "Característiques del servidor"
 msgid "Module data"
 msgstr "Etiquetes de mòdul"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(Per defecte)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "Grup: %s"
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr "Grup Mòdul: %s"
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "Estat: %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "Cerca lliure: %s"
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr "Etiqueta: %s"
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr "Filtre Mòduls de %s"
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr "Interval."
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr "Darrera actualització."
-
-#: ../../mobile/operation/modules.php:850
-#, fuzzy
-msgid "Choose option"
-msgstr "Seleccioneu el temps"
-
 #: ../../mobile/operation/server_status.php:371
 #, fuzzy
 msgid "No servers"
@@ -37370,6 +37242,118 @@ msgstr "mòduls com \"%s\""
 msgid "NOT INITIALIZED"
 msgstr "NO INICIALITZAT"
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr "Filtre Agents de %s"
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr "No hi ha agents"
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr "Filtre Alertes per %s"
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+#, fuzzy
+msgid "Module/Agent"
+msgstr "Element principal del mòdul"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr "Darrera Fired"
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr "Standby: %s"
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr "ERROR: Detall d'esdeveniment"
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr "S'ha produït un error en connectar-se a DB."
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr "Detall d'esdeveniment"
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr "Exitós validar"
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr "Falla validar"
+
+#: ../../mobile/operation/events.php:918
+#, fuzzy
+msgid "Sucessful in process"
+msgstr "Amb èxit en el procés d'establir"
+
+#: ../../mobile/operation/events.php:920
+#, fuzzy
+msgid "Fail in process"
+msgstr "Només al procés"
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr "Filtrar Esdeveniments per %s"
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr "Filtres predefinits"
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr "Filtre: %s"
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr "Gravetat: %s"
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr "Tipus: %s"
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr "Cerca lliure: %s"
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr "Horari: %s"
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr "Filtre Mòduls de %s"
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr "Interval."
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr "Darrera actualització."
+
+#: ../../mobile/operation/modules.php:850
+#, fuzzy
+msgid "Choose option"
+msgstr "Seleccioneu el temps"
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -38071,72 +38055,6 @@ msgstr "Aquest agent no té inventari de mòduls"
 msgid "Diff view"
 msgstr "Visualització Diff"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "Altres mòduls"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "Mòduls de xarxa sense procés"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "Mòduls booleans"
-
-#: ../../operation/agentes/graphs.php:260
-#, fuzzy
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "el gràfic combinat no mostra les alertes en aquest gràfic"
-
-#: ../../operation/agentes/graphs.php:265
-#, fuzzy
-msgid "Several graphs for each module"
-msgstr "diversos gràfics per a cada mòdul"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "Un gràfic combinat"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "Mostra com un gràfic combinat"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "Pila d'àrea"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "Pila de línies"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "Desa-ho com a gràfic personalitzat"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "Gràfics Filtre"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "S'ha produït un error en carregar el gràfic"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "Nom gràfic personalitzat"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "Desa el gràfic personalitzat"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-"Gràfic personalitzat crea a partir dels gràfics de pestanyes de l'agent."
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -38277,6 +38195,72 @@ msgstr "Detalls de l'agent"
 msgid "Interface information (SNMP)"
 msgstr "Informació de la interfície (SNMP)"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "Altres mòduls"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "Mòduls de xarxa sense procés"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "Mòduls booleans"
+
+#: ../../operation/agentes/graphs.php:260
+#, fuzzy
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "el gràfic combinat no mostra les alertes en aquest gràfic"
+
+#: ../../operation/agentes/graphs.php:265
+#, fuzzy
+msgid "Several graphs for each module"
+msgstr "diversos gràfics per a cada mòdul"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "Un gràfic combinat"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "Mostra com un gràfic combinat"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "Pila d'àrea"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "Pila de línies"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "Desa-ho com a gràfic personalitzat"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "Gràfics Filtre"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "S'ha produït un error en carregar el gràfic"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "Nom gràfic personalitzat"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "Desa el gràfic personalitzat"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+"Gràfic personalitzat crea a partir dels gràfics de pestanyes de l'agent."
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "Mòdul de servidor Wux"
@@ -38784,26 +38768,26 @@ msgid "Netflow live view"
 msgstr "Netflow vista en viu"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "Error en crear el filtre"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "Filtra creat amb èxit"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "Filtra actualitzat correctament"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "Pogut actualitzar filtre"
 
@@ -38812,8 +38796,8 @@ msgid "Connection"
 msgstr "Connexió"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "Selecciona un filtre"
 
@@ -38849,14 +38833,14 @@ msgid "Draw"
 msgstr "Dibuixar"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "Guardar com a nou filtre"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "Actualització de filtre actual"
 
@@ -38865,37 +38849,28 @@ msgid "No filter selected"
 msgstr "No s' ha seleccionat cap filtre"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 #, fuzzy
 msgid "Loading netflow data, please wait"
 msgstr "El sistema està fusionant el vostre entorn, espereu"
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr "Mapa d'ús de la xarxa"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr "Mostra el mapa del flux net"
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 #, fuzzy
 msgid "Results to show"
 msgstr "Quantitat per mostrar"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "Filtre de càrrega"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "Data d'inici"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "Filtre de càrrega"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38911,6 +38886,15 @@ msgstr "Filtrat per %s del port. Feu clic aquí per eliminar el filtre."
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr "Filtrat per %s IP. Feu clic aquí per eliminar el filtre."
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr "Mapa d'ús de la xarxa"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr "Mostra el mapa del flux net"
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -39205,6 +39189,26 @@ msgstr "Crea una política"
 msgid "Are you sure you want add module?"
 msgstr "Esteu segur que voleu afegir un mòdul?"
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr "Notificacions de l'usuari"
+
+#: ../../operation/users/user_edit_notifications.php:42
+#, fuzzy
+msgid "Console notifications"
+msgstr "Notificacions de l'usuari"
+
+#: ../../operation/users/user_edit_notifications.php:43
+#, fuzzy
+msgid "E-mail notifications"
+msgstr "Notificacions de l'usuari"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr "L'administrador del sistema ha inhabilitat els controls"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "Editor de dades d'usuari"
@@ -39254,7 +39258,8 @@ msgid "Please enter a valid phone number"
 msgstr "Siusplau introdueixi un número de telèfon vàlid"
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
+#, fuzzy
+msgid "Error updating passwords"
 msgstr "S'ha produït un error en actualitzar les contrasenyes: "
 
 #: ../../operation/users/user_edit.php:265
@@ -39310,26 +39315,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr "Aquest usuari no té cap perfil/grup assignat."
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr "Notificacions de l'usuari"
-
-#: ../../operation/users/user_edit_notifications.php:42
-#, fuzzy
-msgid "Console notifications"
-msgstr "Notificacions de l'usuari"
-
-#: ../../operation/users/user_edit_notifications.php:43
-#, fuzzy
-msgid "E-mail notifications"
-msgstr "Notificacions de l'usuari"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr "L'administrador del sistema ha inhabilitat els controls"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "Constructor"
@@ -39736,7 +39721,8 @@ msgid "Completed"
 msgstr "Completat"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
+#, fuzzy, php-format
+msgid "Updating to %s"
 msgstr "S'està actualitzant a "
 
 #: ../../update_manager_client/views/offline.php:65
@@ -39767,13 +39753,13 @@ msgid "Click on the file below to begin."
 msgstr "Feu clic al fitxer de sota per començar."
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+#, fuzzy
+msgid "This action will upgrade this console to version"
 msgstr "Aquesta acció actualitzarà aquesta consola a la versió "
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+#, fuzzy
+msgid "This action will upgrade all servers to version"
 msgstr "Aquesta acció actualitzarà tots els servidors a la versió "
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39873,47 +39859,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-#, fuzzy
-msgid "The latest version of package installed is"
-msgstr "El paquet està instal·lat."
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
 "Language-Team: Spanish\n"
@@ -48,8 +48,8 @@ msgid "Extensions"
 msgstr ""
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -144,11 +144,11 @@ msgstr ""
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -161,7 +161,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -172,6 +171,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -186,8 +186,12 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -215,15 +219,10 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -246,9 +245,9 @@ msgstr ""
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -309,8 +308,11 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -327,11 +329,8 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -348,12 +347,16 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -366,10 +369,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -488,11 +487,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -529,22 +528,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -651,11 +650,13 @@ msgstr ""
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -668,9 +669,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -739,8 +737,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -764,8 +762,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -791,8 +789,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -817,8 +815,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -842,8 +840,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -860,8 +858,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -869,8 +867,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -904,8 +902,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -916,371 +914,6 @@ msgstr ""
 msgid "Close"
 msgstr ""
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr ""
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr ""
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr ""
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr ""
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr ""
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr ""
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr ""
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr ""
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr ""
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr ""
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr ""
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr ""
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr ""
-
 #: ../../extensions/quick_shell.php:88
 msgid "GoTTY setup"
 msgstr ""
@@ -1303,9 +936,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr ""
@@ -1338,8 +971,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr ""
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr ""
@@ -1424,11 +1057,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1463,10 +1096,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1545,12 +1179,12 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1588,18 +1222,18 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1607,8 +1241,8 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1621,33 +1255,33 @@ msgstr ""
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1708,16 +1342,16 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1749,8 +1383,8 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1782,13 +1416,13 @@ msgstr ""
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1804,13 +1438,14 @@ msgstr ""
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1861,11 +1496,11 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1877,24 +1512,24 @@ msgstr ""
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1936,6 +1571,49 @@ msgstr ""
 msgid "Agents/Modules"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr ""
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1958,9 +1636,9 @@ msgstr ""
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr ""
 
@@ -1968,6 +1646,57 @@ msgstr ""
 msgid "Agent/module view"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2002,9 +1731,9 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2017,8 +1746,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2030,9 +1757,12 @@ msgstr ""
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2082,6 +1812,15 @@ msgstr ""
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr ""
@@ -2154,12 +1893,205 @@ msgstr ""
 msgid "Clear graph"
 msgstr ""
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr ""
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr ""
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr ""
+
+#: ../../extensions/api_checker.php:185
+msgid "Incorrect URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr ""
+
+#: ../../extensions/api_checker.php:249
+#, php-format
+msgid "%s Console URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+msgid "API Token"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr ""
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr ""
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr ""
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr ""
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr ""
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr ""
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr ""
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr ""
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr ""
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr ""
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr ""
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr ""
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr ""
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2298,169 +2230,237 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
 msgstr ""
 
-#: ../../extensions/api_checker.php:185
-msgid "Incorrect URL"
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
 msgstr ""
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
 msgstr ""
 
-#: ../../extensions/api_checker.php:249
-#, php-format
-msgid "%s Console URL"
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-msgid "API Token"
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
 msgstr ""
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
 msgstr ""
 
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
 msgstr ""
 
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr ""
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr ""
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr ""
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
 msgstr ""
 
 #: ../../general/first_task/HA_cluster_builder.php:37
@@ -2780,11 +2780,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2807,44 +2807,6 @@ msgid ""
 "certain tags."
 msgstr ""
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:49
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:51
-msgid ""
-"Clusters to guarantee service: these are active - passive (A/P) mode "
-"clusters. It means that one of the nodes (or machines that make up the "
-"cluster) will be running (primary) and another will not (secondary). When "
-"the primary goes down, the secondary must take over and give the service "
-"instead. Although many of the elements of this cluster are active-passive, "
-"it will also have active elements in both of them that indicate that the "
-"passive node is \"online\", so that in the case of a service failure in the "
-"master, the active node collects this information."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:59
-msgid "Create cluster"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:64
-msgid "There are no defined clusters"
-msgstr ""
-
 #: ../../general/first_task/map_builder.php:38
 #, php-format
 msgid ""
@@ -2902,6 +2864,44 @@ msgstr ""
 msgid "No services found"
 msgstr ""
 
+#: ../../general/first_task/cluster_builder.php:45
+msgid ""
+"A cluster is a group of devices that provide the same service in high "
+"availability."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:47
+msgid "Depending on how they provide that service, we can find two types:"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:49
+msgid ""
+"Clusters to balance the service load: these are active - active (A/A) mode "
+"clusters. It means that all the nodes (or machines that compose it) are "
+"working. They must be working because if one stops working, it will overload "
+"the others."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:51
+msgid ""
+"Clusters to guarantee service: these are active - passive (A/P) mode "
+"clusters. It means that one of the nodes (or machines that make up the "
+"cluster) will be running (primary) and another will not (secondary). When "
+"the primary goes down, the secondary must take over and give the service "
+"instead. Although many of the elements of this cluster are active-passive, "
+"it will also have active elements in both of them that indicate that the "
+"passive node is \"online\", so that in the case of a service failure in the "
+"master, the active node collects this information."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:59
+msgid "Create cluster"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:64
+msgid "There are no defined clusters"
+msgstr ""
+
 #: ../../general/first_task/custom_graphs.php:18
 #, php-format
 msgid ""
@@ -2925,10 +2925,7 @@ msgstr ""
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -2936,7 +2933,9 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr ""
 
@@ -2973,16 +2972,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3454,9 +3452,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_plugins.php:856
 #: ../../godmode/massive/massive_edit_plugins.php:857
 #: ../../godmode/reporting/manage_schedule.php:332
+#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/users/configure_user.php:2098
 #: ../../godmode/users/configure_user.php:2167
-#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/wizards/ManageExtensions.class.php:346
 #: ../../include/ajax/double_auth.ajax.php:267
 #: ../../include/ajax/double_auth.ajax.php:365
@@ -3465,9 +3463,9 @@ msgstr ""
 #: ../../include/ajax/events.php:2356
 #: ../../include/class/Diagnostics.class.php:1931
 #: ../../include/class/SatelliteAgent.class.php:873
-#: ../../include/functions.php:1379 ../../include/functions_menu.php:940
-#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014
-#: ../../include/functions_events.php:3217
+#: ../../include/functions_menu.php:940 ../../include/functions.php:1379
+#: ../../include/functions_events.php:3014
+#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334
 #: ../../mobile/operation/visualmap.php:181
 #: ../../operation/reporting/graph_analytics_public.php:162
 #: ../../operation/reporting/graph_analytics_public.php:170
@@ -3825,7 +3823,6 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:298
 #: ../../godmode/agentes/fields_manager.php:210
 #: ../../godmode/agentes/inventory_manager.php:266
-#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/agentes/module_manager.php:1066
 #: ../../godmode/agentes/module_manager.php:1077
 #: ../../godmode/agentes/module_manager.php:1090
@@ -3834,6 +3831,7 @@ msgstr ""
 #: ../../godmode/agentes/module_manager.php:1340
 #: ../../godmode/agentes/planned_downtime.editor.php:1456
 #: ../../godmode/agentes/modificar_agente.php:985
+#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/alerts/alert_actions.php:455
 #: ../../godmode/alerts/alert_commands.php:1070
 #: ../../godmode/alerts/alert_commands.php:1073
@@ -3846,9 +3844,9 @@ msgstr ""
 #: ../../godmode/groups/modu_group_list.php:287
 #: ../../godmode/groups/group_list.php:1129
 #: ../../godmode/groups/group_list.php:1336
-#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_enable_disable_alerts.php:227
 #: ../../godmode/massive/massive_standby_alerts.php:255
+#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_operations.php:470
 #: ../../godmode/modules/manage_inventory_modules.php:341
 #: ../../godmode/modules/manage_network_templates.php:274
@@ -3887,20 +3885,20 @@ msgstr ""
 #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301
 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216
 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672
-#: ../../include/class/CredentialStore.class.php:1701
 #: ../../include/class/ModuleTemplates.class.php:879
 #: ../../include/class/ModuleTemplates.class.php:894
-#: ../../include/class/SatelliteAgent.class.php:1187
-#: ../../include/class/SatelliteAgent.class.php:1235
-#: ../../include/class/SatelliteAgent.class.php:1297
 #: ../../include/class/TipsWindow.class.php:657
-#: ../../include/class/SatelliteCollection.class.php:531
-#: ../../include/class/SatelliteCollection.class.php:573
 #: ../../include/class/SnmpConsole.class.php:493
 #: ../../include/class/SnmpConsole.class.php:1309
 #: ../../include/class/SnmpConsole.class.php:1336
-#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/class/TreeGroupEdition.class.php:170
+#: ../../include/class/CredentialStore.class.php:1701
+#: ../../include/class/SatelliteAgent.class.php:1187
+#: ../../include/class/SatelliteAgent.class.php:1235
+#: ../../include/class/SatelliteAgent.class.php:1297
+#: ../../include/class/SatelliteCollection.class.php:531
+#: ../../include/class/SatelliteCollection.class.php:573
+#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:741
 #: ../../include/lib/ITSM/Manager.php:1315
 #: ../../include/functions_container.php:190
@@ -3917,8 +3915,6 @@ msgstr ""
 #: ../../operation/visual_console/view.php:1129
 #: ../../operation/custom_fields/custom_fields_view.php:1171
 #: ../../update_manager_client/views/offline.php:72
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
 #: ../../views/calendar/special_days.php:461
 #: ../../views/ITSM/ITSMTicketDetailView.php:303
 msgid "Are you sure?"
@@ -3954,20 +3950,20 @@ msgstr ""
 #: ../../godmode/wizards/ManageExtensions.class.php:345
 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675
 #: ../../include/class/ConfigPEN.class.php:699
+#: ../../include/class/ModuleTemplates.class.php:1369
+#: ../../include/class/ExtensionsDiscovery.class.php:258
+#: ../../include/class/AgentWizard.class.php:6266
+#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/class/CredentialStore.class.php:1655
 #: ../../include/class/CredentialStore.class.php:1707
-#: ../../include/class/ModuleTemplates.class.php:1369
 #: ../../include/class/NetworkMap.class.php:2961
 #: ../../include/class/SatelliteAgent.class.php:1148
 #: ../../include/class/SatelliteAgent.class.php:1193
 #: ../../include/class/SatelliteAgent.class.php:1241
 #: ../../include/class/SatelliteAgent.class.php:1303
-#: ../../include/class/ExtensionsDiscovery.class.php:258
 #: ../../include/class/SatelliteCollection.class.php:536
 #: ../../include/class/SatelliteCollection.class.php:578
 #: ../../include/class/WelcomeWindow.class.php:177
-#: ../../include/class/AgentWizard.class.php:6266
-#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/functions_visual_map_editor.php:926
 #: ../../include/functions_visual_map_editor.php:930
 #: ../../include/functions_register.php:179
@@ -4021,194 +4017,6 @@ msgstr ""
 msgid "Close wizard"
 msgstr ""
 
-#: ../../godmode/agentes/agent_conf_gis.php:38
-#: ../../operation/agentes/gis_view.php:59
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:58
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:68
-msgid "Agent position"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:75
-msgid "Latitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:94
-msgid "Longitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:113
-msgid "Altitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:132
-#: ../../godmode/massive/massive_edit_agents.php:1178
-msgid "Ignore new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:133
-#: ../../godmode/agentes/agent_manager.php:1555
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/massive/massive_edit_agents.php:708
-#: ../../godmode/massive/massive_edit_agents.php:1154
-#: ../../godmode/massive/massive_edit_agents.php:1192
-#: ../../godmode/massive/massive_edit_agents.php:1239
-#: ../../godmode/massive/massive_edit_modules.php:705
-#: ../../godmode/massive/massive_edit_modules.php:727
-#: ../../godmode/massive/massive_edit_modules.php:811
-#: ../../godmode/massive/massive_edit_modules.php:833
-#: ../../godmode/massive/massive_edit_modules.php:885
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1326
-#: ../../godmode/massive/massive_edit_modules.php:1370
-#: ../../godmode/massive/massive_edit_modules.php:1552
-#: ../../godmode/reporting/visual_console_builder.wizard.php:405
-#: ../../godmode/reporting/visual_console_builder.wizard.php:514
-#: ../../godmode/reporting/reporting_builder.php:1087
-#: ../../godmode/servers/modificar_server.php:193
-#: ../../godmode/servers/servers.build_table.php:157
-#: ../../godmode/update_manager/update_manager.setup.php:407
-#: ../../include/class/EventSound.class.php:349
-#: ../../include/class/SnmpConsole.class.php:424
-#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685
-#: ../../operation/netflow/nf_live_view.php:393
-#: ../../operation/users/user_edit.php:430
-msgid "Yes"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:142
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/alerts/alert_view.php:371
-#: ../../godmode/massive/massive_edit_agents.php:709
-#: ../../godmode/massive/massive_edit_agents.php:1165
-#: ../../godmode/massive/massive_edit_agents.php:1193
-#: ../../godmode/massive/massive_edit_agents.php:1240
-#: ../../godmode/massive/massive_edit_modules.php:706
-#: ../../godmode/massive/massive_edit_modules.php:728
-#: ../../godmode/massive/massive_edit_modules.php:812
-#: ../../godmode/massive/massive_edit_modules.php:834
-#: ../../godmode/massive/massive_edit_modules.php:886
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1327
-#: ../../godmode/massive/massive_edit_modules.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1553
-#: ../../godmode/reporting/visual_console_builder.wizard.php:416
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-#: ../../godmode/reporting/reporting_builder.php:1089
-#: ../../godmode/servers/modificar_server.php:191
-#: ../../godmode/setup/news.php:389
-#: ../../godmode/update_manager/update_manager.setup.php:408
-#: ../../include/class/EventSound.class.php:348
-#: ../../include/class/SnmpConsole.class.php:423
-#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086
-#: ../../include/functions_events.php:5091
-#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366
-#: ../../operation/netflow/nf_live_view.php:403
-#: ../../operation/users/user_edit.php:431
-msgid "No"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:161
-#: ../../godmode/agentes/status_monitor_custom_fields.php:231
-#: ../../godmode/agentes/planned_downtime.list.php:891
-#: ../../godmode/agentes/planned_downtime.list.php:936
-#: ../../godmode/agentes/configure_field.php:203
-#: ../../godmode/agentes/inventory_manager.php:188
-#: ../../godmode/agentes/inventory_manager.php:271
-#: ../../godmode/agentes/module_manager_editor.php:801
-#: ../../godmode/agentes/agent_manager.php:1304
-#: ../../godmode/agentes/planned_downtime.editor.php:1308
-#: ../../godmode/alerts/configure_alert_command.php:386
-#: ../../godmode/alerts/configure_alert_action.php:450
-#: ../../godmode/alerts/alert_list.list.php:227
-#: ../../godmode/alerts/alert_list.list.php:1066
-#: ../../godmode/category/edit_category.php:196
-#: ../../godmode/events/custom_events.php:193
-#: ../../godmode/events/event_edit_filter.php:982
-#: ../../godmode/events/event_responses.editor.php:337
-#: ../../godmode/groups/configure_modu_group.php:99
-#: ../../godmode/groups/configure_group.php:285
-#: ../../godmode/modules/manage_inventory_modules.php:338
-#: ../../godmode/modules/manage_inventory_modules_form.php:245
-#: ../../godmode/modules/manage_nc_groups_form.php:95
-#: ../../godmode/modules/manage_network_components_form.php:378
-#: ../../godmode/modules/manage_network_templates_form.php:178
-#: ../../godmode/netflow/nf_edit_form.php:450
-#: ../../godmode/reporting/create_container.php:365
-#: ../../godmode/reporting/reporting_builder.main.php:56
-#: ../../godmode/reporting/graph_builder.main.php:305
-#: ../../godmode/reporting/visual_console_builder.elements.php:918
-#: ../../godmode/reporting/visual_console_builder.data.php:319
-#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/modificar_server.php:247
-#: ../../godmode/setup/setup_sflow.php:95
-#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
-#: ../../godmode/setup/os_version.builder.php:65
-#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
-#: ../../godmode/setup/performance.php:893
-#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
-#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
-#: ../../godmode/setup/setup_ehorus.php:228
-#: ../../godmode/setup/setup_ITSM.php:678
-#: ../../godmode/setup/setup_netflow.php:121
-#: ../../godmode/setup/setup_visuals.php:2221
-#: ../../godmode/setup/setup_general.php:945
-#: ../../godmode/setup/setup_auth.php:547
-#: ../../godmode/snmpconsole/snmp_filters.php:264
-#: ../../godmode/snmpconsole/snmp_filters.php:326
-#: ../../godmode/snmpconsole/snmp_filters.php:337
-#: ../../godmode/snmpconsole/snmp_alert.php:1704
-#: ../../godmode/snmpconsole/snmp_alert.php:2007
-#: ../../godmode/tag/edit_tag.php:251
-#: ../../godmode/update_manager/update_manager.setup.php:418
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/users/configure_user.php:1636
-#: ../../godmode/users/configure_token.php:154
-#: ../../godmode/files_repo/files_repo_form.php:109
-#: ../../include/ajax/alert_list.ajax.php:340
-#: ../../include/class/ManageNetScanScripts.class.php:769
-#: ../../include/class/ConfigPEN.class.php:703
-#: ../../include/class/ConfigPEN.class.php:704
-#: ../../include/class/CredentialStore.class.php:1659
-#: ../../include/class/ExternalTools.class.php:476
-#: ../../include/class/ModuleTemplates.class.php:997
-#: ../../include/functions_visual_map_editor.php:926
-#: ../../include/functions_events.php:3578
-#: ../../include/functions_events.php:3664
-#: ../../include/functions_events.php:4741
-#: ../../operation/agentes/datos_agente.php:220
-#: ../../operation/reporting/reporting_viewer.php:285
-#: ../../operation/reporting/reporting_viewer.php:297
-#: ../../operation/reporting/graph_analytics.php:421
-#: ../../operation/users/user_edit.php:894
-#: ../../operation/visual_console/view.php:520
-#: ../../views/calendar/edit.php:129
-#: ../../views/calendar/special_days_edit.php:162
-#: ../../views/ITSM/ITSMTicketEditView.php:259
-msgid "Update"
-msgstr ""
-
 #: ../../godmode/agentes/agent_template.php:172
 msgid "Error adding modules"
 msgstr ""
@@ -4242,12 +4050,11 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:163
 #: ../../godmode/alerts/alert_list.list.php:104
 #: ../../godmode/modules/manage_network_components_form_wizard.php:278
-#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../godmode/modules/manage_network_components.php:788
+#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../include/ajax/heatmap.ajax.php:282
-#: ../../include/ajax/heatmap.ajax.php:407
-#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077
-#: ../../include/ajax/module.php:1972
+#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077
+#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537
 #: ../../mobile/operation/modules.php:602
@@ -4261,17 +4068,17 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:275
 #: ../../godmode/agentes/planned_downtime.list.php:736
 #: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager_editor_common.php:295
-#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/agentes/planned_downtime.editor.php:927
 #: ../../godmode/agentes/modificar_agente.php:706
+#: ../../godmode/agentes/module_manager_editor_common.php:295
+#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/alerts/alert_templates.php:39
 #: ../../godmode/alerts/alert_templates.php:313
 #: ../../godmode/alerts/alert_templates.php:418
 #: ../../godmode/events/event_responses.editor.php:234
-#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/modules/manage_network_components.php:790
 #: ../../godmode/modules/manage_network_components_form_common.php:79
+#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/reporting/reporting_builder.list_items.php:245
 #: ../../godmode/reporting/reporting_builder.list_items.php:374
 #: ../../godmode/reporting/schedule.php:170
@@ -4289,10 +4096,10 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:96
 #: ../../include/class/AlertsList.class.php:316
 #: ../../include/class/ModuleTemplates.class.php:1190
-#: ../../include/class/CalendarManager.class.php:1043
-#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/class/AgentWizard.class.php:1312
 #: ../../include/class/AgentWizard.class.php:4215
+#: ../../include/class/CalendarManager.class.php:1043
+#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375
 #: ../../include/lib/Dashboard/Widgets/clock.php:221
 #: ../../include/lib/Dashboard/Widgets/service_view.php:260
@@ -4303,21 +4110,21 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:768
 #: ../../include/functions_visual_map_editor.php:894
 #: ../../include/functions_snmp_browser.php:565
+#: ../../include/functions_html.php:6737
+#: ../../include/functions_reports.php:1177
+#: ../../include/functions_events.php:2567
+#: ../../include/functions_events.php:5073
 #: ../../include/functions_reporting_html.php:1710
 #: ../../include/functions_reporting_html.php:1719
 #: ../../include/functions_reporting_html.php:1964
 #: ../../include/functions_reporting_html.php:1972
 #: ../../include/functions_reporting_html.php:3845
 #: ../../include/functions_reporting_html.php:6766
-#: ../../include/functions_html.php:6737
-#: ../../include/functions_reports.php:1177
-#: ../../include/functions_events.php:2567
-#: ../../include/functions_events.php:5073
+#: ../../mobile/operation/visualmaps.php:125
+#: ../../mobile/operation/visualmaps.php:126
 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684
 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012
 #: ../../mobile/operation/events.php:1013
-#: ../../mobile/operation/visualmaps.php:125
-#: ../../mobile/operation/visualmaps.php:126
 #: ../../operation/agentes/estado_agente.php:1121
 #: ../../operation/agentes/ver_agente.php:1223
 #: ../../operation/netflow/nf_live_view.php:563
@@ -4332,11 +4139,11 @@ msgstr ""
 #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170
 #: ../../godmode/agentes/planned_downtime.list.php:734
 #: ../../godmode/agentes/inventory_manager.php:238
-#: ../../godmode/agentes/agent_manager.php:640
 #: ../../godmode/agentes/module_manager.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/agentes/planned_downtime.editor.php:915
 #: ../../godmode/agentes/modificar_agente.php:709
+#: ../../godmode/agentes/agent_manager.php:640
+#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/alerts/configure_alert_command.php:283
 #: ../../godmode/alerts/alert_commands.php:1004
 #: ../../godmode/alerts/alert_templates.php:45
@@ -4345,18 +4152,18 @@ msgstr ""
 #: ../../godmode/events/event_responses.editor.php:141
 #: ../../godmode/groups/configure_group.php:256
 #: ../../godmode/groups/group_list.php:1042
-#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/massive/massive_edit_agents.php:824
 #: ../../godmode/massive/massive_edit_modules.php:855
+#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/modules/manage_inventory_modules.php:290
-#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_wizard.php:557
 #: ../../godmode/modules/manage_network_templates.php:249
-#: ../../godmode/modules/manage_network_templates_form.php:172
-#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/modules/module_list.php:100
 #: ../../godmode/modules/manage_network_components.php:791
+#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_common.php:451
+#: ../../godmode/modules/manage_network_templates_form.php:172
+#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/netflow/nf_item_list.php:175
 #: ../../godmode/reporting/create_container.php:336
 #: ../../godmode/reporting/reporting_builder.main.php:140
@@ -4394,9 +4201,9 @@ msgstr ""
 #: ../../include/class/ModuleTemplates.class.php:1047
 #: ../../include/class/ModuleTemplates.class.php:1191
 #: ../../include/class/ExtensionsDiscovery.class.php:1465
-#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/class/AgentWizard.class.php:1313
 #: ../../include/class/AgentWizard.class.php:4222
+#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820
 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147
@@ -4404,7 +4211,6 @@ msgstr ""
 #: ../../include/functions_treeview.php:668
 #: ../../include/functions_snmp_browser.php:571
 #: ../../include/functions_snmp_browser.php:1946
-#: ../../include/functions_ui.php:6482
 #: ../../include/functions_reporting_html.php:162
 #: ../../include/functions_reporting_html.php:1045
 #: ../../include/functions_reporting_html.php:2275
@@ -4413,6 +4219,7 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4962
 #: ../../include/functions_reporting_html.php:6767
 #: ../../include/functions_reporting_html.php:7653
+#: ../../include/functions_ui.php:6482
 #: ../../operation/agentes/custom_fields.php:69
 #: ../../operation/agentes/gis_view.php:222
 #: ../../operation/agentes/pandora_networkmap.editor.php:374
@@ -4471,10 +4278,9 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:533
 #: ../../include/functions_ui_renders.php:117
 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194
-#: ../../include/functions_ui.php:1691
 #: ../../include/functions_reporting_html.php:4702
 #: ../../include/functions_reporting_html.php:7295
-#: ../../mobile/operation/tactical.php:349
+#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349
 #: ../../operation/agentes/alerts_status.functions.php:197
 #: ../../operation/agentes/alerts_status.php:289
 #: ../../operation/agentes/alerts_status.php:290
@@ -4489,9 +4295,9 @@ msgstr ""
 #: ../../godmode/agentes/inventory_manager.php:267
 #: ../../godmode/agentes/module_manager_editor.php:808
 #: ../../godmode/agentes/module_manager.php:1107
-#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/agentes/planned_downtime.editor.php:1422
 #: ../../godmode/agentes/planned_downtime.editor.php:1462
+#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/alerts/alert_actions.php:356
 #: ../../godmode/alerts/alert_actions.php:484
 #: ../../godmode/alerts/alert_templates.php:481
@@ -4508,11 +4314,11 @@ msgstr ""
 #: ../../godmode/modules/manage_inventory_modules.php:385
 #: ../../godmode/modules/manage_network_templates.php:289
 #: ../../godmode/modules/manage_network_templates.php:302
-#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/modules/manage_nc_groups.php:302
 #: ../../godmode/modules/manage_nc_groups.php:363
 #: ../../godmode/modules/manage_network_components.php:871
 #: ../../godmode/modules/manage_network_components.php:920
+#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223
 #: ../../godmode/netflow/nf_item_list.php:263
 #: ../../godmode/netflow/nf_item_list.php:273
@@ -4539,10 +4345,10 @@ msgstr ""
 #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219
 #: ../../godmode/setup/os_version.list.php:139
 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358
+#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/setup/setup_visuals.php:1955
 #: ../../godmode/setup/setup_visuals.php:2047
 #: ../../godmode/setup/setup_visuals.php:2122
-#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/snmpconsole/snmp_filters.php:326
 #: ../../godmode/snmpconsole/snmp_filters.php:337
 #: ../../godmode/snmpconsole/snmp_alert.php:1954
@@ -4553,28 +4359,28 @@ msgstr ""
 #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125
 #: ../../include/class/ManageNetScanScripts.class.php:405
 #: ../../include/class/ConfigPEN.class.php:264
-#: ../../include/class/CredentialStore.class.php:1266
-#: ../../include/class/CredentialStore.class.php:1703
 #: ../../include/class/ModuleTemplates.class.php:899
 #: ../../include/class/ModuleTemplates.class.php:1192
-#: ../../include/class/NetworkMap.class.php:2953
-#: ../../include/class/SatelliteAgent.class.php:445
-#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/TipsWindow.class.php:487
-#: ../../include/class/CalendarManager.class.php:755
 #: ../../include/class/SnmpConsole.class.php:487
 #: ../../include/class/SnmpConsole.class.php:539
 #: ../../include/class/SnmpConsole.class.php:911
 #: ../../include/class/SnmpConsole.class.php:923
+#: ../../include/class/CalendarManager.class.php:755
+#: ../../include/class/CredentialStore.class.php:1266
+#: ../../include/class/CredentialStore.class.php:1703
+#: ../../include/class/NetworkMap.class.php:2953
+#: ../../include/class/SatelliteAgent.class.php:445
+#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/WelcomeWindow.class.php:1064
 #: ../../include/class/WelcomeWindow.class.php:1168
 #: ../../include/lib/ClusterViewer/ClusterManager.php:701
 #: ../../include/lib/ITSM/Manager.php:1321
 #: ../../include/functions_container.php:191
 #: ../../include/functions_container.php:325
-#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954
 #: ../../include/functions_filemanager.php:835
+#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../operation/agentes/pandora_networkmap.php:851
 #: ../../operation/agentes/status_monitor.php:2332
 #: ../../operation/gis_maps/gis_map.php:203
@@ -4612,10 +4418,10 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:2010
 #: ../../godmode/users/profile_list.php:399
 #: ../../godmode/files_repo/files_repo_list.php:131
-#: ../../include/class/CredentialStore.class.php:1262
-#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/class/TipsWindow.class.php:486
 #: ../../include/class/CalendarManager.class.php:721
+#: ../../include/class/CredentialStore.class.php:1262
+#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/lib/ClusterViewer/ClusterManager.php:685
 #: ../../include/lib/ITSM/Manager.php:1048
 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917
@@ -4664,9 +4470,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:964
 #: ../../godmode/wizards/Custom.class.php:130
 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136
-#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/class/ExtensionsDiscovery.class.php:524
 #: ../../include/class/ExtensionsDiscovery.class.php:531
+#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343
 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454
 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609
@@ -4764,10 +4570,10 @@ msgstr ""
 #: ../../godmode/agentes/configure_field.php:115
 #: ../../godmode/agentes/inventory_manager.php:237
 #: ../../godmode/agentes/module_manager.php:675
-#: ../../godmode/agentes/module_manager_editor_common.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/agentes/planned_downtime.editor.php:882
 #: ../../godmode/agentes/planned_downtime.editor.php:1359
+#: ../../godmode/agentes/module_manager_editor_common.php:254
+#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/alerts/configure_alert_command.php:220
 #: ../../godmode/alerts/configure_alert_action.php:207
 #: ../../godmode/alerts/alert_actions.php:351
@@ -4783,13 +4589,13 @@ msgstr ""
 #: ../../godmode/groups/configure_group.php:140
 #: ../../godmode/groups/group_list.php:1034
 #: ../../godmode/modules/manage_inventory_modules.php:289
-#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_nc_groups_form.php:72
 #: ../../godmode/modules/manage_network_templates.php:248
-#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/modules/module_list.php:99
 #: ../../godmode/modules/manage_nc_groups.php:264
+#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_network_components_form_common.php:47
+#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/netflow/nf_edit.php:166
 #: ../../godmode/netflow/nf_edit_form.php:242
 #: ../../godmode/reporting/create_container.php:247
@@ -4805,27 +4611,29 @@ msgstr ""
 #: ../../godmode/servers/modificar_server.php:204
 #: ../../godmode/servers/servers.build_table.php:82
 #: ../../godmode/setup/os.builder.php:269
-#: ../../godmode/setup/os.builder.php:270
+#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81
 #: ../../godmode/setup/setup_ITSM.php:383
-#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81
-#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231
-#: ../../godmode/users/user_list.php:512
+#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194
+#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512
 #: ../../godmode/wizards/ManageExtensions.class.php:369
 #: ../../godmode/files_repo/files_repo_list.php:49
 #: ../../include/ajax/dashboard.ajax.php:89
 #: ../../include/class/ManageNetScanScripts.class.php:403
 #: ../../include/class/ManageNetScanScripts.class.php:549
-#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/ModuleTemplates.class.php:853
 #: ../../include/class/ModuleTemplates.class.php:1035
+#: ../../include/class/CalendarManager.class.php:1041
+#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/NetworkMap.class.php:3073
 #: ../../include/class/NetworkMap.class.php:3119
 #: ../../include/class/NetworkMap.class.php:3131
 #: ../../include/class/NetworkMap.class.php:3501
-#: ../../include/class/CalendarManager.class.php:1041
 #: ../../include/class/SatelliteCollection.class.php:132
 #: ../../include/functions_treeview.php:67
 #: ../../include/functions_snmp_browser.php:1913
+#: ../../include/functions_filemanager.php:718
+#: ../../include/functions_events.php:4422
+#: ../../include/functions_events.php:4559
 #: ../../include/functions_reporting_html.php:673
 #: ../../include/functions_reporting_html.php:1712
 #: ../../include/functions_reporting_html.php:1720
@@ -4835,9 +4643,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4960
 #: ../../include/functions_reporting_html.php:7652
 #: ../../include/functions_reporting_html.php:7845
-#: ../../include/functions_filemanager.php:718
-#: ../../include/functions_events.php:4422
-#: ../../include/functions_events.php:4559
 #: ../../mobile/operation/module_data.php:264
 #: ../../mobile/operation/server_status.php:283
 #: ../../mobile/operation/server_status.php:321
@@ -4951,8 +4756,8 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:113
 #: ../../godmode/agentes/status_monitor_custom_fields.php:165
 #: ../../godmode/agentes/inventory_manager.php:240
-#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager.php:707
+#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager_editor_common.php:1119
 #: ../../godmode/massive/massive_edit_agents.php:759
 #: ../../godmode/massive/massive_edit_modules.php:867
@@ -4977,9 +4782,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/netflow.php:200
 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82
 #: ../../include/functions_treeview.php:655
-#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686
+#: ../../include/functions_agents.php:4825
 #: ../../include/functions_reporting_html.php:4963
-#: ../../mobile/operation/modules.php:668
+#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668
 #: ../../mobile/operation/modules.php:670
 #: ../../mobile/operation/modules.php:910
 #: ../../operation/agentes/status_monitor.php:1589
@@ -5000,22 +4805,21 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:131
 #: ../../godmode/massive/massive_copy_modules.php:318
 #: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/massive/massive_edit_agents.php:1024
+#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/reporting/reporting_builder.item_editor.php:85
 #: ../../godmode/servers/servers.build_table.php:83
 #: ../../godmode/setup/setup_ITSM.php:441
 #: ../../godmode/setup/setup_ITSM.php:568
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675
-#: ../../include/ajax/heatmap.ajax.php:392
-#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079
-#: ../../include/ajax/module.php:1975
+#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079
+#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482
 #: ../../include/class/ExternalTools.class.php:933
-#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/class/AgentsAlerts.class.php:916
 #: ../../include/class/SnmpConsole.class.php:286
 #: ../../include/class/SnmpConsole.class.php:403
 #: ../../include/class/SnmpConsole.class.php:521
+#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358
@@ -5024,9 +4828,12 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540
 #: ../../include/lib/Dashboard/Widgets/events_list.php:860
 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564
-#: ../../include/functions_snmp.php:369
 #: ../../include/functions_massive_operations.php:161
 #: ../../include/functions_snmp_browser.php:595
+#: ../../include/functions_events.php:256
+#: ../../include/functions_events.php:312
+#: ../../include/functions_events.php:2585
+#: ../../include/functions_events.php:5119
 #: ../../include/functions_reporting_html.php:820
 #: ../../include/functions_reporting_html.php:949
 #: ../../include/functions_reporting_html.php:1207
@@ -5041,19 +4848,22 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4915
 #: ../../include/functions_reporting_html.php:4965
 #: ../../include/functions_reporting_html.php:6579
-#: ../../include/functions_events.php:256
-#: ../../include/functions_events.php:312
-#: ../../include/functions_events.php:2585
-#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97
-#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244
-#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407
-#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106
-#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248
-#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674
-#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849
-#: ../../mobile/operation/events.php:1003
-#: ../../mobile/operation/events.php:1004
+#: ../../include/functions_snmp.php:369
 #: ../../mobile/operation/module_data.php:262
+#: ../../mobile/operation/server_status.php:154
+#: ../../mobile/operation/server_status.php:155
+#: ../../mobile/operation/server_status.php:281
+#: ../../mobile/operation/server_status.php:319
+#: ../../mobile/operation/server_status.php:349
+#: ../../mobile/operation/server_status.php:445
+#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245
+#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105
+#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247
+#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334
+#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675
+#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003
+#: ../../mobile/operation/events.php:1004
 #: ../../mobile/operation/modules.php:163
 #: ../../mobile/operation/modules.php:164
 #: ../../mobile/operation/modules.php:275
@@ -5070,12 +4880,6 @@ msgstr ""
 #: ../../mobile/operation/modules.php:751
 #: ../../mobile/operation/modules.php:763
 #: ../../mobile/operation/modules.php:909
-#: ../../mobile/operation/server_status.php:154
-#: ../../mobile/operation/server_status.php:155
-#: ../../mobile/operation/server_status.php:281
-#: ../../mobile/operation/server_status.php:319
-#: ../../mobile/operation/server_status.php:349
-#: ../../mobile/operation/server_status.php:445
 #: ../../operation/agentes/alerts_status.functions.php:122
 #: ../../operation/agentes/estado_agente.php:359
 #: ../../operation/agentes/estado_agente.php:1127
@@ -5124,24 +4928,23 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:292
 #: ../../include/lib/Dashboard/Widgets/events_list.php:861
 #: ../../include/functions_netflow.php:278
+#: ../../include/functions_inventory.php:151
+#: ../../include/functions_inventory.php:185
+#: ../../include/functions_inventory.php:395
+#: ../../include/functions_inventory.php:415
+#: ../../include/functions_inventory.php:600
+#: ../../include/functions_events.php:257
+#: ../../include/functions_events.php:315
+#: ../../include/functions_events.php:2581
+#: ../../include/functions_events.php:5025
 #: ../../include/functions_reporting_html.php:1716
 #: ../../include/functions_reporting_html.php:1724
 #: ../../include/functions_reporting_html.php:1968
 #: ../../include/functions_reporting_html.php:1975
 #: ../../include/functions_reporting_html.php:3853
 #: ../../include/functions_reporting_html.php:6582
-#: ../../include/functions_events.php:257
-#: ../../include/functions_events.php:315
-#: ../../include/functions_events.php:2581
-#: ../../include/functions_events.php:5025
-#: ../../include/functions_inventory.php:151
-#: ../../include/functions_inventory.php:185
-#: ../../include/functions_inventory.php:395
-#: ../../include/functions_inventory.php:415
-#: ../../include/functions_inventory.php:600
-#: ../../mobile/operation/events.php:829
 #: ../../mobile/operation/module_data.php:165
-#: ../../mobile/operation/modules.php:672
+#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672
 #: ../../mobile/operation/modules.php:911
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
@@ -5177,6 +4980,87 @@ msgstr ""
 msgid "Fields selected"
 msgstr ""
 
+#: ../../godmode/agentes/status_monitor_custom_fields.php:231
+#: ../../godmode/agentes/planned_downtime.list.php:891
+#: ../../godmode/agentes/planned_downtime.list.php:936
+#: ../../godmode/agentes/configure_field.php:203
+#: ../../godmode/agentes/inventory_manager.php:188
+#: ../../godmode/agentes/inventory_manager.php:271
+#: ../../godmode/agentes/module_manager_editor.php:801
+#: ../../godmode/agentes/planned_downtime.editor.php:1308
+#: ../../godmode/agentes/agent_conf_gis.php:161
+#: ../../godmode/agentes/agent_manager.php:1304
+#: ../../godmode/alerts/configure_alert_command.php:386
+#: ../../godmode/alerts/configure_alert_action.php:450
+#: ../../godmode/alerts/alert_list.list.php:227
+#: ../../godmode/alerts/alert_list.list.php:1066
+#: ../../godmode/category/edit_category.php:196
+#: ../../godmode/events/custom_events.php:193
+#: ../../godmode/events/event_edit_filter.php:982
+#: ../../godmode/events/event_responses.editor.php:337
+#: ../../godmode/groups/configure_modu_group.php:99
+#: ../../godmode/groups/configure_group.php:285
+#: ../../godmode/modules/manage_inventory_modules.php:338
+#: ../../godmode/modules/manage_nc_groups_form.php:95
+#: ../../godmode/modules/manage_network_components_form.php:378
+#: ../../godmode/modules/manage_inventory_modules_form.php:245
+#: ../../godmode/modules/manage_network_templates_form.php:178
+#: ../../godmode/netflow/nf_edit_form.php:450
+#: ../../godmode/reporting/create_container.php:365
+#: ../../godmode/reporting/reporting_builder.main.php:56
+#: ../../godmode/reporting/graph_builder.main.php:305
+#: ../../godmode/reporting/visual_console_builder.elements.php:918
+#: ../../godmode/reporting/visual_console_builder.data.php:319
+#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/modificar_server.php:247
+#: ../../godmode/setup/setup_sflow.php:95
+#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
+#: ../../godmode/setup/os_version.builder.php:65
+#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
+#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
+#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
+#: ../../godmode/setup/setup_ehorus.php:228
+#: ../../godmode/setup/setup_netflow.php:121
+#: ../../godmode/setup/performance.php:893
+#: ../../godmode/setup/setup_ITSM.php:678
+#: ../../godmode/setup/setup_auth.php:547
+#: ../../godmode/setup/setup_general.php:945
+#: ../../godmode/setup/setup_visuals.php:2221
+#: ../../godmode/snmpconsole/snmp_filters.php:264
+#: ../../godmode/snmpconsole/snmp_filters.php:326
+#: ../../godmode/snmpconsole/snmp_filters.php:337
+#: ../../godmode/snmpconsole/snmp_alert.php:1704
+#: ../../godmode/snmpconsole/snmp_alert.php:2007
+#: ../../godmode/tag/edit_tag.php:251
+#: ../../godmode/update_manager/update_manager.setup.php:418
+#: ../../godmode/users/configure_profile.php:370
+#: ../../godmode/users/configure_token.php:154
+#: ../../godmode/users/configure_user.php:1636
+#: ../../godmode/files_repo/files_repo_form.php:109
+#: ../../include/ajax/alert_list.ajax.php:340
+#: ../../include/class/ManageNetScanScripts.class.php:769
+#: ../../include/class/ConfigPEN.class.php:703
+#: ../../include/class/ConfigPEN.class.php:704
+#: ../../include/class/ExternalTools.class.php:476
+#: ../../include/class/ModuleTemplates.class.php:997
+#: ../../include/class/CredentialStore.class.php:1659
+#: ../../include/functions_visual_map_editor.php:926
+#: ../../include/functions_events.php:3578
+#: ../../include/functions_events.php:3664
+#: ../../include/functions_events.php:4741
+#: ../../operation/agentes/datos_agente.php:220
+#: ../../operation/reporting/reporting_viewer.php:285
+#: ../../operation/reporting/reporting_viewer.php:297
+#: ../../operation/reporting/graph_analytics.php:421
+#: ../../operation/users/user_edit.php:894
+#: ../../operation/visual_console/view.php:520
+#: ../../views/calendar/edit.php:129
+#: ../../views/calendar/special_days_edit.php:162
+#: ../../views/ITSM/ITSMTicketEditView.php:259
+msgid "Update"
+msgstr ""
+
 #: ../../godmode/agentes/status_monitor_custom_fields.php:250
 #: ../../godmode/agentes/status_monitor_custom_fields.php:298
 #: ../../godmode/agentes/module_manager_editor_network.php:177
@@ -5225,7 +5109,6 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_modules.php:778
 #: ../../godmode/massive/massive_delete_modules.php:836
 #: ../../godmode/massive/massive_delete_modules.php:866
-#: ../../godmode/massive/massive_edit_plugins.php:338
 #: ../../godmode/massive/massive_add_alerts.php:339
 #: ../../godmode/massive/massive_delete_policies_alerts.php:253
 #: ../../godmode/massive/massive_delete_policies_alerts.php:280
@@ -5237,12 +5120,6 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:266
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270
-#: ../../godmode/massive/massive_edit_users.php:337
-#: ../../godmode/massive/massive_edit_users.php:397
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:616
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/massive/massive_edit_agents.php:802
 #: ../../godmode/massive/massive_edit_modules.php:491
 #: ../../godmode/massive/massive_edit_modules.php:1122
@@ -5258,6 +5135,13 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:1843
 #: ../../godmode/massive/massive_edit_modules.php:2103
 #: ../../godmode/massive/massive_edit_modules.php:2162
+#: ../../godmode/massive/massive_edit_plugins.php:338
+#: ../../godmode/massive/massive_edit_users.php:337
+#: ../../godmode/massive/massive_edit_users.php:397
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:616
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/modules/manage_nc_groups_form.php:80
 #: ../../godmode/modules/manage_network_components_form.php:674
 #: ../../godmode/modules/manage_network_components_form.php:680
@@ -5293,15 +5177,17 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4538
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559
 #: ../../godmode/setup/os.builder.php:359
-#: ../../godmode/setup/setup_visuals.php:637
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/setup/setup_general.php:1043
 #: ../../godmode/setup/setup_general.php:1060
 #: ../../godmode/setup/setup_general.php:1069
 #: ../../godmode/setup/setup_general.php:1086
+#: ../../godmode/setup/setup_visuals.php:637
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/snmpconsole/snmp_alert.php:40
 #: ../../godmode/snmpconsole/snmp_alert.php:1785
+#: ../../godmode/users/user_management.php:726
+#: ../../godmode/users/user_management.php:756
 #: ../../godmode/users/configure_user.php:1312
 #: ../../godmode/users/configure_user.php:1327
 #: ../../godmode/users/configure_user.php:1397
@@ -5312,16 +5198,18 @@ msgstr ""
 #: ../../godmode/users/configure_user.php:1725
 #: ../../godmode/users/configure_user.php:1734
 #: ../../godmode/users/configure_user.php:1741
-#: ../../godmode/users/user_management.php:726
-#: ../../godmode/users/user_management.php:756
 #: ../../godmode/wizards/HostDevices.class.php:1170
 #: ../../godmode/resources/resources_export_import.php:187
 #: ../../include/ajax/planned_downtime.ajax.php:85
 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501
 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922
-#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747
-#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028
+#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569
+#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747
 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862
+#: ../../include/class/SnmpConsole.class.php:327
+#: ../../include/class/SnmpConsole.class.php:1409
+#: ../../include/class/AgentWizard.class.php:729
+#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/class/NetworkMap.class.php:2944
 #: ../../include/class/NetworkMap.class.php:3213
 #: ../../include/class/NetworkMap.class.php:3236
@@ -5329,10 +5217,6 @@ msgstr ""
 #: ../../include/class/NetworkMap.class.php:3319
 #: ../../include/class/NetworkMap.class.php:3430
 #: ../../include/class/NetworkMap.class.php:3451
-#: ../../include/class/SnmpConsole.class.php:327
-#: ../../include/class/SnmpConsole.class.php:1409
-#: ../../include/class/AgentWizard.class.php:729
-#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445
 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388
 #: ../../include/lib/Dashboard/Widgets/module_status.php:379
@@ -5378,15 +5262,15 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:1122
 #: ../../include/functions_profile.php:357
 #: ../../include/functions_profile.php:375
-#: ../../include/functions_profile.php:390 ../../include/functions.php:1216
+#: ../../include/functions_profile.php:390
 #: ../../include/functions_networkmap.php:1522
-#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679
-#: ../../include/functions_html.php:395 ../../include/functions_html.php:862
-#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396
-#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444
-#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545
-#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994
-#: ../../include/functions_events.php:3567
+#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395
+#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344
+#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443
+#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495
+#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478
+#: ../../include/functions_html.php:7994 ../../include/functions.php:1216
+#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697
 #: ../../mobile/operation/events.php:970
 #: ../../operation/agentes/pandora_networkmap.editor.php:494
 #: ../../operation/agentes/ver_agente.php:1234
@@ -5443,8 +5327,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:84
 #: ../../godmode/menu.php:176
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071
-#: ../../include/functions_reporting_html.php:2287
 #: ../../include/functions_events.php:4527
+#: ../../include/functions_reporting_html.php:2287
 #: ../../operation/agentes/ver_agente.php:1769
 #: ../../operation/agentes/ver_agente.php:1773
 #: ../../operation/agentes/ver_agente.php:2078
@@ -5524,16 +5408,16 @@ msgstr ""
 #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521
 #: ../../godmode/wizards/ManageExtensions.class.php:374
 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084
-#: ../../include/class/SatelliteAgent.class.php:176
 #: ../../include/class/AgentsAlerts.class.php:254
 #: ../../include/class/AgentsAlerts.class.php:336
-#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/class/SnmpConsole.class.php:294
+#: ../../include/class/SatelliteAgent.class.php:176
+#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/functions_treeview.php:406
-#: ../../include/functions_reporting_html.php:4701
 #: ../../include/functions_cron.php:504
 #: ../../include/functions_filemanager.php:721
 #: ../../include/functions_reporting.php:3423
+#: ../../include/functions_reporting_html.php:4701
 #: ../../operation/agentes/pandora_networkmap.php:748
 #: ../../operation/agentes/status_monitor.php:1634
 msgid "Actions"
@@ -5558,9 +5442,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:192
 #: ../../godmode/massive/massive_edit_modules.php:937
 #: ../../godmode/modules/manage_network_components_form_network.php:93
+#: ../../include/class/AgentWizard.class.php:796
 #: ../../include/class/CredentialStore.class.php:1094
 #: ../../include/class/CredentialStore.class.php:1377
-#: ../../include/class/AgentWizard.class.php:796
 msgid "SNMP community"
 msgstr ""
 
@@ -5568,9 +5452,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:989
 #: ../../godmode/modules/manage_network_components_form_network.php:69
 #: ../../godmode/wizards/HostDevices.class.php:1271
+#: ../../include/class/AgentWizard.class.php:817
 #: ../../include/class/CredentialStore.class.php:1106
 #: ../../include/class/CredentialStore.class.php:1390
-#: ../../include/class/AgentWizard.class.php:817
 msgid "SNMP version"
 msgstr ""
 
@@ -5620,9 +5504,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:407
 #: ../../godmode/massive/massive_edit_modules.php:1024
 #: ../../godmode/modules/manage_network_components_form_network.php:178
+#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/class/CredentialStore.class.php:1195
 #: ../../include/class/CredentialStore.class.php:1497
-#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/functions_snmp_browser.php:891
 msgid "Privacy method"
 msgstr ""
@@ -5648,9 +5532,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:424
 #: ../../godmode/massive/massive_edit_modules.php:1029
 #: ../../godmode/modules/manage_network_components_form_network.php:158
+#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/class/CredentialStore.class.php:1212
 #: ../../include/class/CredentialStore.class.php:1518
-#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/functions_snmp_browser.php:907
 msgid "Privacy pass"
 msgstr ""
@@ -5665,9 +5549,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:449
 #: ../../godmode/massive/massive_edit_modules.php:1035
 #: ../../godmode/modules/manage_network_components_form_network.php:217
+#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/class/CredentialStore.class.php:1169
 #: ../../include/class/CredentialStore.class.php:1470
-#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/functions_snmp_browser.php:922
 msgid "MD5"
 msgstr ""
@@ -5684,9 +5568,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:463
 #: ../../godmode/massive/massive_edit_modules.php:1039
 #: ../../godmode/modules/manage_network_components_form_network.php:194
+#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/class/CredentialStore.class.php:1124
 #: ../../include/class/CredentialStore.class.php:1422
-#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/functions_snmp_browser.php:935
 msgid "Security level"
 msgstr ""
@@ -5719,8 +5603,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_actions.php:352
 #: ../../godmode/events/event_responses.editor.php:230
 #: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/massive/massive_edit_modules.php:1491
+#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/modules/manage_network_components_form_network.php:291
 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049
 #: ../../include/class/ManageNetScanScripts.class.php:434
@@ -6019,9 +5903,9 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.editor.php:1000
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523
-#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413
-#: ../../include/functions_snmp.php:421
+#: ../../include/rest-api/index.php:375
 #: ../../include/functions_reporting_html.php:5265
+#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421
 #: ../../operation/agentes/gis_view.php:221
 msgid "To"
 msgstr ""
@@ -6057,9 +5941,9 @@ msgid "Execution type"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:411
+#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/agentes/agent_manager.php:218
 #: ../../godmode/agentes/agent_manager.php:282
-#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/events/event_edit_filter.php:538
 #: ../../godmode/events/event_edit_filter.php:554
 #: ../../godmode/massive/massive_add_action_alerts.php:217
@@ -6102,8 +5986,8 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.list.php:989
 #: ../../godmode/agentes/configure_field.php:207
 #: ../../godmode/agentes/module_manager_editor.php:823
-#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/agentes/module_manager.php:1227
+#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/alerts/configure_alert_command.php:395
 #: ../../godmode/alerts/configure_alert_action.php:472
 #: ../../godmode/alerts/alert_actions.php:513
@@ -6117,13 +6001,13 @@ msgstr ""
 #: ../../godmode/groups/configure_modu_group.php:102
 #: ../../godmode/groups/configure_group.php:294
 #: ../../godmode/modules/manage_inventory_modules.php:374
-#: ../../godmode/modules/manage_inventory_modules_form.php:249
 #: ../../godmode/modules/manage_nc_groups_form.php:98
 #: ../../godmode/modules/manage_network_components_form.php:384
 #: ../../godmode/modules/manage_network_templates.php:311
-#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/modules/manage_nc_groups.php:344
 #: ../../godmode/modules/manage_network_components.php:910
+#: ../../godmode/modules/manage_inventory_modules_form.php:249
+#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/netflow/nf_edit_form.php:454
 #: ../../godmode/reporting/create_container.php:383
 #: ../../godmode/reporting/reporting_builder.main.php:45
@@ -6143,13 +6027,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1715
 #: ../../godmode/snmpconsole/snmp_alert.php:2204
 #: ../../godmode/tag/edit_tag.php:262
-#: ../../godmode/users/configure_user.php:1632
 #: ../../godmode/users/configure_token.php:145
+#: ../../godmode/users/configure_user.php:1632
 #: ../../include/class/ManageNetScanScripts.class.php:765
-#: ../../include/class/EventSound.class.php:199
-#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/ModuleTemplates.class.php:938
 #: ../../include/class/ModuleTemplates.class.php:992
+#: ../../include/class/EventSound.class.php:199
+#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/WelcomeWindow.class.php:774
 #: ../../include/class/WelcomeWindow.class.php:823
 #: ../../include/class/WelcomeWindow.class.php:876
@@ -6188,13 +6072,12 @@ msgstr ""
 #: ../../godmode/massive/massive_operations.php:388
 #: ../../godmode/massive/massive_operations.php:410
 #: ../../godmode/modules/manage_inventory_modules.php:54
-#: ../../godmode/modules/manage_inventory_modules_form.php:45
 #: ../../godmode/modules/manage_network_components.php:304
-#: ../../godmode/menu.php:344
-#: ../../include/class/AgentDeployWizard.class.php:727
-#: ../../include/class/ConfigPEN.class.php:329
+#: ../../godmode/modules/manage_inventory_modules_form.php:45
+#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329
 #: ../../include/class/ModuleTemplates.class.php:195
 #: ../../include/class/ModuleTemplates.class.php:213
+#: ../../include/class/AgentDeployWizard.class.php:727
 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62
 #: ../../include/functions_reports.php:926
 #: ../../include/functions_reports.php:930
@@ -6231,11 +6114,11 @@ msgid "Copy"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:778
-#: ../../godmode/agentes/agent_manager.php:1051
 #: ../../godmode/agentes/module_manager.php:835
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/agentes/planned_downtime.editor.php:930
 #: ../../godmode/agentes/modificar_agente.php:808
+#: ../../godmode/agentes/agent_manager.php:1051
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/massive/massive_edit_agents.php:1185
 #: ../../godmode/massive/massive_edit_modules.php:1366
 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641
@@ -6290,24 +6173,19 @@ msgstr ""
 #: ../../include/ajax/module.php:1254
 #: ../../include/class/SnmpConsole.class.php:831
 #: ../../include/class/SnmpConsole.class.php:849
-#: ../../include/lib/TacticalView/elements/LogStorage.php:150
-#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122
+#: ../../include/lib/TacticalView/elements/LogStorage.php:150
+#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490
-#: ../../include/functions.php:1267 ../../include/functions.php:1273
-#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152
+#: ../../include/functions_treeview.php:152
 #: ../../include/functions_treeview.php:310
 #: ../../include/functions_treeview.php:416
 #: ../../include/functions_treeview.php:645
-#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236
-#: ../../include/functions_ui.php:3244
-#: ../../include/functions_reporting_html.php:1313
-#: ../../include/functions_reporting_html.php:1316
-#: ../../include/functions_reporting_html.php:6840
-#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267
+#: ../../include/functions.php:1273 ../../include/functions.php:1277
 #: ../../include/functions_events.php:3754
 #: ../../include/functions_events.php:3898
 #: ../../include/functions_events.php:3918
@@ -6347,11 +6225,16 @@ msgstr ""
 #: ../../include/functions_events.php:5748
 #: ../../include/functions_events.php:5775
 #: ../../include/functions_events.php:5800
-#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198
-#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303
-#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327
-#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485
-#: ../../mobile/operation/events.php:495
+#: ../../include/functions_events.php:5844
+#: ../../include/functions_reporting_html.php:1313
+#: ../../include/functions_reporting_html.php:1316
+#: ../../include/functions_reporting_html.php:6840
+#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244
+#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203
+#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315
+#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435
+#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495
 #: ../../operation/agentes/estado_agente.php:1298
 #: ../../operation/agentes/interface_view.functions.php:747
 #: ../../operation/agentes/interface_view.functions.php:748
@@ -6520,9 +6403,9 @@ msgstr ""
 #: ../../include/class/WelcomeWindow.class.php:1178
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483
 #: ../../include/functions_snmp_browser.php:1765
-#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843
+#: ../../include/functions_html.php:6843
 #: ../../include/functions_notifications.php:1011
-#: ../../operation/events/events.php:1469
+#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469
 #: ../../operation/events/events.php:1561
 #: ../../views/ITSM/ITSMTicketDetailView.php:366
 msgid "Add"
@@ -6655,447 +6538,13 @@ msgid "Plugin server module"
 msgstr ""
 
 #: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/massive/massive_edit_modules.php:1470
+#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/modules/manage_network_components_form_plugin.php:36
 #: ../../godmode/servers/plugin_registration.php:502
 msgid "Plugin"
 msgstr ""
 
-#: ../../godmode/agentes/agent_manager.php:195
-#: ../../godmode/agentes/module_manager_editor_common.php:780
-#: ../../godmode/groups/configure_group.php:251
-#: ../../godmode/massive/massive_edit_agents.php:862
-msgid "Custom ID"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:330
-#: ../../godmode/agentes/agent_manager.php:965
-#: ../../godmode/massive/massive_edit_agents.php:1138
-msgid "Agent icon"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-#: ../../include/class/SatelliteAgent.class.php:555
-#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
-#: ../../include/functions_reporting_html.php:4910
-#: ../../include/functions_events.php:253
-#: ../../include/functions_events.php:300
-#: ../../include/functions_events.php:2576
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/modules.php:908
-#: ../../operation/events/events.php:3063
-msgid "Agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-msgid ""
-"The agent name is a unique identifier (which is automatically generated in "
-"software agents). If you set it manually, make sure it is not duplicated. "
-"Although it accepts spaces, we do not recommend you to use them in the agent "
-"name, you may use them in the agent alias. The agent name is not displayed "
-"in the interface, it is an internal name."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:393
-msgid "Edit agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-#: ../../godmode/groups/tactical.php:179
-#: ../../godmode/reporting/reporting_builder.item_editor.php:77
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
-#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488
-#: ../../include/functions_reporting_html.php:2259
-#: ../../include/functions_reporting_html.php:2423
-#: ../../operation/inventory/inventory.php:1366
-msgid "Alias"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-msgid ""
-"This will be the text label that will represent the agent on all types of "
-"screens and reports. It may be duplicated, contain spaces and non-ASCII "
-"characters."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:414
-msgid "Use alias as name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "This agent can be remotely configured"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:436
-#: ../../godmode/servers/modificar_server.php:208
-#: ../../include/functions_treeview.php:649
-#: ../../include/functions_reporting_html.php:2263
-#: ../../include/functions_reporting_html.php:5390
-#: ../../include/functions_reporting_html.php:5484
-#: ../../include/functions_events.php:4459
-#: ../../operation/gis_maps/ajax.php:290
-msgid "IP Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:439
-msgid "Check unique IP"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:461
-#: ../../godmode/agentes/agent_manager.php:487
-msgid "Delete selected IPs"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:478
-msgid "Fix IP address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:479
-msgid "Avoid automatic IP address update when agent IP changes."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:483
-msgid "IP Address list"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid "Primary group"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid ""
-"Although an agent can belong to multiple groups, it can only have a parent "
-"group."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:558
-msgid ""
-"Time that elapses when updating data in the agent. Remote modules have their "
-"own interval, but this time is used to find out if an agent stopped "
-"responding (unknown state). When twice the time interval defined in an agent "
-"goes by, it is considered to be in unknown state (or also if all its remote "
-"modules are in unknown state). An agent may be in unknown state if all of "
-"its local (software agent-based) modules have a last contact time longer "
-"than twice the agent interval, even if it has updated remote modules."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:579
-#: ../../godmode/agentes/planned_downtime.editor.php:1361
-#: ../../godmode/agentes/modificar_agente.php:704
-#: ../../godmode/massive/massive_edit_agents.php:783
-#: ../../godmode/modules/manage_inventory_modules.php:291
-#: ../../godmode/modules/manage_inventory_modules_form.php:140
-#: ../../godmode/reporting/reporting_builder.item_editor.php:79
-#: ../../include/ajax/heatmap.ajax.php:468
-#: ../../include/class/Diagnostics.class.php:832
-#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
-#: ../../include/functions_massive_operations.php:239
-#: ../../include/functions_reporting_html.php:816
-#: ../../include/functions_reporting_html.php:2267
-#: ../../include/functions_reporting_html.php:4912
-#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94
-#: ../../mobile/operation/agents.php:405
-#: ../../operation/agentes/estado_agente.php:1108
-#: ../../operation/gis_maps/ajax.php:297
-#: ../../operation/inventory/inventory.php:1372
-#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
-#: ../../operation/tree.php:145
-msgid "OS"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:607
-msgid "OS version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-#: ../../godmode/agentes/module_manager.php:693
-#: ../../godmode/events/event_edit_filter.php:958
-#: ../../godmode/massive/massive_edit_agents.php:806
-#: ../../godmode/modules/manage_network_components.php:789
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
-#: ../../include/class/AgentWizard.class.php:1311
-#: ../../include/functions_reporting_html.php:3029
-#: ../../include/functions_reporting_html.php:3229
-#: ../../operation/events/events.php:2214
-#: ../../operation/inventory/inventory.php:576
-#: ../../operation/custom_fields/custom_fields_view.php:710
-msgid "Server"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-msgid "Server that will preferentially execute remote tasks."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:741
-msgid "Remote config disabled, please activate to enable agent basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:746
-msgid "Enable security hardening monitoring"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:759
-msgid "Enable log collection"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:773
-msgid "Enable inventory"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:791
-msgid "Pandora RC connected with id "
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:800
-msgid "This agent do not have a Pandora RC agent installed, install one."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:806
-msgid "Enable remote control"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:816
-#: ../../godmode/agentes/agent_manager.php:817
-msgid "Only available for agents 774 or higher"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:823
-msgid "Remote config is enabled only in the Enteprise version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:833
-msgid "Basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:855
-#: ../../godmode/reporting/reporting_builder.item_editor.php:81
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
-#: ../../include/functions_agents.php:4872
-#: ../../include/functions_events.php:5160
-#: ../../operation/inventory/inventory.php:1370
-msgid "Secondary groups"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:866
-msgid "Agent parent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:894
-msgid "Cascade protection modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:910
-#: ../../godmode/massive/massive_edit_agents.php:945
-msgid "Learning mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:920
-#: ../../godmode/massive/massive_edit_agents.php:956
-msgid "Normal mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:930
-#: ../../godmode/massive/massive_edit_agents.php:967
-msgid "Autodisable mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-#: ../../godmode/massive/massive_edit_agents.php:980
-msgid "Module definition"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-msgid ""
-"Three working modes can be selected for module definition. Learning mode: "
-"Default mode, if an XML arrives with new modules, they will be created "
-"automatically; it is a learning behavior. Normal mode: If an XML arrives "
-"with new modules, they will only be created if they are previously declared "
-"in the Console. Autodisable mode: It is the same as learning mode, but if "
-"all modules go into unknown, the agent will be disabled until information "
-"arrives again."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-msgid "Cascade protection services"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid ""
-"To avoid an avalanche of cascading alerts. You may choose any agent module "
-"(any) or a specific module. In the first case, when there is at least one "
-"module in critical, that event/alert will be launched, but no other of "
-"another module of the same agent. In the second case, when the specified "
-"module is in critical, the agent will not generate alerts/events."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:958
-msgid "Update new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1034
-msgid "URL Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid "Disabled mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid ""
-"A deactivated agent does not generate activity (or issue events/alerts) or "
-"process data or actively generate monitoring. In many listings it does not "
-"even appear."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1051
-msgid ""
-"A 'silent' agent continues to process monitoring data, but does not generate "
-"events or alerts."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1078
-msgid "Delete remote configuration file"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1087
-#: ../../godmode/agentes/configurar_agente.php:651
-#: ../../godmode/agentes/configurar_agente.php:803
-#: ../../godmode/massive/massive_edit_agents.php:1051
-#: ../../godmode/reporting/reporting_builder.item_editor.php:87
-#: ../../godmode/servers/servers.build_table.php:303
-#: ../../include/functions_agents.php:4907
-msgid "Remote configuration"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-#: ../../godmode/massive/massive_edit_agents.php:1205
-msgid "Safe operation mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-msgid ""
-"When the module set in this option goes into critical state, the other "
-"modules of the agent are automatically deactivated. This option can be very "
-"useful to avoid wasting resources, especially in remote checks. For example, "
-"if a Host alive module is chosen, SNMP checks will not be performed on the "
-"device when there is no connectivity with it."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1129
-msgid "Vulnerability scanning"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1132
-#: ../../godmode/agentes/module_manager.php:1081
-#: ../../godmode/agentes/module_manager.php:1094
-#: ../../godmode/agentes/module_manager_editor_common.php:255
-#: ../../godmode/agentes/module_manager_editor_common.php:728
-#: ../../godmode/agentes/module_manager_editor_common.php:1368
-#: ../../godmode/agentes/modificar_agente.php:799
-#: ../../godmode/alerts/alert_list.list.php:172
-#: ../../godmode/alerts/alert_view.php:560
-#: ../../godmode/alerts/configure_alert_template.php:1001
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:996
-#: ../../godmode/massive/massive_edit_agents.php:1215
-#: ../../godmode/massive/massive_edit_modules.php:881
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
-#: ../../include/functions_visual_map_editor.php:872
-#: ../../include/functions_treeview.php:64
-#: ../../include/functions_treeview.php:595
-#: ../../include/functions_agents.php:1494
-#: ../../include/functions_agents.php:4639
-#: ../../include/functions_reporting_html.php:4927
-#: ../../include/functions_reporting.php:7421
-#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
-#: ../../operation/agentes/alerts_status.functions.php:115
-#: ../../operation/inventory/inventory.php:789
-#: ../../operation/search_agents.getdata.php:189
-msgid "Disabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1133
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/module_manager_editor_common.php:732
-#: ../../godmode/agentes/module_manager_editor_common.php:743
-#: ../../godmode/alerts/configure_alert_template.php:1002
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:1214
-#: ../../godmode/modules/manage_network_components_form_wizard.php:249
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
-#: ../../include/functions_visual_map_editor.php:871
-#: ../../include/functions_agents.php:4908
-#: ../../include/functions_reporting_html.php:4925
-#: ../../operation/inventory/inventory.php:788
-msgid "Enabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1134
-msgid "Use global settings"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_agents.php:1235
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid "Ignore unknown"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/massive/massive_edit_agents.php:1235
-msgid ""
-"This disables the calculation of the unknown state in the agent and any of "
-"its modules, so it will never transition to unknown. The state it reflects "
-"is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1218
-msgid "Link text:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1229
-msgid "Link URL:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1328
-#: ../../godmode/agentes/agent_manager.php:1390
-#: ../../godmode/agentes/modificar_agente.php:1007
-msgid "Delete agent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1383
-#: ../../godmode/agentes/modificar_agente.php:979
-msgid "This agent belongs to the clusters"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1391
-#: ../../godmode/setup/setup_visuals.php:2401
-msgid "This action is not reversible. Are you sure?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1452
-msgid "Secondary group cannot be primary too."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1554
-msgid "This IP address is in use. Are you sure you want to save it?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1577
-msgid ""
-"Change the internal name of the agent may cause duplicity and malfunction"
-msgstr ""
-
 #: ../../godmode/agentes/module_manager.php:81
 #: ../../operation/agentes/estado_monitores.php:637
 msgid "Show in hierachy mode"
@@ -7138,6 +6587,25 @@ msgstr ""
 msgid "P"
 msgstr ""
 
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/agentes/agent_manager.php:622
+#: ../../godmode/events/event_edit_filter.php:958
+#: ../../godmode/massive/massive_edit_agents.php:806
+#: ../../godmode/modules/manage_network_components.php:789
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
+#: ../../include/class/AgentWizard.class.php:1311
+#: ../../include/functions_reporting_html.php:3029
+#: ../../include/functions_reporting_html.php:3229
+#: ../../operation/events/events.php:2214
+#: ../../operation/inventory/inventory.php:576
+#: ../../operation/custom_fields/custom_fields_view.php:710
+msgid "Server"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:693
 #: ../../include/lib/TacticalView/elements/Events.php:445
 msgid "S"
@@ -7193,6 +6661,35 @@ msgstr ""
 msgid "Normalize"
 msgstr ""
 
+#: ../../godmode/agentes/module_manager.php:1081
+#: ../../godmode/agentes/module_manager.php:1094
+#: ../../godmode/agentes/modificar_agente.php:799
+#: ../../godmode/agentes/agent_manager.php:1132
+#: ../../godmode/agentes/module_manager_editor_common.php:255
+#: ../../godmode/agentes/module_manager_editor_common.php:728
+#: ../../godmode/agentes/module_manager_editor_common.php:1368
+#: ../../godmode/alerts/alert_list.list.php:172
+#: ../../godmode/alerts/alert_view.php:560
+#: ../../godmode/alerts/configure_alert_template.php:1001
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:996
+#: ../../godmode/massive/massive_edit_agents.php:1215
+#: ../../godmode/massive/massive_edit_modules.php:881
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
+#: ../../include/functions_visual_map_editor.php:872
+#: ../../include/functions_treeview.php:64
+#: ../../include/functions_treeview.php:595
+#: ../../include/functions_agents.php:1494
+#: ../../include/functions_agents.php:4639
+#: ../../include/functions_reporting.php:7432
+#: ../../include/functions_reporting_html.php:4927
+#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
+#: ../../operation/agentes/alerts_status.functions.php:115
+#: ../../operation/inventory/inventory.php:789
+#: ../../operation/search_agents.getdata.php:189
+msgid "Disabled"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:1092
 #: ../../include/functions_snmp_browser.php:639
 msgid "Create network component"
@@ -7237,638 +6734,6 @@ msgstr ""
 msgid "Delete module"
 msgstr ""
 
-#: ../../godmode/agentes/module_manager_editor_common.php:120
-#: ../../godmode/agentes/module_manager_editor_common.php:135
-msgid "Manual setup"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:128
-msgid "No component was found"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:151
-msgid "Using module component"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:303
-#: ../../godmode/agentes/module_manager_editor_common.php:1026
-#: ../../godmode/massive/massive_edit_modules.php:1085
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
-#: ../../include/ajax/heatmap.ajax.php:228
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
-#: ../../include/functions_treeview.php:114
-#: ../../include/functions_graph.php:4964
-#: ../../include/functions_visual_map.php:4279
-#: ../../operation/agentes/status_monitor.php:582
-#: ../../operation/heatmap.php:105
-msgid "Not assigned"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:447
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
-msgid "Warning threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:449
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Min / Max"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:450
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Decrease / Increase"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid ""
-"Normal: Any value within the specified range will cause a state change. "
-"Inverse interval: Any value outside the specified range will cause a state "
-"change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:479
-#: ../../godmode/agentes/module_manager_editor_common.php:569
-#: ../../godmode/groups/group_list.php:1311
-#: ../../godmode/massive/massive_copy_modules.php:123
-#: ../../godmode/massive/massive_copy_modules.php:311
-#: ../../godmode/massive/massive_delete_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/netflow/nf_edit_form.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
-#: ../../godmode/setup/setup_visuals.php:1085
-#: ../../godmode/setup/setup_visuals.php:1107
-#: ../../include/ajax/module.php:2345
-#: ../../include/class/ExtensionsDiscovery.class.php:786
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
-#: ../../include/functions_massive_operations.php:154
-#: ../../include/functions.php:1174 ../../include/functions.php:1414
-#: ../../include/functions.php:1421 ../../include/functions.php:1454
-#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366
-#: ../../include/functions_graph.php:3225
-#: ../../include/functions_graph.php:3227
-#: ../../include/functions_graph.php:4772
-#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58
-#: ../../mobile/operation/modules.php:69
-#: ../../operation/agentes/group_view.php:250
-#: ../../operation/agentes/group_view.php:255
-#: ../../operation/agentes/estado_agente.php:310
-#: ../../operation/agentes/estado_monitores.php:544
-#: ../../operation/agentes/status_monitor.php:573
-#: ../../operation/netflow/nf_live_view.php:327
-#: ../../operation/custom_fields/custom_fields_view.php:174
-#: ../../operation/tree.php:208 ../../operation/tree.php:299
-#: ../../operation/tree.php:535
-msgid "Normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:480
-#: ../../godmode/agentes/module_manager_editor_common.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:570
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-#: ../../godmode/massive/massive_edit_modules.php:701
-#: ../../godmode/massive/massive_edit_modules.php:807
-#: ../../godmode/modules/manage_network_components_form_wizard.php:450
-#: ../../godmode/modules/manage_network_components_form_wizard.php:535
-#: ../../godmode/modules/manage_network_components_form_common.php:264
-#: ../../godmode/modules/manage_network_components_form_common.php:342
-msgid "Inverse interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:481
-#: ../../godmode/agentes/module_manager_editor_common.php:571
-#: ../../godmode/massive/massive_edit_modules.php:723
-#: ../../godmode/massive/massive_edit_modules.php:829
-#: ../../godmode/modules/manage_network_components_form_wizard.php:457
-#: ../../godmode/modules/manage_network_components_form_wizard.php:542
-#: ../../godmode/modules/manage_network_components_form_common.php:271
-#: ../../godmode/modules/manage_network_components_form_common.php:349
-msgid "Percentage"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-#: ../../godmode/agentes/module_manager_editor_common.php:606
-#: ../../godmode/massive/massive_edit_modules.php:689
-#: ../../godmode/massive/massive_edit_modules.php:795
-#: ../../godmode/modules/manage_network_components_form_wizard.php:436
-#: ../../godmode/modules/manage_network_components_form_wizard.php:521
-#: ../../godmode/modules/manage_network_components_form_common.php:250
-#: ../../godmode/modules/manage_network_components_form_common.php:328
-#: ../../include/functions_treeview.php:88
-#: ../../include/functions_treeview.php:100
-msgid "Str."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/modules/manage_network_components_form_wizard.php:474
-#: ../../godmode/modules/manage_network_components_form_common.php:285
-msgid "Change to critical status after"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:533
-#: ../../godmode/modules/manage_network_components_form_wizard.php:482
-#: ../../godmode/modules/manage_network_components_form_common.php:293
-msgid "intervals in warning status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:538
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
-msgid "Critical threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid ""
-"Normal: Any value within the specified range will cause a state change."
-"\\nInverse interval: Any value outside the specified range will cause a "
-"state change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-#: ../../godmode/massive/massive_edit_modules.php:1292
-#: ../../godmode/modules/manage_network_components_form_common.php:406
-#: ../../include/functions_reporting.php:5037
-#: ../../mobile/operation/modules.php:860
-msgid "Historical data"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid ""
-"If disabled, it will only save the last known data, being unable to display "
-"graphs. It is useful to save DB space. It should be disabled only in those "
-"cases where it is necessary for the system to flow faster and save resources."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid ""
-"This disables the module's state calculation to unknown, so it will never "
-"transition to unknown. The state it reflects is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:692
-#: ../../godmode/agentes/module_manager_editor_common.php:694
-#, php-format
-msgid "Agent interval x %s"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:700
-#: ../../godmode/alerts/alert_list.list.php:716
-#: ../../godmode/alerts/alert_view.php:58
-#: ../../godmode/events/event_edit_filter.php:491
-#: ../../godmode/massive/massive_edit_users.php:242
-#: ../../godmode/massive/massive_edit_users.php:272
-#: ../../godmode/massive/massive_edit_agents.php:1100
-#: ../../godmode/setup/gis_step_2.php:599
-#: ../../godmode/setup/gis_step_2.php:685
-#: ../../godmode/setup/setup_visuals.php:428
-#: ../../godmode/setup/setup_visuals.php:459
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:715
-#: ../../godmode/setup/setup_visuals.php:755
-#: ../../godmode/setup/setup_visuals.php:1623
-#: ../../godmode/users/configure_user.php:54
-#: ../../godmode/users/configure_user.php:1143
-#: ../../godmode/users/user_management.php:39
-#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799
-#: ../../include/class/AgentsAlerts.class.php:950
-#: ../../include/class/SnmpConsole.class.php:312
-#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347
-#: ../../operation/gis_maps/gis_map.php:119
-#: ../../operation/users/user_edit.php:426
-#: ../../operation/users/user_edit.php:429
-#: ../../operation/users/user_edit.php:440
-#: ../../operation/users/user_edit.php:465
-#: ../../views/calendar/special_days.php:197
-#: ../../views/calendar/special_days.php:209
-msgid "Default"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:777
-msgid "Identification and Categorization"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:781
-#: ../../godmode/massive/massive_edit_modules.php:1297
-#: ../../godmode/module_library/module_library_view.php:123
-#: ../../godmode/modules/manage_network_components_form_common.php:459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
-#: ../../include/functions_reporting_html.php:948
-#: ../../include/functions_reporting_html.php:996
-msgid "Category"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:818
-#: ../../godmode/modules/manage_network_components_form_common.php:484
-msgid "Tags available"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:898
-#: ../../godmode/modules/manage_network_components_form_common.php:505
-msgid "Add tags to module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:989
-msgid "Module parent"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1046
-msgid "Tags from policy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1072
-#: ../../godmode/massive/massive_edit_modules.php:1361
-#: ../../godmode/modules/manage_network_components_form_common.php:446
-msgid "Unknown instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1095
-#: ../../godmode/massive/massive_edit_modules.php:1351
-#: ../../godmode/modules/manage_network_components_form_common.php:436
-msgid "Critical instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1096
-#: ../../godmode/massive/massive_edit_modules.php:1356
-#: ../../godmode/modules/manage_network_components_form_common.php:441
-msgid "Warning instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1117
-msgid "Execution interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1137
-#: ../../godmode/agentes/module_manager_editor_common.php:1143
-#: ../../godmode/agentes/planned_downtime.editor.php:1155
-msgid "Cron from"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1140
-#: ../../godmode/agentes/module_manager_editor_common.php:1146
-#: ../../godmode/agentes/planned_downtime.editor.php:1158
-msgid "Cron to"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid "Thresholds and state changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid ""
-"It indicates the minimum and maximum values accepted by the module. Any "
-"value outside this range will be discarded. For example, with a Max. value "
-"of 100, a data value of 200 will not be saved in a database."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1157
-#: ../../godmode/modules/manage_network_components_form_common.php:411
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
-#: ../../include/functions_reporting.php:7531
-msgid "Min. Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1158
-#: ../../godmode/modules/manage_network_components_form_common.php:416
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
-#: ../../include/functions_reporting.php:7527
-msgid "Max. Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid "Dynamic Threshold Interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid ""
-"If this option is enabled, the module thresholds will be automatically "
-"adjusted based on the mean and standard deviation of their values in the "
-"specified time interval."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#: ../../godmode/alerts/configure_alert_template.php:953
-#: ../../godmode/massive/massive_edit_modules.php:663
-#: ../../godmode/massive/massive_edit_modules.php:769
-#: ../../godmode/massive/massive_edit_modules.php:1068
-#: ../../godmode/modules/manage_network_components_form_wizard.php:408
-#: ../../godmode/modules/manage_network_components_form_wizard.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/modules/manage_network_components_form_common.php:300
-#: ../../include/lib/Dashboard/Widgets/top_n.php:304
-#: ../../include/functions_alerts.php:686
-#: ../../include/functions_alerts.php:713
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6804
-msgid "Min."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#, php-format
-msgid ""
-"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the lower critical state "
-"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% lower than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-#: ../../godmode/alerts/configure_alert_template.php:966
-#: ../../godmode/massive/massive_edit_modules.php:676
-#: ../../godmode/massive/massive_edit_modules.php:782
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/modules/manage_network_components_form_wizard.php:422
-#: ../../godmode/modules/manage_network_components_form_wizard.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:236
-#: ../../godmode/modules/manage_network_components_form_common.php:314
-#: ../../include/lib/Dashboard/Widgets/top_n.php:303
-#: ../../include/functions_alerts.php:685
-#: ../../include/functions_alerts.php:712
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6805
-msgid "Max."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-msgid ""
-"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the upper critical state "
-"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% higher than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid "Two Tailed"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid ""
-"It allows to set a lower threshold in addition to the upper one by default. "
-"If enabled, both very high and very low values will cause a state change."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-#: ../../godmode/massive/massive_edit_modules.php:1257
-#: ../../godmode/modules/manage_network_components_form_common.php:361
-msgid "FF threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-msgid ""
-"It indicates the number of consecutive values at a threshold that must be "
-"received for the module to change state. For example, with a value 0 "
-"(default) the module will change state as soon as it receives a data within "
-"the critical threshold, but with a value 2 the module must receive two more "
-"critical data (consecutively) to change to critical state. It is possible to "
-"set the same 'tolerance' for all status changes or choose a different value "
-"for each one. This option is especially useful in unstable environments, as "
-"it helps prevent false positives."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1247
-#: ../../godmode/massive/massive_edit_modules.php:1151
-#: ../../godmode/massive/massive_edit_modules.php:1168
-#: ../../godmode/modules/manage_network_components_form_common.php:367
-msgid "All state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-#: ../../godmode/massive/massive_edit_modules.php:1150
-#: ../../godmode/massive/massive_edit_modules.php:1251
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "Each state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1258
-msgid "Change all states"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1280
-#: ../../godmode/massive/massive_edit_modules.php:1214
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "To normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1281
-#: ../../godmode/massive/massive_edit_modules.php:1226
-#: ../../godmode/modules/manage_network_components_form_common.php:387
-msgid "To warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1282
-#: ../../godmode/massive/massive_edit_modules.php:1238
-#: ../../godmode/modules/manage_network_components_form_common.php:394
-msgid "To critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1338
-#: ../../godmode/massive/massive_edit_modules.php:1262
-msgid "FF interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1339
-#: ../../godmode/massive/massive_edit_modules.php:1277
-msgid "FF timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1184
-#: ../../godmode/modules/manage_network_components_form_common.php:362
-msgid "Keep counters"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1380
-msgid "Data and their processing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1384
-#: ../../godmode/massive/massive_edit_modules.php:1133
-#: ../../godmode/modules/manage_network_components_form_common.php:421
-#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
-#: ../../include/functions_reporting_html.php:4964
-msgid "Unit"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-#: ../../godmode/massive/massive_edit_modules.php:903
-#: ../../godmode/modules/manage_network_components_form_plugin.php:54
-#: ../../godmode/modules/manage_network_components_form_wmi.php:83
-#: ../../godmode/modules/manage_network_components_form_network.php:249
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "Post process"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-msgid ""
-"It allows you to change the unit of the received data. To do this, multiply "
-"the data received by the value set in this option (e.g. Seconds * "
-"0.016666666667 = Minutes). The data is saved already transformed in the "
-"database, so changing this parameter when the module has data can cause "
-"anomalies in graphs and other elements."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1412
-#: ../../godmode/massive/massive_edit_modules.php:920
-msgid "MADE enabled"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1413
-#: ../../godmode/massive/massive_edit_modules.php:921
-msgid ""
-"By activating this option, the module data will be processed by the MADE "
-"engine (if active), and events will be generated automatically by the IA "
-"engine"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1427
-msgid "Notifications and alerts"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1429
-#: ../../godmode/massive/massive_edit_modules.php:1128
-msgid "Export target"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1431
-msgid "Not needed"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-#: ../../godmode/modules/manage_network_components_form_common.php:426
-msgid "Discard unknown events"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-msgid ""
-"With this mode, the unknown state will be detected, but it will not generate "
-"events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
-msgid ""
-"A module in silent mode will continue to receive and store data, but will "
-"not trigger alerts or generate events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid "Cascade Protection Services"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1483
-#: ../../godmode/massive/massive_edit_modules.php:1395
-#: ../../include/class/ExtensionsDiscovery.class.php:1571
-msgid "Timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1484
-#: ../../godmode/massive/massive_edit_modules.php:1410
-msgid "Retries"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1506
-#: ../../godmode/alerts/configure_alert_template.php:922
-#: ../../godmode/massive/massive_edit_modules.php:1078
-#: ../../godmode/reporting/visual_console_builder.wizard.php:353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
-#: ../../godmode/setup/setup_visuals.php:1905
-#: ../../godmode/setup/setup_visuals.php:1995
-#: ../../godmode/setup/setup_visuals.php:2077
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
-#: ../../include/ajax/events.php:2256
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
-#: ../../include/functions_visual_map_editor.php:741
-#: ../../include/functions_netflow.php:212
-#: ../../include/functions_snmp_browser.php:561
-#: ../../include/functions_graph.php:5101
-#: ../../include/functions_reporting_html.php:1603
-#: ../../include/functions_reporting_html.php:3336
-#: ../../include/functions_reporting_html.php:6222
-#: ../../include/functions_reporting_html.php:6768
-#: ../../include/functions_reports.php:1178
-msgid "Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1560
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-msgid "Direct"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1561
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-#: ../../include/functions_reporting_html.php:5383
-#: ../../include/functions_reporting_html.php:5477
-#: ../../include/functions_reporting_html.php:5557
-#: ../../include/functions_reporting_html.php:5566
-#: ../../include/functions_reporting_html.php:5704
-#: ../../include/functions_reporting_html.php:5713
-#: ../../include/functions_reporting_html.php:6039
-#: ../../include/functions_reporting_html.php:6045
-msgid "Failover"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1563
-msgid "Rel. type"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1585
-msgid "Add relationship"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1611
-msgid "Changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2357
-#: ../../godmode/modules/manage_network_components_form_common.php:840
-msgid "Normal Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2358
-#: ../../godmode/modules/manage_network_components_form_common.php:841
-msgid "Warning Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2359
-#: ../../godmode/modules/manage_network_components_form_common.php:842
-msgid "Critical Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2362
-#: ../../godmode/modules/manage_network_components_form_common.php:844
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2363
-#: ../../godmode/modules/manage_network_components_form_common.php:845
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2364
-#: ../../godmode/modules/manage_network_components_form_common.php:846
-msgid "Please introduce a positive percentage value"
-msgstr ""
-
 #: ../../godmode/agentes/planned_downtime.editor.php:58
 #: ../../godmode/alerts/alert_list.php:610
 #: ../../include/class/SnmpConsole.class.php:205
@@ -8039,13 +6904,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_filters.php:164
 #: ../../godmode/snmpconsole/snmp_alert.php:302
 #: ../../godmode/users/profile_list.php:233
-#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/users/token_list.php:108
+#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/files_repo/files_repo.php:145
-#: ../../include/class/EventSound.class.php:103
-#: ../../include/class/EventSound.class.php:134
 #: ../../include/class/CalendarManager.class.php:555
 #: ../../include/class/CalendarManager.class.php:912
+#: ../../include/class/EventSound.class.php:103
+#: ../../include/class/EventSound.class.php:134
 #: ../../include/functions_alerts.php:2838
 #: ../../include/functions_planned_downtimes.php:115
 #: ../../include/functions_planned_downtimes.php:892
@@ -8083,60 +6948,60 @@ msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1056
 #: ../../include/class/CalendarManager.class.php:1044
-#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491
+#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502
 #: ../../views/calendar/special_days.php:248
 msgid "Mon"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1057
 #: ../../include/class/CalendarManager.class.php:1045
-#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496
+#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507
 #: ../../views/calendar/special_days.php:249
 msgid "Tue"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1058
 #: ../../include/class/CalendarManager.class.php:1046
-#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501
+#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512
 #: ../../views/calendar/special_days.php:250
 msgid "Wed"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1059
 #: ../../include/class/CalendarManager.class.php:1047
-#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506
+#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517
 #: ../../views/calendar/special_days.php:251
 msgid "Thu"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1060
 #: ../../include/class/CalendarManager.class.php:1048
-#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511
+#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522
 #: ../../views/calendar/special_days.php:252
 msgid "Fri"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1061
 #: ../../include/class/CalendarManager.class.php:1049
-#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516
+#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527
 #: ../../views/calendar/special_days.php:253
 msgid "Sat"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1062
 #: ../../include/class/CalendarManager.class.php:1050
-#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521
+#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532
 #: ../../views/calendar/special_days.php:247
 msgid "Sun"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1072
-#: ../../include/functions_reporting.php:15531
+#: ../../include/functions_reporting.php:15542
 msgid "From day"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1088
-#: ../../include/functions_reporting.php:15532
+#: ../../include/functions_reporting.php:15543
 msgid "To day"
 msgstr ""
 
@@ -8152,6 +7017,18 @@ msgstr ""
 msgid "To hour"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1155
+#: ../../godmode/agentes/module_manager_editor_common.php:1137
+#: ../../godmode/agentes/module_manager_editor_common.php:1143
+msgid "Cron from"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1158
+#: ../../godmode/agentes/module_manager_editor_common.php:1140
+#: ../../godmode/agentes/module_manager_editor_common.php:1146
+msgid "Cron to"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1167
 msgid "Configure the time"
 msgstr ""
@@ -8190,6 +7067,32 @@ msgstr ""
 msgid "There are no agents"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1361
+#: ../../godmode/agentes/modificar_agente.php:704
+#: ../../godmode/agentes/agent_manager.php:579
+#: ../../godmode/massive/massive_edit_agents.php:783
+#: ../../godmode/modules/manage_inventory_modules.php:291
+#: ../../godmode/modules/manage_inventory_modules_form.php:140
+#: ../../godmode/reporting/reporting_builder.item_editor.php:79
+#: ../../include/ajax/heatmap.ajax.php:468
+#: ../../include/class/Diagnostics.class.php:832
+#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
+#: ../../include/functions_massive_operations.php:239
+#: ../../include/functions_events.php:4464
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:2267
+#: ../../include/functions_reporting_html.php:4912
+#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405
+#: ../../operation/agentes/estado_agente.php:1108
+#: ../../operation/gis_maps/ajax.php:297
+#: ../../operation/inventory/inventory.php:1372
+#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
+#: ../../operation/tree.php:145
+msgid "OS"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1405
 msgid "All alerts"
 msgstr ""
@@ -8290,15 +7193,15 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:569
 #: ../../include/lib/TacticalView/elements/Alerts.php:38
 #: ../../include/functions_treeview.php:398
-#: ../../include/functions_reporting_html.php:6947
 #: ../../include/functions_reports.php:864
 #: ../../include/functions_reports.php:868
 #: ../../include/functions_reports.php:874
 #: ../../include/functions_reports.php:880
+#: ../../include/functions_reporting_html.php:6947
 #: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98
-#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408
+#: ../../mobile/operation/alerts.php:194
 #: ../../operation/agentes/estado_agente.php:1130
 #: ../../operation/agentes/ver_agente.php:1603
 #: ../../operation/agentes/ver_agente.php:1607
@@ -8379,6 +7282,16 @@ msgstr ""
 msgid "WMI Wizard"
 msgstr ""
 
+#: ../../godmode/agentes/configurar_agente.php:651
+#: ../../godmode/agentes/configurar_agente.php:803
+#: ../../godmode/agentes/agent_manager.php:1087
+#: ../../godmode/massive/massive_edit_agents.php:1051
+#: ../../godmode/reporting/reporting_builder.item_editor.php:87
+#: ../../godmode/servers/servers.build_table.php:303
+#: ../../include/functions_agents.php:4907
+msgid "Remote configuration"
+msgstr ""
+
 #: ../../godmode/agentes/configurar_agente.php:751
 #: ../../operation/agentes/ver_agente.php:1696
 msgid "Network config manager"
@@ -8764,10 +7677,10 @@ msgstr ""
 
 #: ../../godmode/agentes/modificar_agente.php:700
 #: ../../include/class/WelcomeWindow.class.php:846
-#: ../../include/functions_reporting_html.php:3232
-#: ../../include/functions_events.php:303
 #: ../../include/functions_inventory.php:150
 #: ../../include/functions_inventory.php:184
+#: ../../include/functions_events.php:303
+#: ../../include/functions_reporting_html.php:3232
 msgid "Agent alias"
 msgstr ""
 
@@ -8804,6 +7717,17 @@ msgstr ""
 msgid "You are going to delete a cluster agent"
 msgstr ""
 
+#: ../../godmode/agentes/modificar_agente.php:979
+#: ../../godmode/agentes/agent_manager.php:1383
+msgid "This agent belongs to the clusters"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:1007
+#: ../../godmode/agentes/agent_manager.php:1328
+#: ../../godmode/agentes/agent_manager.php:1390
+msgid "Delete agent"
+msgstr ""
+
 #: ../../godmode/agentes/modificar_agente.php:1028
 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670
 #: ../../operation/agentes/estado_agente.php:1362
@@ -8823,6 +7747,1077 @@ msgstr ""
 msgid "Deploy agent"
 msgstr ""
 
+#: ../../godmode/agentes/agent_conf_gis.php:38
+#: ../../operation/agentes/gis_view.php:59
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:58
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:68
+msgid "Agent position"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:75
+msgid "Latitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:94
+msgid "Longitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:113
+msgid "Altitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:132
+#: ../../godmode/massive/massive_edit_agents.php:1178
+msgid "Ignore new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:133
+#: ../../godmode/agentes/agent_manager.php:1555
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/massive/massive_edit_agents.php:708
+#: ../../godmode/massive/massive_edit_agents.php:1154
+#: ../../godmode/massive/massive_edit_agents.php:1192
+#: ../../godmode/massive/massive_edit_agents.php:1239
+#: ../../godmode/massive/massive_edit_modules.php:705
+#: ../../godmode/massive/massive_edit_modules.php:727
+#: ../../godmode/massive/massive_edit_modules.php:811
+#: ../../godmode/massive/massive_edit_modules.php:833
+#: ../../godmode/massive/massive_edit_modules.php:885
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1326
+#: ../../godmode/massive/massive_edit_modules.php:1370
+#: ../../godmode/massive/massive_edit_modules.php:1552
+#: ../../godmode/reporting/visual_console_builder.wizard.php:405
+#: ../../godmode/reporting/visual_console_builder.wizard.php:514
+#: ../../godmode/reporting/reporting_builder.php:1087
+#: ../../godmode/servers/modificar_server.php:193
+#: ../../godmode/servers/servers.build_table.php:157
+#: ../../godmode/update_manager/update_manager.setup.php:407
+#: ../../include/class/SnmpConsole.class.php:424
+#: ../../include/class/EventSound.class.php:349
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:390
+#: ../../operation/netflow/nf_live_view.php:393
+#: ../../operation/users/user_edit.php:430
+msgid "Yes"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:142
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/alerts/alert_view.php:371
+#: ../../godmode/massive/massive_edit_agents.php:709
+#: ../../godmode/massive/massive_edit_agents.php:1165
+#: ../../godmode/massive/massive_edit_agents.php:1193
+#: ../../godmode/massive/massive_edit_agents.php:1240
+#: ../../godmode/massive/massive_edit_modules.php:706
+#: ../../godmode/massive/massive_edit_modules.php:728
+#: ../../godmode/massive/massive_edit_modules.php:812
+#: ../../godmode/massive/massive_edit_modules.php:834
+#: ../../godmode/massive/massive_edit_modules.php:886
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1327
+#: ../../godmode/massive/massive_edit_modules.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1553
+#: ../../godmode/reporting/visual_console_builder.wizard.php:416
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+#: ../../godmode/reporting/reporting_builder.php:1089
+#: ../../godmode/servers/modificar_server.php:191
+#: ../../godmode/setup/news.php:389
+#: ../../godmode/update_manager/update_manager.setup.php:408
+#: ../../include/class/SnmpConsole.class.php:423
+#: ../../include/class/EventSound.class.php:348
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_events.php:5086
+#: ../../include/functions_events.php:5091
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358
+#: ../../mobile/operation/events.php:366
+#: ../../operation/netflow/nf_live_view.php:403
+#: ../../operation/users/user_edit.php:431
+msgid "No"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:195
+#: ../../godmode/agentes/module_manager_editor_common.php:780
+#: ../../godmode/groups/configure_group.php:251
+#: ../../godmode/massive/massive_edit_agents.php:862
+msgid "Custom ID"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:330
+#: ../../godmode/agentes/agent_manager.php:965
+#: ../../godmode/massive/massive_edit_agents.php:1138
+msgid "Agent icon"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+#: ../../include/class/SatelliteAgent.class.php:555
+#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
+#: ../../include/functions_events.php:253
+#: ../../include/functions_events.php:300
+#: ../../include/functions_events.php:2576
+#: ../../include/functions_reporting_html.php:4910
+#: ../../mobile/operation/modules.php:608
+#: ../../mobile/operation/modules.php:908
+#: ../../operation/events/events.php:3063
+msgid "Agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+msgid ""
+"The agent name is a unique identifier (which is automatically generated in "
+"software agents). If you set it manually, make sure it is not duplicated. "
+"Although it accepts spaces, we do not recommend you to use them in the agent "
+"name, you may use them in the agent alias. The agent name is not displayed "
+"in the interface, it is an internal name."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:393
+msgid "Edit agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+#: ../../godmode/groups/tactical.php:179
+#: ../../godmode/reporting/reporting_builder.item_editor.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
+#: ../../include/lib/Group.php:556
+#: ../../include/functions_reporting_html.php:2259
+#: ../../include/functions_reporting_html.php:2423
+#: ../../include/functions_ui.php:6488
+#: ../../operation/inventory/inventory.php:1366
+msgid "Alias"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+msgid ""
+"This will be the text label that will represent the agent on all types of "
+"screens and reports. It may be duplicated, contain spaces and non-ASCII "
+"characters."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:414
+msgid "Use alias as name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "This agent can be remotely configured"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:436
+#: ../../godmode/servers/modificar_server.php:208
+#: ../../include/functions_treeview.php:649
+#: ../../include/functions_events.php:4459
+#: ../../include/functions_reporting_html.php:2263
+#: ../../include/functions_reporting_html.php:5390
+#: ../../include/functions_reporting_html.php:5484
+#: ../../operation/gis_maps/ajax.php:290
+msgid "IP Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:439
+msgid "Check unique IP"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:461
+#: ../../godmode/agentes/agent_manager.php:487
+msgid "Delete selected IPs"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:478
+msgid "Fix IP address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:479
+msgid "Avoid automatic IP address update when agent IP changes."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:483
+msgid "IP Address list"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid "Primary group"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid ""
+"Although an agent can belong to multiple groups, it can only have a parent "
+"group."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:558
+msgid ""
+"Time that elapses when updating data in the agent. Remote modules have their "
+"own interval, but this time is used to find out if an agent stopped "
+"responding (unknown state). When twice the time interval defined in an agent "
+"goes by, it is considered to be in unknown state (or also if all its remote "
+"modules are in unknown state). An agent may be in unknown state if all of "
+"its local (software agent-based) modules have a last contact time longer "
+"than twice the agent interval, even if it has updated remote modules."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:607
+msgid "OS version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:622
+msgid "Server that will preferentially execute remote tasks."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:741
+msgid "Remote config disabled, please activate to enable agent basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:746
+msgid "Enable security hardening monitoring"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:759
+msgid "Enable log collection"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:773
+msgid "Enable inventory"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:791
+msgid "Pandora RC connected with id "
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:800
+msgid "This agent do not have a Pandora RC agent installed, install one."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:806
+msgid "Enable remote control"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:816
+#: ../../godmode/agentes/agent_manager.php:817
+msgid "Only available for agents 774 or higher"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:823
+msgid "Remote config is enabled only in the Enteprise version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:833
+msgid "Basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:855
+#: ../../godmode/reporting/reporting_builder.item_editor.php:81
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
+#: ../../include/functions_agents.php:4872
+#: ../../include/functions_events.php:5160
+#: ../../operation/inventory/inventory.php:1370
+msgid "Secondary groups"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:866
+msgid "Agent parent"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:894
+msgid "Cascade protection modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:910
+#: ../../godmode/massive/massive_edit_agents.php:945
+msgid "Learning mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:920
+#: ../../godmode/massive/massive_edit_agents.php:956
+msgid "Normal mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:930
+#: ../../godmode/massive/massive_edit_agents.php:967
+msgid "Autodisable mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+#: ../../godmode/massive/massive_edit_agents.php:980
+msgid "Module definition"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+msgid ""
+"Three working modes can be selected for module definition. Learning mode: "
+"Default mode, if an XML arrives with new modules, they will be created "
+"automatically; it is a learning behavior. Normal mode: If an XML arrives "
+"with new modules, they will only be created if they are previously declared "
+"in the Console. Autodisable mode: It is the same as learning mode, but if "
+"all modules go into unknown, the agent will be disabled until information "
+"arrives again."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+msgid "Cascade protection services"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid ""
+"To avoid an avalanche of cascading alerts. You may choose any agent module "
+"(any) or a specific module. In the first case, when there is at least one "
+"module in critical, that event/alert will be launched, but no other of "
+"another module of the same agent. In the second case, when the specified "
+"module is in critical, the agent will not generate alerts/events."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:958
+msgid "Update new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1034
+msgid "URL Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid "Disabled mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid ""
+"A deactivated agent does not generate activity (or issue events/alerts) or "
+"process data or actively generate monitoring. In many listings it does not "
+"even appear."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1051
+msgid ""
+"A 'silent' agent continues to process monitoring data, but does not generate "
+"events or alerts."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1078
+msgid "Delete remote configuration file"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+#: ../../godmode/massive/massive_edit_agents.php:1205
+msgid "Safe operation mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+msgid ""
+"When the module set in this option goes into critical state, the other "
+"modules of the agent are automatically deactivated. This option can be very "
+"useful to avoid wasting resources, especially in remote checks. For example, "
+"if a Host alive module is chosen, SNMP checks will not be performed on the "
+"device when there is no connectivity with it."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1129
+msgid "Vulnerability scanning"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1133
+#: ../../godmode/agentes/module_manager_editor_common.php:729
+#: ../../godmode/agentes/module_manager_editor_common.php:732
+#: ../../godmode/agentes/module_manager_editor_common.php:743
+#: ../../godmode/alerts/configure_alert_template.php:1002
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:1214
+#: ../../godmode/modules/manage_network_components_form_wizard.php:249
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
+#: ../../include/functions_visual_map_editor.php:871
+#: ../../include/functions_agents.php:4908
+#: ../../include/functions_reporting_html.php:4925
+#: ../../operation/inventory/inventory.php:788
+msgid "Enabled"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1134
+msgid "Use global settings"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_agents.php:1235
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid "Ignore unknown"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/massive/massive_edit_agents.php:1235
+msgid ""
+"This disables the calculation of the unknown state in the agent and any of "
+"its modules, so it will never transition to unknown. The state it reflects "
+"is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1218
+msgid "Link text:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1229
+msgid "Link URL:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1391
+#: ../../godmode/setup/setup_visuals.php:2401
+msgid "This action is not reversible. Are you sure?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1452
+msgid "Secondary group cannot be primary too."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1554
+msgid "This IP address is in use. Are you sure you want to save it?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1577
+msgid ""
+"Change the internal name of the agent may cause duplicity and malfunction"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:120
+#: ../../godmode/agentes/module_manager_editor_common.php:135
+msgid "Manual setup"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:128
+msgid "No component was found"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:151
+msgid "Using module component"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:303
+#: ../../godmode/agentes/module_manager_editor_common.php:1026
+#: ../../godmode/massive/massive_edit_modules.php:1085
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
+#: ../../include/ajax/heatmap.ajax.php:228
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
+#: ../../include/functions_treeview.php:114
+#: ../../include/functions_graph.php:4964
+#: ../../include/functions_visual_map.php:4279
+#: ../../operation/agentes/status_monitor.php:582
+#: ../../operation/heatmap.php:105
+msgid "Not assigned"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:447
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
+msgid "Warning threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:449
+#: ../../godmode/agentes/module_manager_editor_common.php:539
+msgid "Min / Max"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:450
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Decrease / Increase"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid ""
+"Normal: Any value within the specified range will cause a state change. "
+"Inverse interval: Any value outside the specified range will cause a state "
+"change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:479
+#: ../../godmode/agentes/module_manager_editor_common.php:569
+#: ../../godmode/groups/group_list.php:1311
+#: ../../godmode/massive/massive_copy_modules.php:123
+#: ../../godmode/massive/massive_copy_modules.php:311
+#: ../../godmode/massive/massive_delete_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:391
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/netflow/nf_edit_form.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
+#: ../../godmode/setup/setup_visuals.php:1085
+#: ../../godmode/setup/setup_visuals.php:1107
+#: ../../include/ajax/module.php:2345
+#: ../../include/class/ExtensionsDiscovery.class.php:786
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
+#: ../../include/functions_massive_operations.php:154
+#: ../../include/functions_agents.php:5068
+#: ../../include/functions_graph.php:3225
+#: ../../include/functions_graph.php:3227
+#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174
+#: ../../include/functions.php:1414 ../../include/functions.php:1421
+#: ../../include/functions.php:1454 ../../include/functions_events.php:3269
+#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58
+#: ../../mobile/operation/modules.php:69
+#: ../../operation/agentes/group_view.php:250
+#: ../../operation/agentes/group_view.php:255
+#: ../../operation/agentes/estado_agente.php:310
+#: ../../operation/agentes/estado_monitores.php:544
+#: ../../operation/agentes/status_monitor.php:573
+#: ../../operation/netflow/nf_live_view.php:327
+#: ../../operation/custom_fields/custom_fields_view.php:174
+#: ../../operation/tree.php:208 ../../operation/tree.php:299
+#: ../../operation/tree.php:535
+msgid "Normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:480
+#: ../../godmode/agentes/module_manager_editor_common.php:488
+#: ../../godmode/agentes/module_manager_editor_common.php:570
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:701
+#: ../../godmode/massive/massive_edit_modules.php:807
+#: ../../godmode/modules/manage_network_components_form_wizard.php:450
+#: ../../godmode/modules/manage_network_components_form_wizard.php:535
+#: ../../godmode/modules/manage_network_components_form_common.php:264
+#: ../../godmode/modules/manage_network_components_form_common.php:342
+msgid "Inverse interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:481
+#: ../../godmode/agentes/module_manager_editor_common.php:571
+#: ../../godmode/massive/massive_edit_modules.php:723
+#: ../../godmode/massive/massive_edit_modules.php:829
+#: ../../godmode/modules/manage_network_components_form_wizard.php:457
+#: ../../godmode/modules/manage_network_components_form_wizard.php:542
+#: ../../godmode/modules/manage_network_components_form_common.php:271
+#: ../../godmode/modules/manage_network_components_form_common.php:349
+msgid "Percentage"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:507
+#: ../../godmode/agentes/module_manager_editor_common.php:606
+#: ../../godmode/massive/massive_edit_modules.php:689
+#: ../../godmode/massive/massive_edit_modules.php:795
+#: ../../godmode/modules/manage_network_components_form_wizard.php:436
+#: ../../godmode/modules/manage_network_components_form_wizard.php:521
+#: ../../godmode/modules/manage_network_components_form_common.php:250
+#: ../../godmode/modules/manage_network_components_form_common.php:328
+#: ../../include/functions_treeview.php:88
+#: ../../include/functions_treeview.php:100
+msgid "Str."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:531
+#: ../../godmode/modules/manage_network_components_form_wizard.php:474
+#: ../../godmode/modules/manage_network_components_form_common.php:285
+msgid "Change to critical status after"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:533
+#: ../../godmode/modules/manage_network_components_form_wizard.php:482
+#: ../../godmode/modules/manage_network_components_form_common.php:293
+msgid "intervals in warning status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:538
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
+msgid "Critical threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid ""
+"Normal: Any value within the specified range will cause a state change."
+"\\nInverse interval: Any value outside the specified range will cause a "
+"state change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:1292
+#: ../../godmode/modules/manage_network_components_form_common.php:406
+#: ../../include/functions_reporting.php:5048
+#: ../../mobile/operation/modules.php:860
+msgid "Historical data"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid ""
+"If disabled, it will only save the last known data, being unable to display "
+"graphs. It is useful to save DB space. It should be disabled only in those "
+"cases where it is necessary for the system to flow faster and save resources."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid ""
+"This disables the module's state calculation to unknown, so it will never "
+"transition to unknown. The state it reflects is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:692
+#: ../../godmode/agentes/module_manager_editor_common.php:694
+#, php-format
+msgid "Agent interval x %s"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:700
+#: ../../godmode/alerts/alert_list.list.php:716
+#: ../../godmode/alerts/alert_view.php:58
+#: ../../godmode/events/event_edit_filter.php:491
+#: ../../godmode/massive/massive_edit_agents.php:1100
+#: ../../godmode/massive/massive_edit_users.php:242
+#: ../../godmode/massive/massive_edit_users.php:272
+#: ../../godmode/setup/gis_step_2.php:599
+#: ../../godmode/setup/gis_step_2.php:685
+#: ../../godmode/setup/setup_visuals.php:428
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:715
+#: ../../godmode/setup/setup_visuals.php:755
+#: ../../godmode/setup/setup_visuals.php:1623
+#: ../../godmode/users/user_management.php:39
+#: ../../godmode/users/user_management.php:709
+#: ../../godmode/users/configure_user.php:54
+#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799
+#: ../../include/class/AgentsAlerts.class.php:950
+#: ../../include/class/SnmpConsole.class.php:312
+#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516
+#: ../../operation/gis_maps/gis_map.php:119
+#: ../../operation/users/user_edit.php:426
+#: ../../operation/users/user_edit.php:429
+#: ../../operation/users/user_edit.php:440
+#: ../../operation/users/user_edit.php:465
+#: ../../views/calendar/special_days.php:197
+#: ../../views/calendar/special_days.php:209
+msgid "Default"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:777
+msgid "Identification and Categorization"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:781
+#: ../../godmode/massive/massive_edit_modules.php:1297
+#: ../../godmode/module_library/module_library_view.php:123
+#: ../../godmode/modules/manage_network_components_form_common.php:459
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
+#: ../../include/functions_reporting_html.php:948
+#: ../../include/functions_reporting_html.php:996
+msgid "Category"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:818
+#: ../../godmode/modules/manage_network_components_form_common.php:484
+msgid "Tags available"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:898
+#: ../../godmode/modules/manage_network_components_form_common.php:505
+msgid "Add tags to module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:989
+msgid "Module parent"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1046
+msgid "Tags from policy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1072
+#: ../../godmode/massive/massive_edit_modules.php:1361
+#: ../../godmode/modules/manage_network_components_form_common.php:446
+msgid "Unknown instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1095
+#: ../../godmode/massive/massive_edit_modules.php:1351
+#: ../../godmode/modules/manage_network_components_form_common.php:436
+msgid "Critical instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1096
+#: ../../godmode/massive/massive_edit_modules.php:1356
+#: ../../godmode/modules/manage_network_components_form_common.php:441
+msgid "Warning instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1117
+msgid "Execution interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid "Thresholds and state changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid ""
+"It indicates the minimum and maximum values accepted by the module. Any "
+"value outside this range will be discarded. For example, with a Max. value "
+"of 100, a data value of 200 will not be saved in a database."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1157
+#: ../../godmode/modules/manage_network_components_form_common.php:411
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
+#: ../../include/functions_reporting.php:7542
+msgid "Min. Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1158
+#: ../../godmode/modules/manage_network_components_form_common.php:416
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
+#: ../../include/functions_reporting.php:7538
+msgid "Max. Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid "Dynamic Threshold Interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid ""
+"If this option is enabled, the module thresholds will be automatically "
+"adjusted based on the mean and standard deviation of their values in the "
+"specified time interval."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#: ../../godmode/alerts/configure_alert_template.php:953
+#: ../../godmode/massive/massive_edit_modules.php:663
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:1068
+#: ../../godmode/modules/manage_network_components_form_wizard.php:408
+#: ../../godmode/modules/manage_network_components_form_wizard.php:493
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/modules/manage_network_components_form_common.php:300
+#: ../../include/lib/Dashboard/Widgets/top_n.php:304
+#: ../../include/functions_alerts.php:686
+#: ../../include/functions_alerts.php:713
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6804
+msgid "Min."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#, php-format
+msgid ""
+"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the lower critical state "
+"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% lower than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+#: ../../godmode/alerts/configure_alert_template.php:966
+#: ../../godmode/massive/massive_edit_modules.php:676
+#: ../../godmode/massive/massive_edit_modules.php:782
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/modules/manage_network_components_form_wizard.php:422
+#: ../../godmode/modules/manage_network_components_form_wizard.php:507
+#: ../../godmode/modules/manage_network_components_form_common.php:236
+#: ../../godmode/modules/manage_network_components_form_common.php:314
+#: ../../include/lib/Dashboard/Widgets/top_n.php:303
+#: ../../include/functions_alerts.php:685
+#: ../../include/functions_alerts.php:712
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6805
+msgid "Max."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+msgid ""
+"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the upper critical state "
+"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% higher than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid "Two Tailed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid ""
+"It allows to set a lower threshold in addition to the upper one by default. "
+"If enabled, both very high and very low values will cause a state change."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+#: ../../godmode/massive/massive_edit_modules.php:1257
+#: ../../godmode/modules/manage_network_components_form_common.php:361
+msgid "FF threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+msgid ""
+"It indicates the number of consecutive values at a threshold that must be "
+"received for the module to change state. For example, with a value 0 "
+"(default) the module will change state as soon as it receives a data within "
+"the critical threshold, but with a value 2 the module must receive two more "
+"critical data (consecutively) to change to critical state. It is possible to "
+"set the same 'tolerance' for all status changes or choose a different value "
+"for each one. This option is especially useful in unstable environments, as "
+"it helps prevent false positives."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1247
+#: ../../godmode/massive/massive_edit_modules.php:1151
+#: ../../godmode/massive/massive_edit_modules.php:1168
+#: ../../godmode/modules/manage_network_components_form_common.php:367
+msgid "All state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/massive/massive_edit_modules.php:1150
+#: ../../godmode/massive/massive_edit_modules.php:1251
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "Each state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1258
+msgid "Change all states"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1280
+#: ../../godmode/massive/massive_edit_modules.php:1214
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "To normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1281
+#: ../../godmode/massive/massive_edit_modules.php:1226
+#: ../../godmode/modules/manage_network_components_form_common.php:387
+msgid "To warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1282
+#: ../../godmode/massive/massive_edit_modules.php:1238
+#: ../../godmode/modules/manage_network_components_form_common.php:394
+msgid "To critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1338
+#: ../../godmode/massive/massive_edit_modules.php:1262
+msgid "FF interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1339
+#: ../../godmode/massive/massive_edit_modules.php:1277
+msgid "FF timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1184
+#: ../../godmode/modules/manage_network_components_form_common.php:362
+msgid "Keep counters"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1380
+msgid "Data and their processing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1384
+#: ../../godmode/massive/massive_edit_modules.php:1133
+#: ../../godmode/modules/manage_network_components_form_common.php:421
+#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
+#: ../../include/functions.php:4093 ../../include/functions.php:4112
+#: ../../include/functions.php:4126 ../../include/functions.php:4171
+#: ../../include/functions.php:4255 ../../include/functions.php:4332
+#: ../../include/functions_reporting_html.php:4964
+msgid "Unit"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+#: ../../godmode/massive/massive_edit_modules.php:903
+#: ../../godmode/modules/manage_network_components_form_plugin.php:54
+#: ../../godmode/modules/manage_network_components_form_wmi.php:83
+#: ../../godmode/modules/manage_network_components_form_network.php:249
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "Post process"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+msgid ""
+"It allows you to change the unit of the received data. To do this, multiply "
+"the data received by the value set in this option (e.g. Seconds * "
+"0.016666666667 = Minutes). The data is saved already transformed in the "
+"database, so changing this parameter when the module has data can cause "
+"anomalies in graphs and other elements."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1412
+#: ../../godmode/massive/massive_edit_modules.php:920
+msgid "MADE enabled"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1413
+#: ../../godmode/massive/massive_edit_modules.php:921
+msgid ""
+"By activating this option, the module data will be processed by the MADE "
+"engine (if active), and events will be generated automatically by the IA "
+"engine"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1427
+msgid "Notifications and alerts"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1429
+#: ../../godmode/massive/massive_edit_modules.php:1128
+msgid "Export target"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1431
+msgid "Not needed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+#: ../../godmode/modules/manage_network_components_form_common.php:426
+msgid "Discard unknown events"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+msgid ""
+"With this mode, the unknown state will be detected, but it will not generate "
+"events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
+msgid ""
+"A module in silent mode will continue to receive and store data, but will "
+"not trigger alerts or generate events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid "Cascade Protection Services"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1483
+#: ../../godmode/massive/massive_edit_modules.php:1395
+#: ../../include/class/ExtensionsDiscovery.class.php:1571
+msgid "Timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1484
+#: ../../godmode/massive/massive_edit_modules.php:1410
+msgid "Retries"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1506
+#: ../../godmode/alerts/configure_alert_template.php:922
+#: ../../godmode/massive/massive_edit_modules.php:1078
+#: ../../godmode/reporting/visual_console_builder.wizard.php:353
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
+#: ../../godmode/setup/setup_visuals.php:1905
+#: ../../godmode/setup/setup_visuals.php:1995
+#: ../../godmode/setup/setup_visuals.php:2077
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
+#: ../../include/ajax/events.php:2256
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
+#: ../../include/functions_visual_map_editor.php:741
+#: ../../include/functions_netflow.php:212
+#: ../../include/functions_snmp_browser.php:561
+#: ../../include/functions_graph.php:5101
+#: ../../include/functions_reports.php:1178
+#: ../../include/functions_reporting_html.php:1603
+#: ../../include/functions_reporting_html.php:3336
+#: ../../include/functions_reporting_html.php:6222
+#: ../../include/functions_reporting_html.php:6768
+msgid "Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1560
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+msgid "Direct"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1561
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+#: ../../include/functions_reporting_html.php:5383
+#: ../../include/functions_reporting_html.php:5477
+#: ../../include/functions_reporting_html.php:5557
+#: ../../include/functions_reporting_html.php:5566
+#: ../../include/functions_reporting_html.php:5704
+#: ../../include/functions_reporting_html.php:5713
+#: ../../include/functions_reporting_html.php:6039
+#: ../../include/functions_reporting_html.php:6045
+msgid "Failover"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1563
+msgid "Rel. type"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1585
+msgid "Add relationship"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1611
+msgid "Changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2357
+#: ../../godmode/modules/manage_network_components_form_common.php:840
+msgid "Normal Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2358
+#: ../../godmode/modules/manage_network_components_form_common.php:841
+msgid "Warning Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2359
+#: ../../godmode/modules/manage_network_components_form_common.php:842
+msgid "Critical Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2362
+#: ../../godmode/modules/manage_network_components_form_common.php:844
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2363
+#: ../../godmode/modules/manage_network_components_form_common.php:845
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2364
+#: ../../godmode/modules/manage_network_components_form_common.php:846
+msgid "Please introduce a positive percentage value"
+msgstr ""
+
 #: ../../godmode/alerts/configure_alert_command.php:67
 msgid "Configure alert command"
 msgstr ""
@@ -8883,9 +8878,9 @@ msgstr ""
 #: ../../include/ajax/custom_fields.php:479
 #: ../../include/class/AgentsAlerts.class.php:402
 #: ../../include/class/AgentWizard.class.php:1314
-#: ../../include/functions_ui.php:1737
 #: ../../include/functions_reporting_html.php:4961
 #: ../../include/functions_reporting_html.php:6769
+#: ../../include/functions_ui.php:1737
 msgid "Threshold"
 msgstr ""
 
@@ -8922,10 +8917,8 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_action.php:458
 #: ../../godmode/setup/demo.php:223
 #: ../../godmode/snmpconsole/snmp_alert.php:1692
-#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210
-#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953
+#: ../../mobile/operation/agent.php:154
 #: ../../mobile/operation/module_data.php:130
-#: ../../mobile/operation/modules.php:241
 #: ../../mobile/operation/server_status.php:232
 #: ../../mobile/operation/tactical.php:102
 #: ../../mobile/operation/visualmaps.php:189
@@ -8934,6 +8927,8 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:374
 #: ../../mobile/operation/visualmap.php:255
 #: ../../mobile/operation/services.php:128
+#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199
+#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241
 msgid "Back"
 msgstr ""
 
@@ -9030,8 +9025,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:296
 #: ../../godmode/users/configure_user.php:1366
 #: ../../operation/netflow/nf_live_view.php:599
-#: ../../operation/network/network_usage_map.php:305
 #: ../../operation/network/network_report.php:293
+#: ../../operation/network/network_usage_map.php:305
 msgid "Advanced"
 msgstr ""
 
@@ -9092,9 +9087,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1779
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359
-#: ../../include/lib/ITSM/ITSM.php:516
+#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680
 #: ../../include/functions_reporting_html.php:6650
-#: ../../include/functions_events.php:4680
 #: ../../views/ITSM/ITSMTicketDetailView.php:88
 #: ../../views/ITSM/ITSMTicketEditView.php:141
 #: ../../views/ITSM/ITSMTicketListView.php:81
@@ -9201,11 +9195,10 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:747
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513
-#: ../../include/rest-api/index.php:373
+#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015
 #: ../../include/functions_reporting_html.php:154
 #: ../../include/functions_reporting_html.php:4453
 #: ../../include/functions_reporting_html.php:5264
-#: ../../include/functions_html.php:8015
 #: ../../operation/agentes/gis_view.php:220
 msgid "From"
 msgstr ""
@@ -9219,11 +9212,11 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206
 #: ../../include/ajax/alert_list.ajax.php:298
 #: ../../include/class/AgentsAlerts.class.php:325
-#: ../../include/functions_ui.php:1721
+#: ../../include/functions_html.php:8063
+#: ../../include/functions_reporting.php:15485
 #: ../../include/functions_reporting_html.php:155
 #: ../../include/functions_reporting_html.php:4458
-#: ../../include/functions_html.php:8063
-#: ../../include/functions_reporting.php:15474
+#: ../../include/functions_ui.php:1721
 msgid "to"
 msgstr ""
 
@@ -9341,10 +9334,10 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:986
 #: ../../include/functions_treeview.php:405
 #: ../../include/functions_treeview.php:446
+#: ../../include/functions_cron.php:690
 #: ../../include/functions_reporting_html.php:4700
 #: ../../include/functions_reporting_html.php:4703
-#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349
-#: ../../operation/search_alerts.php:36
+#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36
 msgid "Template"
 msgstr ""
 
@@ -9362,12 +9355,12 @@ msgstr ""
 #: ../../godmode/alerts/alert_view.php:111
 #: ../../include/class/AgentsAlerts.class.php:959
 #: ../../include/class/SnmpConsole.class.php:884
-#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019
-#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585
-#: ../../include/functions_reporting.php:13733
+#: ../../include/functions_agents.php:3019
+#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371
 #: ../../include/functions_events.php:2990
 #: ../../include/functions_events.php:3193
-#: ../../mobile/operation/alerts.php:324
+#: ../../include/functions_reporting.php:13744
+#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324
 #: ../../operation/agentes/group_view.php:258
 msgid "Alert fired"
 msgstr ""
@@ -9382,9 +9375,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:662
 #: ../../godmode/alerts/alert_view.php:114
 #: ../../include/class/AgentsAlerts.class.php:962
-#: ../../include/functions_ui.php:1588
-#: ../../include/functions_reporting.php:13742
-#: ../../mobile/operation/alerts.php:327
+#: ../../include/functions_reporting.php:13753
+#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327
 msgid "Alert disabled"
 msgstr ""
 
@@ -9393,9 +9385,9 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:965
 #: ../../include/class/SnmpConsole.class.php:886
 #: ../../include/functions_agents.php:3021
-#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591
-#: ../../include/functions_reporting.php:13656
-#: ../../mobile/operation/alerts.php:330
+#: ../../include/functions_agents.php:3032
+#: ../../include/functions_reporting.php:13667
+#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330
 msgid "Alert not fired"
 msgstr ""
 
@@ -9448,11 +9440,11 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_users.php:527
 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787
 #: ../../godmode/extensions.php:290
-#: ../../include/class/SatelliteAgent.class.php:426
-#: ../../include/class/SatelliteAgent.class.php:1237
 #: ../../include/class/TipsWindow.class.php:485
 #: ../../include/class/TipsWindow.class.php:771
 #: ../../include/class/TipsWindow.class.php:938
+#: ../../include/class/SatelliteAgent.class.php:426
+#: ../../include/class/SatelliteAgent.class.php:1237
 msgid "Enable"
 msgstr ""
 
@@ -9604,9 +9596,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442
-#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718
 #: ../../include/functions_reporting_html.php:6268
-#: ../../include/functions_reporting.php:1718
+#: ../../include/functions_ui.php:3231
 msgid "Min"
 msgstr ""
 
@@ -9616,9 +9608,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451
-#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714
 #: ../../include/functions_reporting_html.php:6267
-#: ../../include/functions_reporting.php:1714
+#: ../../include/functions_ui.php:3231
 msgid "Max"
 msgstr ""
 
@@ -9767,7 +9759,7 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_template.php:250
 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815
 #: ../../include/functions_reports.php:787
-#: ../../include/functions_reporting.php:10648
+#: ../../include/functions_reporting.php:10659
 msgid "General"
 msgstr ""
 
@@ -9991,8 +9983,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:709
 #: ../../godmode/events/event_edit_filter.php:774
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546
-#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797
-#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858
+#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858
+#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853
 #: ../../operation/events/events.php:1486
 #: ../../operation/events/events.php:1576
 #: ../../views/calendar/special_days.php:465
@@ -10010,54 +10002,12 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:527
 #: ../../include/class/SnmpConsole.class.php:528
 #: ../../include/lib/Dashboard/Widgets/events_list.php:864
-#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312
-#: ../../include/functions_events.php:260
-#: ../../include/functions_events.php:324
+#: ../../include/functions.php:4312 ../../include/functions_events.php:260
+#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324
 #: ../../operation/agentes/estado_monitores.php:543
 msgid "Alert"
 msgstr ""
 
-#: ../../godmode/alerts/alert_list.builder.php:99
-#: ../../include/class/WelcomeWindow.class.php:1273
-msgid "Latest value"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:120
-#: ../../include/class/AgentsAlerts.class.php:346
-msgid "Create Action"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:159
-#: ../../include/class/AgentsAlerts.class.php:395
-msgid "Create Template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:187
-msgid "It takes precedence over the action's threshold configuration."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:218
-msgid "Finish and view cluster"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:231
-#: ../../godmode/alerts/alert_list.builder.php:242
-#: ../../include/class/AgentsAlerts.class.php:412
-msgid "Add alert"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:302
-msgid "Please select an item"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:303
-msgid "Please select a template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:304
-msgid "Please select an agent"
-msgstr ""
-
 #: ../../godmode/alerts/alert_list.php:135
 msgid "Already added"
 msgstr ""
@@ -10119,6 +10069,47 @@ msgstr ""
 msgid "Manage alerts"
 msgstr ""
 
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../include/class/WelcomeWindow.class.php:1273
+msgid "Latest value"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:120
+#: ../../include/class/AgentsAlerts.class.php:346
+msgid "Create Action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:159
+#: ../../include/class/AgentsAlerts.class.php:395
+msgid "Create Template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:187
+msgid "It takes precedence over the action's threshold configuration."
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:218
+msgid "Finish and view cluster"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:231
+#: ../../godmode/alerts/alert_list.builder.php:242
+#: ../../include/class/AgentsAlerts.class.php:412
+msgid "Add alert"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:302
+msgid "Please select an item"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:303
+msgid "Please select a template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:304
+msgid "Please select an agent"
+msgstr ""
+
 #: ../../godmode/category/edit_category.php:65
 #: ../../godmode/category/category.php:62
 msgid "List categories"
@@ -10199,9 +10190,9 @@ msgid "Max. time before compact data"
 msgstr ""
 
 #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91
-#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531
-#: ../../include/functions.php:662 ../../include/functions_html.php:2564
-#: ../../include/functions_html.php:8130
+#: ../../godmode/setup/setup_visuals.php:1983
+#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130
+#: ../../include/functions.php:531 ../../include/functions.php:662
 msgid "days"
 msgstr ""
 
@@ -10218,8 +10209,8 @@ msgstr ""
 #: ../../include/class/Diagnostics.class.php:634
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690
 #: ../../include/functions_groups.php:2660
+#: ../../include/functions_reporting.php:12909
 #: ../../include/functions_reporting_html.php:7172
-#: ../../include/functions_reporting.php:12898
 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503
 #: ../../views/tacticalView/view.php:317
 msgid "Total agents"
@@ -10227,7 +10218,7 @@ msgstr ""
 
 #: ../../godmode/db/db_main.php:107
 #: ../../include/class/Diagnostics.class.php:650
-#: ../../include/functions_reporting.php:15339
+#: ../../include/functions_reporting.php:15350
 msgid "Total events"
 msgstr ""
 
@@ -10267,8 +10258,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1972
 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91
 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676
-#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641
-#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351
+#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906
+#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351
 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468
 #: ../../operation/gis_maps/ajax.php:479
 msgid "Never"
@@ -10308,8 +10299,8 @@ msgstr ""
 
 #: ../../godmode/events/events.php:56
 #: ../../godmode/massive/massive_edit_users.php:274
-#: ../../godmode/users/configure_user.php:56
-#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801
+#: ../../godmode/users/user_management.php:41
+#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801
 #: ../../operation/events/events.php:1687
 #: ../../operation/users/user_edit.php:467
 msgid "Event list"
@@ -10335,13 +10326,12 @@ msgstr ""
 #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335
 #: ../../include/ajax/events.php:2302
 #: ../../include/lib/TacticalView/elements/Events.php:41
-#: ../../include/functions.php:4305 ../../include/functions_reports.php:885
+#: ../../include/functions_reports.php:885
 #: ../../include/functions_reports.php:889
-#: ../../include/functions_reports.php:893
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51
-#: ../../operation/events/events.php:1836 ../../operation/menu.php:537
-#: ../../views/tacticalView/view.php:126
+#: ../../include/functions_reports.php:893 ../../include/functions.php:4305
+#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51
+#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836
+#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126
 msgid "Events"
 msgstr ""
 
@@ -10413,18 +10403,18 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398
 #: ../../include/lib/Dashboard/Widgets/events_list.php:436
 #: ../../include/lib/Dashboard/Widgets/events_list.php:865
-#: ../../include/functions_snmp.php:335
+#: ../../include/functions_events.php:261
+#: ../../include/functions_events.php:327
+#: ../../include/functions_events.php:5097
 #: ../../include/functions_reporting_html.php:678
 #: ../../include/functions_reporting_html.php:1714
 #: ../../include/functions_reporting_html.php:1722
 #: ../../include/functions_reporting_html.php:1966
 #: ../../include/functions_reporting_html.php:1974
 #: ../../include/functions_reporting_html.php:3851
-#: ../../include/functions_events.php:261
-#: ../../include/functions_events.php:327
-#: ../../include/functions_events.php:5097
-#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704
-#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022
+#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703
+#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845
+#: ../../mobile/operation/events.php:1022
 #: ../../mobile/operation/events.php:1023
 #: ../../operation/events/events.php:2105
 msgid "Severity"
@@ -10526,11 +10516,11 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:892
 #: ../../include/ajax/events.php:1873
 #: ../../include/lib/Dashboard/Widgets/events_list.php:878
+#: ../../include/functions_events.php:273
+#: ../../include/functions_events.php:376
 #: ../../include/functions_reporting_html.php:1728
 #: ../../include/functions_reporting_html.php:1980
 #: ../../include/functions_reporting_html.php:3855
-#: ../../include/functions_events.php:273
-#: ../../include/functions_events.php:376
 msgid "Custom data"
 msgstr ""
 
@@ -10564,12 +10554,11 @@ msgstr ""
 
 #: ../../godmode/events/event_edit_filter.php:299
 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595
-#: ../../include/ajax/custom_fields.php:639
+#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639
 #: ../../include/ajax/custom_fields.php:692
-#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661
-#: ../../include/ajax/events.php:814
-#: ../../operation/network/network_usage_map.php:292
+#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814
 #: ../../operation/network/network_report.php:280
+#: ../../operation/network/network_usage_map.php:292
 #: ../../operation/reporting/graph_analytics.php:448
 msgid "Filter name"
 msgstr ""
@@ -10605,7 +10594,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:441
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727
 #: ../../include/functions_massive_operations.php:158
-#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072
+#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420
 #: ../../include/functions_events.php:3225
 #: ../../mobile/operation/modules.php:73
 #: ../../operation/agentes/estado_agente.php:314
@@ -10643,8 +10632,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:485
 #: ../../godmode/massive/massive_edit_users.php:263
 #: ../../godmode/setup/setup_visuals.php:96
-#: ../../godmode/users/configure_user.php:1340
 #: ../../godmode/users/user_management.php:733
+#: ../../godmode/users/configure_user.php:1340
 #: ../../include/functions_config.php:1088
 #: ../../operation/users/user_edit.php:417
 msgid "Block size for pagination"
@@ -11231,8 +11220,8 @@ msgstr ""
 #: ../../godmode/reporting/graph_builder.main.php:319
 #: ../../godmode/wizards/HostDevices.class.php:680
 #: ../../godmode/wizards/HostDevices.class.php:783
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../godmode/wizards/Wizard.main.php:441
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../include/class/CustomNetScan.class.php:314
 #: ../../include/class/CustomNetScan.class.php:425
 #: ../../include/class/HTML.class.php:427
@@ -11248,8 +11237,8 @@ msgstr ""
 
 #: ../../godmode/groups/group_list.php:337
 #: ../../godmode/massive/massive_edit_users.php:275
-#: ../../godmode/users/configure_user.php:57
-#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802
+#: ../../godmode/users/user_management.php:42
+#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802
 #: ../../operation/agentes/group_view.php:88
 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176
 msgid "Group view"
@@ -11377,9 +11366,9 @@ msgstr ""
 #: ../../godmode/groups/group_list.php:1281
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692
 #: ../../include/functions_alerts.php:3470
-#: ../../include/functions_reporting_html.php:585
 #: ../../include/functions_inventory.php:526
 #: ../../include/functions_inventory.php:669
+#: ../../include/functions_reporting_html.php:585
 #: ../../operation/agentes/group_view.php:247
 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505
 msgid "Total"
@@ -11396,8 +11385,8 @@ msgstr ""
 #: ../../include/functions_groups.php:2777
 #: ../../include/functions_groups.php:2800
 #: ../../include/functions_graph.php:2699
-#: ../../include/functions_reporting.php:12761
-#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213
+#: ../../include/functions_reporting.php:12772
+#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213
 #: ../../operation/tree.php:304 ../../operation/tree.php:508
 #: ../../operation/tree.php:509 ../../operation/tree.php:510
 msgid "Fired alerts"
@@ -11761,7 +11750,7 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_profiles.php:173
 #: ../../godmode/massive/massive_add_profiles.php:207
 #: ../../godmode/massive/massive_edit_users.php:209
-#: ../../include/functions_reporting.php:12987
+#: ../../include/functions_reporting.php:12998
 #: ../../operation/search_results.php:102
 msgid "Users"
 msgstr ""
@@ -11770,82 +11759,6 @@ msgstr ""
 msgid "Show all groups"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_plugins.php:177
-msgid "Error retrieving the plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:185
-msgid "Error retrieving the modified macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:208
-msgid "Error retrieving the module plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:226
-msgid "Error retrieving the module plugin macros data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:264
-msgid "Error building the new macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:290
-#, php-format
-msgid "%d modules updated"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:321
-msgid "There are not registered plugins"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:464
-msgid "Invalid plugin data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:571
-msgid "Clear"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:599
-msgid "Invalid macros array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:624
-msgid "Multiple values"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:656
-#: ../../godmode/massive/massive_edit_plugins.php:792
-#: ../../godmode/massive/massive_edit_plugins.php:808
-msgid "Invalid agents array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:672
-msgid "Invalid agent element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:683
-msgid "Invalid modules array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:711
-msgid "Invalid module element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:920
-msgid "There are no modules using this plugin"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:921
-#: ../../godmode/massive/massive_operations.php:469
-msgid "Massive operations"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:1005
-msgid "There was a problem loading the module plugin macros data"
-msgstr ""
-
 #: ../../godmode/massive/massive_enable_disable_alerts.php:196
 msgid "Enabled alerts"
 msgstr ""
@@ -11943,208 +11856,6 @@ msgstr ""
 msgid "Successfully deleted (%s)"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_users.php:153
-#, php-format
-msgid "Users updated successfully (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:165
-#, php-format
-msgid "Users cannot be updated (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:248
-#: ../../godmode/users/configure_user.php:1137
-#: ../../godmode/users/user_management.php:703
-#: ../../include/class/TipsWindow.class.php:482
-#: ../../include/class/TipsWindow.class.php:739
-#: ../../include/class/TipsWindow.class.php:906
-#: ../../operation/users/user_edit.php:434
-msgid "Language"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:254
-#: ../../godmode/massive/massive_edit_users.php:266
-#: ../../godmode/massive/massive_edit_users.php:345
-#: ../../godmode/massive/massive_edit_users.php:396
-#: ../../godmode/massive/massive_edit_users.php:460
-#: ../../godmode/massive/massive_edit_users.php:468
-#: ../../godmode/massive/massive_edit_users.php:505
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:634
-#: ../../godmode/massive/massive_edit_agents.php:714
-#: ../../godmode/massive/massive_edit_agents.php:748
-#: ../../godmode/massive/massive_edit_agents.php:789
-#: ../../godmode/massive/massive_edit_agents.php:812
-#: ../../godmode/massive/massive_edit_agents.php:934
-#: ../../godmode/massive/massive_edit_agents.php:985
-#: ../../godmode/massive/massive_edit_agents.php:1086
-#: ../../godmode/massive/massive_edit_agents.php:1143
-#: ../../godmode/massive/massive_edit_agents.php:1191
-#: ../../godmode/massive/massive_edit_agents.php:1220
-#: ../../godmode/massive/massive_edit_agents.php:1238
-#: ../../godmode/massive/massive_edit_agents.php:1331
-#: ../../godmode/massive/massive_edit_modules.php:704
-#: ../../godmode/massive/massive_edit_modules.php:726
-#: ../../godmode/massive/massive_edit_modules.php:810
-#: ../../godmode/massive/massive_edit_modules.php:832
-#: ../../godmode/massive/massive_edit_modules.php:872
-#: ../../godmode/massive/massive_edit_modules.php:884
-#: ../../godmode/massive/massive_edit_modules.php:973
-#: ../../godmode/massive/massive_edit_modules.php:995
-#: ../../godmode/massive/massive_edit_modules.php:1025
-#: ../../godmode/massive/massive_edit_modules.php:1035
-#: ../../godmode/massive/massive_edit_modules.php:1049
-#: ../../godmode/massive/massive_edit_modules.php:1093
-#: ../../godmode/massive/massive_edit_modules.php:1129
-#: ../../godmode/massive/massive_edit_modules.php:1149
-#: ../../godmode/massive/massive_edit_modules.php:1187
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1298
-#: ../../godmode/massive/massive_edit_modules.php:1325
-#: ../../godmode/massive/massive_edit_modules.php:1346
-#: ../../godmode/massive/massive_edit_modules.php:1369
-#: ../../godmode/massive/massive_edit_modules.php:1526
-#: ../../godmode/massive/massive_edit_modules.php:1551
-#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
-#: ../../include/functions_html.php:2544
-msgid "No change"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../godmode/users/user_management.php:775
-#: ../../operation/users/user_edit.php:463
-msgid "Home screen"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../operation/users/user_edit.php:463
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
-"ver_agente&id_agente=1 to show agent detail view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:273
-#: ../../godmode/reporting/visual_console_builder.php:1000
-#: ../../godmode/reporting/visual_console_favorite.php:130
-#: ../../godmode/reporting/map_builder.php:133
-#: ../../godmode/users/configure_user.php:55
-#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800
-#: ../../include/class/Prd.class.php:300
-#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
-#: ../../operation/users/user_edit.php:466
-#: ../../operation/visual_console/legacy_view.php:219
-#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
-#: ../../operation/menu.php:310
-msgid "Visual console"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:276
-#: ../../godmode/users/configure_user.php:58
-#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803
-#: ../../include/lib/Dashboard/Widgets/tactical.php:176
-#: ../../include/lib/Dashboard/Widgets/tactical.php:545
-#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
-#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
-msgid "Tactical view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:277
-#: ../../godmode/users/configure_user.php:59
-#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804
-#: ../../operation/agentes/alerts_status.php:193
-#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
-msgid "Alert detail"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:279
-#: ../../godmode/users/configure_user.php:62
-#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807
-#: ../../include/class/Prd.class.php:505
-#: ../../include/class/OrderInterpreter.class.php:226
-#: ../../include/lib/ITSM/Manager.php:1036
-#: ../../mobile/include/functions_web.php:22
-#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
-#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
-msgid "Dashboard"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:339
-#: ../../godmode/users/user_management.php:749
-#: ../../operation/users/user_edit.php:568
-msgid "Event filter"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:376
-#: ../../godmode/users/user_management.php:493
-#: ../../operation/users/user_edit.php:642
-msgid "Autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:377
-#: ../../operation/users/user_edit.php:643
-msgid "This will activate autorefresh in selected pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:416
-#: ../../godmode/users/user_management.php:528
-#: ../../operation/users/user_edit.php:678
-msgid "Full list of pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:425
-#: ../../godmode/massive/massive_edit_users.php:426
-#: ../../godmode/users/user_management.php:560
-#: ../../godmode/users/user_management.php:561
-#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
-#: ../../operation/users/user_edit.php:687
-#: ../../operation/users/user_edit.php:688
-msgid "Push selected pages into autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:435
-#: ../../godmode/massive/massive_edit_users.php:436
-#: ../../godmode/users/user_management.php:577
-#: ../../godmode/users/user_management.php:578
-#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
-#: ../../operation/users/user_edit.php:696
-#: ../../operation/users/user_edit.php:697
-msgid "Pop selected pages out of autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:441
-#: ../../operation/users/user_edit.php:702
-msgid "List of pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:450
-#: ../../operation/users/user_edit.php:711
-msgid "Time autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:452
-#: ../../godmode/users/user_management.php:643
-#: ../../operation/users/user_edit.php:713
-msgid ""
-"Interval of autorefresh of the elements, by default they are 30 seconds, "
-"needing to enable the autorefresh first"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1149
-#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
-msgid "Timezone"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1150
-#: ../../godmode/users/user_management.php:836
-#: ../../operation/users/user_edit.php:527
-msgid "The timezone must be that of the associated server."
-msgstr ""
-
 #: ../../godmode/massive/massive_edit_agents.php:226
 msgid "No values changed"
 msgstr ""
@@ -12181,6 +11892,55 @@ msgstr ""
 msgid "Cascade protection"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_agents.php:714
+#: ../../godmode/massive/massive_edit_agents.php:748
+#: ../../godmode/massive/massive_edit_agents.php:789
+#: ../../godmode/massive/massive_edit_agents.php:812
+#: ../../godmode/massive/massive_edit_agents.php:934
+#: ../../godmode/massive/massive_edit_agents.php:985
+#: ../../godmode/massive/massive_edit_agents.php:1086
+#: ../../godmode/massive/massive_edit_agents.php:1143
+#: ../../godmode/massive/massive_edit_agents.php:1191
+#: ../../godmode/massive/massive_edit_agents.php:1220
+#: ../../godmode/massive/massive_edit_agents.php:1238
+#: ../../godmode/massive/massive_edit_agents.php:1331
+#: ../../godmode/massive/massive_edit_modules.php:704
+#: ../../godmode/massive/massive_edit_modules.php:726
+#: ../../godmode/massive/massive_edit_modules.php:810
+#: ../../godmode/massive/massive_edit_modules.php:832
+#: ../../godmode/massive/massive_edit_modules.php:872
+#: ../../godmode/massive/massive_edit_modules.php:884
+#: ../../godmode/massive/massive_edit_modules.php:973
+#: ../../godmode/massive/massive_edit_modules.php:995
+#: ../../godmode/massive/massive_edit_modules.php:1025
+#: ../../godmode/massive/massive_edit_modules.php:1035
+#: ../../godmode/massive/massive_edit_modules.php:1049
+#: ../../godmode/massive/massive_edit_modules.php:1093
+#: ../../godmode/massive/massive_edit_modules.php:1129
+#: ../../godmode/massive/massive_edit_modules.php:1149
+#: ../../godmode/massive/massive_edit_modules.php:1187
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1298
+#: ../../godmode/massive/massive_edit_modules.php:1325
+#: ../../godmode/massive/massive_edit_modules.php:1346
+#: ../../godmode/massive/massive_edit_modules.php:1369
+#: ../../godmode/massive/massive_edit_modules.php:1526
+#: ../../godmode/massive/massive_edit_modules.php:1551
+#: ../../godmode/massive/massive_edit_users.php:254
+#: ../../godmode/massive/massive_edit_users.php:266
+#: ../../godmode/massive/massive_edit_users.php:345
+#: ../../godmode/massive/massive_edit_users.php:396
+#: ../../godmode/massive/massive_edit_users.php:460
+#: ../../godmode/massive/massive_edit_users.php:468
+#: ../../godmode/massive/massive_edit_users.php:505
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:634
+#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
+#: ../../include/functions_html.php:2544
+msgid "No change"
+msgstr ""
+
 #: ../../godmode/massive/massive_edit_agents.php:877
 msgid "Add secondary groups"
 msgstr ""
@@ -12384,6 +12144,235 @@ msgstr ""
 msgid "Target OS"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_plugins.php:177
+msgid "Error retrieving the plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:185
+msgid "Error retrieving the modified macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:208
+msgid "Error retrieving the module plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:226
+msgid "Error retrieving the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:264
+msgid "Error building the new macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:290
+#, php-format
+msgid "%d modules updated"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:321
+msgid "There are not registered plugins"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:464
+msgid "Invalid plugin data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:571
+msgid "Clear"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:599
+msgid "Invalid macros array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:624
+msgid "Multiple values"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:656
+#: ../../godmode/massive/massive_edit_plugins.php:792
+#: ../../godmode/massive/massive_edit_plugins.php:808
+msgid "Invalid agents array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:672
+msgid "Invalid agent element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:683
+msgid "Invalid modules array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:711
+msgid "Invalid module element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:920
+msgid "There are no modules using this plugin"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:921
+#: ../../godmode/massive/massive_operations.php:469
+msgid "Massive operations"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:1005
+msgid "There was a problem loading the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:153
+#, php-format
+msgid "Users updated successfully (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:165
+#, php-format
+msgid "Users cannot be updated (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:248
+#: ../../godmode/users/user_management.php:703
+#: ../../godmode/users/configure_user.php:1137
+#: ../../include/class/TipsWindow.class.php:482
+#: ../../include/class/TipsWindow.class.php:739
+#: ../../include/class/TipsWindow.class.php:906
+#: ../../operation/users/user_edit.php:434
+msgid "Language"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../godmode/users/user_management.php:775
+#: ../../operation/users/user_edit.php:463
+msgid "Home screen"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../operation/users/user_edit.php:463
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
+"ver_agente&id_agente=1 to show agent detail view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:273
+#: ../../godmode/reporting/visual_console_builder.php:1000
+#: ../../godmode/reporting/visual_console_favorite.php:130
+#: ../../godmode/reporting/map_builder.php:133
+#: ../../godmode/users/user_management.php:40
+#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800
+#: ../../include/class/Prd.class.php:300
+#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
+#: ../../operation/users/user_edit.php:466
+#: ../../operation/visual_console/legacy_view.php:219
+#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
+#: ../../operation/menu.php:310
+msgid "Visual console"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:276
+#: ../../godmode/users/user_management.php:43
+#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803
+#: ../../include/lib/Dashboard/Widgets/tactical.php:176
+#: ../../include/lib/Dashboard/Widgets/tactical.php:545
+#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
+#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
+msgid "Tactical view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:277
+#: ../../godmode/users/user_management.php:44
+#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804
+#: ../../operation/agentes/alerts_status.php:193
+#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
+msgid "Alert detail"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:279
+#: ../../godmode/users/user_management.php:47
+#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807
+#: ../../include/class/Prd.class.php:505
+#: ../../include/class/OrderInterpreter.class.php:226
+#: ../../include/lib/ITSM/Manager.php:1036
+#: ../../mobile/include/functions_web.php:22
+#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
+#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
+msgid "Dashboard"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:339
+#: ../../godmode/users/user_management.php:749
+#: ../../operation/users/user_edit.php:568
+msgid "Event filter"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:376
+#: ../../godmode/users/user_management.php:493
+#: ../../operation/users/user_edit.php:642
+msgid "Autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:377
+#: ../../operation/users/user_edit.php:643
+msgid "This will activate autorefresh in selected pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:416
+#: ../../godmode/users/user_management.php:528
+#: ../../operation/users/user_edit.php:678
+msgid "Full list of pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:425
+#: ../../godmode/massive/massive_edit_users.php:426
+#: ../../godmode/users/user_management.php:560
+#: ../../godmode/users/user_management.php:561
+#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
+#: ../../operation/users/user_edit.php:687
+#: ../../operation/users/user_edit.php:688
+msgid "Push selected pages into autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:435
+#: ../../godmode/massive/massive_edit_users.php:436
+#: ../../godmode/users/user_management.php:577
+#: ../../godmode/users/user_management.php:578
+#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:697
+msgid "Pop selected pages out of autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:441
+#: ../../operation/users/user_edit.php:702
+msgid "List of pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:450
+#: ../../operation/users/user_edit.php:711
+msgid "Time autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:452
+#: ../../godmode/users/user_management.php:643
+#: ../../operation/users/user_edit.php:713
+msgid ""
+"Interval of autorefresh of the elements, by default they are 30 seconds, "
+"needing to enable the autorefresh first"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/configure_user.php:1149
+#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
+msgid "Timezone"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/user_management.php:836
+#: ../../godmode/users/configure_user.php:1150
+#: ../../operation/users/user_edit.php:527
+msgid "The timezone must be that of the associated server."
+msgstr ""
+
 #: ../../godmode/massive/massive_operations.php:59
 msgid "Bulk alert add"
 msgstr ""
@@ -12660,49 +12649,6 @@ msgstr ""
 msgid "You can find more information at:"
 msgstr ""
 
-#: ../../godmode/modules/manage_inventory_modules_form.php:36
-#: ../../godmode/modules/manage_network_templates.php:39
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:162
-msgid "Left blank for the LOCAL inventory modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:177
-msgid "Separate fields with"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:183
-msgid "Block Mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:193
-#: ../../godmode/modules/manage_inventory_modules_form.php:197
-msgid "Script mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:194
-msgid "Use inline code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:210
-msgid "Script path"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:223
-#: ../../include/ajax/double_auth.ajax.php:167
-#: ../../include/ajax/double_auth.ajax.php:304
-msgid "Code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:232
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr ""
-
 #: ../../godmode/modules/manage_nc_groups_form.php:62
 msgid "Update Group Component"
 msgstr ""
@@ -12829,6 +12775,12 @@ msgstr ""
 msgid "Field value"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_inventory_modules_form.php:36
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module management"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_templates.php:39
 #: ../../godmode/modules/manage_network_templates_form.php:32
 #: ../../include/class/ModuleTemplates.class.php:199
@@ -12853,57 +12805,6 @@ msgstr ""
 msgid "There are no defined network profiles"
 msgstr ""
 
-#: ../../godmode/modules/manage_network_templates_form.php:59
-msgid "Successfully deleted module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:60
-msgid "Error deleting module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:79
-msgid "Successfully added module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:80
-msgid "Error adding module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:113
-msgid "Successfully updated network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:114
-msgid "Error updating network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:138
-msgid "Successfully added network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:139
-msgid "Error adding network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:145
-msgid "Cannot create a template without name"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:219
-msgid "No modules for this profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:260
-#: ../../operation/snmpconsole/snmp_browser.php:167
-#: ../../operation/snmpconsole/snmp_browser.php:187
-msgid "Add modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:341
-#: ../../include/class/ModuleTemplates.class.php:752
-msgid "Components"
-msgstr ""
-
 #: ../../godmode/modules/module_list.php:45
 msgid "Defined module types"
 msgstr ""
@@ -13017,6 +12918,43 @@ msgstr ""
 msgid "Create a new wizard component"
 msgstr ""
 
+#: ../../godmode/modules/manage_inventory_modules_form.php:162
+msgid "Left blank for the LOCAL inventory modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:177
+msgid "Separate fields with"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:183
+msgid "Block Mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:193
+#: ../../godmode/modules/manage_inventory_modules_form.php:197
+msgid "Script mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:194
+msgid "Use inline code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:210
+msgid "Script path"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:223
+#: ../../include/ajax/double_auth.ajax.php:167
+#: ../../include/ajax/double_auth.ajax.php:304
+msgid "Code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:232
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_components_form_common.php:164
 msgid "Advanced options Dynamic Threshold"
 msgstr ""
@@ -13038,6 +12976,57 @@ msgstr ""
 msgid "Tags selected"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates_form.php:59
+msgid "Successfully deleted module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:60
+msgid "Error deleting module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:79
+msgid "Successfully added module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:80
+msgid "Error adding module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:113
+msgid "Successfully updated network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:114
+msgid "Error updating network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:138
+msgid "Successfully added network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:139
+msgid "Error adding network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:145
+msgid "Cannot create a template without name"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:219
+msgid "No modules for this profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:260
+#: ../../operation/snmpconsole/snmp_browser.php:167
+#: ../../operation/snmpconsole/snmp_browser.php:187
+msgid "Add modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:341
+#: ../../include/class/ModuleTemplates.class.php:752
+msgid "Components"
+msgstr ""
+
 #: ../../godmode/netflow/nf_edit.php:50
 msgid "Manage Filters"
 msgstr ""
@@ -13053,8 +13042,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:80
 #: ../../godmode/snmpconsole/snmp_filters.php:35
 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382
-#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791
-#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797
+#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754
+#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797
 #: ../../include/ajax/events.php:921
 #: ../../operation/reporting/graph_analytics.php:490
 msgid "Update filter"
@@ -13355,9 +13344,8 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951
-#: ../../include/functions.php:2836 ../../include/functions.php:3508
-#: ../../include/functions_graph.php:5603
-#: ../../include/functions_events.php:5356
+#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836
+#: ../../include/functions.php:3508 ../../include/functions_events.php:5356
 #: ../../operation/gis_maps/render_view.php:157
 msgid "1 hour"
 msgstr ""
@@ -13377,7 +13365,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952
-#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604
+#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839
 msgid "1 day"
 msgstr ""
 
@@ -13395,7 +13383,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/service_level.php:252
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953
-#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605
+#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840
 msgid "1 week"
 msgstr ""
 
@@ -13410,7 +13398,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954
-#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606
+#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842
 msgid "1 month"
 msgstr ""
 
@@ -13483,7 +13471,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5825
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913
-#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583
+#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582
 msgid "Select an Agent first"
 msgstr ""
 
@@ -13527,7 +13515,7 @@ msgstr ""
 #: ../../include/functions_reports.php:573
 #: ../../include/functions_reports.php:660
 #: ../../include/functions_reports.php:666
-#: ../../include/functions_reporting.php:11127
+#: ../../include/functions_reporting.php:11138
 msgid "Custom graph"
 msgstr ""
 
@@ -13536,12 +13524,12 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:158
 #: ../../include/ajax/heatmap.ajax.php:439
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301
+#: ../../mobile/operation/server_status.php:185
+#: ../../mobile/operation/server_status.php:186
 #: ../../mobile/operation/modules.php:194
 #: ../../mobile/operation/modules.php:195
 #: ../../mobile/operation/modules.php:308
 #: ../../mobile/operation/modules.php:309
-#: ../../mobile/operation/server_status.php:185
-#: ../../mobile/operation/server_status.php:186
 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118
 msgid "Tag"
 msgstr ""
@@ -13628,9 +13616,9 @@ msgstr ""
 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144
 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391
 #: ../../include/class/ConfigPEN.class.php:603
+#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/class/CredentialStore.class.php:819
 #: ../../include/class/EventSound.class.php:308
-#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/functions_events.php:363
 #: ../../operation/agentes/pandora_networkmap.view.php:2348
 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99
@@ -13817,6 +13805,8 @@ msgid "Scheduled"
 msgstr ""
 
 #: ../../godmode/reporting/manage_schedule.php:194
+#: ../../godmode/setup/setup_general.php:53
+#: ../../godmode/setup/setup_general.php:115
 msgid "Console"
 msgstr ""
 
@@ -14357,11 +14347,11 @@ msgid "Are you sure to add many elements\\nin visual map?"
 msgstr ""
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:632
-#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
-#: ../../mobile/operation/modules.php:823
 #: ../../mobile/operation/server_status.php:389
 #: ../../mobile/operation/tactical.php:240
 #: ../../mobile/operation/module_graph.php:474
+#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
+#: ../../mobile/operation/modules.php:823
 msgid "Loading..."
 msgstr ""
 
@@ -14552,7 +14542,10 @@ msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:193
 #: ../../operation/reporting/reporting_viewer.php:93
-msgid "Your report has been planned, and the system will email you a "
+#, php-format
+msgid ""
+"Your report has been planned, and the system will email you a %s file with "
+"the report as soon as its finished"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:194
@@ -14567,7 +14560,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.php:4101
 #: ../../godmode/reporting/reporting_builder.php:4149
 #: ../../include/functions_groups.php:123
-#: ../../include/functions_reporting.php:16432
+#: ../../include/functions_reporting.php:16443
 #: ../../operation/reporting/reporting_viewer.php:114
 #: ../../operation/menu.php:470 ../../operation/search_results.php:150
 msgid "Reports"
@@ -14768,9 +14761,9 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1403
-#: ../../include/functions_reporting_html.php:3236
 #: ../../include/functions_reports.php:823
 #: ../../include/functions_reporting.php:3807
+#: ../../include/functions_reporting_html.php:3236
 msgid "End of life"
 msgstr ""
 
@@ -14971,7 +14964,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:934
 #: ../../include/lib/Dashboard/Widgets/post.php:214
 #: ../../include/functions_reports.php:856
-#: ../../include/functions_reporting.php:7938
+#: ../../include/functions_reporting.php:7949
 msgid "Text"
 msgstr ""
 
@@ -15041,8 +15034,8 @@ msgid "Display"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3152
-#: ../../include/functions_reporting_html.php:6266
 #: ../../include/functions_reporting.php:1724
+#: ../../include/functions_reporting_html.php:6266
 msgid "Avg"
 msgstr ""
 
@@ -15114,7 +15107,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:541
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903
 #: ../../include/functions_graph.php:5557
-#: ../../include/functions_reporting.php:11051
+#: ../../include/functions_reporting.php:11062
 msgid "Maximum"
 msgstr ""
 
@@ -15123,9 +15116,9 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912
 #: ../../include/functions_graph.php:2540
 #: ../../include/functions_graph.php:5565
+#: ../../include/functions_reporting.php:11058
 #: ../../include/functions_reporting_html.php:5083
 #: ../../include/functions_reporting_html.php:5154
-#: ../../include/functions_reporting.php:11047
 msgid "Minimum"
 msgstr ""
 
@@ -15145,8 +15138,8 @@ msgstr ""
 #: ../../include/functions_graph.php:2548
 #: ../../include/functions_graph.php:5581
 #: ../../include/functions_reports.php:766
-#: ../../include/functions_reporting.php:7535
-#: ../../include/functions_reporting.php:11043
+#: ../../include/functions_reporting.php:7546
+#: ../../include/functions_reporting.php:11054
 msgid "Summatory"
 msgstr ""
 
@@ -15315,19 +15308,19 @@ msgid "Event graphs"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3826
-msgid "By agent "
+msgid "By agent"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3836
-msgid "By user validator "
+msgid "By user validator"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3846
-msgid "By criticity "
+msgid "By criticity"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3856
-msgid "Validated vs unvalidated "
+msgid "Validated vs unvalidated"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3870
@@ -15460,12 +15453,12 @@ msgid "Use uncompressed module data."
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4217
-#: ../../include/functions_reporting.php:5536
+#: ../../include/functions_reporting.php:5547
 msgid "Unassigned group"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4263
-#: ../../include/functions_reporting.php:5530
+#: ../../include/functions_reporting.php:5541
 msgid "Unnasigned group"
 msgstr ""
 
@@ -15620,23 +15613,23 @@ msgstr ""
 #: ../../include/class/AlertsList.class.php:387
 #: ../../include/class/AlertsList.class.php:392
 #: ../../include/class/HelpFeedBack.class.php:355
-#: ../../include/class/AgentDeployWizard.class.php:611
-#: ../../include/class/AgentDeployWizard.class.php:616
 #: ../../include/class/ConfigPEN.class.php:750
 #: ../../include/class/ConfigPEN.class.php:755
-#: ../../include/class/CredentialStore.class.php:1605
-#: ../../include/class/CredentialStore.class.php:1610
 #: ../../include/class/Diagnostics.class.php:2190
 #: ../../include/class/ModuleTemplates.class.php:1411
 #: ../../include/class/ModuleTemplates.class.php:1416
-#: ../../include/class/SatelliteAgent.class.php:1097
-#: ../../include/class/SatelliteAgent.class.php:1102
 #: ../../include/class/WebServerModuleDebug.class.php:366
 #: ../../include/class/WebServerModuleDebug.class.php:371
-#: ../../include/class/SatelliteCollection.class.php:624
-#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/class/AgentWizard.class.php:6066
 #: ../../include/class/AgentWizard.class.php:6071
+#: ../../include/class/AgentDeployWizard.class.php:611
+#: ../../include/class/AgentDeployWizard.class.php:616
+#: ../../include/class/CredentialStore.class.php:1605
+#: ../../include/class/CredentialStore.class.php:1610
+#: ../../include/class/SatelliteAgent.class.php:1097
+#: ../../include/class/SatelliteAgent.class.php:1102
+#: ../../include/class/SatelliteCollection.class.php:624
+#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629
 #: ../../operation/visual_console/view.php:1225
 #: ../../operation/visual_console/view.php:1230
@@ -16825,373 +16818,6 @@ msgstr ""
 msgid "Error deleting"
 msgstr ""
 
-#: ../../godmode/setup/performance.php:185
-msgid "Pandora_db running in active database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:186
-#: ../../godmode/setup/performance.php:242
-msgid "Executed:"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:192
-#: ../../godmode/setup/performance.php:247
-msgid "ago"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:241
-msgid "Pandora_db running in historical database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:249
-msgid "Not executed"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:262
-#: ../../godmode/setup/performance.php:505
-msgid "Max. days before delete events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:277
-#: ../../include/functions_config.php:880
-msgid "Max. days before delete traps"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:292
-#: ../../include/functions_config.php:888
-msgid "Max. days before delete audit events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:307
-#: ../../godmode/setup/performance.php:517
-#: ../../include/functions_config.php:884
-msgid "Max. days before delete string data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:322
-#: ../../include/functions_config.php:892
-msgid "Max. days before delete GIS data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:337
-#: ../../godmode/setup/performance.php:469
-#: ../../include/functions_config.php:896
-msgid "Max. days before purge"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:352
-#: ../../godmode/setup/performance.php:481
-#: ../../include/functions_config.php:908
-msgid "Max. days before compact data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:367
-#: ../../include/functions_config.php:900
-msgid "Max. days before delete unknown modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:382
-#: ../../include/functions_config.php:904
-msgid "Max. days before delete not initialized modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:397
-msgid "Max. days before delete autodisabled agents"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:412
-#: ../../include/functions_config.php:956
-msgid "Retention period of past special days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:424
-#: ../../include/functions_config.php:960
-msgid "Max. macro data fields"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:493
-#: ../../godmode/setup/performance.php:611
-#: ../../include/functions_config.php:924
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:536
-#: ../../include/functions_config.php:974
-msgid "Max. days before delete old messages"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:549
-#: ../../include/functions_config.php:965
-msgid "Max. days before delete inventory data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:562
-#: ../../include/functions_config.php:970
-msgid "Max. days before disabled agents are deleted"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:582
-msgid "Item limit for realtime reports"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:597
-#: ../../include/functions_config.php:920
-msgid "Limit of events per query"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:625
-msgid "Last day"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:626
-msgid "2 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:627
-msgid "10 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:628
-msgid "Last week"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:629
-msgid "2 weeks"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:630
-msgid "Last month"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:633
-#: ../../include/functions_config.php:928
-msgid "Default hours for event view"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:648
-#: ../../include/functions_config.php:932
-msgid "Use realtime statistics"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:658
-#: ../../include/functions_config.php:936
-msgid "Batch statistics period (secs)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:681
-#: ../../include/functions_config.php:940
-msgid "Max. recommended number of files in attachment directory"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:693
-#: ../../include/functions_config.php:944
-msgid "Delete not init modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:703
-msgid "Big Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:718
-#: ../../include/functions_config.php:952
-msgid "Small Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:733
-#: ../../include/functions_config.php:978
-msgid "Graph container - Max. Items"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:745
-msgid "Events response max. execution"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:757
-#: ../../include/functions_config.php:990
-msgid "Row limit in csv log"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:772
-msgid "SNMP walk binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:784
-msgid ""
-"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
-"instead (by default snmpwalk, slower)."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:789
-msgid "SNMP walk binary (fallback)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:802
-#, php-format
-msgid ""
-"%s web2image cache system cleanup. It is always cleaned up after perform an "
-"upgrade"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:809
-msgid "WMI binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:821
-msgid ""
-"Before increasing this value, be aware that a large number can affect "
-"performance in PDF generation. Set to 0 to disregard this limit."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:826
-#: ../../include/functions_config.php:986
-msgid "Rows limit for SQL report item PDF"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:864
-msgid "Database maintenance status"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:869
-msgid "Database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:875
-msgid "Historical database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
-#: ../../include/functions_netflow.php:2342
-#: ../../include/functions_reporting.php:4433
-msgid "Others"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:886
-msgid "Agent SNMP Interface Wizard defaults"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:146
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
-msgid "Progress"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:227
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
-msgid "View summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:277
-msgid ""
-"You may need to increase the value of the plugin_timeout parameter in your "
-"server configuration to get all your agents data updated"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:331
-msgid "Agents interval"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:336
-msgid "Generate historical data for all agents"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:346
-msgid "Days of historical data to insert in the agent data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:363
-msgid "Create services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:374
-msgid "Create network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:384
-msgid "Create GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:404
-msgid "Create reports"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:414
-msgid "Create visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:424
-msgid "Create dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "Traps target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "All demo traps are generated using version 1"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:450
-msgid "Traps community"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:466
-msgid "Tentacle target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:482
-msgid "Tentacle port"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:498
-msgid "Tentacle extra options"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:515
-msgid "Configure demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:531
-#: ../../include/class/WelcomeWindow.class.php:1627
-msgid "Create demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
-#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
-#: ../../operation/agentes/ver_agente.php:1880
-msgid "Services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
-#: ../../include/functions_groups.php:235
-#: ../../operation/agentes/networkmap.dinamic.php:150
-#: ../../operation/agentes/pandora_networkmap.view.php:2375
-msgid "Network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
-#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
-#: ../../include/functions_groups.php:187
-msgid "GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
-#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
-#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
-msgid "Visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
-#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
-msgid "Dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:598
-msgid "Active demo data summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:666
-msgid "Delete all demo data"
-msgstr ""
-
 #: ../../godmode/setup/news.php:30
 msgid "Site news management"
 msgstr ""
@@ -17675,6 +17301,435 @@ msgstr ""
 msgid "Correct update the setup options"
 msgstr ""
 
+#: ../../godmode/setup/setup_netflow.php:45
+msgid ""
+"The Netflow data will be saved in the directory specified here, which will "
+"be located in the path defined by the \"General Network path\" parameter "
+"(this parameter is found in the General Settings)."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:76
+#: ../../include/functions_config.php:1643
+msgid "Netflow max lifetime"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+#: ../../include/functions_config.php:1647
+msgid "Netflow interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+msgid "It is necessary to restart the server if the value is changed."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:90
+msgid "10 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:91
+msgid "30 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:92
+msgid "60 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+#: ../../include/functions_config.php:1655
+msgid "Enable Sflow"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+msgid ""
+"SFLow uses a different protocol and needs an alternative collector that must "
+"be activated with this switch"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:47
+#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
+msgid "File manager"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:89
+#: ../../include/functions_filemanager.php:704
+#, php-format
+msgid "Index of %s"
+msgstr ""
+
+#: ../../godmode/setup/os.list.php:56
+#, php-format
+msgid ""
+"This node is configured with centralized mode. All OS definitions are read "
+"only. Go to %s to manage them."
+msgstr ""
+
+#: ../../godmode/setup/demo.php:146
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
+msgid "Progress"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:227
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
+msgid "View summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:277
+msgid ""
+"You may need to increase the value of the plugin_timeout parameter in your "
+"server configuration to get all your agents data updated"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:331
+msgid "Agents interval"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:336
+msgid "Generate historical data for all agents"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:346
+msgid "Days of historical data to insert in the agent data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:363
+msgid "Create services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:374
+msgid "Create network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:384
+msgid "Create GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:404
+msgid "Create reports"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:414
+msgid "Create visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:424
+msgid "Create dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "Traps target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "All demo traps are generated using version 1"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:450
+msgid "Traps community"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:466
+msgid "Tentacle target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:482
+msgid "Tentacle port"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:498
+msgid "Tentacle extra options"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:515
+msgid "Configure demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:531
+#: ../../include/class/WelcomeWindow.class.php:1627
+msgid "Create demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
+#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
+#: ../../operation/agentes/ver_agente.php:1880
+msgid "Services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
+#: ../../include/functions_groups.php:235
+#: ../../operation/agentes/networkmap.dinamic.php:150
+#: ../../operation/agentes/pandora_networkmap.view.php:2375
+msgid "Network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
+#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
+#: ../../include/functions_groups.php:187
+msgid "GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
+#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
+#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
+msgid "Visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
+#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
+msgid "Dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:598
+msgid "Active demo data summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:666
+msgid "Delete all demo data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:185
+msgid "Pandora_db running in active database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:186
+#: ../../godmode/setup/performance.php:242
+msgid "Executed:"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:192
+#: ../../godmode/setup/performance.php:247
+msgid "ago"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:241
+msgid "Pandora_db running in historical database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:249
+msgid "Not executed"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:262
+#: ../../godmode/setup/performance.php:505
+msgid "Max. days before delete events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:277
+#: ../../include/functions_config.php:880
+msgid "Max. days before delete traps"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:292
+#: ../../include/functions_config.php:888
+msgid "Max. days before delete audit events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:307
+#: ../../godmode/setup/performance.php:517
+#: ../../include/functions_config.php:884
+msgid "Max. days before delete string data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:322
+#: ../../include/functions_config.php:892
+msgid "Max. days before delete GIS data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:337
+#: ../../godmode/setup/performance.php:469
+#: ../../include/functions_config.php:896
+msgid "Max. days before purge"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:352
+#: ../../godmode/setup/performance.php:481
+#: ../../include/functions_config.php:908
+msgid "Max. days before compact data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:367
+#: ../../include/functions_config.php:900
+msgid "Max. days before delete unknown modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:382
+#: ../../include/functions_config.php:904
+msgid "Max. days before delete not initialized modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:397
+msgid "Max. days before delete autodisabled agents"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:412
+#: ../../include/functions_config.php:956
+msgid "Retention period of past special days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:424
+#: ../../include/functions_config.php:960
+msgid "Max. macro data fields"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:493
+#: ../../godmode/setup/performance.php:611
+#: ../../include/functions_config.php:924
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:536
+#: ../../include/functions_config.php:974
+msgid "Max. days before delete old messages"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:549
+#: ../../include/functions_config.php:965
+msgid "Max. days before delete inventory data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:562
+#: ../../include/functions_config.php:970
+msgid "Max. days before disabled agents are deleted"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:582
+msgid "Item limit for realtime reports"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:597
+#: ../../include/functions_config.php:920
+msgid "Limit of events per query"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:625
+msgid "Last day"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:626
+msgid "2 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:627
+msgid "10 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:628
+msgid "Last week"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:629
+msgid "2 weeks"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:630
+msgid "Last month"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:633
+#: ../../include/functions_config.php:928
+msgid "Default hours for event view"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:648
+#: ../../include/functions_config.php:932
+msgid "Use realtime statistics"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:658
+#: ../../include/functions_config.php:936
+msgid "Batch statistics period (secs)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:681
+#: ../../include/functions_config.php:940
+msgid "Max. recommended number of files in attachment directory"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:693
+#: ../../include/functions_config.php:944
+msgid "Delete not init modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:703
+msgid "Big Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:718
+#: ../../include/functions_config.php:952
+msgid "Small Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:733
+#: ../../include/functions_config.php:978
+msgid "Graph container - Max. Items"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:745
+msgid "Events response max. execution"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:757
+#: ../../include/functions_config.php:990
+msgid "Row limit in csv log"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:772
+msgid "SNMP walk binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:784
+msgid ""
+"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
+"instead (by default snmpwalk, slower)."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:789
+msgid "SNMP walk binary (fallback)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:802
+#, php-format
+msgid ""
+"%s web2image cache system cleanup. It is always cleaned up after perform an "
+"upgrade"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:809
+msgid "WMI binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:821
+msgid ""
+"Before increasing this value, be aware that a large number can affect "
+"performance in PDF generation. Set to 0 to disregard this limit."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:826
+#: ../../include/functions_config.php:986
+msgid "Rows limit for SQL report item PDF"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:864
+msgid "Database maintenance status"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:869
+msgid "Database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:875
+msgid "Historical database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
+#: ../../include/functions_netflow.php:2342
+#: ../../include/functions_reporting.php:4444
+msgid "Others"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:886
+msgid "Agent SNMP Interface Wizard defaults"
+msgstr ""
+
 #: ../../godmode/setup/setup_ITSM.php:89
 #, php-format
 msgid "ITSM API is not reachable, %s"
@@ -17755,9 +17810,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widget.php:634
 #: ../../include/lib/ITSM/ITSM.php:513
 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399
-#: ../../include/functions_ui.php:8190
 #: ../../include/functions_reporting_html.php:947
 #: ../../include/functions_reporting_html.php:1043
+#: ../../include/functions_ui.php:8190
 #: ../../views/ITSM/ITSMTicketEditView.php:78
 #: ../../views/ITSM/ITSMTicketListView.php:78
 msgid "Title"
@@ -17787,819 +17842,150 @@ msgstr ""
 msgid "Update and continue"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:45
+#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
+msgid "Fallback to local authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
+msgid "Autocreate remote users"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
+msgid "LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:107
+#: ../../include/functions_config.php:683
+msgid "LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:129
+#: ../../include/functions_config.php:687
+msgid "LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:146
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:691
+msgid "Start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:157
+#: ../../include/functions_config.php:695
+msgid "Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:170
+#: ../../include/functions_config.php:699
+msgid "Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:703
+msgid "Admin LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:196
+#: ../../include/functions_config.php:708
+msgid "Admin LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:221
+msgid "Ldap search timeout (secs)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:241
+msgid "Enable secondary LDAP"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:256
+#: ../../include/functions_config.php:717
+msgid "Secondary LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:273
+#: ../../include/functions_config.php:721
+msgid "Secondary LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:295
+#: ../../include/functions_config.php:725
+msgid "Secondary LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:312
+#: ../../include/functions_config.php:659
+msgid "Secondary start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:323
+msgid "Secondary Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:336
+msgid "Secondary Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:349
+#: ../../include/functions_config.php:741
+msgid "Admin secondary LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:362
+msgid "Admin secondary LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:404
+#: ../../godmode/users/configure_user.php:1457
+#: ../../include/functions_config.php:839
+#: ../../operation/users/user_edit.php:534
+msgid "Double authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:419
+msgid "Force 2FA for all users is enabled"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:439
+msgid "Check activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:440
+msgid "Ignore activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
+msgid "Control of timeout session"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
 msgid ""
-"The Netflow data will be saved in the directory specified here, which will "
-"be located in the path defined by the \"General Network path\" parameter "
-"(this parameter is found in the General Settings)."
+"Select 'ignore activity' to ignore user activity when checking the session."
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:76
-#: ../../include/functions_config.php:1643
-msgid "Netflow max lifetime"
+#: ../../godmode/setup/setup_auth.php:460
+msgid "Session timeout (mins)"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-#: ../../include/functions_config.php:1647
-msgid "Netflow interval"
+#: ../../godmode/setup/setup_auth.php:507
+#, php-format
+msgid "Local %s"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-msgid "It is necessary to restart the server if the value is changed."
+#: ../../godmode/setup/setup_auth.php:508
+msgid "LDAP"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:90
-msgid "10 min"
+#: ../../godmode/setup/setup_auth.php:515
+#: ../../include/class/AgentWizard.class.php:954
+#: ../../include/class/CredentialStore.class.php:1161
+#: ../../include/class/CredentialStore.class.php:1463
+#: ../../include/functions_config.php:587
+msgid "Authentication method"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:91
-msgid "30 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:92
-msgid "60 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-#: ../../include/functions_config.php:1655
-msgid "Enable Sflow"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-msgid ""
-"SFLow uses a different protocol and needs an alternative collector that must "
-"be activated with this switch"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:73
-msgid "Legacy visual console Information"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid "Click to display lateral menus"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid ""
-"When the side menu is collapsed, it allows you to define whether it is "
-"displayed by hovering the mouse over it or you need to click to display it."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:124
-msgid "Paginated module view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-#: ../../include/functions_config.php:1396
-msgid "Display data of proc modules in other format"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-msgid ""
-"It allows to define the message that appears when you hover over a color box "
-"that shows the status of an agent or a module. If you want to change what "
-"the default color box looks like, choose another form of visual "
-"representation in the \"Status icon set\" option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../include/functions_config.php:1400
-msgid "Display text proc modules have state is ok"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:148
-#: ../../include/functions_config.php:1404
-msgid "Display text when proc modules have state critical"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../include/functions_config.php:1413
-msgid "Service label font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Space between items in Service maps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:167
-msgid "Show both (tabs and menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:168
-msgid "Show only icons"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:169
-msgid "Show only menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:171
-#: ../../include/functions_config.php:1448
-msgid "Tabs menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:261
-msgid "Colors"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:262
-msgid "Faces"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Colors and text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:365
-#: ../../include/functions_config.php:1084
-msgid "Style template"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-#: ../../include/functions_config.php:1104
-msgid "Status icon set"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-msgid ""
-"It changes the appearance of the agent or module status icon. Useful for "
-"people with problems when discriminating colors, you may overlay a text in "
-"the box or add an emoji (that icon can be replaced by a custom one, "
-"replacing the files on disk)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:419
-#: ../../include/functions_config.php:1116
-msgid "Custom favicon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:450
-msgid "Custom background login"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:486
-msgid "Custom logo (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:511
-msgid "Custom logo collapsed (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:537
-msgid "Custom logo (header white background)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:562
-msgid "Custom logo (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:590
-msgid "Custom Splash (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../include/functions_config.php:1140
-msgid "Custom documentation logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:668
-#: ../../include/functions_config.php:1144
-msgid "Custom support logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:706
-#: ../../include/functions_config.php:1148
-#: ../../include/functions_config.php:1152
-msgid "Custom networkmap center logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:746
-msgid "Custom mobile console icon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:795
-msgid "Datepicker first day of week"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:813
-msgid "Title (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:819
-msgid "Subtitle (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:827
-msgid "Title 1 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:832
-msgid "Title 2 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:838
-msgid "Docs URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:843
-msgid "Support URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:849
-#: ../../include/functions_config.php:1196
-msgid "Product name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:854
-#: ../../include/functions_config.php:1200
-msgid "Copyright notice"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:860
-#: ../../include/functions_config.php:1204
-#: ../../include/functions_config.php:1208
-msgid "Background opacity % (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:865
-msgid "Disable logo in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:883
-msgid "Disable helps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:893
-#: ../../include/functions_config.php:1352
-msgid "Fixed header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:905
-msgid "Automatically hide submenu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:915
-msgid "Visual effects and animation"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:926
-msgid "Random background (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:952
-#: ../../include/functions_config.php:1316
-msgid "GIS Labels"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:962
-#: ../../include/functions_config.php:1324
-msgid "Default icon in GIS"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:971
-msgid "Agent icon group"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1021
-msgid "Graphs font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1040
-msgid "Show unit along with value in reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1051
-#: ../../include/functions_config.php:1284
-msgid "Truncate agent text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1061
-#: ../../include/functions_config.php:1296
-msgid "Truncate module text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-#: ../../include/functions_config.php:1288
-#: ../../include/functions_config.php:1292
-msgid "Agent size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here. If the "
-"text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1079
-#: ../../godmode/setup/setup_visuals.php:1101
-msgid "Small"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-#: ../../include/functions_config.php:1300
-msgid "Module size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here.   If "
-"the text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1118
-#: ../../include/functions_config.php:1304
-#: ../../include/functions_config.php:1308
-msgid "Description size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1129
-#: ../../include/functions_config.php:1312
-msgid "Item title size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1158
-msgid "On Boolean graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1161
-msgid "Show only average by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1162
-msgid "Show MAX/AVG/MIN by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1181
-msgid "Graph color #"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1195
-msgid ""
-"Number of decimals to display in reports and visual consoles. It must be "
-"between 0 and 5."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1200
-msgid "Data precision"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1218
-msgid "Data precision in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-#: ../../include/functions_config.php:1071
-msgid "Value to interface graphics"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-msgid "Name of the drives for network interface graphics (SNMP)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1249
-#: ../../include/functions_config.php:1380
-msgid "Default line thickness for the Custom Graph."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1262
-msgid "Number of elements in Custom Graph"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1276
-#: ../../include/functions_config.php:1092
-msgid "Use round corners"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-#: ../../include/functions_config.php:1096
-msgid "Chart fit to content"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-msgid ""
-"There are graphs whose values are percentages and the top of the graph "
-"exceeds the maximum value one hundred, you may configure the graphs to stop "
-"adding a proportional upper margin by activating this option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1297
-msgid "Type of module charts"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid "Graph TIP view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid ""
-"TIP graphs show the full data resolution, they are much more expensive in BD/"
-"CPU time, but they allow to \"zoom\" interactively and show all the data, "
-"without compacting the information in fewer points. By default (off), TIPs "
-"can be seen, but manually, if this mode is selected in each graph, but you "
-"may also define that they always come out as TIP or also define that this is "
-"so, but only for those of Boolean data."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid "Graph mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid ""
-"It displays the default graphs with three overlapping data series (Maximum, "
-"Average, and Minimum) or with only one data series (Average)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1374
-msgid "Zoom graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1394
-#: ../../godmode/setup/setup_visuals.php:1395
-#: ../../godmode/setup/setup_visuals.php:1980
-#: ../../godmode/snmpconsole/snmp_alert.php:1612
-#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
-#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
-#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
-#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
-#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
-#: ../../include/functions_visual_map_editor.php:1278
-#: ../../include/functions_visual_map_editor.php:1279
-#: ../../include/functions.php:530 ../../include/functions.php:661
-#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
-#: ../../operation/events/sound_events.php:153
-#: ../../operation/events/sound_events.php:154
-#: ../../operation/events/sound_events.php:155
-#: ../../operation/events/sound_events.php:156
-#: ../../operation/events/sound_events.php:160
-#: ../../operation/events/sound_events.php:161
-#: ../../operation/events/sound_events.php:162
-#: ../../operation/events/sound_events.php:163
-#: ../../operation/events/sound_events.php:164
-#: ../../operation/events/sound_events.php:165
-msgid "seconds"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1396
-#: ../../godmode/setup/setup_visuals.php:1397
-#: ../../godmode/setup/setup_visuals.php:1398
-#: ../../godmode/setup/setup_visuals.php:1399
-#: ../../godmode/setup/setup_visuals.php:1981
-#: ../../include/functions_visual_map_editor.php:1280
-#: ../../include/functions_visual_map_editor.php:1281
-#: ../../include/functions_visual_map_editor.php:1282
-#: ../../include/functions_visual_map_editor.php:1283
-#: ../../include/functions.php:534 ../../include/functions.php:665
-#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
-msgid "minutes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1400
-#: ../../include/functions_visual_map_editor.php:1284
-msgid "hour"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1403
-msgid "Classic view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1404
-msgid "View of favorites"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1414
-msgid "Default cache expiration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1419
-#: ../../include/functions_visual_map_editor.php:1310
-msgid "No cache"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1432
-#: ../../include/functions_config.php:1252
-msgid "Default interval for refresh on Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1448
-msgid "Type of view of visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1461
-msgid "Number of favorite visual consoles to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1467
-#: ../../include/functions_config.php:1268
-msgid "Default line thickness for the Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1479
-msgid "Visual console default text margin (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1485
-msgid "Lock screen orientation when viewing on mobile devices"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-#: ../../include/functions_config.php:1276
-msgid "Display item frame on alert triggered"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-msgid "It displays an orange box around items that have triggered an alert."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1517
-msgid "Number of favorite services to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1562
-msgid "Show report info with description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1572
-msgid "Custom report front page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1583
-#: ../../include/functions_config.php:1559
-msgid "PDF font size (px)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1587
-#: ../../include/functions_config.php:1555
-msgid "HTML font size for SLA (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1593
-msgid "Graph image height for HTML reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1597
-msgid "Interval description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1563
-#: ../../include/functions_config.php:1567
-#: ../../include/functions_config.php:1571
-#: ../../include/functions_config.php:1575
-#: ../../include/functions_config.php:1579
-#: ../../include/functions_config.php:1583
-msgid "Custom report front"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../include/functions_config.php:1120
-#: ../../include/functions_config.php:1571
-msgid "Custom logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1615
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-msgid ""
-"You may use the following macros: _REPORT_NAME_ indicating the name of the "
-"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
-"report), _DATETIME_ date/time of the generation of the report."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../include/class/TipsWindow.class.php:814
-#: ../../include/class/TipsWindow.class.php:981
-msgid "Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../include/functions_config.php:1575
-msgid "Header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../include/functions_config.php:1579
-msgid "First page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1583
-msgid "Footer"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1691
-msgid "Comparation in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1698
-msgid "Timestamp in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1705
-msgid "Compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1790
-msgid "Use 1024 when module unit are bytes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1791
-msgid "Use always 1000"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1792
-msgid "Use always 1024"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1804
-#: ../../include/functions_config.php:1364
-msgid "Networkmap max width"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "Show only the group name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "The name of the group will be displayed instead of displaying its icon."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1827
-msgid "Show empty groups in group view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-#: ../../include/functions_config.php:1019
-msgid "Date format string"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-msgid "It uses a unix datetime format definition string."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1846
-msgid "Example"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1855
-#: ../../include/functions_config.php:1603
-msgid "Decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1870
-msgid "Visible time of successful notifiations"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1883
-msgid "Timestamp, time comparison, or compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid "Custom values post process"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid ""
-"Custom conversion values for post-processing. It updates a table in the "
-"database to have custom conversions from one unit to another."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1938
-#: ../../godmode/setup/setup_visuals.php:2105
-msgid "Delete custom values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1982
-#: ../../include/functions_snmp.php:402 ../../include/functions.php:535
-#: ../../include/functions.php:666 ../../include/functions_html.php:2563
-#: ../../include/functions_html.php:8129
-#: ../../include/functions_events.php:5365
-msgid "hours"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532
-#: ../../include/functions.php:663 ../../include/functions_html.php:2566
-#: ../../include/functions_html.php:8132
-msgid "months"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533
-#: ../../include/functions.php:664 ../../include/functions_html.php:2567
-#: ../../include/functions_html.php:8133
-msgid "years"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1988
-msgid "Interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2027
-msgid "Delete interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2070
-msgid "Module units"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2143
-#: ../../include/functions_config.php:1587
-msgid "CSV divider"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2148
-#: ../../include/functions_config.php:1591
-msgid "CSV decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid "Data multiplier to use in graphs/data"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid ""
-"Value by which it will multiply the data shown to represent them in graphs. "
-"This is useful in case the value unit is bytes; for other conversions use "
-"Custom value post processing."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2158
-#: ../../include/functions_config.php:1599
-msgid "Hide general stats for non admin users in tactical view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2175
-msgid "Behaviour configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2180
-msgid "GIS configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2185
-msgid "Style configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2190
-msgid "Charts configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2195
-msgid "Font and Text configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2200
-msgid "Visual consoles configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2205
-msgid "Reports configuration "
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2210
-msgid "Services configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2215
-msgid "Other configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2400
-#: ../../include/functions_config.php:1528
-msgid "Delete interval"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2458
-msgid "Logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2488
-msgid "Splash Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2507
-msgid "Mobile console logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2543
-msgid "Gis icons preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2609
-msgid "Status set preview"
+#: ../../godmode/setup/setup_auth.php:561
+msgid "Session timeout must be a number"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:52
@@ -18607,22 +17993,16 @@ msgid "Enforce https Information"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:53
-msgid "If SSL is not properly configured you will lose access to "
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:53
-#: ../../godmode/setup/setup_general.php:115
-msgid " Console"
+msgid "If SSL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:58
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494
-#: ../../include/functions.php:1378
+#: ../../include/functions.php:1378 ../../include/functions_events.php:2651
+#: ../../include/functions_events.php:3213
 #: ../../include/functions_reporting_html.php:1796
 #: ../../include/functions_reporting_html.php:3908
-#: ../../include/functions_events.php:2651
-#: ../../include/functions_events.php:3213
 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948
 msgid "System"
 msgstr ""
@@ -18711,7 +18091,7 @@ msgid "UTC"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:115
-msgid "If public URL is not properly configured you will lose access to "
+msgid "If public URL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:181
@@ -19132,168 +18512,774 @@ msgstr ""
 msgid "Email test"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:47
-#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
-msgid "File manager"
+#: ../../godmode/setup/setup_visuals.php:73
+msgid "Legacy visual console Information"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:89
-#: ../../include/functions_filemanager.php:704
-#, php-format
-msgid "Index of %s"
+#: ../../godmode/setup/setup_visuals.php:74
+msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
 msgstr ""
 
-#: ../../godmode/setup/os.list.php:56
-#, php-format
+#: ../../godmode/setup/setup_visuals.php:112
+msgid "Click to display lateral menus"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:112
 msgid ""
-"This node is configured with centralized mode. All OS definitions are read "
-"only. Go to %s to manage them."
+"When the side menu is collapsed, it allows you to define whether it is "
+"displayed by hovering the mouse over it or you need to click to display it."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
-msgid "Fallback to local authentication"
+#: ../../godmode/setup/setup_visuals.php:124
+msgid "Paginated module view"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
-msgid "Autocreate remote users"
+#: ../../godmode/setup/setup_visuals.php:133
+#: ../../include/functions_config.php:1396
+msgid "Display data of proc modules in other format"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
-msgid "LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:683
-msgid "LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:129
-#: ../../include/functions_config.php:687
-msgid "LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:146
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:691
-msgid "Start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:157
-#: ../../include/functions_config.php:695
-msgid "Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:170
-#: ../../include/functions_config.php:699
-msgid "Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:183
-#: ../../include/functions_config.php:703
-msgid "Admin LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:196
-#: ../../include/functions_config.php:708
-msgid "Admin LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:221
-msgid "Ldap search timeout (secs)"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:241
-msgid "Enable secondary LDAP"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:256
-#: ../../include/functions_config.php:717
-msgid "Secondary LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:273
-#: ../../include/functions_config.php:721
-msgid "Secondary LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:295
-#: ../../include/functions_config.php:725
-msgid "Secondary LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:312
-#: ../../include/functions_config.php:659
-msgid "Secondary start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:323
-msgid "Secondary Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:336
-msgid "Secondary Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:349
-#: ../../include/functions_config.php:741
-msgid "Admin secondary LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:362
-msgid "Admin secondary LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:404
-#: ../../godmode/users/configure_user.php:1457
-#: ../../include/functions_config.php:839
-#: ../../operation/users/user_edit.php:534
-msgid "Double authentication"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:419
-msgid "Force 2FA for all users is enabled"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:439
-msgid "Check activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:440
-msgid "Ignore activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
-msgid "Control of timeout session"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
+#: ../../godmode/setup/setup_visuals.php:133
 msgid ""
-"Select 'ignore activity' to ignore user activity when checking the session."
+"It allows to define the message that appears when you hover over a color box "
+"that shows the status of an agent or a module. If you want to change what "
+"the default color box looks like, choose another form of visual "
+"representation in the \"Status icon set\" option."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:460
-msgid "Session timeout (mins)"
+#: ../../godmode/setup/setup_visuals.php:144
+#: ../../include/functions_config.php:1400
+msgid "Display text proc modules have state is ok"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:507
-#, php-format
-msgid "Local %s"
+#: ../../godmode/setup/setup_visuals.php:148
+#: ../../include/functions_config.php:1404
+msgid "Display text when proc modules have state critical"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:508
-msgid "LDAP"
+#: ../../godmode/setup/setup_visuals.php:155
+#: ../../include/functions_config.php:1413
+msgid "Service label font size"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:515
-#: ../../include/class/CredentialStore.class.php:1161
-#: ../../include/class/CredentialStore.class.php:1463
-#: ../../include/class/AgentWizard.class.php:954
-#: ../../include/functions_config.php:587
-msgid "Authentication method"
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Space between items in Service maps"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:561
-msgid "Session timeout must be a number"
+#: ../../godmode/setup/setup_visuals.php:167
+msgid "Show both (tabs and menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:168
+msgid "Show only icons"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:169
+msgid "Show only menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:171
+#: ../../include/functions_config.php:1448
+msgid "Tabs menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:261
+msgid "Colors"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:262
+msgid "Faces"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:263
+msgid "Colors and text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:365
+#: ../../include/functions_config.php:1084
+msgid "Style template"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+#: ../../include/functions_config.php:1104
+msgid "Status icon set"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+msgid ""
+"It changes the appearance of the agent or module status icon. Useful for "
+"people with problems when discriminating colors, you may overlay a text in "
+"the box or add an emoji (that icon can be replaced by a custom one, "
+"replacing the files on disk)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:1116
+msgid "Custom favicon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:450
+msgid "Custom background login"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:486
+msgid "Custom logo (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:511
+msgid "Custom logo collapsed (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:537
+msgid "Custom logo (header white background)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:562
+msgid "Custom logo (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:590
+msgid "Custom Splash (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:628
+#: ../../include/functions_config.php:1140
+msgid "Custom documentation logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:668
+#: ../../include/functions_config.php:1144
+msgid "Custom support logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:706
+#: ../../include/functions_config.php:1148
+#: ../../include/functions_config.php:1152
+msgid "Custom networkmap center logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:746
+msgid "Custom mobile console icon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:795
+msgid "Datepicker first day of week"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:813
+msgid "Title (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:819
+msgid "Subtitle (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:827
+msgid "Title 1 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:832
+msgid "Title 2 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:838
+msgid "Docs URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:843
+msgid "Support URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:849
+#: ../../include/functions_config.php:1196
+msgid "Product name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:854
+#: ../../include/functions_config.php:1200
+msgid "Copyright notice"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:860
+#: ../../include/functions_config.php:1204
+#: ../../include/functions_config.php:1208
+msgid "Background opacity % (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:865
+msgid "Disable logo in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:883
+msgid "Disable helps"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:893
+#: ../../include/functions_config.php:1352
+msgid "Fixed header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:905
+msgid "Automatically hide submenu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:915
+msgid "Visual effects and animation"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:926
+msgid "Random background (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:952
+#: ../../include/functions_config.php:1316
+msgid "GIS Labels"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:962
+#: ../../include/functions_config.php:1324
+msgid "Default icon in GIS"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:971
+msgid "Agent icon group"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1021
+msgid "Graphs font size"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1040
+msgid "Show unit along with value in reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1051
+#: ../../include/functions_config.php:1284
+msgid "Truncate agent text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1061
+#: ../../include/functions_config.php:1296
+msgid "Truncate module text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+#: ../../include/functions_config.php:1288
+#: ../../include/functions_config.php:1292
+msgid "Agent size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here. If the "
+"text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1079
+#: ../../godmode/setup/setup_visuals.php:1101
+msgid "Small"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+#: ../../include/functions_config.php:1300
+msgid "Module size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here.   If "
+"the text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1118
+#: ../../include/functions_config.php:1304
+#: ../../include/functions_config.php:1308
+msgid "Description size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1129
+#: ../../include/functions_config.php:1312
+msgid "Item title size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1158
+msgid "On Boolean graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1161
+msgid "Show only average by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1162
+msgid "Show MAX/AVG/MIN by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1181
+msgid "Graph color #"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1195
+msgid ""
+"Number of decimals to display in reports and visual consoles. It must be "
+"between 0 and 5."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1200
+msgid "Data precision"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1218
+msgid "Data precision in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+#: ../../include/functions_config.php:1071
+msgid "Value to interface graphics"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+msgid "Name of the drives for network interface graphics (SNMP)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1249
+#: ../../include/functions_config.php:1380
+msgid "Default line thickness for the Custom Graph."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1262
+msgid "Number of elements in Custom Graph"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1276
+#: ../../include/functions_config.php:1092
+msgid "Use round corners"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+#: ../../include/functions_config.php:1096
+msgid "Chart fit to content"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+msgid ""
+"There are graphs whose values are percentages and the top of the graph "
+"exceeds the maximum value one hundred, you may configure the graphs to stop "
+"adding a proportional upper margin by activating this option."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1297
+msgid "Type of module charts"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid "Graph TIP view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid ""
+"TIP graphs show the full data resolution, they are much more expensive in BD/"
+"CPU time, but they allow to \"zoom\" interactively and show all the data, "
+"without compacting the information in fewer points. By default (off), TIPs "
+"can be seen, but manually, if this mode is selected in each graph, but you "
+"may also define that they always come out as TIP or also define that this is "
+"so, but only for those of Boolean data."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid "Graph mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid ""
+"It displays the default graphs with three overlapping data series (Maximum, "
+"Average, and Minimum) or with only one data series (Average)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1374
+msgid "Zoom graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1394
+#: ../../godmode/setup/setup_visuals.php:1395
+#: ../../godmode/setup/setup_visuals.php:1980
+#: ../../godmode/snmpconsole/snmp_alert.php:1612
+#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
+#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
+#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
+#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
+#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
+#: ../../include/functions_visual_map_editor.php:1278
+#: ../../include/functions_visual_map_editor.php:1279
+#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
+#: ../../include/functions.php:530 ../../include/functions.php:661
+#: ../../operation/events/sound_events.php:153
+#: ../../operation/events/sound_events.php:154
+#: ../../operation/events/sound_events.php:155
+#: ../../operation/events/sound_events.php:156
+#: ../../operation/events/sound_events.php:160
+#: ../../operation/events/sound_events.php:161
+#: ../../operation/events/sound_events.php:162
+#: ../../operation/events/sound_events.php:163
+#: ../../operation/events/sound_events.php:164
+#: ../../operation/events/sound_events.php:165
+msgid "seconds"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1396
+#: ../../godmode/setup/setup_visuals.php:1397
+#: ../../godmode/setup/setup_visuals.php:1398
+#: ../../godmode/setup/setup_visuals.php:1399
+#: ../../godmode/setup/setup_visuals.php:1981
+#: ../../include/functions_visual_map_editor.php:1280
+#: ../../include/functions_visual_map_editor.php:1281
+#: ../../include/functions_visual_map_editor.php:1282
+#: ../../include/functions_visual_map_editor.php:1283
+#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
+#: ../../include/functions.php:534 ../../include/functions.php:665
+msgid "minutes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1400
+#: ../../include/functions_visual_map_editor.php:1284
+msgid "hour"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1403
+msgid "Classic view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1404
+msgid "View of favorites"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1414
+msgid "Default cache expiration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1419
+#: ../../include/functions_visual_map_editor.php:1310
+msgid "No cache"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1432
+#: ../../include/functions_config.php:1252
+msgid "Default interval for refresh on Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1448
+msgid "Type of view of visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1461
+msgid "Number of favorite visual consoles to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1467
+#: ../../include/functions_config.php:1268
+msgid "Default line thickness for the Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1479
+msgid "Visual console default text margin (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1485
+msgid "Lock screen orientation when viewing on mobile devices"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+#: ../../include/functions_config.php:1276
+msgid "Display item frame on alert triggered"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+msgid "It displays an orange box around items that have triggered an alert."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1517
+msgid "Number of favorite services to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1562
+msgid "Show report info with description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1572
+msgid "Custom report front page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1583
+#: ../../include/functions_config.php:1559
+msgid "PDF font size (px)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1587
+#: ../../include/functions_config.php:1555
+msgid "HTML font size for SLA (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1593
+msgid "Graph image height for HTML reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1597
+msgid "Interval description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1563
+#: ../../include/functions_config.php:1567
+#: ../../include/functions_config.php:1571
+#: ../../include/functions_config.php:1575
+#: ../../include/functions_config.php:1579
+#: ../../include/functions_config.php:1583
+msgid "Custom report front"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../include/functions_config.php:1120
+#: ../../include/functions_config.php:1571
+msgid "Custom logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1615
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+msgid ""
+"You may use the following macros: _REPORT_NAME_ indicating the name of the "
+"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
+"report), _DATETIME_ date/time of the generation of the report."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../include/class/TipsWindow.class.php:814
+#: ../../include/class/TipsWindow.class.php:981
+msgid "Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../include/functions_config.php:1575
+msgid "Header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../include/functions_config.php:1579
+msgid "First page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1583
+msgid "Footer"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1691
+msgid "Comparation in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1698
+msgid "Timestamp in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1705
+msgid "Compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1790
+msgid "Use 1024 when module unit are bytes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1791
+msgid "Use always 1000"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1792
+msgid "Use always 1024"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1804
+#: ../../include/functions_config.php:1364
+msgid "Networkmap max width"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "Show only the group name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "The name of the group will be displayed instead of displaying its icon."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1827
+msgid "Show empty groups in group view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+#: ../../include/functions_config.php:1019
+msgid "Date format string"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+msgid "It uses a unix datetime format definition string."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1846
+msgid "Example"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1855
+#: ../../include/functions_config.php:1603
+msgid "Decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1870
+msgid "Visible time of successful notifiations"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1883
+msgid "Timestamp, time comparison, or compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid "Custom values post process"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid ""
+"Custom conversion values for post-processing. It updates a table in the "
+"database to have custom conversions from one unit to another."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1938
+#: ../../godmode/setup/setup_visuals.php:2105
+msgid "Delete custom values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1982
+#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129
+#: ../../include/functions.php:535 ../../include/functions.php:666
+#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402
+msgid "hours"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1984
+#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132
+#: ../../include/functions.php:532 ../../include/functions.php:663
+msgid "months"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1985
+#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133
+#: ../../include/functions.php:533 ../../include/functions.php:664
+msgid "years"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1988
+msgid "Interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2027
+msgid "Delete interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2070
+msgid "Module units"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2143
+#: ../../include/functions_config.php:1587
+msgid "CSV divider"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2148
+#: ../../include/functions_config.php:1591
+msgid "CSV decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid "Data multiplier to use in graphs/data"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid ""
+"Value by which it will multiply the data shown to represent them in graphs. "
+"This is useful in case the value unit is bytes; for other conversions use "
+"Custom value post processing."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2158
+#: ../../include/functions_config.php:1599
+msgid "Hide general stats for non admin users in tactical view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2175
+msgid "Behaviour configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2180
+msgid "GIS configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2185
+msgid "Style configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2190
+msgid "Charts configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2195
+msgid "Font and Text configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2200
+msgid "Visual consoles configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2205
+msgid "Reports configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2210
+msgid "Services configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2215
+msgid "Other configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2400
+#: ../../include/functions_config.php:1528
+msgid "Delete interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2458
+msgid "Logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2488
+msgid "Splash Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2507
+msgid "Mobile console logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2543
+msgid "Gis icons preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2609
+msgid "Status set preview"
 msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:38
@@ -19302,8 +19288,8 @@ msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:51
 #: ../../godmode/snmpconsole/snmp_filters.php:59
-#: ../../include/class/CredentialStore.class.php:965
 #: ../../include/class/SnmpConsole.class.php:234
+#: ../../include/class/CredentialStore.class.php:965
 #: ../../operation/snmpconsole/snmp_statistics.php:104
 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60
 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263
@@ -19629,7 +19615,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:763
 #: ../../include/class/TipsWindow.class.php:930
 #: ../../include/lib/Dashboard/Widgets/url.php:216
-#: ../../include/functions_reporting.php:7899
+#: ../../include/functions_reporting.php:7910
 msgid "Url"
 msgstr ""
 
@@ -20214,10 +20200,10 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:510
-#: ../../godmode/users/configure_user.php:1013
-#: ../../godmode/users/configure_user.php:1094
 #: ../../godmode/users/user_management.php:209
 #: ../../godmode/users/user_management.php:221
+#: ../../godmode/users/configure_user.php:1013
+#: ../../godmode/users/configure_user.php:1094
 #: ../../include/class/SnmpConsole.class.php:291
 #: ../../include/functions_reporting_html.php:6581
 #: ../../include/functions_reporting_html.php:7718
@@ -20255,8 +20241,8 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:765
-#: ../../include/functions_reporting.php:5513
-#: ../../include/functions_reporting.php:5560
+#: ../../include/functions_reporting.php:5524
+#: ../../include/functions_reporting.php:5571
 #: ../../operation/search_users.php:87
 msgid "The user doesn't have any assigned profile/group"
 msgstr ""
@@ -20276,11 +20262,288 @@ msgstr ""
 msgid "The current authentication scheme doesn't support creating users on %s"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:60
-#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805
+#: ../../godmode/users/user_management.php:45
+#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805
 msgid "External link"
 msgstr ""
 
+#: ../../godmode/users/user_management.php:202
+msgid "Profile information"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:202
+msgid "Profile information for"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:232
+#: ../../include/functions_reporting_html.php:7719
+#: ../../include/functions_reporting_html.php:7742
+msgid "Full name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:244
+#: ../../godmode/users/configure_user.php:1132
+#: ../../operation/users/user_edit.php:381
+msgid "Full (display) name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:252
+msgid ""
+"This will be the email used in those alert actions that the email makes use "
+"of. It will also be the email used for user notifications that wer "
+"configured in this way."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:264
+#: ../../godmode/users/configure_user.php:1238
+#: ../../operation/users/user_edit.php:401
+msgid "E-mail"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:272
+#: ../../godmode/users/user_management.php:284
+#: ../../godmode/users/configure_user.php:1254
+#: ../../operation/users/user_edit.php:403
+msgid "Phone number"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+#: ../../godmode/users/configure_user.php:1211
+msgid "Administrator user"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+msgid ""
+"This type of 'superadmin' has no restrictions whatsoever. If you want to "
+"create partial administrators, use the profile and group-based privilege "
+"system."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:333
+msgid "New password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:353
+msgid "Repeat new password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:366
+#: ../../godmode/users/configure_user.php:1183
+#: ../../operation/users/user_edit.php:408
+msgid "Password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:374
+#: ../../operation/users/user_edit.php:409
+msgid "Current password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:389
+#: ../../godmode/users/configure_user.php:1201
+msgid "Own password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:406
+msgid "Third user password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:421
+msgid "Not Login"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:438
+msgid "The user with not login set only can access to API."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:443
+msgid "Local User"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:460
+msgid ""
+"The user with local authentication enabled will always use local "
+"authentication."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:472
+#: ../../views/dashboard/tipsWindow.php:52
+msgid "Show usage tips at startup"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:478
+msgid "Session time"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:488
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:539
+msgid "Pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:624
+msgid "Autorefresh pages"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:630
+msgid "Time for autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:649
+msgid "Pandora RC user access enabled"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:659
+#: ../../godmode/users/user_management.php:671
+msgid "Pandora RC User"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:678
+#: ../../godmode/users/user_management.php:690
+msgid "Pandora RC Password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:699
+msgid "Language and Appearance"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:715
+msgid ""
+"When changing the theme, the login screen logo will be restricted to the "
+"default for that color scheme, if you have a custom logo, adjust it after "
+"changing the theme."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:723
+msgid "User color scheme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:724
+#: ../../godmode/users/configure_user.php:1310
+#: ../../operation/users/user_edit.php:521
+msgid "Default theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:725
+#: ../../godmode/users/configure_user.php:1311
+#: ../../operation/users/user_edit.php:522
+msgid "Black theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:833
+#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
+#: ../../include/functions_visual_map_editor.php:309
+msgid "Time zone"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:850
+msgid "Additional settings"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:856
+#: ../../godmode/users/configure_user.php:1259
+#: ../../include/ajax/events.php:1838
+#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
+#: ../../include/functions_reporting_html.php:7298
+#: ../../mobile/operation/events.php:874
+#: ../../operation/users/user_edit.php:740
+#: ../../views/ITSM/ITSMTicketDetailView.php:404
+#: ../../views/ITSM/ITSMTicketDetailView.php:411
+msgid "Comments"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:869
+msgid "Enable IP allowlist"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:909
+#: ../../godmode/users/configure_user.php:1271
+#: ../../operation/users/user_edit.php:753
+msgid ""
+"Add the source IPs that will allow console access. Each IP must be separated "
+"only by comma. * allows all."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:932
+msgid "Pandora ITSM user configuration"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
+#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
+#: ../../operation/events/events.php:2938
+#: ../../operation/events/sound_events.php:294
+#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
+msgid "Start"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:976
+msgid "Contact details (QR)"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:977
+msgid "API Token credentials"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:56
+msgid "Create token"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:62
+#, php-format
+msgid "There was a problem get token, %s"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:74
+msgid "Token label"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:127
+msgid "Expiration Time"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:208
+msgid "Expiration date must be later than today."
+msgstr ""
+
+#: ../../godmode/users/token_list.php:67
+#, php-format
+msgid "There was a problem deleting token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:100
+msgid "This code will appear only once, please keep it in a safe place"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:102
+msgid ""
+"If you lose the code, you will only able to delete it and create a new one"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:111
+#, php-format
+msgid "There was a problem creating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:123
+#, php-format
+msgid "There was a problem updating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:140
+msgid "For user"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:142
+msgid "Last usage"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:206
+msgid "Create Token"
+msgstr ""
+
 #: ../../godmode/users/configure_user.php:248
 msgid "Update User"
 msgstr ""
@@ -20405,82 +20668,15 @@ msgstr ""
 msgid "Please, avoid share this string with others."
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1132
-#: ../../godmode/users/user_management.php:244
-#: ../../operation/users/user_edit.php:381
-msgid "Full (display) name"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1183
-#: ../../godmode/users/user_management.php:366
-#: ../../operation/users/user_edit.php:408
-msgid "Password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1201
-#: ../../godmode/users/user_management.php:389
-msgid "Own password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1211
-#: ../../godmode/users/user_management.php:299
-msgid "Administrator user"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1238
-#: ../../godmode/users/user_management.php:264
-#: ../../operation/users/user_edit.php:401
-msgid "E-mail"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1254
-#: ../../godmode/users/user_management.php:272
-#: ../../godmode/users/user_management.php:284
-#: ../../operation/users/user_edit.php:403
-msgid "Phone number"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1259
-#: ../../godmode/users/user_management.php:856
-#: ../../include/ajax/events.php:1838
-#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
-#: ../../include/functions_reporting_html.php:7298
-#: ../../mobile/operation/events.php:874
-#: ../../operation/users/user_edit.php:740
-#: ../../views/ITSM/ITSMTicketDetailView.php:404
-#: ../../views/ITSM/ITSMTicketDetailView.php:411
-msgid "Comments"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1270
 #: ../../operation/users/user_edit.php:752
 msgid "Login allowed IP list"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1271
-#: ../../godmode/users/user_management.php:909
-#: ../../operation/users/user_edit.php:753
-msgid ""
-"Add the source IPs that will allow console access. Each IP must be separated "
-"only by comma. * allows all."
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1309
 msgid "Skin"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1310
-#: ../../godmode/users/user_management.php:724
-#: ../../operation/users/user_edit.php:521
-msgid "Default theme"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1311
-#: ../../godmode/users/user_management.php:725
-#: ../../operation/users/user_edit.php:522
-msgid "Black theme"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1321
 msgid "Search custom field view"
 msgstr ""
@@ -20593,216 +20789,6 @@ msgstr ""
 msgid "There was an error deactivating the double autentication"
 msgstr ""
 
-#: ../../godmode/users/user_management.php:202
-msgid "Profile information"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:202
-msgid "Profile information for"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:232
-#: ../../include/functions_reporting_html.php:7719
-#: ../../include/functions_reporting_html.php:7742
-msgid "Full name"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:252
-msgid ""
-"This will be the email used in those alert actions that the email makes use "
-"of. It will also be the email used for user notifications that wer "
-"configured in this way."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:299
-msgid ""
-"This type of 'superadmin' has no restrictions whatsoever. If you want to "
-"create partial administrators, use the profile and group-based privilege "
-"system."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:333
-msgid "New password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:353
-msgid "Repeat new password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:374
-#: ../../operation/users/user_edit.php:409
-msgid "Current password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:406
-msgid "Third user password confirmation"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:421
-msgid "Not Login"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:438
-msgid "The user with not login set only can access to API."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:443
-msgid "Local User"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:460
-msgid ""
-"The user with local authentication enabled will always use local "
-"authentication."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:472
-#: ../../views/dashboard/tipsWindow.php:52
-msgid "Show usage tips at startup"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:478
-msgid "Session time"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:488
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting "
-"-1 in this field."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:539
-msgid "Pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:624
-msgid "Autorefresh pages"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:630
-msgid "Time for autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:649
-msgid "Pandora RC user access enabled"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:659
-#: ../../godmode/users/user_management.php:671
-msgid "Pandora RC User"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:678
-#: ../../godmode/users/user_management.php:690
-msgid "Pandora RC Password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:699
-msgid "Language and Appearance"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:715
-msgid ""
-"When changing the theme, the login screen logo will be restricted to the "
-"default for that color scheme, if you have a custom logo, adjust it after "
-"changing the theme."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:723
-msgid "User color scheme"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:833
-#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
-#: ../../include/functions_visual_map_editor.php:309
-msgid "Time zone"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:850
-msgid "Additional settings"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:869
-msgid "Enable IP allowlist"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:932
-msgid "Pandora ITSM user configuration"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
-#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
-#: ../../operation/events/events.php:2938
-#: ../../operation/events/sound_events.php:294
-#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
-msgid "Start"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:976
-msgid "Contact details (QR)"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:977
-msgid "API Token credentials"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:56
-msgid "Create token"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:62
-#, php-format
-msgid "There was a problem get token, %s"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:74
-msgid "Token label"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:127
-msgid "Expiration Time"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:208
-msgid "Expiration date must be later than today."
-msgstr ""
-
-#: ../../godmode/users/token_list.php:67
-#, php-format
-msgid "There was a problem deleting token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:100
-msgid "This code will appear only once, please keep it in a safe place"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:102
-msgid ""
-"If you lose the code, you will only able to delete it and create a new one"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:111
-#, php-format
-msgid "There was a problem creating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:123
-#, php-format
-msgid "There was a problem updating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:140
-msgid "For user"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:142
-msgid "Last usage"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:206
-msgid "Create Token"
-msgstr ""
-
 #: ../../godmode/wizards/Custom.class.php:160
 #: ../../godmode/wizards/Applications.class.php:158
 #: ../../godmode/wizards/Cloud.class.php:178
@@ -21164,15 +21150,15 @@ msgstr ""
 #: ../../include/ajax/snmp_browser.ajax.php:262
 #: ../../include/class/AlertsList.class.php:380
 #: ../../include/class/HelpFeedBack.class.php:360
-#: ../../include/class/AgentDeployWizard.class.php:604
 #: ../../include/class/ConfigPEN.class.php:743
-#: ../../include/class/CredentialStore.class.php:1598
 #: ../../include/class/Diagnostics.class.php:2191
 #: ../../include/class/ModuleTemplates.class.php:1404
-#: ../../include/class/SatelliteAgent.class.php:1088
 #: ../../include/class/WebServerModuleDebug.class.php:359
-#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/class/AgentWizard.class.php:6059
+#: ../../include/class/AgentDeployWizard.class.php:604
+#: ../../include/class/CredentialStore.class.php:1598
+#: ../../include/class/SatelliteAgent.class.php:1088
+#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/functions_ui.php:338
 #: ../../operation/visual_console/view.php:1218
 #: ../../views/consoles/list.php:165
@@ -21515,8 +21501,8 @@ msgstr ""
 
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056
 #: ../../include/class/AgentDeployWizard.class.php:558
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118
 msgid "Done"
 msgstr ""
 
@@ -21946,93 +21932,6 @@ msgstr ""
 msgid "About"
 msgstr ""
 
-#: ../../include/ajax/double_auth.ajax.php:162
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:300
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:306
-msgid "QR"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:208
-msgid "You are about to activate the double authentication"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:209
-msgid ""
-"With this option enabled, your account access will be more secure, cause a "
-"code generated by other application will be required after the login"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:212
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:217
-msgid "Download the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:218
-#: ../../include/ajax/double_auth.ajax.php:310
-#: ../../include/functions_register.php:188
-msgid "Continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:234
-msgid "Are you installed the app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "A private code has been generated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:299
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:309
-msgid "Refresh code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:378
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:441
-msgid "Introduce a code generated by the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:442
-msgid "If the code is valid, the double authentication will be activated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:451
-msgid "Validate code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:503
-msgid "The code is valid, you can exit now"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:512
-#: ../../mobile/include/user.class.php:285 ../../index.php:380
-msgid "Invalid code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:520
-msgid "The code is valid, but it was an error saving the data"
-msgstr ""
-
 #: ../../include/ajax/snmp_browser.ajax.php:113
 #: ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
@@ -22061,8 +21960,8 @@ msgstr ""
 
 #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182
 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519
-#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563
-#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595
+#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587
+#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595
 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201
 #: ../../include/class/AuditLog.class.php:570
 #: ../../include/class/AuditLog.class.php:608
@@ -22131,8 +22030,8 @@ msgstr ""
 msgid "Save current filter"
 msgstr ""
 
-#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779
-#: ../../include/ajax/module.php:2742
+#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742
+#: ../../include/ajax/custom_fields.php:779
 #: ../../operation/reporting/graph_analytics.php:507
 #: ../../operation/reporting/graph_analytics.php:521
 msgid "Delete filter"
@@ -22371,77 +22270,6 @@ msgstr ""
 msgid "Insufficient permissions to validate alerts"
 msgstr ""
 
-#: ../../include/ajax/custom_fields.php:480
-msgid "Current interval"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:528
-#: ../../include/ajax/custom_fields.php:581
-msgid "Modules normal"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:539
-msgid "Modules critical"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:550
-msgid "Modules warning"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:560
-msgid "Modules unknown"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:571
-msgid "Modules no init"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:613
-msgid "New Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:620
-msgid "Existing Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:838
-msgid "Filter name already exists in the bbdd"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:850
-#: ../../include/ajax/custom_fields.php:926
-msgid "Please, select a custom field"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:878
-msgid "Success create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:885
-msgid "Error create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:910
-#: ../../include/ajax/custom_fields.php:983
-msgid "Please, select a filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:952
-msgid "Success update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:959
-msgid "Error update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1002
-msgid "Success delete filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1009
-msgid "Error delete filter."
-msgstr ""
-
 #: ../../include/ajax/module.php:283 ../../include/functions.php:3507
 msgid "30 minutes"
 msgstr ""
@@ -22626,6 +22454,164 @@ msgstr ""
 msgid "Congratulations, you have already created a simple alert.  and the status color is "
-"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "" @@ -26703,20 +26594,6 @@ msgstr "" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" - -#: ../../include/help/clippy/interval_agent_min.php:36 -msgid "Interval agent." -msgstr "" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -26871,6 +26748,113 @@ msgstr "" msgid "Modules not learning mode." msgstr "" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "Interval agent." +msgstr "" + #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format msgid "Connection problems: %s" @@ -27060,8 +27044,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "" @@ -27231,7 +27215,7 @@ msgid "Status and Monitor checks" msgstr "" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "" @@ -27313,37 +27297,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "" @@ -27355,8 +27339,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "" @@ -27415,7 +27399,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -27763,64 +27747,6 @@ msgstr "" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -msgid "Security Hardening" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -msgid "Scoring" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -msgid "Total Failed" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -msgid "Last audit scan" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "" @@ -27928,7 +27854,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "" @@ -28058,8 +27984,8 @@ msgid "Aggregated by" msgstr "" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "" @@ -28077,6 +28003,64 @@ msgstr "" msgid "Not alert fired" msgstr "" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +msgid "Security Hardening" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +msgid "Scoring" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +msgid "Total Failed" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +msgid "Last audit scan" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -28206,36 +28190,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "" -#: ../../include/lib/Module.php:257 -msgid "error: Module has no agent assigned" -msgstr "" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -28321,24 +28275,110 @@ msgstr "" msgid "Events in last 24 hrs" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" +#: ../../include/lib/TacticalView/elements/Agents.php:135 +msgid "Group alias" msgstr "" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +msgid "UKNOWN" +msgstr "" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +msgid "Monitoring elements" +msgstr "" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +msgid "My monitored agents" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +msgid "My monitored modules" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 msgid "Everything's OK!" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +msgid "New events" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +msgid "Validated events" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 msgid "News Board" msgstr "" @@ -28405,92 +28445,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -msgid "Group alias" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -msgid "UKNOWN" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -msgid "New events" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -msgid "Validated events" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -msgid "Monitoring elements" -msgstr "" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -msgid "My monitored agents" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -msgid "My monitored modules" -msgstr "" - #: ../../include/lib/TacticalView/elements/Overview.php:44 msgid "General overview" msgstr "" @@ -28925,6 +28879,36 @@ msgstr "" msgid "Operative system" msgstr "" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -29332,7 +29316,7 @@ msgstr "" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "" @@ -29374,102 +29358,6 @@ msgstr "" msgid "Failed to erase policy module: %d" msgstr "" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:141 -msgid "System Up time" -msgstr "" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "" @@ -29974,596 +29862,6 @@ msgstr "" msgid "File is missing in disk storage. Please contact the administrator." msgstr "" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr ""
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr ""
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr ""
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr ""
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr ""
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr ""
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr ""
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr ""
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr ""
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr ""
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr ""
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr ""
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr ""
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr ""
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr ""
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr ""
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr ""
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr ""
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr ""
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr ""
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr ""
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr ""
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr ""
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr ""
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr ""
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr ""
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr ""
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr ""
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr ""
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr ""
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr ""
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr ""
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr ""
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr ""
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr ""
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr ""
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr ""
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr ""
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr ""
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr ""
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr ""
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr ""
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr ""
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr ""
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr ""
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr ""
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr ""
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr ""
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr ""
@@ -31200,7 +30498,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr ""
 
@@ -31208,7 +30506,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr ""
 
@@ -31216,7 +30514,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr ""
 
@@ -31224,7 +30522,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr ""
 
@@ -31473,175 +30771,6 @@ msgstr ""
 msgid "Use agent IP"
 msgstr ""
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr ""
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr ""
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr ""
-
-#: ../../include/functions_ui.php:1537
-msgid "Are you sure you want to delete alert action?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1625
-msgid "Are you sure you want to delete alert?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr ""
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr ""
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr ""
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr ""
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr ""
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr ""
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr ""
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr ""
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr ""
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr ""
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr ""
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr ""
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr ""
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr ""
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr ""
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr ""
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr ""
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr ""
-
-#: ../../include/functions_ui.php:7568
-msgid "Wizard Module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr ""
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr ""
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr ""
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr ""
-
-#: ../../include/functions_ui.php:8388
-msgid "Empty view image"
-msgstr ""
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr ""
@@ -31673,66 +30802,1519 @@ msgstr ""
 msgid "GIS map layers"
 msgstr ""
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr ""
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr ""
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr ""
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr ""
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr ""
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr ""
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr ""
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr ""
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr ""
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr ""
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr ""
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr ""
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr ""
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr ""
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr ""
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr ""
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr ""
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr ""
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr ""
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr ""
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr ""
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr ""
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr ""
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr ""
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr ""
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr ""
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr ""
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+msgid "Create File"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1058
+msgid "Create file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr ""
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr ""
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr ""
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr ""
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+msgid "Type to search agents"
+msgstr ""
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr ""
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr ""
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr ""
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr ""
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr ""
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr ""
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr ""
+
+#: ../../include/functions_html.php:5522
+msgid "Select a file"
+msgstr ""
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr ""
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr ""
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr ""
+
+#: ../../include/functions_html.php:7984
+msgid "Last 24hr"
+msgstr ""
+
+#: ../../include/functions_html.php:7987
+msgid "Past week"
+msgstr ""
+
+#: ../../include/functions_html.php:7988
+msgid "Past month"
+msgstr ""
+
+#: ../../include/functions_html.php:7990
+msgid "Last 15 days"
+msgstr ""
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr ""
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr ""
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+msgid "Enable user configuration"
+msgstr ""
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1082
+msgid "Show all"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1086
+msgid "History DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1090
+msgid "Pandora DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1098
+msgid "Allow override"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+msgid "Apply filter"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1160
+msgid "See all notifications"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1176
+msgid "Mark all as read"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr ""
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr ""
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr ""
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr ""
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr ""
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr ""
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr ""
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr ""
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr ""
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr ""
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr ""
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr ""
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr ""
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr ""
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr ""
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr ""
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr ""
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr ""
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr ""
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr ""
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:869
+msgid "Agent alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:881
+msgid "Actions alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:907
+msgid "Modules inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr ""
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr ""
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr ""
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr ""
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr ""
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr ""
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr ""
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr ""
+
+#: ../../include/functions_reports.php:971
+msgid "NCM configuration changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr ""
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+msgid "Security hardening"
+msgstr ""
+
+#: ../../include/functions_reports.php:1002
+msgid "List of checks"
+msgstr ""
+
+#: ../../include/functions_reports.php:1017
+msgid "Severity graph bar"
+msgstr ""
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr ""
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr ""
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr ""
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr ""
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr ""
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr ""
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr ""
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr ""
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr ""
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr ""
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr ""
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr ""
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr ""
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr ""
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr ""
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr ""
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr ""
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr ""
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr ""
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr ""
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr ""
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr ""
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr ""
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr ""
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr ""
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr ""
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr ""
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr ""
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr ""
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr ""
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr ""
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr ""
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr ""
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr ""
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr ""
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr ""
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr ""
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr ""
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr ""
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr ""
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr ""
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr ""
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr ""
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr ""
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr ""
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr ""
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr ""
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr ""
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr ""
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr ""
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr ""
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr ""
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr ""
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr ""
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr ""
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr ""
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr ""
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr ""
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr ""
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr ""
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr ""
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr ""
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr ""
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr ""
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr ""
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr ""
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr ""
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr ""
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10340
+#, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr ""
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr ""
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr ""
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr ""
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr ""
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr ""
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr ""
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr ""
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr ""
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr ""
@@ -32699,6 +33281,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr ""
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr ""
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr ""
@@ -32711,1919 +33298,10 @@ msgstr ""
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr ""
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr ""
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr ""
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr ""
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr ""
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr ""
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr ""
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr ""
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr ""
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:116
-msgid "Data time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-msgid "CVE"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:677
-msgid "Detection time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:680
-msgid "Attack Vector"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-msgid "L.S. Change"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-msgid "Validated by"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2447
-msgid "Agent secondary groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3037
-msgid "Last time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3121
-msgid "Agent / Module"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3234
-msgid "OS Type"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3630
-msgid "Group Description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4470
-msgid "Total summary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4477
-msgid "No alerts fired"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7850
-msgid "Last backup date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr ""
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr ""
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr ""
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr ""
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr ""
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr ""
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr ""
-
-#: ../../include/functions_cron.php:975
-msgid "Enable task"
-msgstr ""
-
-#: ../../include/functions_cron.php:989
-msgid "There are no jobs"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-msgid "Create File"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-msgid "Real path"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1058
-msgid "Create file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr ""
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr ""
-
-#: ../../include/functions_html.php:1015
-msgid "Select one or more elements"
-msgstr ""
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr ""
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-msgid "Type to search agents"
-msgstr ""
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr ""
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-msgid "Type to search modules"
-msgstr ""
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-msgid "Only common modules"
-msgstr ""
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr ""
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr ""
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr ""
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr ""
-
-#: ../../include/functions_html.php:5522
-msgid "Select a file"
-msgstr ""
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr ""
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr ""
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr ""
-
-#: ../../include/functions_html.php:7984
-msgid "Last 24hr"
-msgstr ""
-
-#: ../../include/functions_html.php:7987
-msgid "Past week"
-msgstr ""
-
-#: ../../include/functions_html.php:7988
-msgid "Past month"
-msgstr ""
-
-#: ../../include/functions_html.php:7990
-msgid "Last 15 days"
-msgstr ""
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr ""
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr ""
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-msgid "Enable user configuration"
-msgstr ""
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1082
-msgid "Show all"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1086
-msgid "History DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1090
-msgid "Pandora DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1098
-msgid "Allow override"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-msgid "Apply filter"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1160
-msgid "See all notifications"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1176
-msgid "Mark all as read"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr ""
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr ""
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr ""
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr ""
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr ""
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr ""
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr ""
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr ""
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr ""
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr ""
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr ""
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr ""
-
-#: ../../include/functions_reports.php:818
-msgid "Agents/Modules status"
-msgstr ""
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr ""
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr ""
-
-#: ../../include/functions_reports.php:845
-msgid "Custom Render"
-msgstr ""
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr ""
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr ""
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr ""
-
-#: ../../include/functions_reports.php:907
-msgid "Modules inventory"
-msgstr ""
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr ""
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr ""
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-msgid "Netflow top-N connections"
-msgstr ""
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr ""
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr ""
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr ""
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr ""
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr ""
-
-#: ../../include/functions_reports.php:971
-msgid "NCM configuration changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr ""
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-msgid "Security hardening"
-msgstr ""
-
-#: ../../include/functions_reports.php:1002
-msgid "List of checks"
-msgstr ""
-
-#: ../../include/functions_reports.php:1017
-msgid "Severity graph bar"
-msgstr ""
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr ""
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr ""
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr ""
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr ""
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr ""
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-msgid "Graph Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr ""
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr ""
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr ""
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3622
-msgid "Agent/Modules Status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3813
-msgid "End of life report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5786
-msgid "Custom render report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8177
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Start condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Stop condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr ""
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
 msgstr ""
 
 #: ../../include/functions_events.php:194
@@ -34642,6 +33320,15 @@ msgstr ""
 msgid "Event id"
 msgstr ""
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr ""
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr ""
@@ -34660,6 +33347,16 @@ msgstr ""
 msgid "Could not connect: %s"
 msgstr ""
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr ""
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr ""
@@ -34668,6 +33365,33 @@ msgstr ""
 msgid "V."
 msgstr ""
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr ""
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr ""
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr ""
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr ""
@@ -34826,13 +33550,1270 @@ msgstr ""
 msgid "Execute again"
 msgstr ""
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
 msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2286
+#, php-format
+msgid "Exclude %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr ""
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3622
+msgid "Agent/Modules Status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3813
+msgid "End of life report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5797
+msgid "Custom render report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Start condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Stop condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr ""
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:116
+msgid "Data time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+msgid "CVE"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:677
+msgid "Detection time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:680
+msgid "Attack Vector"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+msgid "L.S. Change"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+msgid "Validated by"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2447
+msgid "Agent secondary groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3037
+msgid "Last time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3121
+msgid "Agent / Module"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3234
+msgid "OS Type"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3630
+msgid "Group Description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4470
+msgid "Total summary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4477
+msgid "No alerts fired"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7850
+msgid "Last backup date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr ""
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr ""
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr ""
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:141
+msgid "System Up time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr ""
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr ""
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr ""
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr ""
+
+#: ../../include/functions_ui.php:1360
+msgid "Force check"
+msgstr ""
+
+#: ../../include/functions_ui.php:1537
+msgid "Are you sure you want to delete alert action?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1625
+msgid "Are you sure you want to delete alert?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr ""
+
+#: ../../include/functions_ui.php:2699
+msgid "First"
+msgstr ""
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr ""
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr ""
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr ""
+
+#: ../../include/functions_ui.php:4205
+msgid "No matching records found"
+msgstr ""
+
+#: ../../include/functions_ui.php:4206
+msgid "No data available in table"
+msgstr ""
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr ""
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr ""
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr ""
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr ""
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr ""
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr ""
+
+#: ../../include/functions_ui.php:7558
+msgid "WEB server"
+msgstr ""
+
+#: ../../include/functions_ui.php:7568
+msgid "Wizard Module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr ""
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr ""
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr ""
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr ""
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
 msgstr ""
 
 #: ../../mobile/include/functions_web.php:83
@@ -34958,131 +34939,6 @@ msgstr ""
 msgid "Last %s Events"
 msgstr ""
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-msgid "Module/Agent"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr ""
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:918
-msgid "Sucessful in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:920
-msgid "Fail in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr ""
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -35093,37 +34949,54 @@ msgstr ""
 msgid "Module data"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr ""
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr ""
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:850
-msgid "Choose option"
-msgstr ""
-
 #: ../../mobile/operation/server_status.php:371
 msgid "No servers"
 msgstr ""
@@ -35215,6 +35088,114 @@ msgstr ""
 msgid "NOT INITIALIZED"
 msgstr ""
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr ""
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+msgid "Module/Agent"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr ""
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:918
+msgid "Sucessful in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:920
+msgid "Fail in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:850
+msgid "Choose option"
+msgstr ""
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -35878,69 +35859,6 @@ msgstr ""
 msgid "Diff view"
 msgstr ""
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:260
-msgid "The combined graph does not show the alerts into this graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:265
-msgid "Several graphs for each module"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -36073,6 +35991,69 @@ msgstr ""
 msgid "Interface information (SNMP)"
 msgstr ""
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr ""
@@ -36556,26 +36537,26 @@ msgid "Netflow live view"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr ""
 
@@ -36584,8 +36565,8 @@ msgid "Connection"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr ""
 
@@ -36619,14 +36600,14 @@ msgid "Draw"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr ""
 
@@ -36635,34 +36616,25 @@ msgid "No filter selected"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-msgid "Load Filter"
-msgstr ""
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr ""
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+msgid "Load Filter"
+msgstr ""
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -36678,6 +36650,15 @@ msgstr ""
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr ""
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr ""
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr ""
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -36940,6 +36921,24 @@ msgstr ""
 msgid "Are you sure you want add module?"
 msgstr ""
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:42
+msgid "Console notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:43
+msgid "E-mail notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr ""
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr ""
@@ -36984,7 +36983,7 @@ msgid "Please enter a valid phone number"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
+msgid "Error updating passwords"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:265
@@ -37034,24 +37033,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr ""
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:42
-msgid "Console notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:43
-msgid "E-mail notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr ""
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr ""
@@ -37441,7 +37422,8 @@ msgid "Completed"
 msgstr ""
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
+#, php-format
+msgid "Updating to %s"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:65
@@ -37469,13 +37451,11 @@ msgid "Click on the file below to begin."
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+msgid "This action will upgrade this console to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:73
@@ -37562,46 +37542,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr ""
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
 "Language-Team: English (Australia) \n"
@@ -47,8 +47,8 @@ msgid "Extensions"
 msgstr "Extensions"
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -143,11 +143,11 @@ msgstr ""
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -160,7 +160,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -171,6 +170,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -185,8 +185,12 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -214,15 +218,10 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -245,9 +244,9 @@ msgstr "Agent"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -308,8 +307,11 @@ msgstr "Agent"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -326,11 +328,8 @@ msgstr "Agent"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -347,12 +346,16 @@ msgstr "Module"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -365,10 +368,6 @@ msgstr "Module"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -487,11 +486,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -528,22 +527,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -651,11 +650,13 @@ msgstr ""
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -668,9 +669,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -739,8 +737,8 @@ msgstr "Save"
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -764,8 +762,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -791,8 +789,8 @@ msgstr "Time"
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -817,8 +815,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -842,8 +840,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -860,8 +858,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -869,8 +867,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -904,8 +902,8 @@ msgstr "Now"
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -916,378 +914,6 @@ msgstr "Now"
 msgid "Close"
 msgstr ""
 
-#: ../../extensions/module_groups.php:48
-#, fuzzy
-msgid "Counters Module"
-msgstr "Source module"
-
-#: ../../extensions/module_groups.php:49
-#, fuzzy
-msgid "Alerts_Fired"
-msgstr "Alerts fired"
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr "Critical"
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr "Unknown"
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr "OK"
-
-#: ../../extensions/module_groups.php:54
-#, fuzzy
-msgid "Not_init"
-msgstr "Not init"
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr "Combined table of agent group and module group"
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr ""
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr ""
-
-#: ../../extensions/module_groups.php:275
-#, fuzzy
-msgid "Search by agent group"
-msgstr "Show agents from group"
-
-#: ../../extensions/module_groups.php:288
-#, fuzzy
-msgid "Search by module group"
-msgstr "Create module group"
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr "Filter"
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr ""
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr "Groups"
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr ""
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr "Legend"
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr "Module groups"
-
 #: ../../extensions/quick_shell.php:88
 msgid "GoTTY setup"
 msgstr ""
@@ -1311,9 +937,9 @@ msgstr "SHA"
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr "Username"
@@ -1346,8 +972,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr ""
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr "Address"
@@ -1436,11 +1062,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1476,10 +1102,11 @@ msgstr "Last month"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1562,12 +1189,12 @@ msgstr "Informational"
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1605,18 +1232,18 @@ msgstr "Informational"
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1624,8 +1251,8 @@ msgstr "Informational"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1638,33 +1265,33 @@ msgstr "Informational"
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1725,16 +1352,16 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1766,8 +1393,8 @@ msgstr "Module group"
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1799,13 +1426,13 @@ msgstr "Module group"
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1821,13 +1448,14 @@ msgstr "Module group"
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1878,11 +1506,11 @@ msgstr "All"
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1894,24 +1522,24 @@ msgstr "All"
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1953,6 +1581,49 @@ msgstr ""
 msgid "Agents/Modules"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr ""
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1975,9 +1646,9 @@ msgstr "Back to normal mode"
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr "Refresh"
 
@@ -1985,6 +1656,57 @@ msgstr "Refresh"
 msgid "Agent/module view"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr "Filter"
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2020,9 +1742,9 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2035,8 +1757,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2048,9 +1768,12 @@ msgstr ""
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2101,6 +1824,15 @@ msgstr ""
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr "The alert would fire when the module is in critical status"
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr "Legend"
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr ""
@@ -2173,12 +1905,205 @@ msgstr ""
 msgid "Clear graph"
 msgstr ""
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr ""
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr ""
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr "Request successfully processed"
+
+#: ../../extensions/api_checker.php:185
+msgid "Incorrect URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr ""
+
+#: ../../extensions/api_checker.php:249
+#, fuzzy, php-format
+msgid "%s Console URL"
+msgstr "SNMP Console"
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+msgid "API Token"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr ""
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr "Password"
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr ""
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr "Operation"
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr "ID"
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr ""
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr ""
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr "Other"
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr ""
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr ""
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr ""
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr "Result"
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr "URL"
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr ""
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2325,170 +2250,245 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
-msgstr "Request successfully processed"
+#: ../../extensions/module_groups.php:48
+#, fuzzy
+msgid "Counters Module"
+msgstr "Source module"
 
-#: ../../extensions/api_checker.php:185
-msgid "Incorrect URL"
+#: ../../extensions/module_groups.php:49
+#, fuzzy
+msgid "Alerts_Fired"
+msgstr "Alerts fired"
+
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
+msgstr "Critical"
+
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
+msgstr "Unknown"
+
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
+msgstr "OK"
+
+#: ../../extensions/module_groups.php:54
+#, fuzzy
+msgid "Not_init"
+msgstr "Not init"
+
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
+msgstr "Combined table of agent group and module group"
+
+#: ../../extensions/module_groups.php:275
+#, fuzzy
+msgid "Search by agent group"
+msgstr "Show agents from group"
+
+#: ../../extensions/module_groups.php:288
+#, fuzzy
+msgid "Search by module group"
+msgstr "Create module group"
+
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
+msgstr "Groups"
+
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
 msgstr ""
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:249
-#, fuzzy, php-format
-msgid "%s Console URL"
-msgstr "SNMP Console"
-
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-msgid "API Token"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
-msgstr "Password"
-
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
 msgstr ""
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
-msgstr "Operation"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
+msgstr ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
-msgstr "ID"
-
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
-msgstr ""
-
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
-msgstr "Other"
-
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
-msgstr ""
-
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
-msgstr ""
-
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
-msgstr ""
-
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr ""
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr ""
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr "Result"
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr "URL"
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
-msgstr ""
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
+msgstr "Module groups"
 
 #: ../../general/first_task/HA_cluster_builder.php:37
 #, fuzzy
@@ -2818,11 +2818,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2845,46 +2845,6 @@ msgid ""
 "certain tags."
 msgstr ""
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:49
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:51
-msgid ""
-"Clusters to guarantee service: these are active - passive (A/P) mode "
-"clusters. It means that one of the nodes (or machines that make up the "
-"cluster) will be running (primary) and another will not (secondary). When "
-"the primary goes down, the secondary must take over and give the service "
-"instead. Although many of the elements of this cluster are active-passive, "
-"it will also have active elements in both of them that indicate that the "
-"passive node is \"online\", so that in the case of a service failure in the "
-"master, the active node collects this information."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:59
-#, fuzzy
-msgid "Create cluster"
-msgstr "Create user"
-
-#: ../../general/first_task/cluster_builder.php:64
-#, fuzzy
-msgid "There are no defined clusters"
-msgstr "There are no defined agents"
-
 #: ../../general/first_task/map_builder.php:38
 #, php-format
 msgid ""
@@ -2945,6 +2905,46 @@ msgstr "Configure alert action"
 msgid "No services found"
 msgstr "No alerts found"
 
+#: ../../general/first_task/cluster_builder.php:45
+msgid ""
+"A cluster is a group of devices that provide the same service in high "
+"availability."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:47
+msgid "Depending on how they provide that service, we can find two types:"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:49
+msgid ""
+"Clusters to balance the service load: these are active - active (A/A) mode "
+"clusters. It means that all the nodes (or machines that compose it) are "
+"working. They must be working because if one stops working, it will overload "
+"the others."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:51
+msgid ""
+"Clusters to guarantee service: these are active - passive (A/P) mode "
+"clusters. It means that one of the nodes (or machines that make up the "
+"cluster) will be running (primary) and another will not (secondary). When "
+"the primary goes down, the secondary must take over and give the service "
+"instead. Although many of the elements of this cluster are active-passive, "
+"it will also have active elements in both of them that indicate that the "
+"passive node is \"online\", so that in the case of a service failure in the "
+"master, the active node collects this information."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:59
+#, fuzzy
+msgid "Create cluster"
+msgstr "Create user"
+
+#: ../../general/first_task/cluster_builder.php:64
+#, fuzzy
+msgid "There are no defined clusters"
+msgstr "There are no defined agents"
+
 #: ../../general/first_task/custom_graphs.php:18
 #, php-format
 msgid ""
@@ -2969,10 +2969,7 @@ msgstr "Custom graphs"
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -2980,7 +2977,9 @@ msgstr "Custom graphs"
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr "You don't have access to this page"
 
@@ -3022,16 +3021,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3524,9 +3522,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_plugins.php:856
 #: ../../godmode/massive/massive_edit_plugins.php:857
 #: ../../godmode/reporting/manage_schedule.php:332
+#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/users/configure_user.php:2098
 #: ../../godmode/users/configure_user.php:2167
-#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/wizards/ManageExtensions.class.php:346
 #: ../../include/ajax/double_auth.ajax.php:267
 #: ../../include/ajax/double_auth.ajax.php:365
@@ -3535,9 +3533,9 @@ msgstr ""
 #: ../../include/ajax/events.php:2356
 #: ../../include/class/Diagnostics.class.php:1931
 #: ../../include/class/SatelliteAgent.class.php:873
-#: ../../include/functions.php:1379 ../../include/functions_menu.php:940
-#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014
-#: ../../include/functions_events.php:3217
+#: ../../include/functions_menu.php:940 ../../include/functions.php:1379
+#: ../../include/functions_events.php:3014
+#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334
 #: ../../mobile/operation/visualmap.php:181
 #: ../../operation/reporting/graph_analytics_public.php:162
 #: ../../operation/reporting/graph_analytics_public.php:170
@@ -3909,7 +3907,6 @@ msgstr "Edit my user"
 #: ../../godmode/agentes/agent_template.php:298
 #: ../../godmode/agentes/fields_manager.php:210
 #: ../../godmode/agentes/inventory_manager.php:266
-#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/agentes/module_manager.php:1066
 #: ../../godmode/agentes/module_manager.php:1077
 #: ../../godmode/agentes/module_manager.php:1090
@@ -3918,6 +3915,7 @@ msgstr "Edit my user"
 #: ../../godmode/agentes/module_manager.php:1340
 #: ../../godmode/agentes/planned_downtime.editor.php:1456
 #: ../../godmode/agentes/modificar_agente.php:985
+#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/alerts/alert_actions.php:455
 #: ../../godmode/alerts/alert_commands.php:1070
 #: ../../godmode/alerts/alert_commands.php:1073
@@ -3930,9 +3928,9 @@ msgstr "Edit my user"
 #: ../../godmode/groups/modu_group_list.php:287
 #: ../../godmode/groups/group_list.php:1129
 #: ../../godmode/groups/group_list.php:1336
-#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_enable_disable_alerts.php:227
 #: ../../godmode/massive/massive_standby_alerts.php:255
+#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_operations.php:470
 #: ../../godmode/modules/manage_inventory_modules.php:341
 #: ../../godmode/modules/manage_network_templates.php:274
@@ -3971,20 +3969,20 @@ msgstr "Edit my user"
 #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301
 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216
 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672
-#: ../../include/class/CredentialStore.class.php:1701
 #: ../../include/class/ModuleTemplates.class.php:879
 #: ../../include/class/ModuleTemplates.class.php:894
-#: ../../include/class/SatelliteAgent.class.php:1187
-#: ../../include/class/SatelliteAgent.class.php:1235
-#: ../../include/class/SatelliteAgent.class.php:1297
 #: ../../include/class/TipsWindow.class.php:657
-#: ../../include/class/SatelliteCollection.class.php:531
-#: ../../include/class/SatelliteCollection.class.php:573
 #: ../../include/class/SnmpConsole.class.php:493
 #: ../../include/class/SnmpConsole.class.php:1309
 #: ../../include/class/SnmpConsole.class.php:1336
-#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/class/TreeGroupEdition.class.php:170
+#: ../../include/class/CredentialStore.class.php:1701
+#: ../../include/class/SatelliteAgent.class.php:1187
+#: ../../include/class/SatelliteAgent.class.php:1235
+#: ../../include/class/SatelliteAgent.class.php:1297
+#: ../../include/class/SatelliteCollection.class.php:531
+#: ../../include/class/SatelliteCollection.class.php:573
+#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:741
 #: ../../include/lib/ITSM/Manager.php:1315
 #: ../../include/functions_container.php:190
@@ -4001,8 +3999,6 @@ msgstr "Edit my user"
 #: ../../operation/visual_console/view.php:1129
 #: ../../operation/custom_fields/custom_fields_view.php:1171
 #: ../../update_manager_client/views/offline.php:72
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
 #: ../../views/calendar/special_days.php:461
 #: ../../views/ITSM/ITSMTicketDetailView.php:303
 msgid "Are you sure?"
@@ -4039,20 +4035,20 @@ msgstr ""
 #: ../../godmode/wizards/ManageExtensions.class.php:345
 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675
 #: ../../include/class/ConfigPEN.class.php:699
+#: ../../include/class/ModuleTemplates.class.php:1369
+#: ../../include/class/ExtensionsDiscovery.class.php:258
+#: ../../include/class/AgentWizard.class.php:6266
+#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/class/CredentialStore.class.php:1655
 #: ../../include/class/CredentialStore.class.php:1707
-#: ../../include/class/ModuleTemplates.class.php:1369
 #: ../../include/class/NetworkMap.class.php:2961
 #: ../../include/class/SatelliteAgent.class.php:1148
 #: ../../include/class/SatelliteAgent.class.php:1193
 #: ../../include/class/SatelliteAgent.class.php:1241
 #: ../../include/class/SatelliteAgent.class.php:1303
-#: ../../include/class/ExtensionsDiscovery.class.php:258
 #: ../../include/class/SatelliteCollection.class.php:536
 #: ../../include/class/SatelliteCollection.class.php:578
 #: ../../include/class/WelcomeWindow.class.php:177
-#: ../../include/class/AgentWizard.class.php:6266
-#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/functions_visual_map_editor.php:926
 #: ../../include/functions_visual_map_editor.php:930
 #: ../../include/functions_register.php:179
@@ -4109,197 +4105,6 @@ msgstr ""
 msgid "Close wizard"
 msgstr ""
 
-#: ../../godmode/agentes/agent_conf_gis.php:38
-#: ../../operation/agentes/gis_view.php:59
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-
-#: ../../godmode/agentes/agent_conf_gis.php:58
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:68
-msgid "Agent position"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:75
-msgid "Latitude: "
-msgstr "Latitude: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:94
-msgid "Longitude: "
-msgstr "Longitude: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:113
-msgid "Altitude: "
-msgstr "Altitude: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:132
-#: ../../godmode/massive/massive_edit_agents.php:1178
-#, fuzzy
-msgid "Ignore new GIS data"
-msgstr "Ignore new GIS data:"
-
-#: ../../godmode/agentes/agent_conf_gis.php:133
-#: ../../godmode/agentes/agent_manager.php:1555
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/massive/massive_edit_agents.php:708
-#: ../../godmode/massive/massive_edit_agents.php:1154
-#: ../../godmode/massive/massive_edit_agents.php:1192
-#: ../../godmode/massive/massive_edit_agents.php:1239
-#: ../../godmode/massive/massive_edit_modules.php:705
-#: ../../godmode/massive/massive_edit_modules.php:727
-#: ../../godmode/massive/massive_edit_modules.php:811
-#: ../../godmode/massive/massive_edit_modules.php:833
-#: ../../godmode/massive/massive_edit_modules.php:885
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1326
-#: ../../godmode/massive/massive_edit_modules.php:1370
-#: ../../godmode/massive/massive_edit_modules.php:1552
-#: ../../godmode/reporting/visual_console_builder.wizard.php:405
-#: ../../godmode/reporting/visual_console_builder.wizard.php:514
-#: ../../godmode/reporting/reporting_builder.php:1087
-#: ../../godmode/servers/modificar_server.php:193
-#: ../../godmode/servers/servers.build_table.php:157
-#: ../../godmode/update_manager/update_manager.setup.php:407
-#: ../../include/class/EventSound.class.php:349
-#: ../../include/class/SnmpConsole.class.php:424
-#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685
-#: ../../operation/netflow/nf_live_view.php:393
-#: ../../operation/users/user_edit.php:430
-msgid "Yes"
-msgstr "Yes"
-
-#: ../../godmode/agentes/agent_conf_gis.php:142
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/alerts/alert_view.php:371
-#: ../../godmode/massive/massive_edit_agents.php:709
-#: ../../godmode/massive/massive_edit_agents.php:1165
-#: ../../godmode/massive/massive_edit_agents.php:1193
-#: ../../godmode/massive/massive_edit_agents.php:1240
-#: ../../godmode/massive/massive_edit_modules.php:706
-#: ../../godmode/massive/massive_edit_modules.php:728
-#: ../../godmode/massive/massive_edit_modules.php:812
-#: ../../godmode/massive/massive_edit_modules.php:834
-#: ../../godmode/massive/massive_edit_modules.php:886
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1327
-#: ../../godmode/massive/massive_edit_modules.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1553
-#: ../../godmode/reporting/visual_console_builder.wizard.php:416
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-#: ../../godmode/reporting/reporting_builder.php:1089
-#: ../../godmode/servers/modificar_server.php:191
-#: ../../godmode/setup/news.php:389
-#: ../../godmode/update_manager/update_manager.setup.php:408
-#: ../../include/class/EventSound.class.php:348
-#: ../../include/class/SnmpConsole.class.php:423
-#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086
-#: ../../include/functions_events.php:5091
-#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366
-#: ../../operation/netflow/nf_live_view.php:403
-#: ../../operation/users/user_edit.php:431
-msgid "No"
-msgstr "No"
-
-#: ../../godmode/agentes/agent_conf_gis.php:161
-#: ../../godmode/agentes/status_monitor_custom_fields.php:231
-#: ../../godmode/agentes/planned_downtime.list.php:891
-#: ../../godmode/agentes/planned_downtime.list.php:936
-#: ../../godmode/agentes/configure_field.php:203
-#: ../../godmode/agentes/inventory_manager.php:188
-#: ../../godmode/agentes/inventory_manager.php:271
-#: ../../godmode/agentes/module_manager_editor.php:801
-#: ../../godmode/agentes/agent_manager.php:1304
-#: ../../godmode/agentes/planned_downtime.editor.php:1308
-#: ../../godmode/alerts/configure_alert_command.php:386
-#: ../../godmode/alerts/configure_alert_action.php:450
-#: ../../godmode/alerts/alert_list.list.php:227
-#: ../../godmode/alerts/alert_list.list.php:1066
-#: ../../godmode/category/edit_category.php:196
-#: ../../godmode/events/custom_events.php:193
-#: ../../godmode/events/event_edit_filter.php:982
-#: ../../godmode/events/event_responses.editor.php:337
-#: ../../godmode/groups/configure_modu_group.php:99
-#: ../../godmode/groups/configure_group.php:285
-#: ../../godmode/modules/manage_inventory_modules.php:338
-#: ../../godmode/modules/manage_inventory_modules_form.php:245
-#: ../../godmode/modules/manage_nc_groups_form.php:95
-#: ../../godmode/modules/manage_network_components_form.php:378
-#: ../../godmode/modules/manage_network_templates_form.php:178
-#: ../../godmode/netflow/nf_edit_form.php:450
-#: ../../godmode/reporting/create_container.php:365
-#: ../../godmode/reporting/reporting_builder.main.php:56
-#: ../../godmode/reporting/graph_builder.main.php:305
-#: ../../godmode/reporting/visual_console_builder.elements.php:918
-#: ../../godmode/reporting/visual_console_builder.data.php:319
-#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/modificar_server.php:247
-#: ../../godmode/setup/setup_sflow.php:95
-#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
-#: ../../godmode/setup/os_version.builder.php:65
-#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
-#: ../../godmode/setup/performance.php:893
-#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
-#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
-#: ../../godmode/setup/setup_ehorus.php:228
-#: ../../godmode/setup/setup_ITSM.php:678
-#: ../../godmode/setup/setup_netflow.php:121
-#: ../../godmode/setup/setup_visuals.php:2221
-#: ../../godmode/setup/setup_general.php:945
-#: ../../godmode/setup/setup_auth.php:547
-#: ../../godmode/snmpconsole/snmp_filters.php:264
-#: ../../godmode/snmpconsole/snmp_filters.php:326
-#: ../../godmode/snmpconsole/snmp_filters.php:337
-#: ../../godmode/snmpconsole/snmp_alert.php:1704
-#: ../../godmode/snmpconsole/snmp_alert.php:2007
-#: ../../godmode/tag/edit_tag.php:251
-#: ../../godmode/update_manager/update_manager.setup.php:418
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/users/configure_user.php:1636
-#: ../../godmode/users/configure_token.php:154
-#: ../../godmode/files_repo/files_repo_form.php:109
-#: ../../include/ajax/alert_list.ajax.php:340
-#: ../../include/class/ManageNetScanScripts.class.php:769
-#: ../../include/class/ConfigPEN.class.php:703
-#: ../../include/class/ConfigPEN.class.php:704
-#: ../../include/class/CredentialStore.class.php:1659
-#: ../../include/class/ExternalTools.class.php:476
-#: ../../include/class/ModuleTemplates.class.php:997
-#: ../../include/functions_visual_map_editor.php:926
-#: ../../include/functions_events.php:3578
-#: ../../include/functions_events.php:3664
-#: ../../include/functions_events.php:4741
-#: ../../operation/agentes/datos_agente.php:220
-#: ../../operation/reporting/reporting_viewer.php:285
-#: ../../operation/reporting/reporting_viewer.php:297
-#: ../../operation/reporting/graph_analytics.php:421
-#: ../../operation/users/user_edit.php:894
-#: ../../operation/visual_console/view.php:520
-#: ../../views/calendar/edit.php:129
-#: ../../views/calendar/special_days_edit.php:162
-#: ../../views/ITSM/ITSMTicketEditView.php:259
-msgid "Update"
-msgstr "Update"
-
 #: ../../godmode/agentes/agent_template.php:172
 msgid "Error adding modules"
 msgstr ""
@@ -4333,12 +4138,11 @@ msgstr "Assign"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:163
 #: ../../godmode/alerts/alert_list.list.php:104
 #: ../../godmode/modules/manage_network_components_form_wizard.php:278
-#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../godmode/modules/manage_network_components.php:788
+#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../include/ajax/heatmap.ajax.php:282
-#: ../../include/ajax/heatmap.ajax.php:407
-#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077
-#: ../../include/ajax/module.php:1972
+#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077
+#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537
 #: ../../mobile/operation/modules.php:602
@@ -4352,17 +4156,17 @@ msgstr "Module name"
 #: ../../godmode/agentes/agent_template.php:275
 #: ../../godmode/agentes/planned_downtime.list.php:736
 #: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager_editor_common.php:295
-#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/agentes/planned_downtime.editor.php:927
 #: ../../godmode/agentes/modificar_agente.php:706
+#: ../../godmode/agentes/module_manager_editor_common.php:295
+#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/alerts/alert_templates.php:39
 #: ../../godmode/alerts/alert_templates.php:313
 #: ../../godmode/alerts/alert_templates.php:418
 #: ../../godmode/events/event_responses.editor.php:234
-#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/modules/manage_network_components.php:790
 #: ../../godmode/modules/manage_network_components_form_common.php:79
+#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/reporting/reporting_builder.list_items.php:245
 #: ../../godmode/reporting/reporting_builder.list_items.php:374
 #: ../../godmode/reporting/schedule.php:170
@@ -4380,10 +4184,10 @@ msgstr "Module name"
 #: ../../include/ajax/heatmap.ajax.php:96
 #: ../../include/class/AlertsList.class.php:316
 #: ../../include/class/ModuleTemplates.class.php:1190
-#: ../../include/class/CalendarManager.class.php:1043
-#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/class/AgentWizard.class.php:1312
 #: ../../include/class/AgentWizard.class.php:4215
+#: ../../include/class/CalendarManager.class.php:1043
+#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375
 #: ../../include/lib/Dashboard/Widgets/clock.php:221
 #: ../../include/lib/Dashboard/Widgets/service_view.php:260
@@ -4394,21 +4198,21 @@ msgstr "Module name"
 #: ../../include/functions_visual_map_editor.php:768
 #: ../../include/functions_visual_map_editor.php:894
 #: ../../include/functions_snmp_browser.php:565
+#: ../../include/functions_html.php:6737
+#: ../../include/functions_reports.php:1177
+#: ../../include/functions_events.php:2567
+#: ../../include/functions_events.php:5073
 #: ../../include/functions_reporting_html.php:1710
 #: ../../include/functions_reporting_html.php:1719
 #: ../../include/functions_reporting_html.php:1964
 #: ../../include/functions_reporting_html.php:1972
 #: ../../include/functions_reporting_html.php:3845
 #: ../../include/functions_reporting_html.php:6766
-#: ../../include/functions_html.php:6737
-#: ../../include/functions_reports.php:1177
-#: ../../include/functions_events.php:2567
-#: ../../include/functions_events.php:5073
+#: ../../mobile/operation/visualmaps.php:125
+#: ../../mobile/operation/visualmaps.php:126
 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684
 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012
 #: ../../mobile/operation/events.php:1013
-#: ../../mobile/operation/visualmaps.php:125
-#: ../../mobile/operation/visualmaps.php:126
 #: ../../operation/agentes/estado_agente.php:1121
 #: ../../operation/agentes/ver_agente.php:1223
 #: ../../operation/netflow/nf_live_view.php:563
@@ -4423,11 +4227,11 @@ msgstr "Type"
 #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170
 #: ../../godmode/agentes/planned_downtime.list.php:734
 #: ../../godmode/agentes/inventory_manager.php:238
-#: ../../godmode/agentes/agent_manager.php:640
 #: ../../godmode/agentes/module_manager.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/agentes/planned_downtime.editor.php:915
 #: ../../godmode/agentes/modificar_agente.php:709
+#: ../../godmode/agentes/agent_manager.php:640
+#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/alerts/configure_alert_command.php:283
 #: ../../godmode/alerts/alert_commands.php:1004
 #: ../../godmode/alerts/alert_templates.php:45
@@ -4436,18 +4240,18 @@ msgstr "Type"
 #: ../../godmode/events/event_responses.editor.php:141
 #: ../../godmode/groups/configure_group.php:256
 #: ../../godmode/groups/group_list.php:1042
-#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/massive/massive_edit_agents.php:824
 #: ../../godmode/massive/massive_edit_modules.php:855
+#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/modules/manage_inventory_modules.php:290
-#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_wizard.php:557
 #: ../../godmode/modules/manage_network_templates.php:249
-#: ../../godmode/modules/manage_network_templates_form.php:172
-#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/modules/module_list.php:100
 #: ../../godmode/modules/manage_network_components.php:791
+#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_common.php:451
+#: ../../godmode/modules/manage_network_templates_form.php:172
+#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/netflow/nf_item_list.php:175
 #: ../../godmode/reporting/create_container.php:336
 #: ../../godmode/reporting/reporting_builder.main.php:140
@@ -4485,9 +4289,9 @@ msgstr "Type"
 #: ../../include/class/ModuleTemplates.class.php:1047
 #: ../../include/class/ModuleTemplates.class.php:1191
 #: ../../include/class/ExtensionsDiscovery.class.php:1465
-#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/class/AgentWizard.class.php:1313
 #: ../../include/class/AgentWizard.class.php:4222
+#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820
 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147
@@ -4495,7 +4299,6 @@ msgstr "Type"
 #: ../../include/functions_treeview.php:668
 #: ../../include/functions_snmp_browser.php:571
 #: ../../include/functions_snmp_browser.php:1946
-#: ../../include/functions_ui.php:6482
 #: ../../include/functions_reporting_html.php:162
 #: ../../include/functions_reporting_html.php:1045
 #: ../../include/functions_reporting_html.php:2275
@@ -4504,6 +4307,7 @@ msgstr "Type"
 #: ../../include/functions_reporting_html.php:4962
 #: ../../include/functions_reporting_html.php:6767
 #: ../../include/functions_reporting_html.php:7653
+#: ../../include/functions_ui.php:6482
 #: ../../operation/agentes/custom_fields.php:69
 #: ../../operation/agentes/gis_view.php:222
 #: ../../operation/agentes/pandora_networkmap.editor.php:374
@@ -4562,10 +4366,9 @@ msgstr "Description"
 #: ../../include/class/SnmpConsole.class.php:533
 #: ../../include/functions_ui_renders.php:117
 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194
-#: ../../include/functions_ui.php:1691
 #: ../../include/functions_reporting_html.php:4702
 #: ../../include/functions_reporting_html.php:7295
-#: ../../mobile/operation/tactical.php:349
+#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349
 #: ../../operation/agentes/alerts_status.functions.php:197
 #: ../../operation/agentes/alerts_status.php:289
 #: ../../operation/agentes/alerts_status.php:290
@@ -4580,9 +4383,9 @@ msgstr "Action"
 #: ../../godmode/agentes/inventory_manager.php:267
 #: ../../godmode/agentes/module_manager_editor.php:808
 #: ../../godmode/agentes/module_manager.php:1107
-#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/agentes/planned_downtime.editor.php:1422
 #: ../../godmode/agentes/planned_downtime.editor.php:1462
+#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/alerts/alert_actions.php:356
 #: ../../godmode/alerts/alert_actions.php:484
 #: ../../godmode/alerts/alert_templates.php:481
@@ -4599,11 +4402,11 @@ msgstr "Action"
 #: ../../godmode/modules/manage_inventory_modules.php:385
 #: ../../godmode/modules/manage_network_templates.php:289
 #: ../../godmode/modules/manage_network_templates.php:302
-#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/modules/manage_nc_groups.php:302
 #: ../../godmode/modules/manage_nc_groups.php:363
 #: ../../godmode/modules/manage_network_components.php:871
 #: ../../godmode/modules/manage_network_components.php:920
+#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223
 #: ../../godmode/netflow/nf_item_list.php:263
 #: ../../godmode/netflow/nf_item_list.php:273
@@ -4630,10 +4433,10 @@ msgstr "Action"
 #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219
 #: ../../godmode/setup/os_version.list.php:139
 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358
+#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/setup/setup_visuals.php:1955
 #: ../../godmode/setup/setup_visuals.php:2047
 #: ../../godmode/setup/setup_visuals.php:2122
-#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/snmpconsole/snmp_filters.php:326
 #: ../../godmode/snmpconsole/snmp_filters.php:337
 #: ../../godmode/snmpconsole/snmp_alert.php:1954
@@ -4644,28 +4447,28 @@ msgstr "Action"
 #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125
 #: ../../include/class/ManageNetScanScripts.class.php:405
 #: ../../include/class/ConfigPEN.class.php:264
-#: ../../include/class/CredentialStore.class.php:1266
-#: ../../include/class/CredentialStore.class.php:1703
 #: ../../include/class/ModuleTemplates.class.php:899
 #: ../../include/class/ModuleTemplates.class.php:1192
-#: ../../include/class/NetworkMap.class.php:2953
-#: ../../include/class/SatelliteAgent.class.php:445
-#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/TipsWindow.class.php:487
-#: ../../include/class/CalendarManager.class.php:755
 #: ../../include/class/SnmpConsole.class.php:487
 #: ../../include/class/SnmpConsole.class.php:539
 #: ../../include/class/SnmpConsole.class.php:911
 #: ../../include/class/SnmpConsole.class.php:923
+#: ../../include/class/CalendarManager.class.php:755
+#: ../../include/class/CredentialStore.class.php:1266
+#: ../../include/class/CredentialStore.class.php:1703
+#: ../../include/class/NetworkMap.class.php:2953
+#: ../../include/class/SatelliteAgent.class.php:445
+#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/WelcomeWindow.class.php:1064
 #: ../../include/class/WelcomeWindow.class.php:1168
 #: ../../include/lib/ClusterViewer/ClusterManager.php:701
 #: ../../include/lib/ITSM/Manager.php:1321
 #: ../../include/functions_container.php:191
 #: ../../include/functions_container.php:325
-#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954
 #: ../../include/functions_filemanager.php:835
+#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../operation/agentes/pandora_networkmap.php:851
 #: ../../operation/agentes/status_monitor.php:2332
 #: ../../operation/gis_maps/gis_map.php:203
@@ -4703,10 +4506,10 @@ msgstr "Delete"
 #: ../../godmode/snmpconsole/snmp_alert.php:2010
 #: ../../godmode/users/profile_list.php:399
 #: ../../godmode/files_repo/files_repo_list.php:131
-#: ../../include/class/CredentialStore.class.php:1262
-#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/class/TipsWindow.class.php:486
 #: ../../include/class/CalendarManager.class.php:721
+#: ../../include/class/CredentialStore.class.php:1262
+#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/lib/ClusterViewer/ClusterManager.php:685
 #: ../../include/lib/ITSM/Manager.php:1048
 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917
@@ -4755,9 +4558,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:964
 #: ../../godmode/wizards/Custom.class.php:130
 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136
-#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/class/ExtensionsDiscovery.class.php:524
 #: ../../include/class/ExtensionsDiscovery.class.php:531
+#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343
 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454
 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609
@@ -4856,10 +4659,10 @@ msgstr ""
 #: ../../godmode/agentes/configure_field.php:115
 #: ../../godmode/agentes/inventory_manager.php:237
 #: ../../godmode/agentes/module_manager.php:675
-#: ../../godmode/agentes/module_manager_editor_common.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/agentes/planned_downtime.editor.php:882
 #: ../../godmode/agentes/planned_downtime.editor.php:1359
+#: ../../godmode/agentes/module_manager_editor_common.php:254
+#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/alerts/configure_alert_command.php:220
 #: ../../godmode/alerts/configure_alert_action.php:207
 #: ../../godmode/alerts/alert_actions.php:351
@@ -4875,13 +4678,13 @@ msgstr ""
 #: ../../godmode/groups/configure_group.php:140
 #: ../../godmode/groups/group_list.php:1034
 #: ../../godmode/modules/manage_inventory_modules.php:289
-#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_nc_groups_form.php:72
 #: ../../godmode/modules/manage_network_templates.php:248
-#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/modules/module_list.php:99
 #: ../../godmode/modules/manage_nc_groups.php:264
+#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_network_components_form_common.php:47
+#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/netflow/nf_edit.php:166
 #: ../../godmode/netflow/nf_edit_form.php:242
 #: ../../godmode/reporting/create_container.php:247
@@ -4897,27 +4700,29 @@ msgstr ""
 #: ../../godmode/servers/modificar_server.php:204
 #: ../../godmode/servers/servers.build_table.php:82
 #: ../../godmode/setup/os.builder.php:269
-#: ../../godmode/setup/os.builder.php:270
+#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81
 #: ../../godmode/setup/setup_ITSM.php:383
-#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81
-#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231
-#: ../../godmode/users/user_list.php:512
+#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194
+#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512
 #: ../../godmode/wizards/ManageExtensions.class.php:369
 #: ../../godmode/files_repo/files_repo_list.php:49
 #: ../../include/ajax/dashboard.ajax.php:89
 #: ../../include/class/ManageNetScanScripts.class.php:403
 #: ../../include/class/ManageNetScanScripts.class.php:549
-#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/ModuleTemplates.class.php:853
 #: ../../include/class/ModuleTemplates.class.php:1035
+#: ../../include/class/CalendarManager.class.php:1041
+#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/NetworkMap.class.php:3073
 #: ../../include/class/NetworkMap.class.php:3119
 #: ../../include/class/NetworkMap.class.php:3131
 #: ../../include/class/NetworkMap.class.php:3501
-#: ../../include/class/CalendarManager.class.php:1041
 #: ../../include/class/SatelliteCollection.class.php:132
 #: ../../include/functions_treeview.php:67
 #: ../../include/functions_snmp_browser.php:1913
+#: ../../include/functions_filemanager.php:718
+#: ../../include/functions_events.php:4422
+#: ../../include/functions_events.php:4559
 #: ../../include/functions_reporting_html.php:673
 #: ../../include/functions_reporting_html.php:1712
 #: ../../include/functions_reporting_html.php:1720
@@ -4927,9 +4732,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4960
 #: ../../include/functions_reporting_html.php:7652
 #: ../../include/functions_reporting_html.php:7845
-#: ../../include/functions_filemanager.php:718
-#: ../../include/functions_events.php:4422
-#: ../../include/functions_events.php:4559
 #: ../../mobile/operation/module_data.php:264
 #: ../../mobile/operation/server_status.php:283
 #: ../../mobile/operation/server_status.php:321
@@ -5046,8 +4848,8 @@ msgstr "Server name"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:113
 #: ../../godmode/agentes/status_monitor_custom_fields.php:165
 #: ../../godmode/agentes/inventory_manager.php:240
-#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager.php:707
+#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager_editor_common.php:1119
 #: ../../godmode/massive/massive_edit_agents.php:759
 #: ../../godmode/massive/massive_edit_modules.php:867
@@ -5072,9 +4874,9 @@ msgstr "Server name"
 #: ../../include/lib/Dashboard/Widgets/netflow.php:200
 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82
 #: ../../include/functions_treeview.php:655
-#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686
+#: ../../include/functions_agents.php:4825
 #: ../../include/functions_reporting_html.php:4963
-#: ../../mobile/operation/modules.php:668
+#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668
 #: ../../mobile/operation/modules.php:670
 #: ../../mobile/operation/modules.php:910
 #: ../../operation/agentes/status_monitor.php:1589
@@ -5095,22 +4897,21 @@ msgstr "Interval"
 #: ../../godmode/massive/massive_copy_modules.php:131
 #: ../../godmode/massive/massive_copy_modules.php:318
 #: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/massive/massive_edit_agents.php:1024
+#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/reporting/reporting_builder.item_editor.php:85
 #: ../../godmode/servers/servers.build_table.php:83
 #: ../../godmode/setup/setup_ITSM.php:441
 #: ../../godmode/setup/setup_ITSM.php:568
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675
-#: ../../include/ajax/heatmap.ajax.php:392
-#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079
-#: ../../include/ajax/module.php:1975
+#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079
+#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482
 #: ../../include/class/ExternalTools.class.php:933
-#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/class/AgentsAlerts.class.php:916
 #: ../../include/class/SnmpConsole.class.php:286
 #: ../../include/class/SnmpConsole.class.php:403
 #: ../../include/class/SnmpConsole.class.php:521
+#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358
@@ -5119,9 +4920,12 @@ msgstr "Interval"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540
 #: ../../include/lib/Dashboard/Widgets/events_list.php:860
 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564
-#: ../../include/functions_snmp.php:369
 #: ../../include/functions_massive_operations.php:161
 #: ../../include/functions_snmp_browser.php:595
+#: ../../include/functions_events.php:256
+#: ../../include/functions_events.php:312
+#: ../../include/functions_events.php:2585
+#: ../../include/functions_events.php:5119
 #: ../../include/functions_reporting_html.php:820
 #: ../../include/functions_reporting_html.php:949
 #: ../../include/functions_reporting_html.php:1207
@@ -5136,19 +4940,22 @@ msgstr "Interval"
 #: ../../include/functions_reporting_html.php:4915
 #: ../../include/functions_reporting_html.php:4965
 #: ../../include/functions_reporting_html.php:6579
-#: ../../include/functions_events.php:256
-#: ../../include/functions_events.php:312
-#: ../../include/functions_events.php:2585
-#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97
-#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244
-#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407
-#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106
-#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248
-#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674
-#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849
-#: ../../mobile/operation/events.php:1003
-#: ../../mobile/operation/events.php:1004
+#: ../../include/functions_snmp.php:369
 #: ../../mobile/operation/module_data.php:262
+#: ../../mobile/operation/server_status.php:154
+#: ../../mobile/operation/server_status.php:155
+#: ../../mobile/operation/server_status.php:281
+#: ../../mobile/operation/server_status.php:319
+#: ../../mobile/operation/server_status.php:349
+#: ../../mobile/operation/server_status.php:445
+#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245
+#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105
+#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247
+#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334
+#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675
+#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003
+#: ../../mobile/operation/events.php:1004
 #: ../../mobile/operation/modules.php:163
 #: ../../mobile/operation/modules.php:164
 #: ../../mobile/operation/modules.php:275
@@ -5165,12 +4972,6 @@ msgstr "Interval"
 #: ../../mobile/operation/modules.php:751
 #: ../../mobile/operation/modules.php:763
 #: ../../mobile/operation/modules.php:909
-#: ../../mobile/operation/server_status.php:154
-#: ../../mobile/operation/server_status.php:155
-#: ../../mobile/operation/server_status.php:281
-#: ../../mobile/operation/server_status.php:319
-#: ../../mobile/operation/server_status.php:349
-#: ../../mobile/operation/server_status.php:445
 #: ../../operation/agentes/alerts_status.functions.php:122
 #: ../../operation/agentes/estado_agente.php:359
 #: ../../operation/agentes/estado_agente.php:1127
@@ -5219,24 +5020,23 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:292
 #: ../../include/lib/Dashboard/Widgets/events_list.php:861
 #: ../../include/functions_netflow.php:278
+#: ../../include/functions_inventory.php:151
+#: ../../include/functions_inventory.php:185
+#: ../../include/functions_inventory.php:395
+#: ../../include/functions_inventory.php:415
+#: ../../include/functions_inventory.php:600
+#: ../../include/functions_events.php:257
+#: ../../include/functions_events.php:315
+#: ../../include/functions_events.php:2581
+#: ../../include/functions_events.php:5025
 #: ../../include/functions_reporting_html.php:1716
 #: ../../include/functions_reporting_html.php:1724
 #: ../../include/functions_reporting_html.php:1968
 #: ../../include/functions_reporting_html.php:1975
 #: ../../include/functions_reporting_html.php:3853
 #: ../../include/functions_reporting_html.php:6582
-#: ../../include/functions_events.php:257
-#: ../../include/functions_events.php:315
-#: ../../include/functions_events.php:2581
-#: ../../include/functions_events.php:5025
-#: ../../include/functions_inventory.php:151
-#: ../../include/functions_inventory.php:185
-#: ../../include/functions_inventory.php:395
-#: ../../include/functions_inventory.php:415
-#: ../../include/functions_inventory.php:600
-#: ../../mobile/operation/events.php:829
 #: ../../mobile/operation/module_data.php:165
-#: ../../mobile/operation/modules.php:672
+#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672
 #: ../../mobile/operation/modules.php:911
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
@@ -5273,6 +5073,87 @@ msgstr ""
 msgid "Fields selected"
 msgstr ""
 
+#: ../../godmode/agentes/status_monitor_custom_fields.php:231
+#: ../../godmode/agentes/planned_downtime.list.php:891
+#: ../../godmode/agentes/planned_downtime.list.php:936
+#: ../../godmode/agentes/configure_field.php:203
+#: ../../godmode/agentes/inventory_manager.php:188
+#: ../../godmode/agentes/inventory_manager.php:271
+#: ../../godmode/agentes/module_manager_editor.php:801
+#: ../../godmode/agentes/planned_downtime.editor.php:1308
+#: ../../godmode/agentes/agent_conf_gis.php:161
+#: ../../godmode/agentes/agent_manager.php:1304
+#: ../../godmode/alerts/configure_alert_command.php:386
+#: ../../godmode/alerts/configure_alert_action.php:450
+#: ../../godmode/alerts/alert_list.list.php:227
+#: ../../godmode/alerts/alert_list.list.php:1066
+#: ../../godmode/category/edit_category.php:196
+#: ../../godmode/events/custom_events.php:193
+#: ../../godmode/events/event_edit_filter.php:982
+#: ../../godmode/events/event_responses.editor.php:337
+#: ../../godmode/groups/configure_modu_group.php:99
+#: ../../godmode/groups/configure_group.php:285
+#: ../../godmode/modules/manage_inventory_modules.php:338
+#: ../../godmode/modules/manage_nc_groups_form.php:95
+#: ../../godmode/modules/manage_network_components_form.php:378
+#: ../../godmode/modules/manage_inventory_modules_form.php:245
+#: ../../godmode/modules/manage_network_templates_form.php:178
+#: ../../godmode/netflow/nf_edit_form.php:450
+#: ../../godmode/reporting/create_container.php:365
+#: ../../godmode/reporting/reporting_builder.main.php:56
+#: ../../godmode/reporting/graph_builder.main.php:305
+#: ../../godmode/reporting/visual_console_builder.elements.php:918
+#: ../../godmode/reporting/visual_console_builder.data.php:319
+#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/modificar_server.php:247
+#: ../../godmode/setup/setup_sflow.php:95
+#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
+#: ../../godmode/setup/os_version.builder.php:65
+#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
+#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
+#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
+#: ../../godmode/setup/setup_ehorus.php:228
+#: ../../godmode/setup/setup_netflow.php:121
+#: ../../godmode/setup/performance.php:893
+#: ../../godmode/setup/setup_ITSM.php:678
+#: ../../godmode/setup/setup_auth.php:547
+#: ../../godmode/setup/setup_general.php:945
+#: ../../godmode/setup/setup_visuals.php:2221
+#: ../../godmode/snmpconsole/snmp_filters.php:264
+#: ../../godmode/snmpconsole/snmp_filters.php:326
+#: ../../godmode/snmpconsole/snmp_filters.php:337
+#: ../../godmode/snmpconsole/snmp_alert.php:1704
+#: ../../godmode/snmpconsole/snmp_alert.php:2007
+#: ../../godmode/tag/edit_tag.php:251
+#: ../../godmode/update_manager/update_manager.setup.php:418
+#: ../../godmode/users/configure_profile.php:370
+#: ../../godmode/users/configure_token.php:154
+#: ../../godmode/users/configure_user.php:1636
+#: ../../godmode/files_repo/files_repo_form.php:109
+#: ../../include/ajax/alert_list.ajax.php:340
+#: ../../include/class/ManageNetScanScripts.class.php:769
+#: ../../include/class/ConfigPEN.class.php:703
+#: ../../include/class/ConfigPEN.class.php:704
+#: ../../include/class/ExternalTools.class.php:476
+#: ../../include/class/ModuleTemplates.class.php:997
+#: ../../include/class/CredentialStore.class.php:1659
+#: ../../include/functions_visual_map_editor.php:926
+#: ../../include/functions_events.php:3578
+#: ../../include/functions_events.php:3664
+#: ../../include/functions_events.php:4741
+#: ../../operation/agentes/datos_agente.php:220
+#: ../../operation/reporting/reporting_viewer.php:285
+#: ../../operation/reporting/reporting_viewer.php:297
+#: ../../operation/reporting/graph_analytics.php:421
+#: ../../operation/users/user_edit.php:894
+#: ../../operation/visual_console/view.php:520
+#: ../../views/calendar/edit.php:129
+#: ../../views/calendar/special_days_edit.php:162
+#: ../../views/ITSM/ITSMTicketEditView.php:259
+msgid "Update"
+msgstr "Update"
+
 #: ../../godmode/agentes/status_monitor_custom_fields.php:250
 #: ../../godmode/agentes/status_monitor_custom_fields.php:298
 #: ../../godmode/agentes/module_manager_editor_network.php:177
@@ -5321,7 +5202,6 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_modules.php:778
 #: ../../godmode/massive/massive_delete_modules.php:836
 #: ../../godmode/massive/massive_delete_modules.php:866
-#: ../../godmode/massive/massive_edit_plugins.php:338
 #: ../../godmode/massive/massive_add_alerts.php:339
 #: ../../godmode/massive/massive_delete_policies_alerts.php:253
 #: ../../godmode/massive/massive_delete_policies_alerts.php:280
@@ -5333,12 +5213,6 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:266
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270
-#: ../../godmode/massive/massive_edit_users.php:337
-#: ../../godmode/massive/massive_edit_users.php:397
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:616
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/massive/massive_edit_agents.php:802
 #: ../../godmode/massive/massive_edit_modules.php:491
 #: ../../godmode/massive/massive_edit_modules.php:1122
@@ -5354,6 +5228,13 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:1843
 #: ../../godmode/massive/massive_edit_modules.php:2103
 #: ../../godmode/massive/massive_edit_modules.php:2162
+#: ../../godmode/massive/massive_edit_plugins.php:338
+#: ../../godmode/massive/massive_edit_users.php:337
+#: ../../godmode/massive/massive_edit_users.php:397
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:616
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/modules/manage_nc_groups_form.php:80
 #: ../../godmode/modules/manage_network_components_form.php:674
 #: ../../godmode/modules/manage_network_components_form.php:680
@@ -5389,15 +5270,17 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4538
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559
 #: ../../godmode/setup/os.builder.php:359
-#: ../../godmode/setup/setup_visuals.php:637
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/setup/setup_general.php:1043
 #: ../../godmode/setup/setup_general.php:1060
 #: ../../godmode/setup/setup_general.php:1069
 #: ../../godmode/setup/setup_general.php:1086
+#: ../../godmode/setup/setup_visuals.php:637
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/snmpconsole/snmp_alert.php:40
 #: ../../godmode/snmpconsole/snmp_alert.php:1785
+#: ../../godmode/users/user_management.php:726
+#: ../../godmode/users/user_management.php:756
 #: ../../godmode/users/configure_user.php:1312
 #: ../../godmode/users/configure_user.php:1327
 #: ../../godmode/users/configure_user.php:1397
@@ -5408,16 +5291,18 @@ msgstr ""
 #: ../../godmode/users/configure_user.php:1725
 #: ../../godmode/users/configure_user.php:1734
 #: ../../godmode/users/configure_user.php:1741
-#: ../../godmode/users/user_management.php:726
-#: ../../godmode/users/user_management.php:756
 #: ../../godmode/wizards/HostDevices.class.php:1170
 #: ../../godmode/resources/resources_export_import.php:187
 #: ../../include/ajax/planned_downtime.ajax.php:85
 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501
 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922
-#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747
-#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028
+#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569
+#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747
 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862
+#: ../../include/class/SnmpConsole.class.php:327
+#: ../../include/class/SnmpConsole.class.php:1409
+#: ../../include/class/AgentWizard.class.php:729
+#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/class/NetworkMap.class.php:2944
 #: ../../include/class/NetworkMap.class.php:3213
 #: ../../include/class/NetworkMap.class.php:3236
@@ -5425,10 +5310,6 @@ msgstr ""
 #: ../../include/class/NetworkMap.class.php:3319
 #: ../../include/class/NetworkMap.class.php:3430
 #: ../../include/class/NetworkMap.class.php:3451
-#: ../../include/class/SnmpConsole.class.php:327
-#: ../../include/class/SnmpConsole.class.php:1409
-#: ../../include/class/AgentWizard.class.php:729
-#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445
 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388
 #: ../../include/lib/Dashboard/Widgets/module_status.php:379
@@ -5474,15 +5355,15 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:1122
 #: ../../include/functions_profile.php:357
 #: ../../include/functions_profile.php:375
-#: ../../include/functions_profile.php:390 ../../include/functions.php:1216
+#: ../../include/functions_profile.php:390
 #: ../../include/functions_networkmap.php:1522
-#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679
-#: ../../include/functions_html.php:395 ../../include/functions_html.php:862
-#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396
-#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444
-#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545
-#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994
-#: ../../include/functions_events.php:3567
+#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395
+#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344
+#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443
+#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495
+#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478
+#: ../../include/functions_html.php:7994 ../../include/functions.php:1216
+#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697
 #: ../../mobile/operation/events.php:970
 #: ../../operation/agentes/pandora_networkmap.editor.php:494
 #: ../../operation/agentes/ver_agente.php:1234
@@ -5540,8 +5421,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:84
 #: ../../godmode/menu.php:176
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071
-#: ../../include/functions_reporting_html.php:2287
 #: ../../include/functions_events.php:4527
+#: ../../include/functions_reporting_html.php:2287
 #: ../../operation/agentes/ver_agente.php:1769
 #: ../../operation/agentes/ver_agente.php:1773
 #: ../../operation/agentes/ver_agente.php:2078
@@ -5621,16 +5502,16 @@ msgstr ""
 #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521
 #: ../../godmode/wizards/ManageExtensions.class.php:374
 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084
-#: ../../include/class/SatelliteAgent.class.php:176
 #: ../../include/class/AgentsAlerts.class.php:254
 #: ../../include/class/AgentsAlerts.class.php:336
-#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/class/SnmpConsole.class.php:294
+#: ../../include/class/SatelliteAgent.class.php:176
+#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/functions_treeview.php:406
-#: ../../include/functions_reporting_html.php:4701
 #: ../../include/functions_cron.php:504
 #: ../../include/functions_filemanager.php:721
 #: ../../include/functions_reporting.php:3423
+#: ../../include/functions_reporting_html.php:4701
 #: ../../operation/agentes/pandora_networkmap.php:748
 #: ../../operation/agentes/status_monitor.php:1634
 msgid "Actions"
@@ -5655,9 +5536,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:192
 #: ../../godmode/massive/massive_edit_modules.php:937
 #: ../../godmode/modules/manage_network_components_form_network.php:93
+#: ../../include/class/AgentWizard.class.php:796
 #: ../../include/class/CredentialStore.class.php:1094
 #: ../../include/class/CredentialStore.class.php:1377
-#: ../../include/class/AgentWizard.class.php:796
 msgid "SNMP community"
 msgstr "SNMP community"
 
@@ -5665,9 +5546,9 @@ msgstr "SNMP community"
 #: ../../godmode/massive/massive_edit_modules.php:989
 #: ../../godmode/modules/manage_network_components_form_network.php:69
 #: ../../godmode/wizards/HostDevices.class.php:1271
+#: ../../include/class/AgentWizard.class.php:817
 #: ../../include/class/CredentialStore.class.php:1106
 #: ../../include/class/CredentialStore.class.php:1390
-#: ../../include/class/AgentWizard.class.php:817
 msgid "SNMP version"
 msgstr "SNMP version"
 
@@ -5717,9 +5598,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:407
 #: ../../godmode/massive/massive_edit_modules.php:1024
 #: ../../godmode/modules/manage_network_components_form_network.php:178
+#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/class/CredentialStore.class.php:1195
 #: ../../include/class/CredentialStore.class.php:1497
-#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/functions_snmp_browser.php:891
 msgid "Privacy method"
 msgstr "Privacy method"
@@ -5745,9 +5626,9 @@ msgstr "AES"
 #: ../../godmode/agentes/module_manager_editor_network.php:424
 #: ../../godmode/massive/massive_edit_modules.php:1029
 #: ../../godmode/modules/manage_network_components_form_network.php:158
+#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/class/CredentialStore.class.php:1212
 #: ../../include/class/CredentialStore.class.php:1518
-#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/functions_snmp_browser.php:907
 msgid "Privacy pass"
 msgstr ""
@@ -5762,9 +5643,9 @@ msgstr "Auth method"
 #: ../../godmode/agentes/module_manager_editor_network.php:449
 #: ../../godmode/massive/massive_edit_modules.php:1035
 #: ../../godmode/modules/manage_network_components_form_network.php:217
+#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/class/CredentialStore.class.php:1169
 #: ../../include/class/CredentialStore.class.php:1470
-#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/functions_snmp_browser.php:922
 msgid "MD5"
 msgstr "MD5"
@@ -5781,9 +5662,9 @@ msgstr "SHA"
 #: ../../godmode/agentes/module_manager_editor_network.php:463
 #: ../../godmode/massive/massive_edit_modules.php:1039
 #: ../../godmode/modules/manage_network_components_form_network.php:194
+#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/class/CredentialStore.class.php:1124
 #: ../../include/class/CredentialStore.class.php:1422
-#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/functions_snmp_browser.php:935
 msgid "Security level"
 msgstr "Security level"
@@ -5816,8 +5697,8 @@ msgstr "Auth and privacy method"
 #: ../../godmode/alerts/alert_actions.php:352
 #: ../../godmode/events/event_responses.editor.php:230
 #: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/massive/massive_edit_modules.php:1491
+#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/modules/manage_network_components_form_network.php:291
 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049
 #: ../../include/class/ManageNetScanScripts.class.php:434
@@ -6128,9 +6009,9 @@ msgstr "Not deleted. Error deleting data"
 #: ../../godmode/agentes/planned_downtime.editor.php:1000
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523
-#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413
-#: ../../include/functions_snmp.php:421
+#: ../../include/rest-api/index.php:375
 #: ../../include/functions_reporting_html.php:5265
+#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421
 #: ../../operation/agentes/gis_view.php:221
 msgid "To"
 msgstr "To"
@@ -6167,9 +6048,9 @@ msgid "Execution type"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:411
+#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/agentes/agent_manager.php:218
 #: ../../godmode/agentes/agent_manager.php:282
-#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/events/event_edit_filter.php:538
 #: ../../godmode/events/event_edit_filter.php:554
 #: ../../godmode/massive/massive_add_action_alerts.php:217
@@ -6212,8 +6093,8 @@ msgstr "Any"
 #: ../../godmode/agentes/planned_downtime.list.php:989
 #: ../../godmode/agentes/configure_field.php:207
 #: ../../godmode/agentes/module_manager_editor.php:823
-#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/agentes/module_manager.php:1227
+#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/alerts/configure_alert_command.php:395
 #: ../../godmode/alerts/configure_alert_action.php:472
 #: ../../godmode/alerts/alert_actions.php:513
@@ -6227,13 +6108,13 @@ msgstr "Any"
 #: ../../godmode/groups/configure_modu_group.php:102
 #: ../../godmode/groups/configure_group.php:294
 #: ../../godmode/modules/manage_inventory_modules.php:374
-#: ../../godmode/modules/manage_inventory_modules_form.php:249
 #: ../../godmode/modules/manage_nc_groups_form.php:98
 #: ../../godmode/modules/manage_network_components_form.php:384
 #: ../../godmode/modules/manage_network_templates.php:311
-#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/modules/manage_nc_groups.php:344
 #: ../../godmode/modules/manage_network_components.php:910
+#: ../../godmode/modules/manage_inventory_modules_form.php:249
+#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/netflow/nf_edit_form.php:454
 #: ../../godmode/reporting/create_container.php:383
 #: ../../godmode/reporting/reporting_builder.main.php:45
@@ -6253,13 +6134,13 @@ msgstr "Any"
 #: ../../godmode/snmpconsole/snmp_alert.php:1715
 #: ../../godmode/snmpconsole/snmp_alert.php:2204
 #: ../../godmode/tag/edit_tag.php:262
-#: ../../godmode/users/configure_user.php:1632
 #: ../../godmode/users/configure_token.php:145
+#: ../../godmode/users/configure_user.php:1632
 #: ../../include/class/ManageNetScanScripts.class.php:765
-#: ../../include/class/EventSound.class.php:199
-#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/ModuleTemplates.class.php:938
 #: ../../include/class/ModuleTemplates.class.php:992
+#: ../../include/class/EventSound.class.php:199
+#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/WelcomeWindow.class.php:774
 #: ../../include/class/WelcomeWindow.class.php:823
 #: ../../include/class/WelcomeWindow.class.php:876
@@ -6299,13 +6180,12 @@ msgstr ""
 #: ../../godmode/massive/massive_operations.php:388
 #: ../../godmode/massive/massive_operations.php:410
 #: ../../godmode/modules/manage_inventory_modules.php:54
-#: ../../godmode/modules/manage_inventory_modules_form.php:45
 #: ../../godmode/modules/manage_network_components.php:304
-#: ../../godmode/menu.php:344
-#: ../../include/class/AgentDeployWizard.class.php:727
-#: ../../include/class/ConfigPEN.class.php:329
+#: ../../godmode/modules/manage_inventory_modules_form.php:45
+#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329
 #: ../../include/class/ModuleTemplates.class.php:195
 #: ../../include/class/ModuleTemplates.class.php:213
+#: ../../include/class/AgentDeployWizard.class.php:727
 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62
 #: ../../include/functions_reports.php:926
 #: ../../include/functions_reports.php:930
@@ -6342,11 +6222,11 @@ msgid "Copy"
 msgstr "Copy"
 
 #: ../../godmode/agentes/planned_downtime.list.php:778
-#: ../../godmode/agentes/agent_manager.php:1051
 #: ../../godmode/agentes/module_manager.php:835
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/agentes/planned_downtime.editor.php:930
 #: ../../godmode/agentes/modificar_agente.php:808
+#: ../../godmode/agentes/agent_manager.php:1051
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/massive/massive_edit_agents.php:1185
 #: ../../godmode/massive/massive_edit_modules.php:1366
 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641
@@ -6403,24 +6283,19 @@ msgstr "No modules selected"
 #: ../../include/ajax/module.php:1254
 #: ../../include/class/SnmpConsole.class.php:831
 #: ../../include/class/SnmpConsole.class.php:849
-#: ../../include/lib/TacticalView/elements/LogStorage.php:150
-#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122
+#: ../../include/lib/TacticalView/elements/LogStorage.php:150
+#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490
-#: ../../include/functions.php:1267 ../../include/functions.php:1273
-#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152
+#: ../../include/functions_treeview.php:152
 #: ../../include/functions_treeview.php:310
 #: ../../include/functions_treeview.php:416
 #: ../../include/functions_treeview.php:645
-#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236
-#: ../../include/functions_ui.php:3244
-#: ../../include/functions_reporting_html.php:1313
-#: ../../include/functions_reporting_html.php:1316
-#: ../../include/functions_reporting_html.php:6840
-#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267
+#: ../../include/functions.php:1273 ../../include/functions.php:1277
 #: ../../include/functions_events.php:3754
 #: ../../include/functions_events.php:3898
 #: ../../include/functions_events.php:3918
@@ -6460,11 +6335,16 @@ msgstr "No modules selected"
 #: ../../include/functions_events.php:5748
 #: ../../include/functions_events.php:5775
 #: ../../include/functions_events.php:5800
-#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198
-#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303
-#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327
-#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485
-#: ../../mobile/operation/events.php:495
+#: ../../include/functions_events.php:5844
+#: ../../include/functions_reporting_html.php:1313
+#: ../../include/functions_reporting_html.php:1316
+#: ../../include/functions_reporting_html.php:6840
+#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244
+#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203
+#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315
+#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435
+#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495
 #: ../../operation/agentes/estado_agente.php:1298
 #: ../../operation/agentes/interface_view.functions.php:747
 #: ../../operation/agentes/interface_view.functions.php:748
@@ -6638,9 +6518,9 @@ msgstr ""
 #: ../../include/class/WelcomeWindow.class.php:1178
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483
 #: ../../include/functions_snmp_browser.php:1765
-#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843
+#: ../../include/functions_html.php:6843
 #: ../../include/functions_notifications.php:1011
-#: ../../operation/events/events.php:1469
+#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469
 #: ../../operation/events/events.php:1561
 #: ../../views/ITSM/ITSMTicketDetailView.php:366
 msgid "Add"
@@ -6776,469 +6656,13 @@ msgid "Plugin server module"
 msgstr "Plug-in server module"
 
 #: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/massive/massive_edit_modules.php:1470
+#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/modules/manage_network_components_form_plugin.php:36
 #: ../../godmode/servers/plugin_registration.php:502
 msgid "Plugin"
 msgstr "Plug-in"
 
-#: ../../godmode/agentes/agent_manager.php:195
-#: ../../godmode/agentes/module_manager_editor_common.php:780
-#: ../../godmode/groups/configure_group.php:251
-#: ../../godmode/massive/massive_edit_agents.php:862
-msgid "Custom ID"
-msgstr "Custom ID"
-
-#: ../../godmode/agentes/agent_manager.php:330
-#: ../../godmode/agentes/agent_manager.php:965
-#: ../../godmode/massive/massive_edit_agents.php:1138
-msgid "Agent icon"
-msgstr "Agent icon"
-
-#: ../../godmode/agentes/agent_manager.php:358
-#: ../../include/class/SatelliteAgent.class.php:555
-#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
-#: ../../include/functions_reporting_html.php:4910
-#: ../../include/functions_events.php:253
-#: ../../include/functions_events.php:300
-#: ../../include/functions_events.php:2576
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/modules.php:908
-#: ../../operation/events/events.php:3063
-msgid "Agent name"
-msgstr "Agent name"
-
-#: ../../godmode/agentes/agent_manager.php:358
-msgid ""
-"The agent name is a unique identifier (which is automatically generated in "
-"software agents). If you set it manually, make sure it is not duplicated. "
-"Although it accepts spaces, we do not recommend you to use them in the agent "
-"name, you may use them in the agent alias. The agent name is not displayed "
-"in the interface, it is an internal name."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:393
-#, fuzzy
-msgid "Edit agent name"
-msgstr "Edit agents"
-
-#: ../../godmode/agentes/agent_manager.php:408
-#: ../../godmode/groups/tactical.php:179
-#: ../../godmode/reporting/reporting_builder.item_editor.php:77
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
-#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488
-#: ../../include/functions_reporting_html.php:2259
-#: ../../include/functions_reporting_html.php:2423
-#: ../../operation/inventory/inventory.php:1366
-msgid "Alias"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-msgid ""
-"This will be the text label that will represent the agent on all types of "
-"screens and reports. It may be duplicated, contain spaces and non-ASCII "
-"characters."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:414
-#, fuzzy
-msgid "Use alias as name"
-msgstr "Database name"
-
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "This agent can be remotely configured"
-msgstr "This agent can be remotely configured"
-
-#: ../../godmode/agentes/agent_manager.php:436
-#: ../../godmode/servers/modificar_server.php:208
-#: ../../include/functions_treeview.php:649
-#: ../../include/functions_reporting_html.php:2263
-#: ../../include/functions_reporting_html.php:5390
-#: ../../include/functions_reporting_html.php:5484
-#: ../../include/functions_events.php:4459
-#: ../../operation/gis_maps/ajax.php:290
-msgid "IP Address"
-msgstr "IP Address"
-
-#: ../../godmode/agentes/agent_manager.php:439
-msgid "Check unique IP"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:461
-#: ../../godmode/agentes/agent_manager.php:487
-#, fuzzy
-msgid "Delete selected IPs"
-msgstr "Delete selected"
-
-#: ../../godmode/agentes/agent_manager.php:478
-#, fuzzy
-msgid "Fix IP address"
-msgstr "IP Address"
-
-#: ../../godmode/agentes/agent_manager.php:479
-msgid "Avoid automatic IP address update when agent IP changes."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:483
-#, fuzzy
-msgid "IP Address list"
-msgstr "IP Address"
-
-#: ../../godmode/agentes/agent_manager.php:491
-#, fuzzy
-msgid "Primary group"
-msgstr "Filter by group"
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid ""
-"Although an agent can belong to multiple groups, it can only have a parent "
-"group."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:558
-msgid ""
-"Time that elapses when updating data in the agent. Remote modules have their "
-"own interval, but this time is used to find out if an agent stopped "
-"responding (unknown state). When twice the time interval defined in an agent "
-"goes by, it is considered to be in unknown state (or also if all its remote "
-"modules are in unknown state). An agent may be in unknown state if all of "
-"its local (software agent-based) modules have a last contact time longer "
-"than twice the agent interval, even if it has updated remote modules."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:579
-#: ../../godmode/agentes/planned_downtime.editor.php:1361
-#: ../../godmode/agentes/modificar_agente.php:704
-#: ../../godmode/massive/massive_edit_agents.php:783
-#: ../../godmode/modules/manage_inventory_modules.php:291
-#: ../../godmode/modules/manage_inventory_modules_form.php:140
-#: ../../godmode/reporting/reporting_builder.item_editor.php:79
-#: ../../include/ajax/heatmap.ajax.php:468
-#: ../../include/class/Diagnostics.class.php:832
-#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
-#: ../../include/functions_massive_operations.php:239
-#: ../../include/functions_reporting_html.php:816
-#: ../../include/functions_reporting_html.php:2267
-#: ../../include/functions_reporting_html.php:4912
-#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94
-#: ../../mobile/operation/agents.php:405
-#: ../../operation/agentes/estado_agente.php:1108
-#: ../../operation/gis_maps/ajax.php:297
-#: ../../operation/inventory/inventory.php:1372
-#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
-#: ../../operation/tree.php:145
-msgid "OS"
-msgstr "OS"
-
-#: ../../godmode/agentes/agent_manager.php:607
-#, fuzzy
-msgid "OS version"
-msgstr "SNMP version"
-
-#: ../../godmode/agentes/agent_manager.php:622
-#: ../../godmode/agentes/module_manager.php:693
-#: ../../godmode/events/event_edit_filter.php:958
-#: ../../godmode/massive/massive_edit_agents.php:806
-#: ../../godmode/modules/manage_network_components.php:789
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
-#: ../../include/class/AgentWizard.class.php:1311
-#: ../../include/functions_reporting_html.php:3029
-#: ../../include/functions_reporting_html.php:3229
-#: ../../operation/events/events.php:2214
-#: ../../operation/inventory/inventory.php:576
-#: ../../operation/custom_fields/custom_fields_view.php:710
-msgid "Server"
-msgstr "Server"
-
-#: ../../godmode/agentes/agent_manager.php:622
-msgid "Server that will preferentially execute remote tasks."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:741
-msgid "Remote config disabled, please activate to enable agent basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:746
-msgid "Enable security hardening monitoring"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:759
-msgid "Enable log collection"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:773
-#, fuzzy
-msgid "Enable inventory"
-msgstr "Inventory"
-
-#: ../../godmode/agentes/agent_manager.php:791
-msgid "Pandora RC connected with id "
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:800
-msgid "This agent do not have a Pandora RC agent installed, install one."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:806
-#, fuzzy
-msgid "Enable remote control"
-msgstr "Last remote contact"
-
-#: ../../godmode/agentes/agent_manager.php:816
-#: ../../godmode/agentes/agent_manager.php:817
-msgid "Only available for agents 774 or higher"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:823
-msgid "Remote config is enabled only in the Enteprise version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:833
-#, fuzzy
-msgid "Basic options"
-msgstr "Massive operations"
-
-#: ../../godmode/agentes/agent_manager.php:855
-#: ../../godmode/reporting/reporting_builder.item_editor.php:81
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
-#: ../../include/functions_agents.php:4872
-#: ../../include/functions_events.php:5160
-#: ../../operation/inventory/inventory.php:1370
-#, fuzzy
-msgid "Secondary groups"
-msgstr "Source group"
-
-#: ../../godmode/agentes/agent_manager.php:866
-#, fuzzy
-msgid "Agent parent"
-msgstr "Agent name"
-
-#: ../../godmode/agentes/agent_manager.php:894
-#, fuzzy
-msgid "Cascade protection modules"
-msgstr "Cascade protection"
-
-#: ../../godmode/agentes/agent_manager.php:910
-#: ../../godmode/massive/massive_edit_agents.php:945
-msgid "Learning mode"
-msgstr "Learning mode"
-
-#: ../../godmode/agentes/agent_manager.php:920
-#: ../../godmode/massive/massive_edit_agents.php:956
-msgid "Normal mode"
-msgstr "Normal mode"
-
-#: ../../godmode/agentes/agent_manager.php:930
-#: ../../godmode/massive/massive_edit_agents.php:967
-#, fuzzy
-msgid "Autodisable mode"
-msgstr "Alert disabled"
-
-#: ../../godmode/agentes/agent_manager.php:939
-#: ../../godmode/massive/massive_edit_agents.php:980
-msgid "Module definition"
-msgstr "Module definition"
-
-#: ../../godmode/agentes/agent_manager.php:939
-msgid ""
-"Three working modes can be selected for module definition. Learning mode: "
-"Default mode, if an XML arrives with new modules, they will be created "
-"automatically; it is a learning behavior. Normal mode: If an XML arrives "
-"with new modules, they will only be created if they are previously declared "
-"in the Console. Autodisable mode: It is the same as learning mode, but if "
-"all modules go into unknown, the agent will be disabled until information "
-"arrives again."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-#, fuzzy
-msgid "Cascade protection services"
-msgstr "Cascade protection"
-
-#: ../../godmode/agentes/agent_manager.php:951
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid ""
-"To avoid an avalanche of cascading alerts. You may choose any agent module "
-"(any) or a specific module. In the first case, when there is at least one "
-"module in critical, that event/alert will be launched, but no other of "
-"another module of the same agent. In the second case, when the specified "
-"module is in critical, the agent will not generate alerts/events."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:958
-#, fuzzy
-msgid "Update new GIS data"
-msgstr "Ignore new GIS data:"
-
-#: ../../godmode/agentes/agent_manager.php:1034
-#, fuzzy
-msgid "URL Address"
-msgstr "Address"
-
-#: ../../godmode/agentes/agent_manager.php:1040
-#, fuzzy
-msgid "Disabled mode"
-msgstr "Disabled"
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid ""
-"A deactivated agent does not generate activity (or issue events/alerts) or "
-"process data or actively generate monitoring. In many listings it does not "
-"even appear."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1051
-msgid ""
-"A 'silent' agent continues to process monitoring data, but does not generate "
-"events or alerts."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1078
-msgid "Delete remote configuration file"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1087
-#: ../../godmode/agentes/configurar_agente.php:651
-#: ../../godmode/agentes/configurar_agente.php:803
-#: ../../godmode/massive/massive_edit_agents.php:1051
-#: ../../godmode/reporting/reporting_builder.item_editor.php:87
-#: ../../godmode/servers/servers.build_table.php:303
-#: ../../include/functions_agents.php:4907
-msgid "Remote configuration"
-msgstr "Remote configuration"
-
-#: ../../godmode/agentes/agent_manager.php:1117
-#: ../../godmode/massive/massive_edit_agents.php:1205
-#, fuzzy
-msgid "Safe operation mode"
-msgstr "Massive operations"
-
-#: ../../godmode/agentes/agent_manager.php:1117
-msgid ""
-"When the module set in this option goes into critical state, the other "
-"modules of the agent are automatically deactivated. This option can be very "
-"useful to avoid wasting resources, especially in remote checks. For example, "
-"if a Host alive module is chosen, SNMP checks will not be performed on the "
-"device when there is no connectivity with it."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1129
-msgid "Vulnerability scanning"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1132
-#: ../../godmode/agentes/module_manager.php:1081
-#: ../../godmode/agentes/module_manager.php:1094
-#: ../../godmode/agentes/module_manager_editor_common.php:255
-#: ../../godmode/agentes/module_manager_editor_common.php:728
-#: ../../godmode/agentes/module_manager_editor_common.php:1368
-#: ../../godmode/agentes/modificar_agente.php:799
-#: ../../godmode/alerts/alert_list.list.php:172
-#: ../../godmode/alerts/alert_view.php:560
-#: ../../godmode/alerts/configure_alert_template.php:1001
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:996
-#: ../../godmode/massive/massive_edit_agents.php:1215
-#: ../../godmode/massive/massive_edit_modules.php:881
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
-#: ../../include/functions_visual_map_editor.php:872
-#: ../../include/functions_treeview.php:64
-#: ../../include/functions_treeview.php:595
-#: ../../include/functions_agents.php:1494
-#: ../../include/functions_agents.php:4639
-#: ../../include/functions_reporting_html.php:4927
-#: ../../include/functions_reporting.php:7421
-#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
-#: ../../operation/agentes/alerts_status.functions.php:115
-#: ../../operation/inventory/inventory.php:789
-#: ../../operation/search_agents.getdata.php:189
-msgid "Disabled"
-msgstr "Disabled"
-
-#: ../../godmode/agentes/agent_manager.php:1133
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/module_manager_editor_common.php:732
-#: ../../godmode/agentes/module_manager_editor_common.php:743
-#: ../../godmode/alerts/configure_alert_template.php:1002
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:1214
-#: ../../godmode/modules/manage_network_components_form_wizard.php:249
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
-#: ../../include/functions_visual_map_editor.php:871
-#: ../../include/functions_agents.php:4908
-#: ../../include/functions_reporting_html.php:4925
-#: ../../operation/inventory/inventory.php:788
-msgid "Enabled"
-msgstr "Enabled"
-
-#: ../../godmode/agentes/agent_manager.php:1134
-msgid "Use global settings"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_agents.php:1235
-#: ../../godmode/massive/massive_edit_modules.php:1548
-#, fuzzy
-msgid "Ignore unknown"
-msgstr "Agents unknown"
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/massive/massive_edit_agents.php:1235
-msgid ""
-"This disables the calculation of the unknown state in the agent and any of "
-"its modules, so it will never transition to unknown. The state it reflects "
-"is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1218
-#, fuzzy
-msgid "Link text:"
-msgstr "Link name"
-
-#: ../../godmode/agentes/agent_manager.php:1229
-#, fuzzy
-msgid "Link URL:"
-msgstr "Link"
-
-#: ../../godmode/agentes/agent_manager.php:1328
-#: ../../godmode/agentes/agent_manager.php:1390
-#: ../../godmode/agentes/modificar_agente.php:1007
-msgid "Delete agent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1383
-#: ../../godmode/agentes/modificar_agente.php:979
-msgid "This agent belongs to the clusters"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1391
-#: ../../godmode/setup/setup_visuals.php:2401
-msgid "This action is not reversible. Are you sure?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1452
-msgid "Secondary group cannot be primary too."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1554
-msgid "This IP address is in use. Are you sure you want to save it?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1577
-msgid ""
-"Change the internal name of the agent may cause duplicity and malfunction"
-msgstr ""
-
 #: ../../godmode/agentes/module_manager.php:81
 #: ../../operation/agentes/estado_monitores.php:637
 msgid "Show in hierachy mode"
@@ -7284,6 +6708,25 @@ msgstr "There was a problem deleting the module"
 msgid "P"
 msgstr "IP"
 
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/agentes/agent_manager.php:622
+#: ../../godmode/events/event_edit_filter.php:958
+#: ../../godmode/massive/massive_edit_agents.php:806
+#: ../../godmode/modules/manage_network_components.php:789
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
+#: ../../include/class/AgentWizard.class.php:1311
+#: ../../include/functions_reporting_html.php:3029
+#: ../../include/functions_reporting_html.php:3229
+#: ../../operation/events/events.php:2214
+#: ../../operation/inventory/inventory.php:576
+#: ../../operation/custom_fields/custom_fields_view.php:710
+msgid "Server"
+msgstr "Server"
+
 #: ../../godmode/agentes/module_manager.php:693
 #: ../../include/lib/TacticalView/elements/Events.php:445
 #, fuzzy
@@ -7341,6 +6784,35 @@ msgstr "Duplicate"
 msgid "Normalize"
 msgstr "Normalise"
 
+#: ../../godmode/agentes/module_manager.php:1081
+#: ../../godmode/agentes/module_manager.php:1094
+#: ../../godmode/agentes/modificar_agente.php:799
+#: ../../godmode/agentes/agent_manager.php:1132
+#: ../../godmode/agentes/module_manager_editor_common.php:255
+#: ../../godmode/agentes/module_manager_editor_common.php:728
+#: ../../godmode/agentes/module_manager_editor_common.php:1368
+#: ../../godmode/alerts/alert_list.list.php:172
+#: ../../godmode/alerts/alert_view.php:560
+#: ../../godmode/alerts/configure_alert_template.php:1001
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:996
+#: ../../godmode/massive/massive_edit_agents.php:1215
+#: ../../godmode/massive/massive_edit_modules.php:881
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
+#: ../../include/functions_visual_map_editor.php:872
+#: ../../include/functions_treeview.php:64
+#: ../../include/functions_treeview.php:595
+#: ../../include/functions_agents.php:1494
+#: ../../include/functions_agents.php:4639
+#: ../../include/functions_reporting.php:7432
+#: ../../include/functions_reporting_html.php:4927
+#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
+#: ../../operation/agentes/alerts_status.functions.php:115
+#: ../../operation/inventory/inventory.php:789
+#: ../../operation/search_agents.getdata.php:189
+msgid "Disabled"
+msgstr "Disabled"
+
 #: ../../godmode/agentes/module_manager.php:1092
 #: ../../include/functions_snmp_browser.php:639
 msgid "Create network component"
@@ -7387,654 +6859,6 @@ msgstr ""
 msgid "Delete module"
 msgstr ""
 
-#: ../../godmode/agentes/module_manager_editor_common.php:120
-#: ../../godmode/agentes/module_manager_editor_common.php:135
-msgid "Manual setup"
-msgstr "Manual setup"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:128
-msgid "No component was found"
-msgstr "No component was found"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:151
-msgid "Using module component"
-msgstr "Using module component"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:303
-#: ../../godmode/agentes/module_manager_editor_common.php:1026
-#: ../../godmode/massive/massive_edit_modules.php:1085
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
-#: ../../include/ajax/heatmap.ajax.php:228
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
-#: ../../include/functions_treeview.php:114
-#: ../../include/functions_graph.php:4964
-#: ../../include/functions_visual_map.php:4279
-#: ../../operation/agentes/status_monitor.php:582
-#: ../../operation/heatmap.php:105
-msgid "Not assigned"
-msgstr "Not assigned"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:447
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
-#, fuzzy
-msgid "Warning threshold"
-msgstr "Time threshold"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:449
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Min / Max"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:450
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Decrease / Increase"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid ""
-"Normal: Any value within the specified range will cause a state change. "
-"Inverse interval: Any value outside the specified range will cause a state "
-"change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:479
-#: ../../godmode/agentes/module_manager_editor_common.php:569
-#: ../../godmode/groups/group_list.php:1311
-#: ../../godmode/massive/massive_copy_modules.php:123
-#: ../../godmode/massive/massive_copy_modules.php:311
-#: ../../godmode/massive/massive_delete_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/netflow/nf_edit_form.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
-#: ../../godmode/setup/setup_visuals.php:1085
-#: ../../godmode/setup/setup_visuals.php:1107
-#: ../../include/ajax/module.php:2345
-#: ../../include/class/ExtensionsDiscovery.class.php:786
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
-#: ../../include/functions_massive_operations.php:154
-#: ../../include/functions.php:1174 ../../include/functions.php:1414
-#: ../../include/functions.php:1421 ../../include/functions.php:1454
-#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366
-#: ../../include/functions_graph.php:3225
-#: ../../include/functions_graph.php:3227
-#: ../../include/functions_graph.php:4772
-#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58
-#: ../../mobile/operation/modules.php:69
-#: ../../operation/agentes/group_view.php:250
-#: ../../operation/agentes/group_view.php:255
-#: ../../operation/agentes/estado_agente.php:310
-#: ../../operation/agentes/estado_monitores.php:544
-#: ../../operation/agentes/status_monitor.php:573
-#: ../../operation/netflow/nf_live_view.php:327
-#: ../../operation/custom_fields/custom_fields_view.php:174
-#: ../../operation/tree.php:208 ../../operation/tree.php:299
-#: ../../operation/tree.php:535
-msgid "Normal"
-msgstr "Normal"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:480
-#: ../../godmode/agentes/module_manager_editor_common.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:570
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-#: ../../godmode/massive/massive_edit_modules.php:701
-#: ../../godmode/massive/massive_edit_modules.php:807
-#: ../../godmode/modules/manage_network_components_form_wizard.php:450
-#: ../../godmode/modules/manage_network_components_form_wizard.php:535
-#: ../../godmode/modules/manage_network_components_form_common.php:264
-#: ../../godmode/modules/manage_network_components_form_common.php:342
-msgid "Inverse interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:481
-#: ../../godmode/agentes/module_manager_editor_common.php:571
-#: ../../godmode/massive/massive_edit_modules.php:723
-#: ../../godmode/massive/massive_edit_modules.php:829
-#: ../../godmode/modules/manage_network_components_form_wizard.php:457
-#: ../../godmode/modules/manage_network_components_form_wizard.php:542
-#: ../../godmode/modules/manage_network_components_form_common.php:271
-#: ../../godmode/modules/manage_network_components_form_common.php:349
-#, fuzzy
-msgid "Percentage"
-msgstr "Percentile bar"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-#: ../../godmode/agentes/module_manager_editor_common.php:606
-#: ../../godmode/massive/massive_edit_modules.php:689
-#: ../../godmode/massive/massive_edit_modules.php:795
-#: ../../godmode/modules/manage_network_components_form_wizard.php:436
-#: ../../godmode/modules/manage_network_components_form_wizard.php:521
-#: ../../godmode/modules/manage_network_components_form_common.php:250
-#: ../../godmode/modules/manage_network_components_form_common.php:328
-#: ../../include/functions_treeview.php:88
-#: ../../include/functions_treeview.php:100
-msgid "Str."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/modules/manage_network_components_form_wizard.php:474
-#: ../../godmode/modules/manage_network_components_form_common.php:285
-#, fuzzy
-msgid "Change to critical status after"
-msgstr "Going down to critical state"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:533
-#: ../../godmode/modules/manage_network_components_form_wizard.php:482
-#: ../../godmode/modules/manage_network_components_form_common.php:293
-#, fuzzy
-msgid "intervals in warning status."
-msgstr "Warning status"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:538
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
-#, fuzzy
-msgid "Critical threshold"
-msgstr "Time threshold"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid ""
-"Normal: Any value within the specified range will cause a state change."
-"\\nInverse interval: Any value outside the specified range will cause a "
-"state change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-#: ../../godmode/massive/massive_edit_modules.php:1292
-#: ../../godmode/modules/manage_network_components_form_common.php:406
-#: ../../include/functions_reporting.php:5037
-#: ../../mobile/operation/modules.php:860
-msgid "Historical data"
-msgstr "Historical data"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid ""
-"If disabled, it will only save the last known data, being unable to display "
-"graphs. It is useful to save DB space. It should be disabled only in those "
-"cases where it is necessary for the system to flow faster and save resources."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid ""
-"This disables the module's state calculation to unknown, so it will never "
-"transition to unknown. The state it reflects is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:692
-#: ../../godmode/agentes/module_manager_editor_common.php:694
-#, php-format
-msgid "Agent interval x %s"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:700
-#: ../../godmode/alerts/alert_list.list.php:716
-#: ../../godmode/alerts/alert_view.php:58
-#: ../../godmode/events/event_edit_filter.php:491
-#: ../../godmode/massive/massive_edit_users.php:242
-#: ../../godmode/massive/massive_edit_users.php:272
-#: ../../godmode/massive/massive_edit_agents.php:1100
-#: ../../godmode/setup/gis_step_2.php:599
-#: ../../godmode/setup/gis_step_2.php:685
-#: ../../godmode/setup/setup_visuals.php:428
-#: ../../godmode/setup/setup_visuals.php:459
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:715
-#: ../../godmode/setup/setup_visuals.php:755
-#: ../../godmode/setup/setup_visuals.php:1623
-#: ../../godmode/users/configure_user.php:54
-#: ../../godmode/users/configure_user.php:1143
-#: ../../godmode/users/user_management.php:39
-#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799
-#: ../../include/class/AgentsAlerts.class.php:950
-#: ../../include/class/SnmpConsole.class.php:312
-#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347
-#: ../../operation/gis_maps/gis_map.php:119
-#: ../../operation/users/user_edit.php:426
-#: ../../operation/users/user_edit.php:429
-#: ../../operation/users/user_edit.php:440
-#: ../../operation/users/user_edit.php:465
-#: ../../views/calendar/special_days.php:197
-#: ../../views/calendar/special_days.php:209
-msgid "Default"
-msgstr "Default"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:777
-msgid "Identification and Categorization"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:781
-#: ../../godmode/massive/massive_edit_modules.php:1297
-#: ../../godmode/module_library/module_library_view.php:123
-#: ../../godmode/modules/manage_network_components_form_common.php:459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
-#: ../../include/functions_reporting_html.php:948
-#: ../../include/functions_reporting_html.php:996
-msgid "Category"
-msgstr "Category"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:818
-#: ../../godmode/modules/manage_network_components_form_common.php:484
-msgid "Tags available"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:898
-#: ../../godmode/modules/manage_network_components_form_common.php:505
-msgid "Add tags to module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:989
-#, fuzzy
-msgid "Module parent"
-msgstr "Module sanity"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1046
-msgid "Tags from policy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1072
-#: ../../godmode/massive/massive_edit_modules.php:1361
-#: ../../godmode/modules/manage_network_components_form_common.php:446
-msgid "Unknown instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1095
-#: ../../godmode/massive/massive_edit_modules.php:1351
-#: ../../godmode/modules/manage_network_components_form_common.php:436
-msgid "Critical instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1096
-#: ../../godmode/massive/massive_edit_modules.php:1356
-#: ../../godmode/modules/manage_network_components_form_common.php:441
-msgid "Warning instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1117
-msgid "Execution interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1137
-#: ../../godmode/agentes/module_manager_editor_common.php:1143
-#: ../../godmode/agentes/planned_downtime.editor.php:1155
-msgid "Cron from"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1140
-#: ../../godmode/agentes/module_manager_editor_common.php:1146
-#: ../../godmode/agentes/planned_downtime.editor.php:1158
-msgid "Cron to"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid "Thresholds and state changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid ""
-"It indicates the minimum and maximum values accepted by the module. Any "
-"value outside this range will be discarded. For example, with a Max. value "
-"of 100, a data value of 200 will not be saved in a database."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1157
-#: ../../godmode/modules/manage_network_components_form_common.php:411
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
-#: ../../include/functions_reporting.php:7531
-msgid "Min. Value"
-msgstr "Min. Value"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1158
-#: ../../godmode/modules/manage_network_components_form_common.php:416
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
-#: ../../include/functions_reporting.php:7527
-msgid "Max. Value"
-msgstr "Max. Value"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid "Dynamic Threshold Interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid ""
-"If this option is enabled, the module thresholds will be automatically "
-"adjusted based on the mean and standard deviation of their values in the "
-"specified time interval."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#: ../../godmode/alerts/configure_alert_template.php:953
-#: ../../godmode/massive/massive_edit_modules.php:663
-#: ../../godmode/massive/massive_edit_modules.php:769
-#: ../../godmode/massive/massive_edit_modules.php:1068
-#: ../../godmode/modules/manage_network_components_form_wizard.php:408
-#: ../../godmode/modules/manage_network_components_form_wizard.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/modules/manage_network_components_form_common.php:300
-#: ../../include/lib/Dashboard/Widgets/top_n.php:304
-#: ../../include/functions_alerts.php:686
-#: ../../include/functions_alerts.php:713
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6804
-msgid "Min."
-msgstr "Min."
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#, php-format
-msgid ""
-"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the lower critical state "
-"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% lower than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-#: ../../godmode/alerts/configure_alert_template.php:966
-#: ../../godmode/massive/massive_edit_modules.php:676
-#: ../../godmode/massive/massive_edit_modules.php:782
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/modules/manage_network_components_form_wizard.php:422
-#: ../../godmode/modules/manage_network_components_form_wizard.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:236
-#: ../../godmode/modules/manage_network_components_form_common.php:314
-#: ../../include/lib/Dashboard/Widgets/top_n.php:303
-#: ../../include/functions_alerts.php:685
-#: ../../include/functions_alerts.php:712
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6805
-msgid "Max."
-msgstr "Max."
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-msgid ""
-"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the upper critical state "
-"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% higher than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-#, fuzzy
-msgid "Two Tailed"
-msgstr "Login failed"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid ""
-"It allows to set a lower threshold in addition to the upper one by default. "
-"If enabled, both very high and very low values will cause a state change."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-#: ../../godmode/massive/massive_edit_modules.php:1257
-#: ../../godmode/modules/manage_network_components_form_common.php:361
-msgid "FF threshold"
-msgstr "FF threshold"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-msgid ""
-"It indicates the number of consecutive values at a threshold that must be "
-"received for the module to change state. For example, with a value 0 "
-"(default) the module will change state as soon as it receives a data within "
-"the critical threshold, but with a value 2 the module must receive two more "
-"critical data (consecutively) to change to critical state. It is possible to "
-"set the same 'tolerance' for all status changes or choose a different value "
-"for each one. This option is especially useful in unstable environments, as "
-"it helps prevent false positives."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1247
-#: ../../godmode/massive/massive_edit_modules.php:1151
-#: ../../godmode/massive/massive_edit_modules.php:1168
-#: ../../godmode/modules/manage_network_components_form_common.php:367
-msgid "All state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-#: ../../godmode/massive/massive_edit_modules.php:1150
-#: ../../godmode/massive/massive_edit_modules.php:1251
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "Each state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1258
-#, fuzzy
-msgid "Change all states"
-msgstr "Manage alerts"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1280
-#: ../../godmode/massive/massive_edit_modules.php:1214
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "To normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1281
-#: ../../godmode/massive/massive_edit_modules.php:1226
-#: ../../godmode/modules/manage_network_components_form_common.php:387
-msgid "To warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1282
-#: ../../godmode/massive/massive_edit_modules.php:1238
-#: ../../godmode/modules/manage_network_components_form_common.php:394
-msgid "To critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1338
-#: ../../godmode/massive/massive_edit_modules.php:1262
-msgid "FF interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1339
-#: ../../godmode/massive/massive_edit_modules.php:1277
-msgid "FF timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1184
-#: ../../godmode/modules/manage_network_components_form_common.php:362
-msgid "Keep counters"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1380
-msgid "Data and their processing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1384
-#: ../../godmode/massive/massive_edit_modules.php:1133
-#: ../../godmode/modules/manage_network_components_form_common.php:421
-#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
-#: ../../include/functions_reporting_html.php:4964
-msgid "Unit"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-#: ../../godmode/massive/massive_edit_modules.php:903
-#: ../../godmode/modules/manage_network_components_form_plugin.php:54
-#: ../../godmode/modules/manage_network_components_form_wmi.php:83
-#: ../../godmode/modules/manage_network_components_form_network.php:249
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "Post process"
-msgstr "Post process"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-msgid ""
-"It allows you to change the unit of the received data. To do this, multiply "
-"the data received by the value set in this option (e.g. Seconds * "
-"0.016666666667 = Minutes). The data is saved already transformed in the "
-"database, so changing this parameter when the module has data can cause "
-"anomalies in graphs and other elements."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1412
-#: ../../godmode/massive/massive_edit_modules.php:920
-#, fuzzy
-msgid "MADE enabled"
-msgstr "Enabled"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1413
-#: ../../godmode/massive/massive_edit_modules.php:921
-msgid ""
-"By activating this option, the module data will be processed by the MADE "
-"engine (if active), and events will be generated automatically by the IA "
-"engine"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1427
-msgid "Notifications and alerts"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1429
-#: ../../godmode/massive/massive_edit_modules.php:1128
-msgid "Export target"
-msgstr "Export target"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1431
-msgid "Not needed"
-msgstr "Not needed"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-#: ../../godmode/modules/manage_network_components_form_common.php:426
-#, fuzzy
-msgid "Discard unknown events"
-msgstr "Total uknown agents"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-msgid ""
-"With this mode, the unknown state will be detected, but it will not generate "
-"events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
-msgid ""
-"A module in silent mode will continue to receive and store data, but will "
-"not trigger alerts or generate events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-#, fuzzy
-msgid "Cascade Protection Services"
-msgstr "Cascade protection"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1483
-#: ../../godmode/massive/massive_edit_modules.php:1395
-#: ../../include/class/ExtensionsDiscovery.class.php:1571
-msgid "Timeout"
-msgstr "Timeout"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1484
-#: ../../godmode/massive/massive_edit_modules.php:1410
-msgid "Retries"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1506
-#: ../../godmode/alerts/configure_alert_template.php:922
-#: ../../godmode/massive/massive_edit_modules.php:1078
-#: ../../godmode/reporting/visual_console_builder.wizard.php:353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
-#: ../../godmode/setup/setup_visuals.php:1905
-#: ../../godmode/setup/setup_visuals.php:1995
-#: ../../godmode/setup/setup_visuals.php:2077
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
-#: ../../include/ajax/events.php:2256
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
-#: ../../include/functions_visual_map_editor.php:741
-#: ../../include/functions_netflow.php:212
-#: ../../include/functions_snmp_browser.php:561
-#: ../../include/functions_graph.php:5101
-#: ../../include/functions_reporting_html.php:1603
-#: ../../include/functions_reporting_html.php:3336
-#: ../../include/functions_reporting_html.php:6222
-#: ../../include/functions_reporting_html.php:6768
-#: ../../include/functions_reports.php:1178
-msgid "Value"
-msgstr "Value"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1560
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-msgid "Direct"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1561
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-#: ../../include/functions_reporting_html.php:5383
-#: ../../include/functions_reporting_html.php:5477
-#: ../../include/functions_reporting_html.php:5557
-#: ../../include/functions_reporting_html.php:5566
-#: ../../include/functions_reporting_html.php:5704
-#: ../../include/functions_reporting_html.php:5713
-#: ../../include/functions_reporting_html.php:6039
-#: ../../include/functions_reporting_html.php:6045
-#, fuzzy
-msgid "Failover"
-msgstr "Fail"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1563
-#, fuzzy
-msgid "Rel. type"
-msgstr "Event type"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1585
-msgid "Add relationship"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1611
-msgid "Changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2357
-#: ../../godmode/modules/manage_network_components_form_common.php:840
-#, fuzzy
-msgid "Normal Status"
-msgstr "Critical status"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2358
-#: ../../godmode/modules/manage_network_components_form_common.php:841
-#, fuzzy
-msgid "Warning Status"
-msgstr "Warning status"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2359
-#: ../../godmode/modules/manage_network_components_form_common.php:842
-#, fuzzy
-msgid "Critical Status"
-msgstr "Critical status"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2362
-#: ../../godmode/modules/manage_network_components_form_common.php:844
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2363
-#: ../../godmode/modules/manage_network_components_form_common.php:845
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2364
-#: ../../godmode/modules/manage_network_components_form_common.php:846
-msgid "Please introduce a positive percentage value"
-msgstr ""
-
 #: ../../godmode/agentes/planned_downtime.editor.php:58
 #: ../../godmode/alerts/alert_list.php:610
 #: ../../include/class/SnmpConsole.class.php:205
@@ -8210,13 +7034,13 @@ msgstr "Could not be created"
 #: ../../godmode/snmpconsole/snmp_filters.php:164
 #: ../../godmode/snmpconsole/snmp_alert.php:302
 #: ../../godmode/users/profile_list.php:233
-#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/users/token_list.php:108
+#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/files_repo/files_repo.php:145
-#: ../../include/class/EventSound.class.php:103
-#: ../../include/class/EventSound.class.php:134
 #: ../../include/class/CalendarManager.class.php:555
 #: ../../include/class/CalendarManager.class.php:912
+#: ../../include/class/EventSound.class.php:103
+#: ../../include/class/EventSound.class.php:134
 #: ../../include/functions_alerts.php:2838
 #: ../../include/functions_planned_downtimes.php:115
 #: ../../include/functions_planned_downtimes.php:892
@@ -8255,60 +7079,60 @@ msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1056
 #: ../../include/class/CalendarManager.class.php:1044
-#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491
+#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502
 #: ../../views/calendar/special_days.php:248
 msgid "Mon"
 msgstr "Mon"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1057
 #: ../../include/class/CalendarManager.class.php:1045
-#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496
+#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507
 #: ../../views/calendar/special_days.php:249
 msgid "Tue"
 msgstr "Tue"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1058
 #: ../../include/class/CalendarManager.class.php:1046
-#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501
+#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512
 #: ../../views/calendar/special_days.php:250
 msgid "Wed"
 msgstr "Wed"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1059
 #: ../../include/class/CalendarManager.class.php:1047
-#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506
+#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517
 #: ../../views/calendar/special_days.php:251
 msgid "Thu"
 msgstr "Thu"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1060
 #: ../../include/class/CalendarManager.class.php:1048
-#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511
+#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522
 #: ../../views/calendar/special_days.php:252
 msgid "Fri"
 msgstr "Fri"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1061
 #: ../../include/class/CalendarManager.class.php:1049
-#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516
+#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527
 #: ../../views/calendar/special_days.php:253
 msgid "Sat"
 msgstr "Sat"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1062
 #: ../../include/class/CalendarManager.class.php:1050
-#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521
+#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532
 #: ../../views/calendar/special_days.php:247
 msgid "Sun"
 msgstr "Sun"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1072
-#: ../../include/functions_reporting.php:15531
+#: ../../include/functions_reporting.php:15542
 msgid "From day"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1088
-#: ../../include/functions_reporting.php:15532
+#: ../../include/functions_reporting.php:15543
 msgid "To day"
 msgstr ""
 
@@ -8326,6 +7150,18 @@ msgstr ""
 msgid "To hour"
 msgstr "1 hour"
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1155
+#: ../../godmode/agentes/module_manager_editor_common.php:1137
+#: ../../godmode/agentes/module_manager_editor_common.php:1143
+msgid "Cron from"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1158
+#: ../../godmode/agentes/module_manager_editor_common.php:1140
+#: ../../godmode/agentes/module_manager_editor_common.php:1146
+msgid "Cron to"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1167
 msgid "Configure the time"
 msgstr ""
@@ -8366,6 +7202,32 @@ msgstr "Agents planned for this downtime"
 msgid "There are no agents"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1361
+#: ../../godmode/agentes/modificar_agente.php:704
+#: ../../godmode/agentes/agent_manager.php:579
+#: ../../godmode/massive/massive_edit_agents.php:783
+#: ../../godmode/modules/manage_inventory_modules.php:291
+#: ../../godmode/modules/manage_inventory_modules_form.php:140
+#: ../../godmode/reporting/reporting_builder.item_editor.php:79
+#: ../../include/ajax/heatmap.ajax.php:468
+#: ../../include/class/Diagnostics.class.php:832
+#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
+#: ../../include/functions_massive_operations.php:239
+#: ../../include/functions_events.php:4464
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:2267
+#: ../../include/functions_reporting_html.php:4912
+#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405
+#: ../../operation/agentes/estado_agente.php:1108
+#: ../../operation/gis_maps/ajax.php:297
+#: ../../operation/inventory/inventory.php:1372
+#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
+#: ../../operation/tree.php:145
+msgid "OS"
+msgstr "OS"
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1405
 msgid "All alerts"
 msgstr ""
@@ -8467,15 +7329,15 @@ msgstr "View"
 #: ../../include/class/AgentsAlerts.class.php:569
 #: ../../include/lib/TacticalView/elements/Alerts.php:38
 #: ../../include/functions_treeview.php:398
-#: ../../include/functions_reporting_html.php:6947
 #: ../../include/functions_reports.php:864
 #: ../../include/functions_reports.php:868
 #: ../../include/functions_reports.php:874
 #: ../../include/functions_reports.php:880
+#: ../../include/functions_reporting_html.php:6947
 #: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98
-#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408
+#: ../../mobile/operation/alerts.php:194
 #: ../../operation/agentes/estado_agente.php:1130
 #: ../../operation/agentes/ver_agente.php:1603
 #: ../../operation/agentes/ver_agente.php:1607
@@ -8557,6 +7419,16 @@ msgstr ""
 msgid "WMI Wizard"
 msgstr ""
 
+#: ../../godmode/agentes/configurar_agente.php:651
+#: ../../godmode/agentes/configurar_agente.php:803
+#: ../../godmode/agentes/agent_manager.php:1087
+#: ../../godmode/massive/massive_edit_agents.php:1051
+#: ../../godmode/reporting/reporting_builder.item_editor.php:87
+#: ../../godmode/servers/servers.build_table.php:303
+#: ../../include/functions_agents.php:4907
+msgid "Remote configuration"
+msgstr "Remote configuration"
+
 #: ../../godmode/agentes/configurar_agente.php:751
 #: ../../operation/agentes/ver_agente.php:1696
 #, fuzzy
@@ -8949,10 +7821,10 @@ msgstr ""
 
 #: ../../godmode/agentes/modificar_agente.php:700
 #: ../../include/class/WelcomeWindow.class.php:846
-#: ../../include/functions_reporting_html.php:3232
-#: ../../include/functions_events.php:303
 #: ../../include/functions_inventory.php:150
 #: ../../include/functions_inventory.php:184
+#: ../../include/functions_events.php:303
+#: ../../include/functions_reporting_html.php:3232
 #, fuzzy
 msgid "Agent alias"
 msgstr "Agents"
@@ -8990,6 +7862,17 @@ msgstr ""
 msgid "You are going to delete a cluster agent"
 msgstr ""
 
+#: ../../godmode/agentes/modificar_agente.php:979
+#: ../../godmode/agentes/agent_manager.php:1383
+msgid "This agent belongs to the clusters"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:1007
+#: ../../godmode/agentes/agent_manager.php:1328
+#: ../../godmode/agentes/agent_manager.php:1390
+msgid "Delete agent"
+msgstr ""
+
 #: ../../godmode/agentes/modificar_agente.php:1028
 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670
 #: ../../operation/agentes/estado_agente.php:1362
@@ -9010,6 +7893,1118 @@ msgstr "There are no defined agents"
 msgid "Deploy agent"
 msgstr "All agents"
 
+#: ../../godmode/agentes/agent_conf_gis.php:38
+#: ../../operation/agentes/gis_view.php:59
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+
+#: ../../godmode/agentes/agent_conf_gis.php:58
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:68
+msgid "Agent position"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:75
+msgid "Latitude: "
+msgstr "Latitude: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:94
+msgid "Longitude: "
+msgstr "Longitude: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:113
+msgid "Altitude: "
+msgstr "Altitude: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:132
+#: ../../godmode/massive/massive_edit_agents.php:1178
+#, fuzzy
+msgid "Ignore new GIS data"
+msgstr "Ignore new GIS data:"
+
+#: ../../godmode/agentes/agent_conf_gis.php:133
+#: ../../godmode/agentes/agent_manager.php:1555
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/massive/massive_edit_agents.php:708
+#: ../../godmode/massive/massive_edit_agents.php:1154
+#: ../../godmode/massive/massive_edit_agents.php:1192
+#: ../../godmode/massive/massive_edit_agents.php:1239
+#: ../../godmode/massive/massive_edit_modules.php:705
+#: ../../godmode/massive/massive_edit_modules.php:727
+#: ../../godmode/massive/massive_edit_modules.php:811
+#: ../../godmode/massive/massive_edit_modules.php:833
+#: ../../godmode/massive/massive_edit_modules.php:885
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1326
+#: ../../godmode/massive/massive_edit_modules.php:1370
+#: ../../godmode/massive/massive_edit_modules.php:1552
+#: ../../godmode/reporting/visual_console_builder.wizard.php:405
+#: ../../godmode/reporting/visual_console_builder.wizard.php:514
+#: ../../godmode/reporting/reporting_builder.php:1087
+#: ../../godmode/servers/modificar_server.php:193
+#: ../../godmode/servers/servers.build_table.php:157
+#: ../../godmode/update_manager/update_manager.setup.php:407
+#: ../../include/class/SnmpConsole.class.php:424
+#: ../../include/class/EventSound.class.php:349
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:390
+#: ../../operation/netflow/nf_live_view.php:393
+#: ../../operation/users/user_edit.php:430
+msgid "Yes"
+msgstr "Yes"
+
+#: ../../godmode/agentes/agent_conf_gis.php:142
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/alerts/alert_view.php:371
+#: ../../godmode/massive/massive_edit_agents.php:709
+#: ../../godmode/massive/massive_edit_agents.php:1165
+#: ../../godmode/massive/massive_edit_agents.php:1193
+#: ../../godmode/massive/massive_edit_agents.php:1240
+#: ../../godmode/massive/massive_edit_modules.php:706
+#: ../../godmode/massive/massive_edit_modules.php:728
+#: ../../godmode/massive/massive_edit_modules.php:812
+#: ../../godmode/massive/massive_edit_modules.php:834
+#: ../../godmode/massive/massive_edit_modules.php:886
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1327
+#: ../../godmode/massive/massive_edit_modules.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1553
+#: ../../godmode/reporting/visual_console_builder.wizard.php:416
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+#: ../../godmode/reporting/reporting_builder.php:1089
+#: ../../godmode/servers/modificar_server.php:191
+#: ../../godmode/setup/news.php:389
+#: ../../godmode/update_manager/update_manager.setup.php:408
+#: ../../include/class/SnmpConsole.class.php:423
+#: ../../include/class/EventSound.class.php:348
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_events.php:5086
+#: ../../include/functions_events.php:5091
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358
+#: ../../mobile/operation/events.php:366
+#: ../../operation/netflow/nf_live_view.php:403
+#: ../../operation/users/user_edit.php:431
+msgid "No"
+msgstr "No"
+
+#: ../../godmode/agentes/agent_manager.php:195
+#: ../../godmode/agentes/module_manager_editor_common.php:780
+#: ../../godmode/groups/configure_group.php:251
+#: ../../godmode/massive/massive_edit_agents.php:862
+msgid "Custom ID"
+msgstr "Custom ID"
+
+#: ../../godmode/agentes/agent_manager.php:330
+#: ../../godmode/agentes/agent_manager.php:965
+#: ../../godmode/massive/massive_edit_agents.php:1138
+msgid "Agent icon"
+msgstr "Agent icon"
+
+#: ../../godmode/agentes/agent_manager.php:358
+#: ../../include/class/SatelliteAgent.class.php:555
+#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
+#: ../../include/functions_events.php:253
+#: ../../include/functions_events.php:300
+#: ../../include/functions_events.php:2576
+#: ../../include/functions_reporting_html.php:4910
+#: ../../mobile/operation/modules.php:608
+#: ../../mobile/operation/modules.php:908
+#: ../../operation/events/events.php:3063
+msgid "Agent name"
+msgstr "Agent name"
+
+#: ../../godmode/agentes/agent_manager.php:358
+msgid ""
+"The agent name is a unique identifier (which is automatically generated in "
+"software agents). If you set it manually, make sure it is not duplicated. "
+"Although it accepts spaces, we do not recommend you to use them in the agent "
+"name, you may use them in the agent alias. The agent name is not displayed "
+"in the interface, it is an internal name."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:393
+#, fuzzy
+msgid "Edit agent name"
+msgstr "Edit agents"
+
+#: ../../godmode/agentes/agent_manager.php:408
+#: ../../godmode/groups/tactical.php:179
+#: ../../godmode/reporting/reporting_builder.item_editor.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
+#: ../../include/lib/Group.php:556
+#: ../../include/functions_reporting_html.php:2259
+#: ../../include/functions_reporting_html.php:2423
+#: ../../include/functions_ui.php:6488
+#: ../../operation/inventory/inventory.php:1366
+msgid "Alias"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+msgid ""
+"This will be the text label that will represent the agent on all types of "
+"screens and reports. It may be duplicated, contain spaces and non-ASCII "
+"characters."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:414
+#, fuzzy
+msgid "Use alias as name"
+msgstr "Database name"
+
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "This agent can be remotely configured"
+msgstr "This agent can be remotely configured"
+
+#: ../../godmode/agentes/agent_manager.php:436
+#: ../../godmode/servers/modificar_server.php:208
+#: ../../include/functions_treeview.php:649
+#: ../../include/functions_events.php:4459
+#: ../../include/functions_reporting_html.php:2263
+#: ../../include/functions_reporting_html.php:5390
+#: ../../include/functions_reporting_html.php:5484
+#: ../../operation/gis_maps/ajax.php:290
+msgid "IP Address"
+msgstr "IP Address"
+
+#: ../../godmode/agentes/agent_manager.php:439
+msgid "Check unique IP"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:461
+#: ../../godmode/agentes/agent_manager.php:487
+#, fuzzy
+msgid "Delete selected IPs"
+msgstr "Delete selected"
+
+#: ../../godmode/agentes/agent_manager.php:478
+#, fuzzy
+msgid "Fix IP address"
+msgstr "IP Address"
+
+#: ../../godmode/agentes/agent_manager.php:479
+msgid "Avoid automatic IP address update when agent IP changes."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:483
+#, fuzzy
+msgid "IP Address list"
+msgstr "IP Address"
+
+#: ../../godmode/agentes/agent_manager.php:491
+#, fuzzy
+msgid "Primary group"
+msgstr "Filter by group"
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid ""
+"Although an agent can belong to multiple groups, it can only have a parent "
+"group."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:558
+msgid ""
+"Time that elapses when updating data in the agent. Remote modules have their "
+"own interval, but this time is used to find out if an agent stopped "
+"responding (unknown state). When twice the time interval defined in an agent "
+"goes by, it is considered to be in unknown state (or also if all its remote "
+"modules are in unknown state). An agent may be in unknown state if all of "
+"its local (software agent-based) modules have a last contact time longer "
+"than twice the agent interval, even if it has updated remote modules."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:607
+#, fuzzy
+msgid "OS version"
+msgstr "SNMP version"
+
+#: ../../godmode/agentes/agent_manager.php:622
+msgid "Server that will preferentially execute remote tasks."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:741
+msgid "Remote config disabled, please activate to enable agent basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:746
+msgid "Enable security hardening monitoring"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:759
+msgid "Enable log collection"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:773
+#, fuzzy
+msgid "Enable inventory"
+msgstr "Inventory"
+
+#: ../../godmode/agentes/agent_manager.php:791
+msgid "Pandora RC connected with id "
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:800
+msgid "This agent do not have a Pandora RC agent installed, install one."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:806
+#, fuzzy
+msgid "Enable remote control"
+msgstr "Last remote contact"
+
+#: ../../godmode/agentes/agent_manager.php:816
+#: ../../godmode/agentes/agent_manager.php:817
+msgid "Only available for agents 774 or higher"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:823
+msgid "Remote config is enabled only in the Enteprise version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:833
+#, fuzzy
+msgid "Basic options"
+msgstr "Massive operations"
+
+#: ../../godmode/agentes/agent_manager.php:855
+#: ../../godmode/reporting/reporting_builder.item_editor.php:81
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
+#: ../../include/functions_agents.php:4872
+#: ../../include/functions_events.php:5160
+#: ../../operation/inventory/inventory.php:1370
+#, fuzzy
+msgid "Secondary groups"
+msgstr "Source group"
+
+#: ../../godmode/agentes/agent_manager.php:866
+#, fuzzy
+msgid "Agent parent"
+msgstr "Agent name"
+
+#: ../../godmode/agentes/agent_manager.php:894
+#, fuzzy
+msgid "Cascade protection modules"
+msgstr "Cascade protection"
+
+#: ../../godmode/agentes/agent_manager.php:910
+#: ../../godmode/massive/massive_edit_agents.php:945
+msgid "Learning mode"
+msgstr "Learning mode"
+
+#: ../../godmode/agentes/agent_manager.php:920
+#: ../../godmode/massive/massive_edit_agents.php:956
+msgid "Normal mode"
+msgstr "Normal mode"
+
+#: ../../godmode/agentes/agent_manager.php:930
+#: ../../godmode/massive/massive_edit_agents.php:967
+#, fuzzy
+msgid "Autodisable mode"
+msgstr "Alert disabled"
+
+#: ../../godmode/agentes/agent_manager.php:939
+#: ../../godmode/massive/massive_edit_agents.php:980
+msgid "Module definition"
+msgstr "Module definition"
+
+#: ../../godmode/agentes/agent_manager.php:939
+msgid ""
+"Three working modes can be selected for module definition. Learning mode: "
+"Default mode, if an XML arrives with new modules, they will be created "
+"automatically; it is a learning behavior. Normal mode: If an XML arrives "
+"with new modules, they will only be created if they are previously declared "
+"in the Console. Autodisable mode: It is the same as learning mode, but if "
+"all modules go into unknown, the agent will be disabled until information "
+"arrives again."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+#, fuzzy
+msgid "Cascade protection services"
+msgstr "Cascade protection"
+
+#: ../../godmode/agentes/agent_manager.php:951
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid ""
+"To avoid an avalanche of cascading alerts. You may choose any agent module "
+"(any) or a specific module. In the first case, when there is at least one "
+"module in critical, that event/alert will be launched, but no other of "
+"another module of the same agent. In the second case, when the specified "
+"module is in critical, the agent will not generate alerts/events."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:958
+#, fuzzy
+msgid "Update new GIS data"
+msgstr "Ignore new GIS data:"
+
+#: ../../godmode/agentes/agent_manager.php:1034
+#, fuzzy
+msgid "URL Address"
+msgstr "Address"
+
+#: ../../godmode/agentes/agent_manager.php:1040
+#, fuzzy
+msgid "Disabled mode"
+msgstr "Disabled"
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid ""
+"A deactivated agent does not generate activity (or issue events/alerts) or "
+"process data or actively generate monitoring. In many listings it does not "
+"even appear."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1051
+msgid ""
+"A 'silent' agent continues to process monitoring data, but does not generate "
+"events or alerts."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1078
+msgid "Delete remote configuration file"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+#: ../../godmode/massive/massive_edit_agents.php:1205
+#, fuzzy
+msgid "Safe operation mode"
+msgstr "Massive operations"
+
+#: ../../godmode/agentes/agent_manager.php:1117
+msgid ""
+"When the module set in this option goes into critical state, the other "
+"modules of the agent are automatically deactivated. This option can be very "
+"useful to avoid wasting resources, especially in remote checks. For example, "
+"if a Host alive module is chosen, SNMP checks will not be performed on the "
+"device when there is no connectivity with it."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1129
+msgid "Vulnerability scanning"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1133
+#: ../../godmode/agentes/module_manager_editor_common.php:729
+#: ../../godmode/agentes/module_manager_editor_common.php:732
+#: ../../godmode/agentes/module_manager_editor_common.php:743
+#: ../../godmode/alerts/configure_alert_template.php:1002
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:1214
+#: ../../godmode/modules/manage_network_components_form_wizard.php:249
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
+#: ../../include/functions_visual_map_editor.php:871
+#: ../../include/functions_agents.php:4908
+#: ../../include/functions_reporting_html.php:4925
+#: ../../operation/inventory/inventory.php:788
+msgid "Enabled"
+msgstr "Enabled"
+
+#: ../../godmode/agentes/agent_manager.php:1134
+msgid "Use global settings"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_agents.php:1235
+#: ../../godmode/massive/massive_edit_modules.php:1548
+#, fuzzy
+msgid "Ignore unknown"
+msgstr "Agents unknown"
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/massive/massive_edit_agents.php:1235
+msgid ""
+"This disables the calculation of the unknown state in the agent and any of "
+"its modules, so it will never transition to unknown. The state it reflects "
+"is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1218
+#, fuzzy
+msgid "Link text:"
+msgstr "Link name"
+
+#: ../../godmode/agentes/agent_manager.php:1229
+#, fuzzy
+msgid "Link URL:"
+msgstr "Link"
+
+#: ../../godmode/agentes/agent_manager.php:1391
+#: ../../godmode/setup/setup_visuals.php:2401
+msgid "This action is not reversible. Are you sure?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1452
+msgid "Secondary group cannot be primary too."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1554
+msgid "This IP address is in use. Are you sure you want to save it?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1577
+msgid ""
+"Change the internal name of the agent may cause duplicity and malfunction"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:120
+#: ../../godmode/agentes/module_manager_editor_common.php:135
+msgid "Manual setup"
+msgstr "Manual setup"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:128
+msgid "No component was found"
+msgstr "No component was found"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:151
+msgid "Using module component"
+msgstr "Using module component"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:303
+#: ../../godmode/agentes/module_manager_editor_common.php:1026
+#: ../../godmode/massive/massive_edit_modules.php:1085
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
+#: ../../include/ajax/heatmap.ajax.php:228
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
+#: ../../include/functions_treeview.php:114
+#: ../../include/functions_graph.php:4964
+#: ../../include/functions_visual_map.php:4279
+#: ../../operation/agentes/status_monitor.php:582
+#: ../../operation/heatmap.php:105
+msgid "Not assigned"
+msgstr "Not assigned"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:447
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
+#, fuzzy
+msgid "Warning threshold"
+msgstr "Time threshold"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:449
+#: ../../godmode/agentes/module_manager_editor_common.php:539
+msgid "Min / Max"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:450
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Decrease / Increase"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid ""
+"Normal: Any value within the specified range will cause a state change. "
+"Inverse interval: Any value outside the specified range will cause a state "
+"change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:479
+#: ../../godmode/agentes/module_manager_editor_common.php:569
+#: ../../godmode/groups/group_list.php:1311
+#: ../../godmode/massive/massive_copy_modules.php:123
+#: ../../godmode/massive/massive_copy_modules.php:311
+#: ../../godmode/massive/massive_delete_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:391
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/netflow/nf_edit_form.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
+#: ../../godmode/setup/setup_visuals.php:1085
+#: ../../godmode/setup/setup_visuals.php:1107
+#: ../../include/ajax/module.php:2345
+#: ../../include/class/ExtensionsDiscovery.class.php:786
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
+#: ../../include/functions_massive_operations.php:154
+#: ../../include/functions_agents.php:5068
+#: ../../include/functions_graph.php:3225
+#: ../../include/functions_graph.php:3227
+#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174
+#: ../../include/functions.php:1414 ../../include/functions.php:1421
+#: ../../include/functions.php:1454 ../../include/functions_events.php:3269
+#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58
+#: ../../mobile/operation/modules.php:69
+#: ../../operation/agentes/group_view.php:250
+#: ../../operation/agentes/group_view.php:255
+#: ../../operation/agentes/estado_agente.php:310
+#: ../../operation/agentes/estado_monitores.php:544
+#: ../../operation/agentes/status_monitor.php:573
+#: ../../operation/netflow/nf_live_view.php:327
+#: ../../operation/custom_fields/custom_fields_view.php:174
+#: ../../operation/tree.php:208 ../../operation/tree.php:299
+#: ../../operation/tree.php:535
+msgid "Normal"
+msgstr "Normal"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:480
+#: ../../godmode/agentes/module_manager_editor_common.php:488
+#: ../../godmode/agentes/module_manager_editor_common.php:570
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:701
+#: ../../godmode/massive/massive_edit_modules.php:807
+#: ../../godmode/modules/manage_network_components_form_wizard.php:450
+#: ../../godmode/modules/manage_network_components_form_wizard.php:535
+#: ../../godmode/modules/manage_network_components_form_common.php:264
+#: ../../godmode/modules/manage_network_components_form_common.php:342
+msgid "Inverse interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:481
+#: ../../godmode/agentes/module_manager_editor_common.php:571
+#: ../../godmode/massive/massive_edit_modules.php:723
+#: ../../godmode/massive/massive_edit_modules.php:829
+#: ../../godmode/modules/manage_network_components_form_wizard.php:457
+#: ../../godmode/modules/manage_network_components_form_wizard.php:542
+#: ../../godmode/modules/manage_network_components_form_common.php:271
+#: ../../godmode/modules/manage_network_components_form_common.php:349
+#, fuzzy
+msgid "Percentage"
+msgstr "Percentile bar"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:507
+#: ../../godmode/agentes/module_manager_editor_common.php:606
+#: ../../godmode/massive/massive_edit_modules.php:689
+#: ../../godmode/massive/massive_edit_modules.php:795
+#: ../../godmode/modules/manage_network_components_form_wizard.php:436
+#: ../../godmode/modules/manage_network_components_form_wizard.php:521
+#: ../../godmode/modules/manage_network_components_form_common.php:250
+#: ../../godmode/modules/manage_network_components_form_common.php:328
+#: ../../include/functions_treeview.php:88
+#: ../../include/functions_treeview.php:100
+msgid "Str."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:531
+#: ../../godmode/modules/manage_network_components_form_wizard.php:474
+#: ../../godmode/modules/manage_network_components_form_common.php:285
+#, fuzzy
+msgid "Change to critical status after"
+msgstr "Going down to critical state"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:533
+#: ../../godmode/modules/manage_network_components_form_wizard.php:482
+#: ../../godmode/modules/manage_network_components_form_common.php:293
+#, fuzzy
+msgid "intervals in warning status."
+msgstr "Warning status"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:538
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
+#, fuzzy
+msgid "Critical threshold"
+msgstr "Time threshold"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid ""
+"Normal: Any value within the specified range will cause a state change."
+"\\nInverse interval: Any value outside the specified range will cause a "
+"state change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:1292
+#: ../../godmode/modules/manage_network_components_form_common.php:406
+#: ../../include/functions_reporting.php:5048
+#: ../../mobile/operation/modules.php:860
+msgid "Historical data"
+msgstr "Historical data"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid ""
+"If disabled, it will only save the last known data, being unable to display "
+"graphs. It is useful to save DB space. It should be disabled only in those "
+"cases where it is necessary for the system to flow faster and save resources."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid ""
+"This disables the module's state calculation to unknown, so it will never "
+"transition to unknown. The state it reflects is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:692
+#: ../../godmode/agentes/module_manager_editor_common.php:694
+#, php-format
+msgid "Agent interval x %s"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:700
+#: ../../godmode/alerts/alert_list.list.php:716
+#: ../../godmode/alerts/alert_view.php:58
+#: ../../godmode/events/event_edit_filter.php:491
+#: ../../godmode/massive/massive_edit_agents.php:1100
+#: ../../godmode/massive/massive_edit_users.php:242
+#: ../../godmode/massive/massive_edit_users.php:272
+#: ../../godmode/setup/gis_step_2.php:599
+#: ../../godmode/setup/gis_step_2.php:685
+#: ../../godmode/setup/setup_visuals.php:428
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:715
+#: ../../godmode/setup/setup_visuals.php:755
+#: ../../godmode/setup/setup_visuals.php:1623
+#: ../../godmode/users/user_management.php:39
+#: ../../godmode/users/user_management.php:709
+#: ../../godmode/users/configure_user.php:54
+#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799
+#: ../../include/class/AgentsAlerts.class.php:950
+#: ../../include/class/SnmpConsole.class.php:312
+#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516
+#: ../../operation/gis_maps/gis_map.php:119
+#: ../../operation/users/user_edit.php:426
+#: ../../operation/users/user_edit.php:429
+#: ../../operation/users/user_edit.php:440
+#: ../../operation/users/user_edit.php:465
+#: ../../views/calendar/special_days.php:197
+#: ../../views/calendar/special_days.php:209
+msgid "Default"
+msgstr "Default"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:777
+msgid "Identification and Categorization"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:781
+#: ../../godmode/massive/massive_edit_modules.php:1297
+#: ../../godmode/module_library/module_library_view.php:123
+#: ../../godmode/modules/manage_network_components_form_common.php:459
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
+#: ../../include/functions_reporting_html.php:948
+#: ../../include/functions_reporting_html.php:996
+msgid "Category"
+msgstr "Category"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:818
+#: ../../godmode/modules/manage_network_components_form_common.php:484
+msgid "Tags available"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:898
+#: ../../godmode/modules/manage_network_components_form_common.php:505
+msgid "Add tags to module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:989
+#, fuzzy
+msgid "Module parent"
+msgstr "Module sanity"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1046
+msgid "Tags from policy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1072
+#: ../../godmode/massive/massive_edit_modules.php:1361
+#: ../../godmode/modules/manage_network_components_form_common.php:446
+msgid "Unknown instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1095
+#: ../../godmode/massive/massive_edit_modules.php:1351
+#: ../../godmode/modules/manage_network_components_form_common.php:436
+msgid "Critical instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1096
+#: ../../godmode/massive/massive_edit_modules.php:1356
+#: ../../godmode/modules/manage_network_components_form_common.php:441
+msgid "Warning instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1117
+msgid "Execution interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid "Thresholds and state changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid ""
+"It indicates the minimum and maximum values accepted by the module. Any "
+"value outside this range will be discarded. For example, with a Max. value "
+"of 100, a data value of 200 will not be saved in a database."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1157
+#: ../../godmode/modules/manage_network_components_form_common.php:411
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
+#: ../../include/functions_reporting.php:7542
+msgid "Min. Value"
+msgstr "Min. Value"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1158
+#: ../../godmode/modules/manage_network_components_form_common.php:416
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
+#: ../../include/functions_reporting.php:7538
+msgid "Max. Value"
+msgstr "Max. Value"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid "Dynamic Threshold Interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid ""
+"If this option is enabled, the module thresholds will be automatically "
+"adjusted based on the mean and standard deviation of their values in the "
+"specified time interval."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#: ../../godmode/alerts/configure_alert_template.php:953
+#: ../../godmode/massive/massive_edit_modules.php:663
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:1068
+#: ../../godmode/modules/manage_network_components_form_wizard.php:408
+#: ../../godmode/modules/manage_network_components_form_wizard.php:493
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/modules/manage_network_components_form_common.php:300
+#: ../../include/lib/Dashboard/Widgets/top_n.php:304
+#: ../../include/functions_alerts.php:686
+#: ../../include/functions_alerts.php:713
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6804
+msgid "Min."
+msgstr "Min."
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#, php-format
+msgid ""
+"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the lower critical state "
+"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% lower than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+#: ../../godmode/alerts/configure_alert_template.php:966
+#: ../../godmode/massive/massive_edit_modules.php:676
+#: ../../godmode/massive/massive_edit_modules.php:782
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/modules/manage_network_components_form_wizard.php:422
+#: ../../godmode/modules/manage_network_components_form_wizard.php:507
+#: ../../godmode/modules/manage_network_components_form_common.php:236
+#: ../../godmode/modules/manage_network_components_form_common.php:314
+#: ../../include/lib/Dashboard/Widgets/top_n.php:303
+#: ../../include/functions_alerts.php:685
+#: ../../include/functions_alerts.php:712
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6805
+msgid "Max."
+msgstr "Max."
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+msgid ""
+"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the upper critical state "
+"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% higher than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+#, fuzzy
+msgid "Two Tailed"
+msgstr "Login failed"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid ""
+"It allows to set a lower threshold in addition to the upper one by default. "
+"If enabled, both very high and very low values will cause a state change."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+#: ../../godmode/massive/massive_edit_modules.php:1257
+#: ../../godmode/modules/manage_network_components_form_common.php:361
+msgid "FF threshold"
+msgstr "FF threshold"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+msgid ""
+"It indicates the number of consecutive values at a threshold that must be "
+"received for the module to change state. For example, with a value 0 "
+"(default) the module will change state as soon as it receives a data within "
+"the critical threshold, but with a value 2 the module must receive two more "
+"critical data (consecutively) to change to critical state. It is possible to "
+"set the same 'tolerance' for all status changes or choose a different value "
+"for each one. This option is especially useful in unstable environments, as "
+"it helps prevent false positives."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1247
+#: ../../godmode/massive/massive_edit_modules.php:1151
+#: ../../godmode/massive/massive_edit_modules.php:1168
+#: ../../godmode/modules/manage_network_components_form_common.php:367
+msgid "All state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/massive/massive_edit_modules.php:1150
+#: ../../godmode/massive/massive_edit_modules.php:1251
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "Each state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1258
+#, fuzzy
+msgid "Change all states"
+msgstr "Manage alerts"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1280
+#: ../../godmode/massive/massive_edit_modules.php:1214
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "To normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1281
+#: ../../godmode/massive/massive_edit_modules.php:1226
+#: ../../godmode/modules/manage_network_components_form_common.php:387
+msgid "To warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1282
+#: ../../godmode/massive/massive_edit_modules.php:1238
+#: ../../godmode/modules/manage_network_components_form_common.php:394
+msgid "To critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1338
+#: ../../godmode/massive/massive_edit_modules.php:1262
+msgid "FF interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1339
+#: ../../godmode/massive/massive_edit_modules.php:1277
+msgid "FF timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1184
+#: ../../godmode/modules/manage_network_components_form_common.php:362
+msgid "Keep counters"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1380
+msgid "Data and their processing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1384
+#: ../../godmode/massive/massive_edit_modules.php:1133
+#: ../../godmode/modules/manage_network_components_form_common.php:421
+#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
+#: ../../include/functions.php:4093 ../../include/functions.php:4112
+#: ../../include/functions.php:4126 ../../include/functions.php:4171
+#: ../../include/functions.php:4255 ../../include/functions.php:4332
+#: ../../include/functions_reporting_html.php:4964
+msgid "Unit"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+#: ../../godmode/massive/massive_edit_modules.php:903
+#: ../../godmode/modules/manage_network_components_form_plugin.php:54
+#: ../../godmode/modules/manage_network_components_form_wmi.php:83
+#: ../../godmode/modules/manage_network_components_form_network.php:249
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "Post process"
+msgstr "Post process"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+msgid ""
+"It allows you to change the unit of the received data. To do this, multiply "
+"the data received by the value set in this option (e.g. Seconds * "
+"0.016666666667 = Minutes). The data is saved already transformed in the "
+"database, so changing this parameter when the module has data can cause "
+"anomalies in graphs and other elements."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1412
+#: ../../godmode/massive/massive_edit_modules.php:920
+#, fuzzy
+msgid "MADE enabled"
+msgstr "Enabled"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1413
+#: ../../godmode/massive/massive_edit_modules.php:921
+msgid ""
+"By activating this option, the module data will be processed by the MADE "
+"engine (if active), and events will be generated automatically by the IA "
+"engine"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1427
+msgid "Notifications and alerts"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1429
+#: ../../godmode/massive/massive_edit_modules.php:1128
+msgid "Export target"
+msgstr "Export target"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1431
+msgid "Not needed"
+msgstr "Not needed"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+#: ../../godmode/modules/manage_network_components_form_common.php:426
+#, fuzzy
+msgid "Discard unknown events"
+msgstr "Total uknown agents"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+msgid ""
+"With this mode, the unknown state will be detected, but it will not generate "
+"events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
+msgid ""
+"A module in silent mode will continue to receive and store data, but will "
+"not trigger alerts or generate events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+#, fuzzy
+msgid "Cascade Protection Services"
+msgstr "Cascade protection"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1483
+#: ../../godmode/massive/massive_edit_modules.php:1395
+#: ../../include/class/ExtensionsDiscovery.class.php:1571
+msgid "Timeout"
+msgstr "Timeout"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1484
+#: ../../godmode/massive/massive_edit_modules.php:1410
+msgid "Retries"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1506
+#: ../../godmode/alerts/configure_alert_template.php:922
+#: ../../godmode/massive/massive_edit_modules.php:1078
+#: ../../godmode/reporting/visual_console_builder.wizard.php:353
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
+#: ../../godmode/setup/setup_visuals.php:1905
+#: ../../godmode/setup/setup_visuals.php:1995
+#: ../../godmode/setup/setup_visuals.php:2077
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
+#: ../../include/ajax/events.php:2256
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
+#: ../../include/functions_visual_map_editor.php:741
+#: ../../include/functions_netflow.php:212
+#: ../../include/functions_snmp_browser.php:561
+#: ../../include/functions_graph.php:5101
+#: ../../include/functions_reports.php:1178
+#: ../../include/functions_reporting_html.php:1603
+#: ../../include/functions_reporting_html.php:3336
+#: ../../include/functions_reporting_html.php:6222
+#: ../../include/functions_reporting_html.php:6768
+msgid "Value"
+msgstr "Value"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1560
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+msgid "Direct"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1561
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+#: ../../include/functions_reporting_html.php:5383
+#: ../../include/functions_reporting_html.php:5477
+#: ../../include/functions_reporting_html.php:5557
+#: ../../include/functions_reporting_html.php:5566
+#: ../../include/functions_reporting_html.php:5704
+#: ../../include/functions_reporting_html.php:5713
+#: ../../include/functions_reporting_html.php:6039
+#: ../../include/functions_reporting_html.php:6045
+#, fuzzy
+msgid "Failover"
+msgstr "Fail"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1563
+#, fuzzy
+msgid "Rel. type"
+msgstr "Event type"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1585
+msgid "Add relationship"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1611
+msgid "Changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2357
+#: ../../godmode/modules/manage_network_components_form_common.php:840
+#, fuzzy
+msgid "Normal Status"
+msgstr "Critical status"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2358
+#: ../../godmode/modules/manage_network_components_form_common.php:841
+#, fuzzy
+msgid "Warning Status"
+msgstr "Warning status"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2359
+#: ../../godmode/modules/manage_network_components_form_common.php:842
+#, fuzzy
+msgid "Critical Status"
+msgstr "Critical status"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2362
+#: ../../godmode/modules/manage_network_components_form_common.php:844
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2363
+#: ../../godmode/modules/manage_network_components_form_common.php:845
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2364
+#: ../../godmode/modules/manage_network_components_form_common.php:846
+msgid "Please introduce a positive percentage value"
+msgstr ""
+
 #: ../../godmode/alerts/configure_alert_command.php:67
 msgid "Configure alert command"
 msgstr "Configure alert command"
@@ -9070,9 +9065,9 @@ msgstr ""
 #: ../../include/ajax/custom_fields.php:479
 #: ../../include/class/AgentsAlerts.class.php:402
 #: ../../include/class/AgentWizard.class.php:1314
-#: ../../include/functions_ui.php:1737
 #: ../../include/functions_reporting_html.php:4961
 #: ../../include/functions_reporting_html.php:6769
+#: ../../include/functions_ui.php:1737
 msgid "Threshold"
 msgstr "Threshold"
 
@@ -9111,10 +9106,8 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_action.php:458
 #: ../../godmode/setup/demo.php:223
 #: ../../godmode/snmpconsole/snmp_alert.php:1692
-#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210
-#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953
+#: ../../mobile/operation/agent.php:154
 #: ../../mobile/operation/module_data.php:130
-#: ../../mobile/operation/modules.php:241
 #: ../../mobile/operation/server_status.php:232
 #: ../../mobile/operation/tactical.php:102
 #: ../../mobile/operation/visualmaps.php:189
@@ -9123,6 +9116,8 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:374
 #: ../../mobile/operation/visualmap.php:255
 #: ../../mobile/operation/services.php:128
+#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199
+#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241
 msgid "Back"
 msgstr ""
 
@@ -9219,8 +9214,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:296
 #: ../../godmode/users/configure_user.php:1366
 #: ../../operation/netflow/nf_live_view.php:599
-#: ../../operation/network/network_usage_map.php:305
 #: ../../operation/network/network_report.php:293
+#: ../../operation/network/network_usage_map.php:305
 msgid "Advanced"
 msgstr ""
 
@@ -9284,9 +9279,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1779
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359
-#: ../../include/lib/ITSM/ITSM.php:516
+#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680
 #: ../../include/functions_reporting_html.php:6650
-#: ../../include/functions_events.php:4680
 #: ../../views/ITSM/ITSMTicketDetailView.php:88
 #: ../../views/ITSM/ITSMTicketEditView.php:141
 #: ../../views/ITSM/ITSMTicketListView.php:81
@@ -9393,11 +9387,10 @@ msgstr "Time threshold"
 #: ../../godmode/alerts/alert_list.list.php:747
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513
-#: ../../include/rest-api/index.php:373
+#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015
 #: ../../include/functions_reporting_html.php:154
 #: ../../include/functions_reporting_html.php:4453
 #: ../../include/functions_reporting_html.php:5264
-#: ../../include/functions_html.php:8015
 #: ../../operation/agentes/gis_view.php:220
 msgid "From"
 msgstr "From"
@@ -9411,11 +9404,11 @@ msgstr "From"
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206
 #: ../../include/ajax/alert_list.ajax.php:298
 #: ../../include/class/AgentsAlerts.class.php:325
-#: ../../include/functions_ui.php:1721
+#: ../../include/functions_html.php:8063
+#: ../../include/functions_reporting.php:15485
 #: ../../include/functions_reporting_html.php:155
 #: ../../include/functions_reporting_html.php:4458
-#: ../../include/functions_html.php:8063
-#: ../../include/functions_reporting.php:15474
+#: ../../include/functions_ui.php:1721
 msgid "to"
 msgstr "to"
 
@@ -9533,10 +9526,10 @@ msgstr "Toggle filter(s)"
 #: ../../include/class/AgentsAlerts.class.php:986
 #: ../../include/functions_treeview.php:405
 #: ../../include/functions_treeview.php:446
+#: ../../include/functions_cron.php:690
 #: ../../include/functions_reporting_html.php:4700
 #: ../../include/functions_reporting_html.php:4703
-#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349
-#: ../../operation/search_alerts.php:36
+#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36
 msgid "Template"
 msgstr "Template"
 
@@ -9554,12 +9547,12 @@ msgstr "Operations"
 #: ../../godmode/alerts/alert_view.php:111
 #: ../../include/class/AgentsAlerts.class.php:959
 #: ../../include/class/SnmpConsole.class.php:884
-#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019
-#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585
-#: ../../include/functions_reporting.php:13733
+#: ../../include/functions_agents.php:3019
+#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371
 #: ../../include/functions_events.php:2990
 #: ../../include/functions_events.php:3193
-#: ../../mobile/operation/alerts.php:324
+#: ../../include/functions_reporting.php:13744
+#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324
 #: ../../operation/agentes/group_view.php:258
 msgid "Alert fired"
 msgstr "Alert fired"
@@ -9575,9 +9568,8 @@ msgstr "times"
 #: ../../godmode/alerts/alert_list.list.php:662
 #: ../../godmode/alerts/alert_view.php:114
 #: ../../include/class/AgentsAlerts.class.php:962
-#: ../../include/functions_ui.php:1588
-#: ../../include/functions_reporting.php:13742
-#: ../../mobile/operation/alerts.php:327
+#: ../../include/functions_reporting.php:13753
+#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327
 msgid "Alert disabled"
 msgstr "Alert disabled"
 
@@ -9586,9 +9578,9 @@ msgstr "Alert disabled"
 #: ../../include/class/AgentsAlerts.class.php:965
 #: ../../include/class/SnmpConsole.class.php:886
 #: ../../include/functions_agents.php:3021
-#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591
-#: ../../include/functions_reporting.php:13656
-#: ../../mobile/operation/alerts.php:330
+#: ../../include/functions_agents.php:3032
+#: ../../include/functions_reporting.php:13667
+#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330
 msgid "Alert not fired"
 msgstr "Alert not fired"
 
@@ -9642,11 +9634,11 @@ msgstr "Number of alerts match from"
 #: ../../godmode/massive/massive_edit_users.php:527
 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787
 #: ../../godmode/extensions.php:290
-#: ../../include/class/SatelliteAgent.class.php:426
-#: ../../include/class/SatelliteAgent.class.php:1237
 #: ../../include/class/TipsWindow.class.php:485
 #: ../../include/class/TipsWindow.class.php:771
 #: ../../include/class/TipsWindow.class.php:938
+#: ../../include/class/SatelliteAgent.class.php:426
+#: ../../include/class/SatelliteAgent.class.php:1237
 msgid "Enable"
 msgstr "Enable"
 
@@ -9804,9 +9796,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442
-#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718
 #: ../../include/functions_reporting_html.php:6268
-#: ../../include/functions_reporting.php:1718
+#: ../../include/functions_ui.php:3231
 msgid "Min"
 msgstr ""
 
@@ -9816,9 +9808,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451
-#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714
 #: ../../include/functions_reporting_html.php:6267
-#: ../../include/functions_reporting.php:1714
+#: ../../include/functions_ui.php:3231
 msgid "Max"
 msgstr ""
 
@@ -9968,7 +9960,7 @@ msgstr "Step"
 #: ../../godmode/alerts/configure_alert_template.php:250
 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815
 #: ../../include/functions_reports.php:787
-#: ../../include/functions_reporting.php:10648
+#: ../../include/functions_reporting.php:10659
 msgid "General"
 msgstr ""
 
@@ -10209,8 +10201,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:709
 #: ../../godmode/events/event_edit_filter.php:774
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546
-#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797
-#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858
+#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858
+#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853
 #: ../../operation/events/events.php:1486
 #: ../../operation/events/events.php:1576
 #: ../../views/calendar/special_days.php:465
@@ -10228,57 +10220,12 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:527
 #: ../../include/class/SnmpConsole.class.php:528
 #: ../../include/lib/Dashboard/Widgets/events_list.php:864
-#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312
-#: ../../include/functions_events.php:260
-#: ../../include/functions_events.php:324
+#: ../../include/functions.php:4312 ../../include/functions_events.php:260
+#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324
 #: ../../operation/agentes/estado_monitores.php:543
 msgid "Alert"
 msgstr "Alert"
 
-#: ../../godmode/alerts/alert_list.builder.php:99
-#: ../../include/class/WelcomeWindow.class.php:1273
-msgid "Latest value"
-msgstr "Latest value"
-
-#: ../../godmode/alerts/alert_list.builder.php:120
-#: ../../include/class/AgentsAlerts.class.php:346
-msgid "Create Action"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:159
-#: ../../include/class/AgentsAlerts.class.php:395
-msgid "Create Template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:187
-msgid "It takes precedence over the action's threshold configuration."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:218
-msgid "Finish and view cluster"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:231
-#: ../../godmode/alerts/alert_list.builder.php:242
-#: ../../include/class/AgentsAlerts.class.php:412
-msgid "Add alert"
-msgstr "Add alert"
-
-#: ../../godmode/alerts/alert_list.builder.php:302
-#, fuzzy
-msgid "Please select an item"
-msgstr "Please select the connection type"
-
-#: ../../godmode/alerts/alert_list.builder.php:303
-#, fuzzy
-msgid "Please select a template"
-msgstr "Please select the connection type"
-
-#: ../../godmode/alerts/alert_list.builder.php:304
-#, fuzzy
-msgid "Please select an agent"
-msgstr "Please select the connection type"
-
 #: ../../godmode/alerts/alert_list.php:135
 msgid "Already added"
 msgstr "Already added"
@@ -10342,6 +10289,50 @@ msgstr ""
 msgid "Manage alerts"
 msgstr "Manage alerts"
 
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../include/class/WelcomeWindow.class.php:1273
+msgid "Latest value"
+msgstr "Latest value"
+
+#: ../../godmode/alerts/alert_list.builder.php:120
+#: ../../include/class/AgentsAlerts.class.php:346
+msgid "Create Action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:159
+#: ../../include/class/AgentsAlerts.class.php:395
+msgid "Create Template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:187
+msgid "It takes precedence over the action's threshold configuration."
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:218
+msgid "Finish and view cluster"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:231
+#: ../../godmode/alerts/alert_list.builder.php:242
+#: ../../include/class/AgentsAlerts.class.php:412
+msgid "Add alert"
+msgstr "Add alert"
+
+#: ../../godmode/alerts/alert_list.builder.php:302
+#, fuzzy
+msgid "Please select an item"
+msgstr "Please select the connection type"
+
+#: ../../godmode/alerts/alert_list.builder.php:303
+#, fuzzy
+msgid "Please select a template"
+msgstr "Please select the connection type"
+
+#: ../../godmode/alerts/alert_list.builder.php:304
+#, fuzzy
+msgid "Please select an agent"
+msgstr "Please select the connection type"
+
 #: ../../godmode/category/edit_category.php:65
 #: ../../godmode/category/category.php:62
 msgid "List categories"
@@ -10423,9 +10414,9 @@ msgid "Max. time before compact data"
 msgstr "Max. time before compact data"
 
 #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91
-#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531
-#: ../../include/functions.php:662 ../../include/functions_html.php:2564
-#: ../../include/functions_html.php:8130
+#: ../../godmode/setup/setup_visuals.php:1983
+#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130
+#: ../../include/functions.php:531 ../../include/functions.php:662
 msgid "days"
 msgstr "days"
 
@@ -10442,8 +10433,8 @@ msgstr "Database size stats"
 #: ../../include/class/Diagnostics.class.php:634
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690
 #: ../../include/functions_groups.php:2660
+#: ../../include/functions_reporting.php:12909
 #: ../../include/functions_reporting_html.php:7172
-#: ../../include/functions_reporting.php:12898
 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503
 #: ../../views/tacticalView/view.php:317
 msgid "Total agents"
@@ -10451,7 +10442,7 @@ msgstr "Total agents"
 
 #: ../../godmode/db/db_main.php:107
 #: ../../include/class/Diagnostics.class.php:650
-#: ../../include/functions_reporting.php:15339
+#: ../../include/functions_reporting.php:15350
 msgid "Total events"
 msgstr "Total events"
 
@@ -10491,8 +10482,8 @@ msgstr "Last time on DB maintance"
 #: ../../godmode/snmpconsole/snmp_alert.php:1972
 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91
 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676
-#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641
-#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351
+#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906
+#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351
 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468
 #: ../../operation/gis_maps/ajax.php:479
 msgid "Never"
@@ -10535,8 +10526,8 @@ msgstr ""
 
 #: ../../godmode/events/events.php:56
 #: ../../godmode/massive/massive_edit_users.php:274
-#: ../../godmode/users/configure_user.php:56
-#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801
+#: ../../godmode/users/user_management.php:41
+#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801
 #: ../../operation/events/events.php:1687
 #: ../../operation/users/user_edit.php:467
 msgid "Event list"
@@ -10563,13 +10554,12 @@ msgstr ""
 #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335
 #: ../../include/ajax/events.php:2302
 #: ../../include/lib/TacticalView/elements/Events.php:41
-#: ../../include/functions.php:4305 ../../include/functions_reports.php:885
+#: ../../include/functions_reports.php:885
 #: ../../include/functions_reports.php:889
-#: ../../include/functions_reports.php:893
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51
-#: ../../operation/events/events.php:1836 ../../operation/menu.php:537
-#: ../../views/tacticalView/view.php:126
+#: ../../include/functions_reports.php:893 ../../include/functions.php:4305
+#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51
+#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836
+#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126
 msgid "Events"
 msgstr "Events"
 
@@ -10647,18 +10637,18 @@ msgstr "Module name"
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398
 #: ../../include/lib/Dashboard/Widgets/events_list.php:436
 #: ../../include/lib/Dashboard/Widgets/events_list.php:865
-#: ../../include/functions_snmp.php:335
+#: ../../include/functions_events.php:261
+#: ../../include/functions_events.php:327
+#: ../../include/functions_events.php:5097
 #: ../../include/functions_reporting_html.php:678
 #: ../../include/functions_reporting_html.php:1714
 #: ../../include/functions_reporting_html.php:1722
 #: ../../include/functions_reporting_html.php:1966
 #: ../../include/functions_reporting_html.php:1974
 #: ../../include/functions_reporting_html.php:3851
-#: ../../include/functions_events.php:261
-#: ../../include/functions_events.php:327
-#: ../../include/functions_events.php:5097
-#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704
-#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022
+#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703
+#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845
+#: ../../mobile/operation/events.php:1022
 #: ../../mobile/operation/events.php:1023
 #: ../../operation/events/events.php:2105
 msgid "Severity"
@@ -10764,11 +10754,11 @@ msgstr "Custom ID"
 #: ../../godmode/events/event_edit_filter.php:892
 #: ../../include/ajax/events.php:1873
 #: ../../include/lib/Dashboard/Widgets/events_list.php:878
+#: ../../include/functions_events.php:273
+#: ../../include/functions_events.php:376
 #: ../../include/functions_reporting_html.php:1728
 #: ../../include/functions_reporting_html.php:1980
 #: ../../include/functions_reporting_html.php:3855
-#: ../../include/functions_events.php:273
-#: ../../include/functions_events.php:376
 msgid "Custom data"
 msgstr ""
 
@@ -10803,12 +10793,11 @@ msgstr "Not updated. Error updating data"
 
 #: ../../godmode/events/event_edit_filter.php:299
 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595
-#: ../../include/ajax/custom_fields.php:639
+#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639
 #: ../../include/ajax/custom_fields.php:692
-#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661
-#: ../../include/ajax/events.php:814
-#: ../../operation/network/network_usage_map.php:292
+#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814
 #: ../../operation/network/network_report.php:280
+#: ../../operation/network/network_usage_map.php:292
 #: ../../operation/reporting/graph_analytics.php:448
 msgid "Filter name"
 msgstr ""
@@ -10844,7 +10833,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:441
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727
 #: ../../include/functions_massive_operations.php:158
-#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072
+#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420
 #: ../../include/functions_events.php:3225
 #: ../../mobile/operation/modules.php:73
 #: ../../operation/agentes/estado_agente.php:314
@@ -10882,8 +10871,8 @@ msgstr "Agent search"
 #: ../../godmode/events/event_edit_filter.php:485
 #: ../../godmode/massive/massive_edit_users.php:263
 #: ../../godmode/setup/setup_visuals.php:96
-#: ../../godmode/users/configure_user.php:1340
 #: ../../godmode/users/user_management.php:733
+#: ../../godmode/users/configure_user.php:1340
 #: ../../include/functions_config.php:1088
 #: ../../operation/users/user_edit.php:417
 msgid "Block size for pagination"
@@ -11488,8 +11477,8 @@ msgstr ""
 #: ../../godmode/reporting/graph_builder.main.php:319
 #: ../../godmode/wizards/HostDevices.class.php:680
 #: ../../godmode/wizards/HostDevices.class.php:783
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../godmode/wizards/Wizard.main.php:441
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../include/class/CustomNetScan.class.php:314
 #: ../../include/class/CustomNetScan.class.php:425
 #: ../../include/class/HTML.class.php:427
@@ -11506,8 +11495,8 @@ msgstr "Group view"
 
 #: ../../godmode/groups/group_list.php:337
 #: ../../godmode/massive/massive_edit_users.php:275
-#: ../../godmode/users/configure_user.php:57
-#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802
+#: ../../godmode/users/user_management.php:42
+#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802
 #: ../../operation/agentes/group_view.php:88
 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176
 msgid "Group view"
@@ -11640,9 +11629,9 @@ msgstr ""
 #: ../../godmode/groups/group_list.php:1281
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692
 #: ../../include/functions_alerts.php:3470
-#: ../../include/functions_reporting_html.php:585
 #: ../../include/functions_inventory.php:526
 #: ../../include/functions_inventory.php:669
+#: ../../include/functions_reporting_html.php:585
 #: ../../operation/agentes/group_view.php:247
 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505
 msgid "Total"
@@ -11659,8 +11648,8 @@ msgstr "Total"
 #: ../../include/functions_groups.php:2777
 #: ../../include/functions_groups.php:2800
 #: ../../include/functions_graph.php:2699
-#: ../../include/functions_reporting.php:12761
-#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213
+#: ../../include/functions_reporting.php:12772
+#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213
 #: ../../operation/tree.php:304 ../../operation/tree.php:508
 #: ../../operation/tree.php:509 ../../operation/tree.php:510
 msgid "Fired alerts"
@@ -12033,7 +12022,7 @@ msgstr "Profile name"
 #: ../../godmode/massive/massive_delete_profiles.php:173
 #: ../../godmode/massive/massive_add_profiles.php:207
 #: ../../godmode/massive/massive_edit_users.php:209
-#: ../../include/functions_reporting.php:12987
+#: ../../include/functions_reporting.php:12998
 #: ../../operation/search_results.php:102
 msgid "Users"
 msgstr "Users"
@@ -12043,82 +12032,6 @@ msgstr "Users"
 msgid "Show all groups"
 msgstr "Show alerts"
 
-#: ../../godmode/massive/massive_edit_plugins.php:177
-msgid "Error retrieving the plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:185
-msgid "Error retrieving the modified macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:208
-msgid "Error retrieving the module plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:226
-msgid "Error retrieving the module plugin macros data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:264
-msgid "Error building the new macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:290
-#, php-format
-msgid "%d modules updated"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:321
-msgid "There are not registered plugins"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:464
-msgid "Invalid plugin data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:571
-msgid "Clear"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:599
-msgid "Invalid macros array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:624
-msgid "Multiple values"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:656
-#: ../../godmode/massive/massive_edit_plugins.php:792
-#: ../../godmode/massive/massive_edit_plugins.php:808
-msgid "Invalid agents array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:672
-msgid "Invalid agent element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:683
-msgid "Invalid modules array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:711
-msgid "Invalid module element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:920
-msgid "There are no modules using this plugin"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:921
-#: ../../godmode/massive/massive_operations.php:469
-msgid "Massive operations"
-msgstr "Massive operations"
-
-#: ../../godmode/massive/massive_edit_plugins.php:1005
-msgid "There was a problem loading the module plugin macros data"
-msgstr ""
-
 #: ../../godmode/massive/massive_enable_disable_alerts.php:196
 msgid "Enabled alerts"
 msgstr ""
@@ -12220,212 +12133,6 @@ msgstr ""
 msgid "Successfully deleted (%s)"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_users.php:153
-#, fuzzy, php-format
-msgid "Users updated successfully (%s)"
-msgstr "Server updated successfully"
-
-#: ../../godmode/massive/massive_edit_users.php:165
-#, fuzzy, php-format
-msgid "Users cannot be updated (%s)"
-msgstr "Could not be updated"
-
-#: ../../godmode/massive/massive_edit_users.php:248
-#: ../../godmode/users/configure_user.php:1137
-#: ../../godmode/users/user_management.php:703
-#: ../../include/class/TipsWindow.class.php:482
-#: ../../include/class/TipsWindow.class.php:739
-#: ../../include/class/TipsWindow.class.php:906
-#: ../../operation/users/user_edit.php:434
-msgid "Language"
-msgstr "Language"
-
-#: ../../godmode/massive/massive_edit_users.php:254
-#: ../../godmode/massive/massive_edit_users.php:266
-#: ../../godmode/massive/massive_edit_users.php:345
-#: ../../godmode/massive/massive_edit_users.php:396
-#: ../../godmode/massive/massive_edit_users.php:460
-#: ../../godmode/massive/massive_edit_users.php:468
-#: ../../godmode/massive/massive_edit_users.php:505
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:634
-#: ../../godmode/massive/massive_edit_agents.php:714
-#: ../../godmode/massive/massive_edit_agents.php:748
-#: ../../godmode/massive/massive_edit_agents.php:789
-#: ../../godmode/massive/massive_edit_agents.php:812
-#: ../../godmode/massive/massive_edit_agents.php:934
-#: ../../godmode/massive/massive_edit_agents.php:985
-#: ../../godmode/massive/massive_edit_agents.php:1086
-#: ../../godmode/massive/massive_edit_agents.php:1143
-#: ../../godmode/massive/massive_edit_agents.php:1191
-#: ../../godmode/massive/massive_edit_agents.php:1220
-#: ../../godmode/massive/massive_edit_agents.php:1238
-#: ../../godmode/massive/massive_edit_agents.php:1331
-#: ../../godmode/massive/massive_edit_modules.php:704
-#: ../../godmode/massive/massive_edit_modules.php:726
-#: ../../godmode/massive/massive_edit_modules.php:810
-#: ../../godmode/massive/massive_edit_modules.php:832
-#: ../../godmode/massive/massive_edit_modules.php:872
-#: ../../godmode/massive/massive_edit_modules.php:884
-#: ../../godmode/massive/massive_edit_modules.php:973
-#: ../../godmode/massive/massive_edit_modules.php:995
-#: ../../godmode/massive/massive_edit_modules.php:1025
-#: ../../godmode/massive/massive_edit_modules.php:1035
-#: ../../godmode/massive/massive_edit_modules.php:1049
-#: ../../godmode/massive/massive_edit_modules.php:1093
-#: ../../godmode/massive/massive_edit_modules.php:1129
-#: ../../godmode/massive/massive_edit_modules.php:1149
-#: ../../godmode/massive/massive_edit_modules.php:1187
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1298
-#: ../../godmode/massive/massive_edit_modules.php:1325
-#: ../../godmode/massive/massive_edit_modules.php:1346
-#: ../../godmode/massive/massive_edit_modules.php:1369
-#: ../../godmode/massive/massive_edit_modules.php:1526
-#: ../../godmode/massive/massive_edit_modules.php:1551
-#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
-#: ../../include/functions_html.php:2544
-msgid "No change"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../godmode/users/user_management.php:775
-#: ../../operation/users/user_edit.php:463
-msgid "Home screen"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../operation/users/user_edit.php:463
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
-"ver_agente&id_agente=1 to show agent detail view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:273
-#: ../../godmode/reporting/visual_console_builder.php:1000
-#: ../../godmode/reporting/visual_console_favorite.php:130
-#: ../../godmode/reporting/map_builder.php:133
-#: ../../godmode/users/configure_user.php:55
-#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800
-#: ../../include/class/Prd.class.php:300
-#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
-#: ../../operation/users/user_edit.php:466
-#: ../../operation/visual_console/legacy_view.php:219
-#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
-#: ../../operation/menu.php:310
-msgid "Visual console"
-msgstr "Visual console"
-
-#: ../../godmode/massive/massive_edit_users.php:276
-#: ../../godmode/users/configure_user.php:58
-#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803
-#: ../../include/lib/Dashboard/Widgets/tactical.php:176
-#: ../../include/lib/Dashboard/Widgets/tactical.php:545
-#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
-#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
-msgid "Tactical view"
-msgstr "Tactical view"
-
-#: ../../godmode/massive/massive_edit_users.php:277
-#: ../../godmode/users/configure_user.php:59
-#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804
-#: ../../operation/agentes/alerts_status.php:193
-#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
-msgid "Alert detail"
-msgstr "Alert detail"
-
-#: ../../godmode/massive/massive_edit_users.php:279
-#: ../../godmode/users/configure_user.php:62
-#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807
-#: ../../include/class/Prd.class.php:505
-#: ../../include/class/OrderInterpreter.class.php:226
-#: ../../include/lib/ITSM/Manager.php:1036
-#: ../../mobile/include/functions_web.php:22
-#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
-#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
-msgid "Dashboard"
-msgstr "Dashboard"
-
-#: ../../godmode/massive/massive_edit_users.php:339
-#: ../../godmode/users/user_management.php:749
-#: ../../operation/users/user_edit.php:568
-msgid "Event filter"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:376
-#: ../../godmode/users/user_management.php:493
-#: ../../operation/users/user_edit.php:642
-#, fuzzy
-msgid "Autorefresh"
-msgstr "Autorefresh time"
-
-#: ../../godmode/massive/massive_edit_users.php:377
-#: ../../operation/users/user_edit.php:643
-msgid "This will activate autorefresh in selected pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:416
-#: ../../godmode/users/user_management.php:528
-#: ../../operation/users/user_edit.php:678
-#, fuzzy
-msgid "Full list of pages"
-msgstr "Full list of monitors"
-
-#: ../../godmode/massive/massive_edit_users.php:425
-#: ../../godmode/massive/massive_edit_users.php:426
-#: ../../godmode/users/user_management.php:560
-#: ../../godmode/users/user_management.php:561
-#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
-#: ../../operation/users/user_edit.php:687
-#: ../../operation/users/user_edit.php:688
-msgid "Push selected pages into autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:435
-#: ../../godmode/massive/massive_edit_users.php:436
-#: ../../godmode/users/user_management.php:577
-#: ../../godmode/users/user_management.php:578
-#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
-#: ../../operation/users/user_edit.php:696
-#: ../../operation/users/user_edit.php:697
-msgid "Pop selected pages out of autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:441
-#: ../../operation/users/user_edit.php:702
-msgid "List of pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:450
-#: ../../operation/users/user_edit.php:711
-#, fuzzy
-msgid "Time autorefresh"
-msgstr "Time threshold"
-
-#: ../../godmode/massive/massive_edit_users.php:452
-#: ../../godmode/users/user_management.php:643
-#: ../../operation/users/user_edit.php:713
-msgid ""
-"Interval of autorefresh of the elements, by default they are 30 seconds, "
-"needing to enable the autorefresh first"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1149
-#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
-#, fuzzy
-msgid "Timezone"
-msgstr "Timezone setup"
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1150
-#: ../../godmode/users/user_management.php:836
-#: ../../operation/users/user_edit.php:527
-msgid "The timezone must be that of the associated server."
-msgstr ""
-
 #: ../../godmode/massive/massive_edit_agents.php:226
 msgid "No values changed"
 msgstr ""
@@ -12462,6 +12169,55 @@ msgstr ""
 msgid "Cascade protection"
 msgstr "Cascade protection"
 
+#: ../../godmode/massive/massive_edit_agents.php:714
+#: ../../godmode/massive/massive_edit_agents.php:748
+#: ../../godmode/massive/massive_edit_agents.php:789
+#: ../../godmode/massive/massive_edit_agents.php:812
+#: ../../godmode/massive/massive_edit_agents.php:934
+#: ../../godmode/massive/massive_edit_agents.php:985
+#: ../../godmode/massive/massive_edit_agents.php:1086
+#: ../../godmode/massive/massive_edit_agents.php:1143
+#: ../../godmode/massive/massive_edit_agents.php:1191
+#: ../../godmode/massive/massive_edit_agents.php:1220
+#: ../../godmode/massive/massive_edit_agents.php:1238
+#: ../../godmode/massive/massive_edit_agents.php:1331
+#: ../../godmode/massive/massive_edit_modules.php:704
+#: ../../godmode/massive/massive_edit_modules.php:726
+#: ../../godmode/massive/massive_edit_modules.php:810
+#: ../../godmode/massive/massive_edit_modules.php:832
+#: ../../godmode/massive/massive_edit_modules.php:872
+#: ../../godmode/massive/massive_edit_modules.php:884
+#: ../../godmode/massive/massive_edit_modules.php:973
+#: ../../godmode/massive/massive_edit_modules.php:995
+#: ../../godmode/massive/massive_edit_modules.php:1025
+#: ../../godmode/massive/massive_edit_modules.php:1035
+#: ../../godmode/massive/massive_edit_modules.php:1049
+#: ../../godmode/massive/massive_edit_modules.php:1093
+#: ../../godmode/massive/massive_edit_modules.php:1129
+#: ../../godmode/massive/massive_edit_modules.php:1149
+#: ../../godmode/massive/massive_edit_modules.php:1187
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1298
+#: ../../godmode/massive/massive_edit_modules.php:1325
+#: ../../godmode/massive/massive_edit_modules.php:1346
+#: ../../godmode/massive/massive_edit_modules.php:1369
+#: ../../godmode/massive/massive_edit_modules.php:1526
+#: ../../godmode/massive/massive_edit_modules.php:1551
+#: ../../godmode/massive/massive_edit_users.php:254
+#: ../../godmode/massive/massive_edit_users.php:266
+#: ../../godmode/massive/massive_edit_users.php:345
+#: ../../godmode/massive/massive_edit_users.php:396
+#: ../../godmode/massive/massive_edit_users.php:460
+#: ../../godmode/massive/massive_edit_users.php:468
+#: ../../godmode/massive/massive_edit_users.php:505
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:634
+#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
+#: ../../include/functions_html.php:2544
+msgid "No change"
+msgstr ""
+
 #: ../../godmode/massive/massive_edit_agents.php:877
 msgid "Add secondary groups"
 msgstr ""
@@ -12673,6 +12429,239 @@ msgstr ""
 msgid "Target OS"
 msgstr "Target IP"
 
+#: ../../godmode/massive/massive_edit_plugins.php:177
+msgid "Error retrieving the plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:185
+msgid "Error retrieving the modified macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:208
+msgid "Error retrieving the module plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:226
+msgid "Error retrieving the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:264
+msgid "Error building the new macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:290
+#, php-format
+msgid "%d modules updated"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:321
+msgid "There are not registered plugins"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:464
+msgid "Invalid plugin data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:571
+msgid "Clear"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:599
+msgid "Invalid macros array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:624
+msgid "Multiple values"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:656
+#: ../../godmode/massive/massive_edit_plugins.php:792
+#: ../../godmode/massive/massive_edit_plugins.php:808
+msgid "Invalid agents array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:672
+msgid "Invalid agent element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:683
+msgid "Invalid modules array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:711
+msgid "Invalid module element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:920
+msgid "There are no modules using this plugin"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:921
+#: ../../godmode/massive/massive_operations.php:469
+msgid "Massive operations"
+msgstr "Massive operations"
+
+#: ../../godmode/massive/massive_edit_plugins.php:1005
+msgid "There was a problem loading the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:153
+#, fuzzy, php-format
+msgid "Users updated successfully (%s)"
+msgstr "Server updated successfully"
+
+#: ../../godmode/massive/massive_edit_users.php:165
+#, fuzzy, php-format
+msgid "Users cannot be updated (%s)"
+msgstr "Could not be updated"
+
+#: ../../godmode/massive/massive_edit_users.php:248
+#: ../../godmode/users/user_management.php:703
+#: ../../godmode/users/configure_user.php:1137
+#: ../../include/class/TipsWindow.class.php:482
+#: ../../include/class/TipsWindow.class.php:739
+#: ../../include/class/TipsWindow.class.php:906
+#: ../../operation/users/user_edit.php:434
+msgid "Language"
+msgstr "Language"
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../godmode/users/user_management.php:775
+#: ../../operation/users/user_edit.php:463
+msgid "Home screen"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../operation/users/user_edit.php:463
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
+"ver_agente&id_agente=1 to show agent detail view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:273
+#: ../../godmode/reporting/visual_console_builder.php:1000
+#: ../../godmode/reporting/visual_console_favorite.php:130
+#: ../../godmode/reporting/map_builder.php:133
+#: ../../godmode/users/user_management.php:40
+#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800
+#: ../../include/class/Prd.class.php:300
+#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
+#: ../../operation/users/user_edit.php:466
+#: ../../operation/visual_console/legacy_view.php:219
+#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
+#: ../../operation/menu.php:310
+msgid "Visual console"
+msgstr "Visual console"
+
+#: ../../godmode/massive/massive_edit_users.php:276
+#: ../../godmode/users/user_management.php:43
+#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803
+#: ../../include/lib/Dashboard/Widgets/tactical.php:176
+#: ../../include/lib/Dashboard/Widgets/tactical.php:545
+#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
+#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
+msgid "Tactical view"
+msgstr "Tactical view"
+
+#: ../../godmode/massive/massive_edit_users.php:277
+#: ../../godmode/users/user_management.php:44
+#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804
+#: ../../operation/agentes/alerts_status.php:193
+#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
+msgid "Alert detail"
+msgstr "Alert detail"
+
+#: ../../godmode/massive/massive_edit_users.php:279
+#: ../../godmode/users/user_management.php:47
+#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807
+#: ../../include/class/Prd.class.php:505
+#: ../../include/class/OrderInterpreter.class.php:226
+#: ../../include/lib/ITSM/Manager.php:1036
+#: ../../mobile/include/functions_web.php:22
+#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
+#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
+msgid "Dashboard"
+msgstr "Dashboard"
+
+#: ../../godmode/massive/massive_edit_users.php:339
+#: ../../godmode/users/user_management.php:749
+#: ../../operation/users/user_edit.php:568
+msgid "Event filter"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:376
+#: ../../godmode/users/user_management.php:493
+#: ../../operation/users/user_edit.php:642
+#, fuzzy
+msgid "Autorefresh"
+msgstr "Autorefresh time"
+
+#: ../../godmode/massive/massive_edit_users.php:377
+#: ../../operation/users/user_edit.php:643
+msgid "This will activate autorefresh in selected pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:416
+#: ../../godmode/users/user_management.php:528
+#: ../../operation/users/user_edit.php:678
+#, fuzzy
+msgid "Full list of pages"
+msgstr "Full list of monitors"
+
+#: ../../godmode/massive/massive_edit_users.php:425
+#: ../../godmode/massive/massive_edit_users.php:426
+#: ../../godmode/users/user_management.php:560
+#: ../../godmode/users/user_management.php:561
+#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
+#: ../../operation/users/user_edit.php:687
+#: ../../operation/users/user_edit.php:688
+msgid "Push selected pages into autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:435
+#: ../../godmode/massive/massive_edit_users.php:436
+#: ../../godmode/users/user_management.php:577
+#: ../../godmode/users/user_management.php:578
+#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:697
+msgid "Pop selected pages out of autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:441
+#: ../../operation/users/user_edit.php:702
+msgid "List of pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:450
+#: ../../operation/users/user_edit.php:711
+#, fuzzy
+msgid "Time autorefresh"
+msgstr "Time threshold"
+
+#: ../../godmode/massive/massive_edit_users.php:452
+#: ../../godmode/users/user_management.php:643
+#: ../../operation/users/user_edit.php:713
+msgid ""
+"Interval of autorefresh of the elements, by default they are 30 seconds, "
+"needing to enable the autorefresh first"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/configure_user.php:1149
+#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
+#, fuzzy
+msgid "Timezone"
+msgstr "Timezone setup"
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/user_management.php:836
+#: ../../godmode/users/configure_user.php:1150
+#: ../../operation/users/user_edit.php:527
+msgid "The timezone must be that of the associated server."
+msgstr ""
+
 #: ../../godmode/massive/massive_operations.php:59
 msgid "Bulk alert add"
 msgstr ""
@@ -12963,50 +12952,6 @@ msgstr ""
 msgid "You can find more information at:"
 msgstr ""
 
-#: ../../godmode/modules/manage_inventory_modules_form.php:36
-#: ../../godmode/modules/manage_network_templates.php:39
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr "Module management"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:162
-msgid "Left blank for the LOCAL inventory modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:177
-msgid "Separate fields with"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:183
-msgid "Block Mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:193
-#: ../../godmode/modules/manage_inventory_modules_form.php:197
-msgid "Script mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:194
-msgid "Use inline code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:210
-#, fuzzy
-msgid "Script path"
-msgstr "Font path"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:223
-#: ../../include/ajax/double_auth.ajax.php:167
-#: ../../include/ajax/double_auth.ajax.php:304
-msgid "Code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:232
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr ""
-
 #: ../../godmode/modules/manage_nc_groups_form.php:62
 msgid "Update Group Component"
 msgstr ""
@@ -13145,6 +13090,12 @@ msgstr ""
 msgid "Field value"
 msgstr "Simple value"
 
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_inventory_modules_form.php:36
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module management"
+msgstr "Module management"
+
 #: ../../godmode/modules/manage_network_templates.php:39
 #: ../../godmode/modules/manage_network_templates_form.php:32
 #: ../../include/class/ModuleTemplates.class.php:199
@@ -13169,57 +13120,6 @@ msgstr "This template does not exist"
 msgid "There are no defined network profiles"
 msgstr "There are no defined network profiles"
 
-#: ../../godmode/modules/manage_network_templates_form.php:59
-msgid "Successfully deleted module from profile"
-msgstr "Successfully deleted module from profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:60
-msgid "Error deleting module from profile"
-msgstr "Error deleting module from profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:79
-msgid "Successfully added module to profile"
-msgstr "Successfully added module to profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:80
-msgid "Error adding module to profile"
-msgstr "Error adding module to profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:113
-msgid "Successfully updated network profile"
-msgstr "Successfully updated network profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:114
-msgid "Error updating network profile"
-msgstr "Error updating network profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:138
-msgid "Successfully added network profile"
-msgstr "Successfully added network profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:139
-msgid "Error adding network profile"
-msgstr "Error adding network profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:145
-msgid "Cannot create a template without name"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:219
-msgid "No modules for this profile"
-msgstr "No modules for this profile"
-
-#: ../../godmode/modules/manage_network_templates_form.php:260
-#: ../../operation/snmpconsole/snmp_browser.php:167
-#: ../../operation/snmpconsole/snmp_browser.php:187
-msgid "Add modules"
-msgstr "Add modules"
-
-#: ../../godmode/modules/manage_network_templates_form.php:341
-#: ../../include/class/ModuleTemplates.class.php:752
-msgid "Components"
-msgstr ""
-
 #: ../../godmode/modules/module_list.php:45
 #, fuzzy
 msgid "Defined module types"
@@ -13337,6 +13237,44 @@ msgstr "Create a new WMI component"
 msgid "Create a new wizard component"
 msgstr "Create a new network component"
 
+#: ../../godmode/modules/manage_inventory_modules_form.php:162
+msgid "Left blank for the LOCAL inventory modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:177
+msgid "Separate fields with"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:183
+msgid "Block Mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:193
+#: ../../godmode/modules/manage_inventory_modules_form.php:197
+msgid "Script mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:194
+msgid "Use inline code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:210
+#, fuzzy
+msgid "Script path"
+msgstr "Font path"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:223
+#: ../../include/ajax/double_auth.ajax.php:167
+#: ../../include/ajax/double_auth.ajax.php:304
+msgid "Code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:232
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_components_form_common.php:164
 #, fuzzy
 msgid "Advanced options Dynamic Threshold"
@@ -13359,6 +13297,57 @@ msgstr ""
 msgid "Tags selected"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates_form.php:59
+msgid "Successfully deleted module from profile"
+msgstr "Successfully deleted module from profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:60
+msgid "Error deleting module from profile"
+msgstr "Error deleting module from profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:79
+msgid "Successfully added module to profile"
+msgstr "Successfully added module to profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:80
+msgid "Error adding module to profile"
+msgstr "Error adding module to profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:113
+msgid "Successfully updated network profile"
+msgstr "Successfully updated network profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:114
+msgid "Error updating network profile"
+msgstr "Error updating network profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:138
+msgid "Successfully added network profile"
+msgstr "Successfully added network profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:139
+msgid "Error adding network profile"
+msgstr "Error adding network profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:145
+msgid "Cannot create a template without name"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:219
+msgid "No modules for this profile"
+msgstr "No modules for this profile"
+
+#: ../../godmode/modules/manage_network_templates_form.php:260
+#: ../../operation/snmpconsole/snmp_browser.php:167
+#: ../../operation/snmpconsole/snmp_browser.php:187
+msgid "Add modules"
+msgstr "Add modules"
+
+#: ../../godmode/modules/manage_network_templates_form.php:341
+#: ../../include/class/ModuleTemplates.class.php:752
+msgid "Components"
+msgstr ""
+
 #: ../../godmode/netflow/nf_edit.php:50
 #, fuzzy
 msgid "Manage Filters"
@@ -13375,8 +13364,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:80
 #: ../../godmode/snmpconsole/snmp_filters.php:35
 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382
-#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791
-#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797
+#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754
+#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797
 #: ../../include/ajax/events.php:921
 #: ../../operation/reporting/graph_analytics.php:490
 msgid "Update filter"
@@ -13685,9 +13674,8 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951
-#: ../../include/functions.php:2836 ../../include/functions.php:3508
-#: ../../include/functions_graph.php:5603
-#: ../../include/functions_events.php:5356
+#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836
+#: ../../include/functions.php:3508 ../../include/functions_events.php:5356
 #: ../../operation/gis_maps/render_view.php:157
 msgid "1 hour"
 msgstr "1 hour"
@@ -13707,7 +13695,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952
-#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604
+#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839
 msgid "1 day"
 msgstr "1 day"
 
@@ -13725,7 +13713,7 @@ msgstr "2 days"
 #: ../../include/lib/Dashboard/Widgets/service_level.php:252
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953
-#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605
+#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840
 msgid "1 week"
 msgstr "1 week"
 
@@ -13740,7 +13728,7 @@ msgstr "15 days"
 #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954
-#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606
+#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842
 msgid "1 month"
 msgstr "1 month"
 
@@ -13814,7 +13802,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5825
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913
-#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583
+#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582
 msgid "Select an Agent first"
 msgstr ""
 
@@ -13860,7 +13848,7 @@ msgstr "Simple graph"
 #: ../../include/functions_reports.php:573
 #: ../../include/functions_reports.php:660
 #: ../../include/functions_reports.php:666
-#: ../../include/functions_reporting.php:11127
+#: ../../include/functions_reporting.php:11138
 msgid "Custom graph"
 msgstr "Custom graph"
 
@@ -13869,12 +13857,12 @@ msgstr "Custom graph"
 #: ../../include/ajax/heatmap.ajax.php:158
 #: ../../include/ajax/heatmap.ajax.php:439
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301
+#: ../../mobile/operation/server_status.php:185
+#: ../../mobile/operation/server_status.php:186
 #: ../../mobile/operation/modules.php:194
 #: ../../mobile/operation/modules.php:195
 #: ../../mobile/operation/modules.php:308
 #: ../../mobile/operation/modules.php:309
-#: ../../mobile/operation/server_status.php:185
-#: ../../mobile/operation/server_status.php:186
 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118
 msgid "Tag"
 msgstr ""
@@ -13965,9 +13953,9 @@ msgstr "Description"
 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144
 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391
 #: ../../include/class/ConfigPEN.class.php:603
+#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/class/CredentialStore.class.php:819
 #: ../../include/class/EventSound.class.php:308
-#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/functions_events.php:363
 #: ../../operation/agentes/pandora_networkmap.view.php:2348
 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99
@@ -14155,6 +14143,8 @@ msgid "Scheduled"
 msgstr ""
 
 #: ../../godmode/reporting/manage_schedule.php:194
+#: ../../godmode/setup/setup_general.php:53
+#: ../../godmode/setup/setup_general.php:115
 #, fuzzy
 msgid "Console"
 msgstr "SNMP Console"
@@ -14712,11 +14702,11 @@ msgid "Are you sure to add many elements\\nin visual map?"
 msgstr "Are you sure to add many elements\\nin visual map?"
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:632
-#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
-#: ../../mobile/operation/modules.php:823
 #: ../../mobile/operation/server_status.php:389
 #: ../../mobile/operation/tactical.php:240
 #: ../../mobile/operation/module_graph.php:474
+#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
+#: ../../mobile/operation/modules.php:823
 msgid "Loading..."
 msgstr ""
 
@@ -14914,7 +14904,10 @@ msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:193
 #: ../../operation/reporting/reporting_viewer.php:93
-msgid "Your report has been planned, and the system will email you a "
+#, php-format
+msgid ""
+"Your report has been planned, and the system will email you a %s file with "
+"the report as soon as its finished"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:194
@@ -14929,7 +14922,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.php:4101
 #: ../../godmode/reporting/reporting_builder.php:4149
 #: ../../include/functions_groups.php:123
-#: ../../include/functions_reporting.php:16432
+#: ../../include/functions_reporting.php:16443
 #: ../../operation/reporting/reporting_viewer.php:114
 #: ../../operation/menu.php:470 ../../operation/search_results.php:150
 msgid "Reports"
@@ -15136,9 +15129,9 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1403
-#: ../../include/functions_reporting_html.php:3236
 #: ../../include/functions_reports.php:823
 #: ../../include/functions_reporting.php:3807
+#: ../../include/functions_reporting_html.php:3236
 msgid "End of life"
 msgstr ""
 
@@ -15354,7 +15347,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:934
 #: ../../include/lib/Dashboard/Widgets/post.php:214
 #: ../../include/functions_reports.php:856
-#: ../../include/functions_reporting.php:7938
+#: ../../include/functions_reporting.php:7949
 msgid "Text"
 msgstr "Text"
 
@@ -15424,8 +15417,8 @@ msgid "Display"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3152
-#: ../../include/functions_reporting_html.php:6266
 #: ../../include/functions_reporting.php:1724
+#: ../../include/functions_reporting_html.php:6266
 msgid "Avg"
 msgstr ""
 
@@ -15502,7 +15495,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:541
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903
 #: ../../include/functions_graph.php:5557
-#: ../../include/functions_reporting.php:11051
+#: ../../include/functions_reporting.php:11062
 msgid "Maximum"
 msgstr "Maximum"
 
@@ -15511,9 +15504,9 @@ msgstr "Maximum"
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912
 #: ../../include/functions_graph.php:2540
 #: ../../include/functions_graph.php:5565
+#: ../../include/functions_reporting.php:11058
 #: ../../include/functions_reporting_html.php:5083
 #: ../../include/functions_reporting_html.php:5154
-#: ../../include/functions_reporting.php:11047
 msgid "Minimum"
 msgstr "Minimum"
 
@@ -15533,8 +15526,8 @@ msgstr ""
 #: ../../include/functions_graph.php:2548
 #: ../../include/functions_graph.php:5581
 #: ../../include/functions_reports.php:766
-#: ../../include/functions_reporting.php:7535
-#: ../../include/functions_reporting.php:11043
+#: ../../include/functions_reporting.php:7546
+#: ../../include/functions_reporting.php:11054
 msgid "Summatory"
 msgstr ""
 
@@ -15719,21 +15712,21 @@ msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3826
 #, fuzzy
-msgid "By agent "
+msgid "By agent"
 msgstr "Add agent"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3836
-msgid "By user validator "
+msgid "By user validator"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3846
 #, fuzzy
-msgid "By criticity "
+msgid "By criticity"
 msgstr "Criticity"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3856
 #, fuzzy
-msgid "Validated vs unvalidated "
+msgid "Validated vs unvalidated"
 msgstr "Validate event"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3870
@@ -15877,13 +15870,13 @@ msgid "Use uncompressed module data."
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4217
-#: ../../include/functions_reporting.php:5536
+#: ../../include/functions_reporting.php:5547
 #, fuzzy
 msgid "Unassigned group"
 msgstr "Manage groups"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4263
-#: ../../include/functions_reporting.php:5530
+#: ../../include/functions_reporting.php:5541
 #, fuzzy
 msgid "Unnasigned group"
 msgstr "Manage groups"
@@ -16049,23 +16042,23 @@ msgstr "Password"
 #: ../../include/class/AlertsList.class.php:387
 #: ../../include/class/AlertsList.class.php:392
 #: ../../include/class/HelpFeedBack.class.php:355
-#: ../../include/class/AgentDeployWizard.class.php:611
-#: ../../include/class/AgentDeployWizard.class.php:616
 #: ../../include/class/ConfigPEN.class.php:750
 #: ../../include/class/ConfigPEN.class.php:755
-#: ../../include/class/CredentialStore.class.php:1605
-#: ../../include/class/CredentialStore.class.php:1610
 #: ../../include/class/Diagnostics.class.php:2190
 #: ../../include/class/ModuleTemplates.class.php:1411
 #: ../../include/class/ModuleTemplates.class.php:1416
-#: ../../include/class/SatelliteAgent.class.php:1097
-#: ../../include/class/SatelliteAgent.class.php:1102
 #: ../../include/class/WebServerModuleDebug.class.php:366
 #: ../../include/class/WebServerModuleDebug.class.php:371
-#: ../../include/class/SatelliteCollection.class.php:624
-#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/class/AgentWizard.class.php:6066
 #: ../../include/class/AgentWizard.class.php:6071
+#: ../../include/class/AgentDeployWizard.class.php:611
+#: ../../include/class/AgentDeployWizard.class.php:616
+#: ../../include/class/CredentialStore.class.php:1605
+#: ../../include/class/CredentialStore.class.php:1610
+#: ../../include/class/SatelliteAgent.class.php:1097
+#: ../../include/class/SatelliteAgent.class.php:1102
+#: ../../include/class/SatelliteCollection.class.php:624
+#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629
 #: ../../operation/visual_console/view.php:1225
 #: ../../operation/visual_console/view.php:1230
@@ -17317,402 +17310,6 @@ msgstr ""
 msgid "Error deleting"
 msgstr ""
 
-#: ../../godmode/setup/performance.php:185
-msgid "Pandora_db running in active database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:186
-#: ../../godmode/setup/performance.php:242
-#, fuzzy
-msgid "Executed:"
-msgstr "Executed"
-
-#: ../../godmode/setup/performance.php:192
-#: ../../godmode/setup/performance.php:247
-msgid "ago"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:241
-msgid "Pandora_db running in historical database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:249
-#, fuzzy
-msgid "Not executed"
-msgstr "Not executed"
-
-#: ../../godmode/setup/performance.php:262
-#: ../../godmode/setup/performance.php:505
-msgid "Max. days before delete events"
-msgstr "Max. days before delete events"
-
-#: ../../godmode/setup/performance.php:277
-#: ../../include/functions_config.php:880
-msgid "Max. days before delete traps"
-msgstr "Max. days before delete traps"
-
-#: ../../godmode/setup/performance.php:292
-#: ../../include/functions_config.php:888
-msgid "Max. days before delete audit events"
-msgstr "Max. days before delete audit events"
-
-#: ../../godmode/setup/performance.php:307
-#: ../../godmode/setup/performance.php:517
-#: ../../include/functions_config.php:884
-msgid "Max. days before delete string data"
-msgstr "Max. days before delete string data"
-
-#: ../../godmode/setup/performance.php:322
-#: ../../include/functions_config.php:892
-msgid "Max. days before delete GIS data"
-msgstr "Max. days before delete GIS data"
-
-#: ../../godmode/setup/performance.php:337
-#: ../../godmode/setup/performance.php:469
-#: ../../include/functions_config.php:896
-msgid "Max. days before purge"
-msgstr "Max. days before purge"
-
-#: ../../godmode/setup/performance.php:352
-#: ../../godmode/setup/performance.php:481
-#: ../../include/functions_config.php:908
-msgid "Max. days before compact data"
-msgstr "Max. days before compact data"
-
-#: ../../godmode/setup/performance.php:367
-#: ../../include/functions_config.php:900
-msgid "Max. days before delete unknown modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:382
-#: ../../include/functions_config.php:904
-#, fuzzy
-msgid "Max. days before delete not initialized modules"
-msgstr "Max. days before delete traps"
-
-#: ../../godmode/setup/performance.php:397
-#, fuzzy
-msgid "Max. days before delete autodisabled agents"
-msgstr "Max. days before delete audit events"
-
-#: ../../godmode/setup/performance.php:412
-#: ../../include/functions_config.php:956
-msgid "Retention period of past special days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:424
-#: ../../include/functions_config.php:960
-msgid "Max. macro data fields"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:493
-#: ../../godmode/setup/performance.php:611
-#: ../../include/functions_config.php:924
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr "Compact interpolation in hours (1 Fine-20 bad)"
-
-#: ../../godmode/setup/performance.php:536
-#: ../../include/functions_config.php:974
-#, fuzzy
-msgid "Max. days before delete old messages"
-msgstr "Max. days before delete events"
-
-#: ../../godmode/setup/performance.php:549
-#: ../../include/functions_config.php:965
-#, fuzzy
-msgid "Max. days before delete inventory data"
-msgstr "Max. days before delete string data"
-
-#: ../../godmode/setup/performance.php:562
-#: ../../include/functions_config.php:970
-#, fuzzy
-msgid "Max. days before disabled agents are deleted"
-msgstr "Max. days before delete events"
-
-#: ../../godmode/setup/performance.php:582
-msgid "Item limit for realtime reports"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:597
-#: ../../include/functions_config.php:920
-msgid "Limit of events per query"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:625
-msgid "Last day"
-msgstr "Last day"
-
-#: ../../godmode/setup/performance.php:626
-msgid "2 days"
-msgstr "2 days"
-
-#: ../../godmode/setup/performance.php:627
-msgid "10 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:628
-msgid "Last week"
-msgstr "Last week"
-
-#: ../../godmode/setup/performance.php:629
-msgid "2 weeks"
-msgstr "2 weeks"
-
-#: ../../godmode/setup/performance.php:630
-msgid "Last month"
-msgstr "Last month"
-
-#: ../../godmode/setup/performance.php:633
-#: ../../include/functions_config.php:928
-msgid "Default hours for event view"
-msgstr "Default hours for event view"
-
-#: ../../godmode/setup/performance.php:648
-#: ../../include/functions_config.php:932
-msgid "Use realtime statistics"
-msgstr "Use realtime statistics"
-
-#: ../../godmode/setup/performance.php:658
-#: ../../include/functions_config.php:936
-msgid "Batch statistics period (secs)"
-msgstr "Batch statistics period (secs)"
-
-#: ../../godmode/setup/performance.php:681
-#: ../../include/functions_config.php:940
-msgid "Max. recommended number of files in attachment directory"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:693
-#: ../../include/functions_config.php:944
-msgid "Delete not init modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:703
-msgid "Big Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:718
-#: ../../include/functions_config.php:952
-msgid "Small Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:733
-#: ../../include/functions_config.php:978
-msgid "Graph container - Max. Items"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:745
-msgid "Events response max. execution"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:757
-#: ../../include/functions_config.php:990
-msgid "Row limit in csv log"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:772
-#, fuzzy
-msgid "SNMP walk binary"
-msgstr "SNMP walk"
-
-#: ../../godmode/setup/performance.php:784
-msgid ""
-"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
-"instead (by default snmpwalk, slower)."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:789
-msgid "SNMP walk binary (fallback)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:802
-#, php-format
-msgid ""
-"%s web2image cache system cleanup. It is always cleaned up after perform an "
-"upgrade"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:809
-#, fuzzy
-msgid "WMI binary"
-msgstr "WMI query"
-
-#: ../../godmode/setup/performance.php:821
-msgid ""
-"Before increasing this value, be aware that a large number can affect "
-"performance in PDF generation. Set to 0 to disregard this limit."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:826
-#: ../../include/functions_config.php:986
-msgid "Rows limit for SQL report item PDF"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:864
-#, fuzzy
-msgid "Database maintenance status"
-msgstr "Database maintenance"
-
-#: ../../godmode/setup/performance.php:869
-msgid "Database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:875
-#, fuzzy
-msgid "Historical database maintenance options"
-msgstr "Current database maintenance setup"
-
-#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
-#: ../../include/functions_netflow.php:2342
-#: ../../include/functions_reporting.php:4433
-msgid "Others"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:886
-msgid "Agent SNMP Interface Wizard defaults"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:146
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
-msgid "Progress"
-msgstr "Progress"
-
-#: ../../godmode/setup/demo.php:227
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
-#, fuzzy
-msgid "View summary"
-msgstr "Summary"
-
-#: ../../godmode/setup/demo.php:277
-msgid ""
-"You may need to increase the value of the plugin_timeout parameter in your "
-"server configuration to get all your agents data updated"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:331
-#, fuzzy
-msgid "Agents interval"
-msgstr "Agent detail"
-
-#: ../../godmode/setup/demo.php:336
-#, fuzzy
-msgid "Generate historical data for all agents"
-msgstr "Deleting records for all agents"
-
-#: ../../godmode/setup/demo.php:346
-msgid "Days of historical data to insert in the agent data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:363
-#, fuzzy
-msgid "Create services"
-msgstr "Create user"
-
-#: ../../godmode/setup/demo.php:374
-#, fuzzy
-msgid "Create network maps"
-msgstr "Create a new network component"
-
-#: ../../godmode/setup/demo.php:384
-#, fuzzy
-msgid "Create GIS maps"
-msgstr "Create graph"
-
-#: ../../godmode/setup/demo.php:404
-#, fuzzy
-msgid "Create reports"
-msgstr "Create report"
-
-#: ../../godmode/setup/demo.php:414
-#, fuzzy
-msgid "Create visual consoles"
-msgstr "Visual console"
-
-#: ../../godmode/setup/demo.php:424
-#, fuzzy
-msgid "Create dashboards"
-msgstr "Create user"
-
-#: ../../godmode/setup/demo.php:434
-#, fuzzy
-msgid "Traps target IP"
-msgstr "Target IP"
-
-#: ../../godmode/setup/demo.php:434
-msgid "All demo traps are generated using version 1"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:450
-#, fuzzy
-msgid "Traps community"
-msgstr "SNMP community"
-
-#: ../../godmode/setup/demo.php:466
-#, fuzzy
-msgid "Tentacle target IP"
-msgstr "Target IP"
-
-#: ../../godmode/setup/demo.php:482
-#, fuzzy
-msgid "Tentacle port"
-msgstr "Create report"
-
-#: ../../godmode/setup/demo.php:498
-#, fuzzy
-msgid "Tentacle extra options"
-msgstr "Extra options"
-
-#: ../../godmode/setup/demo.php:515
-#, fuzzy
-msgid "Configure demo data"
-msgstr "Configure alert action"
-
-#: ../../godmode/setup/demo.php:531
-#: ../../include/class/WelcomeWindow.class.php:1627
-#, fuzzy
-msgid "Create demo data"
-msgstr "Create report"
-
-#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
-#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
-#: ../../operation/agentes/ver_agente.php:1880
-msgid "Services"
-msgstr "Services"
-
-#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
-#: ../../include/functions_groups.php:235
-#: ../../operation/agentes/networkmap.dinamic.php:150
-#: ../../operation/agentes/pandora_networkmap.view.php:2375
-msgid "Network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
-#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
-#: ../../include/functions_groups.php:187
-msgid "GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
-#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
-#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
-msgid "Visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
-#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
-#, fuzzy
-msgid "Dashboards"
-msgstr "Dashboard"
-
-#: ../../godmode/setup/demo.php:598
-msgid "Active demo data summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:666
-#, fuzzy
-msgid "Delete all demo data"
-msgstr "Purge all event data"
-
 #: ../../godmode/setup/news.php:30
 msgid "Site news management"
 msgstr "Site news management"
@@ -18236,6 +17833,465 @@ msgstr ""
 msgid "Correct update the setup options"
 msgstr ""
 
+#: ../../godmode/setup/setup_netflow.php:45
+msgid ""
+"The Netflow data will be saved in the directory specified here, which will "
+"be located in the path defined by the \"General Network path\" parameter "
+"(this parameter is found in the General Settings)."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:76
+#: ../../include/functions_config.php:1643
+msgid "Netflow max lifetime"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+#: ../../include/functions_config.php:1647
+msgid "Netflow interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+msgid "It is necessary to restart the server if the value is changed."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:90
+msgid "10 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:91
+msgid "30 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:92
+msgid "60 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+#: ../../include/functions_config.php:1655
+#, fuzzy
+msgid "Enable Sflow"
+msgstr "Enable"
+
+#: ../../godmode/setup/setup_netflow.php:104
+msgid ""
+"SFLow uses a different protocol and needs an alternative collector that must "
+"be activated with this switch"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:47
+#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
+msgid "File manager"
+msgstr "File manager"
+
+#: ../../godmode/setup/file_manager.php:89
+#: ../../include/functions_filemanager.php:704
+#, php-format
+msgid "Index of %s"
+msgstr "Index of %s"
+
+#: ../../godmode/setup/os.list.php:56
+#, php-format
+msgid ""
+"This node is configured with centralized mode. All OS definitions are read "
+"only. Go to %s to manage them."
+msgstr ""
+
+#: ../../godmode/setup/demo.php:146
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
+msgid "Progress"
+msgstr "Progress"
+
+#: ../../godmode/setup/demo.php:227
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
+#, fuzzy
+msgid "View summary"
+msgstr "Summary"
+
+#: ../../godmode/setup/demo.php:277
+msgid ""
+"You may need to increase the value of the plugin_timeout parameter in your "
+"server configuration to get all your agents data updated"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:331
+#, fuzzy
+msgid "Agents interval"
+msgstr "Agent detail"
+
+#: ../../godmode/setup/demo.php:336
+#, fuzzy
+msgid "Generate historical data for all agents"
+msgstr "Deleting records for all agents"
+
+#: ../../godmode/setup/demo.php:346
+msgid "Days of historical data to insert in the agent data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:363
+#, fuzzy
+msgid "Create services"
+msgstr "Create user"
+
+#: ../../godmode/setup/demo.php:374
+#, fuzzy
+msgid "Create network maps"
+msgstr "Create a new network component"
+
+#: ../../godmode/setup/demo.php:384
+#, fuzzy
+msgid "Create GIS maps"
+msgstr "Create graph"
+
+#: ../../godmode/setup/demo.php:404
+#, fuzzy
+msgid "Create reports"
+msgstr "Create report"
+
+#: ../../godmode/setup/demo.php:414
+#, fuzzy
+msgid "Create visual consoles"
+msgstr "Visual console"
+
+#: ../../godmode/setup/demo.php:424
+#, fuzzy
+msgid "Create dashboards"
+msgstr "Create user"
+
+#: ../../godmode/setup/demo.php:434
+#, fuzzy
+msgid "Traps target IP"
+msgstr "Target IP"
+
+#: ../../godmode/setup/demo.php:434
+msgid "All demo traps are generated using version 1"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:450
+#, fuzzy
+msgid "Traps community"
+msgstr "SNMP community"
+
+#: ../../godmode/setup/demo.php:466
+#, fuzzy
+msgid "Tentacle target IP"
+msgstr "Target IP"
+
+#: ../../godmode/setup/demo.php:482
+#, fuzzy
+msgid "Tentacle port"
+msgstr "Create report"
+
+#: ../../godmode/setup/demo.php:498
+#, fuzzy
+msgid "Tentacle extra options"
+msgstr "Extra options"
+
+#: ../../godmode/setup/demo.php:515
+#, fuzzy
+msgid "Configure demo data"
+msgstr "Configure alert action"
+
+#: ../../godmode/setup/demo.php:531
+#: ../../include/class/WelcomeWindow.class.php:1627
+#, fuzzy
+msgid "Create demo data"
+msgstr "Create report"
+
+#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
+#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
+#: ../../operation/agentes/ver_agente.php:1880
+msgid "Services"
+msgstr "Services"
+
+#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
+#: ../../include/functions_groups.php:235
+#: ../../operation/agentes/networkmap.dinamic.php:150
+#: ../../operation/agentes/pandora_networkmap.view.php:2375
+msgid "Network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
+#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
+#: ../../include/functions_groups.php:187
+msgid "GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
+#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
+#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
+msgid "Visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
+#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
+#, fuzzy
+msgid "Dashboards"
+msgstr "Dashboard"
+
+#: ../../godmode/setup/demo.php:598
+msgid "Active demo data summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:666
+#, fuzzy
+msgid "Delete all demo data"
+msgstr "Purge all event data"
+
+#: ../../godmode/setup/performance.php:185
+msgid "Pandora_db running in active database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:186
+#: ../../godmode/setup/performance.php:242
+#, fuzzy
+msgid "Executed:"
+msgstr "Executed"
+
+#: ../../godmode/setup/performance.php:192
+#: ../../godmode/setup/performance.php:247
+msgid "ago"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:241
+msgid "Pandora_db running in historical database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:249
+#, fuzzy
+msgid "Not executed"
+msgstr "Not executed"
+
+#: ../../godmode/setup/performance.php:262
+#: ../../godmode/setup/performance.php:505
+msgid "Max. days before delete events"
+msgstr "Max. days before delete events"
+
+#: ../../godmode/setup/performance.php:277
+#: ../../include/functions_config.php:880
+msgid "Max. days before delete traps"
+msgstr "Max. days before delete traps"
+
+#: ../../godmode/setup/performance.php:292
+#: ../../include/functions_config.php:888
+msgid "Max. days before delete audit events"
+msgstr "Max. days before delete audit events"
+
+#: ../../godmode/setup/performance.php:307
+#: ../../godmode/setup/performance.php:517
+#: ../../include/functions_config.php:884
+msgid "Max. days before delete string data"
+msgstr "Max. days before delete string data"
+
+#: ../../godmode/setup/performance.php:322
+#: ../../include/functions_config.php:892
+msgid "Max. days before delete GIS data"
+msgstr "Max. days before delete GIS data"
+
+#: ../../godmode/setup/performance.php:337
+#: ../../godmode/setup/performance.php:469
+#: ../../include/functions_config.php:896
+msgid "Max. days before purge"
+msgstr "Max. days before purge"
+
+#: ../../godmode/setup/performance.php:352
+#: ../../godmode/setup/performance.php:481
+#: ../../include/functions_config.php:908
+msgid "Max. days before compact data"
+msgstr "Max. days before compact data"
+
+#: ../../godmode/setup/performance.php:367
+#: ../../include/functions_config.php:900
+msgid "Max. days before delete unknown modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:382
+#: ../../include/functions_config.php:904
+#, fuzzy
+msgid "Max. days before delete not initialized modules"
+msgstr "Max. days before delete traps"
+
+#: ../../godmode/setup/performance.php:397
+#, fuzzy
+msgid "Max. days before delete autodisabled agents"
+msgstr "Max. days before delete audit events"
+
+#: ../../godmode/setup/performance.php:412
+#: ../../include/functions_config.php:956
+msgid "Retention period of past special days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:424
+#: ../../include/functions_config.php:960
+msgid "Max. macro data fields"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:493
+#: ../../godmode/setup/performance.php:611
+#: ../../include/functions_config.php:924
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr "Compact interpolation in hours (1 Fine-20 bad)"
+
+#: ../../godmode/setup/performance.php:536
+#: ../../include/functions_config.php:974
+#, fuzzy
+msgid "Max. days before delete old messages"
+msgstr "Max. days before delete events"
+
+#: ../../godmode/setup/performance.php:549
+#: ../../include/functions_config.php:965
+#, fuzzy
+msgid "Max. days before delete inventory data"
+msgstr "Max. days before delete string data"
+
+#: ../../godmode/setup/performance.php:562
+#: ../../include/functions_config.php:970
+#, fuzzy
+msgid "Max. days before disabled agents are deleted"
+msgstr "Max. days before delete events"
+
+#: ../../godmode/setup/performance.php:582
+msgid "Item limit for realtime reports"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:597
+#: ../../include/functions_config.php:920
+msgid "Limit of events per query"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:625
+msgid "Last day"
+msgstr "Last day"
+
+#: ../../godmode/setup/performance.php:626
+msgid "2 days"
+msgstr "2 days"
+
+#: ../../godmode/setup/performance.php:627
+msgid "10 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:628
+msgid "Last week"
+msgstr "Last week"
+
+#: ../../godmode/setup/performance.php:629
+msgid "2 weeks"
+msgstr "2 weeks"
+
+#: ../../godmode/setup/performance.php:630
+msgid "Last month"
+msgstr "Last month"
+
+#: ../../godmode/setup/performance.php:633
+#: ../../include/functions_config.php:928
+msgid "Default hours for event view"
+msgstr "Default hours for event view"
+
+#: ../../godmode/setup/performance.php:648
+#: ../../include/functions_config.php:932
+msgid "Use realtime statistics"
+msgstr "Use realtime statistics"
+
+#: ../../godmode/setup/performance.php:658
+#: ../../include/functions_config.php:936
+msgid "Batch statistics period (secs)"
+msgstr "Batch statistics period (secs)"
+
+#: ../../godmode/setup/performance.php:681
+#: ../../include/functions_config.php:940
+msgid "Max. recommended number of files in attachment directory"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:693
+#: ../../include/functions_config.php:944
+msgid "Delete not init modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:703
+msgid "Big Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:718
+#: ../../include/functions_config.php:952
+msgid "Small Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:733
+#: ../../include/functions_config.php:978
+msgid "Graph container - Max. Items"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:745
+msgid "Events response max. execution"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:757
+#: ../../include/functions_config.php:990
+msgid "Row limit in csv log"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:772
+#, fuzzy
+msgid "SNMP walk binary"
+msgstr "SNMP walk"
+
+#: ../../godmode/setup/performance.php:784
+msgid ""
+"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
+"instead (by default snmpwalk, slower)."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:789
+msgid "SNMP walk binary (fallback)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:802
+#, php-format
+msgid ""
+"%s web2image cache system cleanup. It is always cleaned up after perform an "
+"upgrade"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:809
+#, fuzzy
+msgid "WMI binary"
+msgstr "WMI query"
+
+#: ../../godmode/setup/performance.php:821
+msgid ""
+"Before increasing this value, be aware that a large number can affect "
+"performance in PDF generation. Set to 0 to disregard this limit."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:826
+#: ../../include/functions_config.php:986
+msgid "Rows limit for SQL report item PDF"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:864
+#, fuzzy
+msgid "Database maintenance status"
+msgstr "Database maintenance"
+
+#: ../../godmode/setup/performance.php:869
+msgid "Database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:875
+#, fuzzy
+msgid "Historical database maintenance options"
+msgstr "Current database maintenance setup"
+
+#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
+#: ../../include/functions_netflow.php:2342
+#: ../../include/functions_reporting.php:4444
+msgid "Others"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:886
+msgid "Agent SNMP Interface Wizard defaults"
+msgstr ""
+
 #: ../../godmode/setup/setup_ITSM.php:89
 #, php-format
 msgid "ITSM API is not reachable, %s"
@@ -18320,9 +18376,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widget.php:634
 #: ../../include/lib/ITSM/ITSM.php:513
 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399
-#: ../../include/functions_ui.php:8190
 #: ../../include/functions_reporting_html.php:947
 #: ../../include/functions_reporting_html.php:1043
+#: ../../include/functions_ui.php:8190
 #: ../../views/ITSM/ITSMTicketEditView.php:78
 #: ../../views/ITSM/ITSMTicketListView.php:78
 msgid "Title"
@@ -18354,853 +18410,152 @@ msgstr ""
 msgid "Update and continue"
 msgstr "Update incident"
 
-#: ../../godmode/setup/setup_netflow.php:45
+#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
+msgid "Fallback to local authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
+msgid "Autocreate remote users"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
+msgid "LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:107
+#: ../../include/functions_config.php:683
+msgid "LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:129
+#: ../../include/functions_config.php:687
+msgid "LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:146
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:691
+msgid "Start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:157
+#: ../../include/functions_config.php:695
+msgid "Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:170
+#: ../../include/functions_config.php:699
+msgid "Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:703
+msgid "Admin LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:196
+#: ../../include/functions_config.php:708
+#, fuzzy
+msgid "Admin LDAP password"
+msgstr "Auth password"
+
+#: ../../godmode/setup/setup_auth.php:221
+msgid "Ldap search timeout (secs)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:241
+msgid "Enable secondary LDAP"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:256
+#: ../../include/functions_config.php:717
+#, fuzzy
+msgid "Secondary LDAP server"
+msgstr "Recon server"
+
+#: ../../godmode/setup/setup_auth.php:273
+#: ../../include/functions_config.php:721
+msgid "Secondary LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:295
+#: ../../include/functions_config.php:725
+msgid "Secondary LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:312
+#: ../../include/functions_config.php:659
+msgid "Secondary start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:323
+msgid "Secondary Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:336
+msgid "Secondary Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:349
+#: ../../include/functions_config.php:741
+msgid "Admin secondary LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:362
+msgid "Admin secondary LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:404
+#: ../../godmode/users/configure_user.php:1457
+#: ../../include/functions_config.php:839
+#: ../../operation/users/user_edit.php:534
+msgid "Double authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:419
+msgid "Force 2FA for all users is enabled"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:439
+msgid "Check activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:440
+msgid "Ignore activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
+msgid "Control of timeout session"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
 msgid ""
-"The Netflow data will be saved in the directory specified here, which will "
-"be located in the path defined by the \"General Network path\" parameter "
-"(this parameter is found in the General Settings)."
+"Select 'ignore activity' to ignore user activity when checking the session."
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:76
-#: ../../include/functions_config.php:1643
-msgid "Netflow max lifetime"
+#: ../../godmode/setup/setup_auth.php:460
+msgid "Session timeout (mins)"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-#: ../../include/functions_config.php:1647
-msgid "Netflow interval"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:87
-msgid "It is necessary to restart the server if the value is changed."
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:90
-msgid "10 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:91
-msgid "30 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:92
-msgid "60 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-#: ../../include/functions_config.php:1655
-#, fuzzy
-msgid "Enable Sflow"
-msgstr "Enable"
-
-#: ../../godmode/setup/setup_netflow.php:104
-msgid ""
-"SFLow uses a different protocol and needs an alternative collector that must "
-"be activated with this switch"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:73
-#, fuzzy
-msgid "Legacy visual console Information"
-msgstr "Tactical server information"
-
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid "Click to display lateral menus"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid ""
-"When the side menu is collapsed, it allows you to define whether it is "
-"displayed by hovering the mouse over it or you need to click to display it."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:124
-msgid "Paginated module view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-#: ../../include/functions_config.php:1396
-msgid "Display data of proc modules in other format"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-msgid ""
-"It allows to define the message that appears when you hover over a color box "
-"that shows the status of an agent or a module. If you want to change what "
-"the default color box looks like, choose another form of visual "
-"representation in the \"Status icon set\" option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../include/functions_config.php:1400
-msgid "Display text proc modules have state is ok"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:148
-#: ../../include/functions_config.php:1404
-msgid "Display text when proc modules have state critical"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../include/functions_config.php:1413
-msgid "Service label font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Space between items in Service maps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:167
-msgid "Show both (tabs and menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:168
-msgid "Show only icons"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:169
-msgid "Show only menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:171
-#: ../../include/functions_config.php:1448
-msgid "Tabs menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:261
-msgid "Colors"
-msgstr "Colours"
-
-#: ../../godmode/setup/setup_visuals.php:262
-msgid "Faces"
-msgstr "Faces"
-
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Colors and text"
-msgstr "Colours and text"
-
-#: ../../godmode/setup/setup_visuals.php:365
-#: ../../include/functions_config.php:1084
-msgid "Style template"
-msgstr "Style template"
-
-#: ../../godmode/setup/setup_visuals.php:383
-#: ../../include/functions_config.php:1104
-msgid "Status icon set"
-msgstr "Status icon set"
-
-#: ../../godmode/setup/setup_visuals.php:383
-msgid ""
-"It changes the appearance of the agent or module status icon. Useful for "
-"people with problems when discriminating colors, you may overlay a text in "
-"the box or add an emoji (that icon can be replaced by a custom one, "
-"replacing the files on disk)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:419
-#: ../../include/functions_config.php:1116
-#, fuzzy
-msgid "Custom favicon"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:450
-msgid "Custom background login"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:486
-#, fuzzy
-msgid "Custom logo (menu)"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:511
-msgid "Custom logo collapsed (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:537
-msgid "Custom logo (header white background)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:562
-#, fuzzy
-msgid "Custom logo (login)"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:590
-#, fuzzy
-msgid "Custom Splash (login)"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../include/functions_config.php:1140
-#, fuzzy
-msgid "Custom documentation logo"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:668
-#: ../../include/functions_config.php:1144
-#, fuzzy
-msgid "Custom support logo"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:706
-#: ../../include/functions_config.php:1148
-#: ../../include/functions_config.php:1152
-msgid "Custom networkmap center logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:746
-msgid "Custom mobile console icon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:795
-msgid "Datepicker first day of week"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:813
-msgid "Title (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:819
-msgid "Subtitle (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:827
-msgid "Title 1 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:832
-msgid "Title 2 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:838
-msgid "Docs URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:843
-msgid "Support URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:849
-#: ../../include/functions_config.php:1196
-#, fuzzy
-msgid "Product name"
-msgstr "Group name"
-
-#: ../../godmode/setup/setup_visuals.php:854
-#: ../../include/functions_config.php:1200
-msgid "Copyright notice"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:860
-#: ../../include/functions_config.php:1204
-#: ../../include/functions_config.php:1208
-msgid "Background opacity % (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:865
-msgid "Disable logo in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:883
-#, fuzzy
-msgid "Disable helps"
-msgstr "Disable"
-
-#: ../../godmode/setup/setup_visuals.php:893
-#: ../../include/functions_config.php:1352
-msgid "Fixed header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:905
-msgid "Automatically hide submenu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:915
-msgid "Visual effects and animation"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:926
-msgid "Random background (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:952
-#: ../../include/functions_config.php:1316
-msgid "GIS Labels"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:962
-#: ../../include/functions_config.php:1324
-msgid "Default icon in GIS"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:971
-#, fuzzy
-msgid "Agent icon group"
-msgstr "Agent group"
-
-#: ../../godmode/setup/setup_visuals.php:1021
-#, fuzzy
-msgid "Graphs font size"
-msgstr "Font size"
-
-#: ../../godmode/setup/setup_visuals.php:1040
-msgid "Show unit along with value in reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1051
-#: ../../include/functions_config.php:1284
-#, fuzzy
-msgid "Truncate agent text at end"
-msgstr "New agent created"
-
-#: ../../godmode/setup/setup_visuals.php:1061
-#: ../../include/functions_config.php:1296
-msgid "Truncate module text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-#: ../../include/functions_config.php:1288
-#: ../../include/functions_config.php:1292
-msgid "Agent size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here. If the "
-"text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1079
-#: ../../godmode/setup/setup_visuals.php:1101
-msgid "Small"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-#: ../../include/functions_config.php:1300
-msgid "Module size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here.   If "
-"the text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1118
-#: ../../include/functions_config.php:1304
-#: ../../include/functions_config.php:1308
-msgid "Description size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1129
-#: ../../include/functions_config.php:1312
-msgid "Item title size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1158
-#, fuzzy
-msgid "On Boolean graphs"
-msgstr "Module graph"
-
-#: ../../godmode/setup/setup_visuals.php:1161
-msgid "Show only average by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1162
-msgid "Show MAX/AVG/MIN by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1181
-#, fuzzy
-msgid "Graph color #"
-msgstr "Graph colour (min)"
-
-#: ../../godmode/setup/setup_visuals.php:1195
-msgid ""
-"Number of decimals to display in reports and visual consoles. It must be "
-"between 0 and 5."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1200
-msgid "Data precision"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1218
-msgid "Data precision in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-#: ../../include/functions_config.php:1071
-msgid "Value to interface graphics"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-msgid "Name of the drives for network interface graphics (SNMP)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1249
-#: ../../include/functions_config.php:1380
-msgid "Default line thickness for the Custom Graph."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1262
-#, fuzzy
-msgid "Number of elements in Custom Graph"
-msgstr "Number of Graphs"
-
-#: ../../godmode/setup/setup_visuals.php:1276
-#: ../../include/functions_config.php:1092
-msgid "Use round corners"
-msgstr "Use round corners"
-
-#: ../../godmode/setup/setup_visuals.php:1287
-#: ../../include/functions_config.php:1096
-msgid "Chart fit to content"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-msgid ""
-"There are graphs whose values are percentages and the top of the graph "
-"exceeds the maximum value one hundred, you may configure the graphs to stop "
-"adding a proportional upper margin by activating this option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1297
-msgid "Type of module charts"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-#, fuzzy
-msgid "Graph TIP view"
-msgstr "Group view"
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid ""
-"TIP graphs show the full data resolution, they are much more expensive in BD/"
-"CPU time, but they allow to \"zoom\" interactively and show all the data, "
-"without compacting the information in fewer points. By default (off), TIPs "
-"can be seen, but manually, if this mode is selected in each graph, but you "
-"may also define that they always come out as TIP or also define that this is "
-"so, but only for those of Boolean data."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-#, fuzzy
-msgid "Graph mode"
-msgstr "Graph name"
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid ""
-"It displays the default graphs with three overlapping data series (Maximum, "
-"Average, and Minimum) or with only one data series (Average)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1374
-#, fuzzy
-msgid "Zoom graphs"
-msgstr "Custom graphs"
-
-#: ../../godmode/setup/setup_visuals.php:1394
-#: ../../godmode/setup/setup_visuals.php:1395
-#: ../../godmode/setup/setup_visuals.php:1980
-#: ../../godmode/snmpconsole/snmp_alert.php:1612
-#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
-#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
-#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
-#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
-#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
-#: ../../include/functions_visual_map_editor.php:1278
-#: ../../include/functions_visual_map_editor.php:1279
-#: ../../include/functions.php:530 ../../include/functions.php:661
-#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
-#: ../../operation/events/sound_events.php:153
-#: ../../operation/events/sound_events.php:154
-#: ../../operation/events/sound_events.php:155
-#: ../../operation/events/sound_events.php:156
-#: ../../operation/events/sound_events.php:160
-#: ../../operation/events/sound_events.php:161
-#: ../../operation/events/sound_events.php:162
-#: ../../operation/events/sound_events.php:163
-#: ../../operation/events/sound_events.php:164
-#: ../../operation/events/sound_events.php:165
-msgid "seconds"
-msgstr "seconds"
-
-#: ../../godmode/setup/setup_visuals.php:1396
-#: ../../godmode/setup/setup_visuals.php:1397
-#: ../../godmode/setup/setup_visuals.php:1398
-#: ../../godmode/setup/setup_visuals.php:1399
-#: ../../godmode/setup/setup_visuals.php:1981
-#: ../../include/functions_visual_map_editor.php:1280
-#: ../../include/functions_visual_map_editor.php:1281
-#: ../../include/functions_visual_map_editor.php:1282
-#: ../../include/functions_visual_map_editor.php:1283
-#: ../../include/functions.php:534 ../../include/functions.php:665
-#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
-msgid "minutes"
-msgstr "minutes"
-
-#: ../../godmode/setup/setup_visuals.php:1400
-#: ../../include/functions_visual_map_editor.php:1284
-#, fuzzy
-msgid "hour"
-msgstr "hours"
-
-#: ../../godmode/setup/setup_visuals.php:1403
-#, fuzzy
-msgid "Classic view"
-msgstr "Tactical view"
-
-#: ../../godmode/setup/setup_visuals.php:1404
-msgid "View of favorites"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1414
-#, fuzzy
-msgid "Default cache expiration"
-msgstr "Default action"
-
-#: ../../godmode/setup/setup_visuals.php:1419
-#: ../../include/functions_visual_map_editor.php:1310
-msgid "No cache"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1432
-#: ../../include/functions_config.php:1252
-msgid "Default interval for refresh on Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1448
-msgid "Type of view of visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1461
-msgid "Number of favorite visual consoles to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1467
-#: ../../include/functions_config.php:1268
-msgid "Default line thickness for the Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1479
-msgid "Visual console default text margin (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1485
-msgid "Lock screen orientation when viewing on mobile devices"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-#: ../../include/functions_config.php:1276
-msgid "Display item frame on alert triggered"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-msgid "It displays an orange box around items that have triggered an alert."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1517
-msgid "Number of favorite services to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1562
-#, fuzzy
-msgid "Show report info with description"
-msgstr "Alert description"
-
-#: ../../godmode/setup/setup_visuals.php:1572
-msgid "Custom report front page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1583
-#: ../../include/functions_config.php:1559
-#, fuzzy
-msgid "PDF font size (px)"
-msgstr "Font size"
-
-#: ../../godmode/setup/setup_visuals.php:1587
-#: ../../include/functions_config.php:1555
-msgid "HTML font size for SLA (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1593
-msgid "Graph image height for HTML reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1597
-#, fuzzy
-msgid "Interval description"
-msgstr "Alert description"
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1563
-#: ../../include/functions_config.php:1567
-#: ../../include/functions_config.php:1571
-#: ../../include/functions_config.php:1575
-#: ../../include/functions_config.php:1579
-#: ../../include/functions_config.php:1583
-msgid "Custom report front"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../include/functions_config.php:1120
-#: ../../include/functions_config.php:1571
-msgid "Custom logo"
-msgstr "Custom logo"
-
-#: ../../godmode/setup/setup_visuals.php:1615
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-msgid ""
-"You may use the following macros: _REPORT_NAME_ indicating the name of the "
-"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
-"report), _DATETIME_ date/time of the generation of the report."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../include/class/TipsWindow.class.php:814
-#: ../../include/class/TipsWindow.class.php:981
-msgid "Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../include/functions_config.php:1575
-msgid "Header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../include/functions_config.php:1579
-msgid "First page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1583
-msgid "Footer"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1691
-msgid "Comparation in rollover"
-msgstr "Comparation in rollover"
-
-#: ../../godmode/setup/setup_visuals.php:1698
-msgid "Timestamp in rollover"
-msgstr "Timestamp in rollover"
-
-#: ../../godmode/setup/setup_visuals.php:1705
-#, fuzzy
-msgid "Compact mode"
-msgstr "Normal mode"
-
-#: ../../godmode/setup/setup_visuals.php:1790
-msgid "Use 1024 when module unit are bytes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1791
-msgid "Use always 1000"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1792
-msgid "Use always 1024"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1804
-#: ../../include/functions_config.php:1364
-msgid "Networkmap max width"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "Show only the group name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "The name of the group will be displayed instead of displaying its icon."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1827
-#, fuzzy
-msgid "Show empty groups in group view"
-msgstr "Show agents from group"
-
-#: ../../godmode/setup/setup_visuals.php:1837
-#: ../../include/functions_config.php:1019
-msgid "Date format string"
-msgstr "Date format string"
-
-#: ../../godmode/setup/setup_visuals.php:1837
-msgid "It uses a unix datetime format definition string."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1846
-msgid "Example"
-msgstr "Example"
-
-#: ../../godmode/setup/setup_visuals.php:1855
-#: ../../include/functions_config.php:1603
-msgid "Decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1870
-msgid "Visible time of successful notifiations"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1883
-#, fuzzy
-msgid "Timestamp, time comparison, or compact mode"
-msgstr "Timestamp or time comparation"
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid "Custom values post process"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid ""
-"Custom conversion values for post-processing. It updates a table in the "
-"database to have custom conversions from one unit to another."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1938
-#: ../../godmode/setup/setup_visuals.php:2105
-msgid "Delete custom values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1982
-#: ../../include/functions_snmp.php:402 ../../include/functions.php:535
-#: ../../include/functions.php:666 ../../include/functions_html.php:2563
-#: ../../include/functions_html.php:8129
-#: ../../include/functions_events.php:5365
-msgid "hours"
-msgstr "hours"
-
-#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532
-#: ../../include/functions.php:663 ../../include/functions_html.php:2566
-#: ../../include/functions_html.php:8132
-msgid "months"
-msgstr "months"
-
-#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533
-#: ../../include/functions.php:664 ../../include/functions_html.php:2567
-#: ../../include/functions_html.php:8133
-msgid "years"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1988
-msgid "Interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2027
-#, fuzzy
-msgid "Delete interval values"
-msgstr "Delete item"
-
-#: ../../godmode/setup/setup_visuals.php:2070
-#, fuzzy
-msgid "Module units"
-msgstr "Module sanity"
-
-#: ../../godmode/setup/setup_visuals.php:2143
-#: ../../include/functions_config.php:1587
-#, fuzzy
-msgid "CSV divider"
-msgstr "CSV File"
-
-#: ../../godmode/setup/setup_visuals.php:2148
-#: ../../include/functions_config.php:1591
-msgid "CSV decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid "Data multiplier to use in graphs/data"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid ""
-"Value by which it will multiply the data shown to represent them in graphs. "
-"This is useful in case the value unit is bytes; for other conversions use "
-"Custom value post processing."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2158
-#: ../../include/functions_config.php:1599
-msgid "Hide general stats for non admin users in tactical view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2175
-msgid "Behaviour configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2180
-msgid "GIS configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2185
-msgid "Style configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2190
-msgid "Charts configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2195
-msgid "Font and Text configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2200
-#, fuzzy
-msgid "Visual consoles configuration"
-msgstr "Basic configuration"
-
-#: ../../godmode/setup/setup_visuals.php:2205
-#, fuzzy
-msgid "Reports configuration "
-msgstr "Remote configuration"
-
-#: ../../godmode/setup/setup_visuals.php:2210
-#, fuzzy
-msgid "Services configuration"
-msgstr "Replicate configuration"
-
-#: ../../godmode/setup/setup_visuals.php:2215
-msgid "Other configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2400
-#: ../../include/functions_config.php:1528
-msgid "Delete interval"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2458
-msgid "Logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2488
-msgid "Splash Preview"
-msgstr ""
+#: ../../godmode/setup/setup_auth.php:507
+#, fuzzy, php-format
+msgid "Local %s"
+msgstr "Local modules"
 
-#: ../../godmode/setup/setup_visuals.php:2507
-msgid "Mobile console logo preview"
+#: ../../godmode/setup/setup_auth.php:508
+msgid "LDAP"
 msgstr ""
 
-#: ../../godmode/setup/setup_visuals.php:2543
-msgid "Gis icons preview"
+#: ../../godmode/setup/setup_auth.php:515
+#: ../../include/class/AgentWizard.class.php:954
+#: ../../include/class/CredentialStore.class.php:1161
+#: ../../include/class/CredentialStore.class.php:1463
+#: ../../include/functions_config.php:587
+msgid "Authentication method"
 msgstr ""
 
-#: ../../godmode/setup/setup_visuals.php:2609
-msgid "Status set preview"
+#: ../../godmode/setup/setup_auth.php:561
+msgid "Session timeout must be a number"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:52
@@ -19209,23 +18564,16 @@ msgid "Enforce https Information"
 msgstr "Enforce https"
 
 #: ../../godmode/setup/setup_general.php:53
-msgid "If SSL is not properly configured you will lose access to "
+msgid "If SSL is not properly configured you will lose access to"
 msgstr ""
 
-#: ../../godmode/setup/setup_general.php:53
-#: ../../godmode/setup/setup_general.php:115
-#, fuzzy
-msgid " Console"
-msgstr "SNMP Console"
-
 #: ../../godmode/setup/setup_general.php:58
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494
-#: ../../include/functions.php:1378
+#: ../../include/functions.php:1378 ../../include/functions_events.php:2651
+#: ../../include/functions_events.php:3213
 #: ../../include/functions_reporting_html.php:1796
 #: ../../include/functions_reporting_html.php:3908
-#: ../../include/functions_events.php:2651
-#: ../../include/functions_events.php:3213
 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948
 msgid "System"
 msgstr "System"
@@ -19314,7 +18662,7 @@ msgid "UTC"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:115
-msgid "If public URL is not properly configured you will lose access to "
+msgid "If public URL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:181
@@ -19758,170 +19106,807 @@ msgstr ""
 msgid "Email test"
 msgstr "E-mail"
 
-#: ../../godmode/setup/file_manager.php:47
-#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
-msgid "File manager"
-msgstr "File manager"
-
-#: ../../godmode/setup/file_manager.php:89
-#: ../../include/functions_filemanager.php:704
-#, php-format
-msgid "Index of %s"
-msgstr "Index of %s"
-
-#: ../../godmode/setup/os.list.php:56
-#, php-format
-msgid ""
-"This node is configured with centralized mode. All OS definitions are read "
-"only. Go to %s to manage them."
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
-msgid "Fallback to local authentication"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
-msgid "Autocreate remote users"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
-msgid "LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:683
-msgid "LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:129
-#: ../../include/functions_config.php:687
-msgid "LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:146
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:691
-msgid "Start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:157
-#: ../../include/functions_config.php:695
-msgid "Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:170
-#: ../../include/functions_config.php:699
-msgid "Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:183
-#: ../../include/functions_config.php:703
-msgid "Admin LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:196
-#: ../../include/functions_config.php:708
+#: ../../godmode/setup/setup_visuals.php:73
 #, fuzzy
-msgid "Admin LDAP password"
-msgstr "Auth password"
+msgid "Legacy visual console Information"
+msgstr "Tactical server information"
 
-#: ../../godmode/setup/setup_auth.php:221
-msgid "Ldap search timeout (secs)"
+#: ../../godmode/setup/setup_visuals.php:74
+msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:241
-msgid "Enable secondary LDAP"
+#: ../../godmode/setup/setup_visuals.php:112
+msgid "Click to display lateral menus"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:256
-#: ../../include/functions_config.php:717
-#, fuzzy
-msgid "Secondary LDAP server"
-msgstr "Recon server"
-
-#: ../../godmode/setup/setup_auth.php:273
-#: ../../include/functions_config.php:721
-msgid "Secondary LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:295
-#: ../../include/functions_config.php:725
-msgid "Secondary LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:312
-#: ../../include/functions_config.php:659
-msgid "Secondary start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:323
-msgid "Secondary Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:336
-msgid "Secondary Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:349
-#: ../../include/functions_config.php:741
-msgid "Admin secondary LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:362
-msgid "Admin secondary LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:404
-#: ../../godmode/users/configure_user.php:1457
-#: ../../include/functions_config.php:839
-#: ../../operation/users/user_edit.php:534
-msgid "Double authentication"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:419
-msgid "Force 2FA for all users is enabled"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:439
-msgid "Check activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:440
-msgid "Ignore activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
-msgid "Control of timeout session"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
+#: ../../godmode/setup/setup_visuals.php:112
 msgid ""
-"Select 'ignore activity' to ignore user activity when checking the session."
+"When the side menu is collapsed, it allows you to define whether it is "
+"displayed by hovering the mouse over it or you need to click to display it."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:460
-msgid "Session timeout (mins)"
+#: ../../godmode/setup/setup_visuals.php:124
+msgid "Paginated module view"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:507
-#, fuzzy, php-format
-msgid "Local %s"
-msgstr "Local modules"
-
-#: ../../godmode/setup/setup_auth.php:508
-msgid "LDAP"
+#: ../../godmode/setup/setup_visuals.php:133
+#: ../../include/functions_config.php:1396
+msgid "Display data of proc modules in other format"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:515
-#: ../../include/class/CredentialStore.class.php:1161
-#: ../../include/class/CredentialStore.class.php:1463
-#: ../../include/class/AgentWizard.class.php:954
-#: ../../include/functions_config.php:587
-msgid "Authentication method"
+#: ../../godmode/setup/setup_visuals.php:133
+msgid ""
+"It allows to define the message that appears when you hover over a color box "
+"that shows the status of an agent or a module. If you want to change what "
+"the default color box looks like, choose another form of visual "
+"representation in the \"Status icon set\" option."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:561
-msgid "Session timeout must be a number"
+#: ../../godmode/setup/setup_visuals.php:144
+#: ../../include/functions_config.php:1400
+msgid "Display text proc modules have state is ok"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:148
+#: ../../include/functions_config.php:1404
+msgid "Display text when proc modules have state critical"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:155
+#: ../../include/functions_config.php:1413
+msgid "Service label font size"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Space between items in Service maps"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:167
+msgid "Show both (tabs and menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:168
+msgid "Show only icons"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:169
+msgid "Show only menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:171
+#: ../../include/functions_config.php:1448
+msgid "Tabs menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:261
+msgid "Colors"
+msgstr "Colours"
+
+#: ../../godmode/setup/setup_visuals.php:262
+msgid "Faces"
+msgstr "Faces"
+
+#: ../../godmode/setup/setup_visuals.php:263
+msgid "Colors and text"
+msgstr "Colours and text"
+
+#: ../../godmode/setup/setup_visuals.php:365
+#: ../../include/functions_config.php:1084
+msgid "Style template"
+msgstr "Style template"
+
+#: ../../godmode/setup/setup_visuals.php:383
+#: ../../include/functions_config.php:1104
+msgid "Status icon set"
+msgstr "Status icon set"
+
+#: ../../godmode/setup/setup_visuals.php:383
+msgid ""
+"It changes the appearance of the agent or module status icon. Useful for "
+"people with problems when discriminating colors, you may overlay a text in "
+"the box or add an emoji (that icon can be replaced by a custom one, "
+"replacing the files on disk)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:1116
+#, fuzzy
+msgid "Custom favicon"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:450
+msgid "Custom background login"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:486
+#, fuzzy
+msgid "Custom logo (menu)"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:511
+msgid "Custom logo collapsed (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:537
+msgid "Custom logo (header white background)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:562
+#, fuzzy
+msgid "Custom logo (login)"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:590
+#, fuzzy
+msgid "Custom Splash (login)"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:628
+#: ../../include/functions_config.php:1140
+#, fuzzy
+msgid "Custom documentation logo"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:668
+#: ../../include/functions_config.php:1144
+#, fuzzy
+msgid "Custom support logo"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:706
+#: ../../include/functions_config.php:1148
+#: ../../include/functions_config.php:1152
+msgid "Custom networkmap center logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:746
+msgid "Custom mobile console icon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:795
+msgid "Datepicker first day of week"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:813
+msgid "Title (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:819
+msgid "Subtitle (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:827
+msgid "Title 1 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:832
+msgid "Title 2 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:838
+msgid "Docs URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:843
+msgid "Support URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:849
+#: ../../include/functions_config.php:1196
+#, fuzzy
+msgid "Product name"
+msgstr "Group name"
+
+#: ../../godmode/setup/setup_visuals.php:854
+#: ../../include/functions_config.php:1200
+msgid "Copyright notice"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:860
+#: ../../include/functions_config.php:1204
+#: ../../include/functions_config.php:1208
+msgid "Background opacity % (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:865
+msgid "Disable logo in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:883
+#, fuzzy
+msgid "Disable helps"
+msgstr "Disable"
+
+#: ../../godmode/setup/setup_visuals.php:893
+#: ../../include/functions_config.php:1352
+msgid "Fixed header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:905
+msgid "Automatically hide submenu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:915
+msgid "Visual effects and animation"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:926
+msgid "Random background (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:952
+#: ../../include/functions_config.php:1316
+msgid "GIS Labels"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:962
+#: ../../include/functions_config.php:1324
+msgid "Default icon in GIS"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:971
+#, fuzzy
+msgid "Agent icon group"
+msgstr "Agent group"
+
+#: ../../godmode/setup/setup_visuals.php:1021
+#, fuzzy
+msgid "Graphs font size"
+msgstr "Font size"
+
+#: ../../godmode/setup/setup_visuals.php:1040
+msgid "Show unit along with value in reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1051
+#: ../../include/functions_config.php:1284
+#, fuzzy
+msgid "Truncate agent text at end"
+msgstr "New agent created"
+
+#: ../../godmode/setup/setup_visuals.php:1061
+#: ../../include/functions_config.php:1296
+msgid "Truncate module text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+#: ../../include/functions_config.php:1288
+#: ../../include/functions_config.php:1292
+msgid "Agent size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here. If the "
+"text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1079
+#: ../../godmode/setup/setup_visuals.php:1101
+msgid "Small"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+#: ../../include/functions_config.php:1300
+msgid "Module size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here.   If "
+"the text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1118
+#: ../../include/functions_config.php:1304
+#: ../../include/functions_config.php:1308
+msgid "Description size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1129
+#: ../../include/functions_config.php:1312
+msgid "Item title size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1158
+#, fuzzy
+msgid "On Boolean graphs"
+msgstr "Module graph"
+
+#: ../../godmode/setup/setup_visuals.php:1161
+msgid "Show only average by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1162
+msgid "Show MAX/AVG/MIN by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1181
+#, fuzzy
+msgid "Graph color #"
+msgstr "Graph colour (min)"
+
+#: ../../godmode/setup/setup_visuals.php:1195
+msgid ""
+"Number of decimals to display in reports and visual consoles. It must be "
+"between 0 and 5."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1200
+msgid "Data precision"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1218
+msgid "Data precision in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+#: ../../include/functions_config.php:1071
+msgid "Value to interface graphics"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+msgid "Name of the drives for network interface graphics (SNMP)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1249
+#: ../../include/functions_config.php:1380
+msgid "Default line thickness for the Custom Graph."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1262
+#, fuzzy
+msgid "Number of elements in Custom Graph"
+msgstr "Number of Graphs"
+
+#: ../../godmode/setup/setup_visuals.php:1276
+#: ../../include/functions_config.php:1092
+msgid "Use round corners"
+msgstr "Use round corners"
+
+#: ../../godmode/setup/setup_visuals.php:1287
+#: ../../include/functions_config.php:1096
+msgid "Chart fit to content"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+msgid ""
+"There are graphs whose values are percentages and the top of the graph "
+"exceeds the maximum value one hundred, you may configure the graphs to stop "
+"adding a proportional upper margin by activating this option."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1297
+msgid "Type of module charts"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+#, fuzzy
+msgid "Graph TIP view"
+msgstr "Group view"
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid ""
+"TIP graphs show the full data resolution, they are much more expensive in BD/"
+"CPU time, but they allow to \"zoom\" interactively and show all the data, "
+"without compacting the information in fewer points. By default (off), TIPs "
+"can be seen, but manually, if this mode is selected in each graph, but you "
+"may also define that they always come out as TIP or also define that this is "
+"so, but only for those of Boolean data."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+#, fuzzy
+msgid "Graph mode"
+msgstr "Graph name"
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid ""
+"It displays the default graphs with three overlapping data series (Maximum, "
+"Average, and Minimum) or with only one data series (Average)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1374
+#, fuzzy
+msgid "Zoom graphs"
+msgstr "Custom graphs"
+
+#: ../../godmode/setup/setup_visuals.php:1394
+#: ../../godmode/setup/setup_visuals.php:1395
+#: ../../godmode/setup/setup_visuals.php:1980
+#: ../../godmode/snmpconsole/snmp_alert.php:1612
+#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
+#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
+#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
+#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
+#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
+#: ../../include/functions_visual_map_editor.php:1278
+#: ../../include/functions_visual_map_editor.php:1279
+#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
+#: ../../include/functions.php:530 ../../include/functions.php:661
+#: ../../operation/events/sound_events.php:153
+#: ../../operation/events/sound_events.php:154
+#: ../../operation/events/sound_events.php:155
+#: ../../operation/events/sound_events.php:156
+#: ../../operation/events/sound_events.php:160
+#: ../../operation/events/sound_events.php:161
+#: ../../operation/events/sound_events.php:162
+#: ../../operation/events/sound_events.php:163
+#: ../../operation/events/sound_events.php:164
+#: ../../operation/events/sound_events.php:165
+msgid "seconds"
+msgstr "seconds"
+
+#: ../../godmode/setup/setup_visuals.php:1396
+#: ../../godmode/setup/setup_visuals.php:1397
+#: ../../godmode/setup/setup_visuals.php:1398
+#: ../../godmode/setup/setup_visuals.php:1399
+#: ../../godmode/setup/setup_visuals.php:1981
+#: ../../include/functions_visual_map_editor.php:1280
+#: ../../include/functions_visual_map_editor.php:1281
+#: ../../include/functions_visual_map_editor.php:1282
+#: ../../include/functions_visual_map_editor.php:1283
+#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
+#: ../../include/functions.php:534 ../../include/functions.php:665
+msgid "minutes"
+msgstr "minutes"
+
+#: ../../godmode/setup/setup_visuals.php:1400
+#: ../../include/functions_visual_map_editor.php:1284
+#, fuzzy
+msgid "hour"
+msgstr "hours"
+
+#: ../../godmode/setup/setup_visuals.php:1403
+#, fuzzy
+msgid "Classic view"
+msgstr "Tactical view"
+
+#: ../../godmode/setup/setup_visuals.php:1404
+msgid "View of favorites"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1414
+#, fuzzy
+msgid "Default cache expiration"
+msgstr "Default action"
+
+#: ../../godmode/setup/setup_visuals.php:1419
+#: ../../include/functions_visual_map_editor.php:1310
+msgid "No cache"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1432
+#: ../../include/functions_config.php:1252
+msgid "Default interval for refresh on Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1448
+msgid "Type of view of visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1461
+msgid "Number of favorite visual consoles to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1467
+#: ../../include/functions_config.php:1268
+msgid "Default line thickness for the Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1479
+msgid "Visual console default text margin (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1485
+msgid "Lock screen orientation when viewing on mobile devices"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+#: ../../include/functions_config.php:1276
+msgid "Display item frame on alert triggered"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+msgid "It displays an orange box around items that have triggered an alert."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1517
+msgid "Number of favorite services to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1562
+#, fuzzy
+msgid "Show report info with description"
+msgstr "Alert description"
+
+#: ../../godmode/setup/setup_visuals.php:1572
+msgid "Custom report front page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1583
+#: ../../include/functions_config.php:1559
+#, fuzzy
+msgid "PDF font size (px)"
+msgstr "Font size"
+
+#: ../../godmode/setup/setup_visuals.php:1587
+#: ../../include/functions_config.php:1555
+msgid "HTML font size for SLA (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1593
+msgid "Graph image height for HTML reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1597
+#, fuzzy
+msgid "Interval description"
+msgstr "Alert description"
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1563
+#: ../../include/functions_config.php:1567
+#: ../../include/functions_config.php:1571
+#: ../../include/functions_config.php:1575
+#: ../../include/functions_config.php:1579
+#: ../../include/functions_config.php:1583
+msgid "Custom report front"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../include/functions_config.php:1120
+#: ../../include/functions_config.php:1571
+msgid "Custom logo"
+msgstr "Custom logo"
+
+#: ../../godmode/setup/setup_visuals.php:1615
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+msgid ""
+"You may use the following macros: _REPORT_NAME_ indicating the name of the "
+"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
+"report), _DATETIME_ date/time of the generation of the report."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../include/class/TipsWindow.class.php:814
+#: ../../include/class/TipsWindow.class.php:981
+msgid "Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../include/functions_config.php:1575
+msgid "Header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../include/functions_config.php:1579
+msgid "First page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1583
+msgid "Footer"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1691
+msgid "Comparation in rollover"
+msgstr "Comparation in rollover"
+
+#: ../../godmode/setup/setup_visuals.php:1698
+msgid "Timestamp in rollover"
+msgstr "Timestamp in rollover"
+
+#: ../../godmode/setup/setup_visuals.php:1705
+#, fuzzy
+msgid "Compact mode"
+msgstr "Normal mode"
+
+#: ../../godmode/setup/setup_visuals.php:1790
+msgid "Use 1024 when module unit are bytes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1791
+msgid "Use always 1000"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1792
+msgid "Use always 1024"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1804
+#: ../../include/functions_config.php:1364
+msgid "Networkmap max width"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "Show only the group name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "The name of the group will be displayed instead of displaying its icon."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1827
+#, fuzzy
+msgid "Show empty groups in group view"
+msgstr "Show agents from group"
+
+#: ../../godmode/setup/setup_visuals.php:1837
+#: ../../include/functions_config.php:1019
+msgid "Date format string"
+msgstr "Date format string"
+
+#: ../../godmode/setup/setup_visuals.php:1837
+msgid "It uses a unix datetime format definition string."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1846
+msgid "Example"
+msgstr "Example"
+
+#: ../../godmode/setup/setup_visuals.php:1855
+#: ../../include/functions_config.php:1603
+msgid "Decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1870
+msgid "Visible time of successful notifiations"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1883
+#, fuzzy
+msgid "Timestamp, time comparison, or compact mode"
+msgstr "Timestamp or time comparation"
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid "Custom values post process"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid ""
+"Custom conversion values for post-processing. It updates a table in the "
+"database to have custom conversions from one unit to another."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1938
+#: ../../godmode/setup/setup_visuals.php:2105
+msgid "Delete custom values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1982
+#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129
+#: ../../include/functions.php:535 ../../include/functions.php:666
+#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402
+msgid "hours"
+msgstr "hours"
+
+#: ../../godmode/setup/setup_visuals.php:1984
+#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132
+#: ../../include/functions.php:532 ../../include/functions.php:663
+msgid "months"
+msgstr "months"
+
+#: ../../godmode/setup/setup_visuals.php:1985
+#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133
+#: ../../include/functions.php:533 ../../include/functions.php:664
+msgid "years"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1988
+msgid "Interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2027
+#, fuzzy
+msgid "Delete interval values"
+msgstr "Delete item"
+
+#: ../../godmode/setup/setup_visuals.php:2070
+#, fuzzy
+msgid "Module units"
+msgstr "Module sanity"
+
+#: ../../godmode/setup/setup_visuals.php:2143
+#: ../../include/functions_config.php:1587
+#, fuzzy
+msgid "CSV divider"
+msgstr "CSV File"
+
+#: ../../godmode/setup/setup_visuals.php:2148
+#: ../../include/functions_config.php:1591
+msgid "CSV decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid "Data multiplier to use in graphs/data"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid ""
+"Value by which it will multiply the data shown to represent them in graphs. "
+"This is useful in case the value unit is bytes; for other conversions use "
+"Custom value post processing."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2158
+#: ../../include/functions_config.php:1599
+msgid "Hide general stats for non admin users in tactical view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2175
+msgid "Behaviour configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2180
+msgid "GIS configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2185
+msgid "Style configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2190
+msgid "Charts configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2195
+msgid "Font and Text configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2200
+#, fuzzy
+msgid "Visual consoles configuration"
+msgstr "Basic configuration"
+
+#: ../../godmode/setup/setup_visuals.php:2205
+#, fuzzy
+msgid "Reports configuration"
+msgstr "Remote configuration"
+
+#: ../../godmode/setup/setup_visuals.php:2210
+#, fuzzy
+msgid "Services configuration"
+msgstr "Replicate configuration"
+
+#: ../../godmode/setup/setup_visuals.php:2215
+msgid "Other configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2400
+#: ../../include/functions_config.php:1528
+msgid "Delete interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2458
+msgid "Logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2488
+msgid "Splash Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2507
+msgid "Mobile console logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2543
+msgid "Gis icons preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2609
+msgid "Status set preview"
 msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:38
@@ -19930,8 +19915,8 @@ msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:51
 #: ../../godmode/snmpconsole/snmp_filters.php:59
-#: ../../include/class/CredentialStore.class.php:965
 #: ../../include/class/SnmpConsole.class.php:234
+#: ../../include/class/CredentialStore.class.php:965
 #: ../../operation/snmpconsole/snmp_statistics.php:104
 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60
 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263
@@ -20266,7 +20251,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:763
 #: ../../include/class/TipsWindow.class.php:930
 #: ../../include/lib/Dashboard/Widgets/url.php:216
-#: ../../include/functions_reporting.php:7899
+#: ../../include/functions_reporting.php:7910
 msgid "Url"
 msgstr ""
 
@@ -20881,10 +20866,10 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:510
-#: ../../godmode/users/configure_user.php:1013
-#: ../../godmode/users/configure_user.php:1094
 #: ../../godmode/users/user_management.php:209
 #: ../../godmode/users/user_management.php:221
+#: ../../godmode/users/configure_user.php:1013
+#: ../../godmode/users/configure_user.php:1094
 #: ../../include/class/SnmpConsole.class.php:291
 #: ../../include/functions_reporting_html.php:6581
 #: ../../include/functions_reporting_html.php:7718
@@ -20924,8 +20909,8 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:765
-#: ../../include/functions_reporting.php:5513
-#: ../../include/functions_reporting.php:5560
+#: ../../include/functions_reporting.php:5524
+#: ../../include/functions_reporting.php:5571
 #: ../../operation/search_users.php:87
 msgid "The user doesn't have any assigned profile/group"
 msgstr "The user doesn't have any assigned profile/group"
@@ -20948,12 +20933,312 @@ msgstr ""
 "The current authentication scheme doesn't support creating users from "
 "Pandora FMS"
 
-#: ../../godmode/users/configure_user.php:60
-#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805
+#: ../../godmode/users/user_management.php:45
+#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805
 #, fuzzy
 msgid "External link"
 msgstr "Extensions"
 
+#: ../../godmode/users/user_management.php:202
+#, fuzzy
+msgid "Profile information"
+msgstr "DB information"
+
+#: ../../godmode/users/user_management.php:202
+#, fuzzy
+msgid "Profile information for"
+msgstr "DB information"
+
+#: ../../godmode/users/user_management.php:232
+#: ../../include/functions_reporting_html.php:7719
+#: ../../include/functions_reporting_html.php:7742
+#, fuzzy
+msgid "Full name"
+msgstr "Filename"
+
+#: ../../godmode/users/user_management.php:244
+#: ../../godmode/users/configure_user.php:1132
+#: ../../operation/users/user_edit.php:381
+msgid "Full (display) name"
+msgstr "Full (display) name"
+
+#: ../../godmode/users/user_management.php:252
+msgid ""
+"This will be the email used in those alert actions that the email makes use "
+"of. It will also be the email used for user notifications that wer "
+"configured in this way."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:264
+#: ../../godmode/users/configure_user.php:1238
+#: ../../operation/users/user_edit.php:401
+msgid "E-mail"
+msgstr "E-mail"
+
+#: ../../godmode/users/user_management.php:272
+#: ../../godmode/users/user_management.php:284
+#: ../../godmode/users/configure_user.php:1254
+#: ../../operation/users/user_edit.php:403
+msgid "Phone number"
+msgstr "Phone number"
+
+#: ../../godmode/users/user_management.php:299
+#: ../../godmode/users/configure_user.php:1211
+#, fuzzy
+msgid "Administrator user"
+msgstr "Administrator"
+
+#: ../../godmode/users/user_management.php:299
+msgid ""
+"This type of 'superadmin' has no restrictions whatsoever. If you want to "
+"create partial administrators, use the profile and group-based privilege "
+"system."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:333
+#, fuzzy
+msgid "New password"
+msgstr "New Password"
+
+#: ../../godmode/users/user_management.php:353
+#, fuzzy
+msgid "Repeat new password"
+msgstr "Database password"
+
+#: ../../godmode/users/user_management.php:366
+#: ../../godmode/users/configure_user.php:1183
+#: ../../operation/users/user_edit.php:408
+msgid "Password confirmation"
+msgstr "Password confirmation"
+
+#: ../../godmode/users/user_management.php:374
+#: ../../operation/users/user_edit.php:409
+#, fuzzy
+msgid "Current password"
+msgstr "Auth password"
+
+#: ../../godmode/users/user_management.php:389
+#: ../../godmode/users/configure_user.php:1201
+#, fuzzy
+msgid "Own password confirmation"
+msgstr "Password confirmation"
+
+#: ../../godmode/users/user_management.php:406
+#, fuzzy
+msgid "Third user password confirmation"
+msgstr "Password confirmation"
+
+#: ../../godmode/users/user_management.php:421
+msgid "Not Login"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:438
+msgid "The user with not login set only can access to API."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:443
+#, fuzzy
+msgid "Local User"
+msgstr "Local modules"
+
+#: ../../godmode/users/user_management.php:460
+msgid ""
+"The user with local authentication enabled will always use local "
+"authentication."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:472
+#: ../../views/dashboard/tipsWindow.php:52
+#, fuzzy
+msgid "Show usage tips at startup"
+msgstr "Show agents by state: "
+
+#: ../../godmode/users/user_management.php:478
+msgid "Session time"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:488
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:539
+msgid "Pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:624
+#, fuzzy
+msgid "Autorefresh pages"
+msgstr "Autorefresh time"
+
+#: ../../godmode/users/user_management.php:630
+msgid "Time for autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:649
+msgid "Pandora RC user access enabled"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:659
+#: ../../godmode/users/user_management.php:671
+#, fuzzy
+msgid "Pandora RC User"
+msgstr "Pandora servers"
+
+#: ../../godmode/users/user_management.php:678
+#: ../../godmode/users/user_management.php:690
+#, fuzzy
+msgid "Pandora RC Password"
+msgstr "Pandora audit"
+
+#: ../../godmode/users/user_management.php:699
+msgid "Language and Appearance"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:715
+msgid ""
+"When changing the theme, the login screen logo will be restricted to the "
+"default for that color scheme, if you have a custom logo, adjust it after "
+"changing the theme."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:723
+msgid "User color scheme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:724
+#: ../../godmode/users/configure_user.php:1310
+#: ../../operation/users/user_edit.php:521
+#, fuzzy
+msgid "Default theme"
+msgstr "Default zoom"
+
+#: ../../godmode/users/user_management.php:725
+#: ../../godmode/users/configure_user.php:1311
+#: ../../operation/users/user_edit.php:522
+msgid "Black theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:833
+#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
+#: ../../include/functions_visual_map_editor.php:309
+#, fuzzy
+msgid "Time zone"
+msgstr "Time to"
+
+#: ../../godmode/users/user_management.php:850
+msgid "Additional settings"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:856
+#: ../../godmode/users/configure_user.php:1259
+#: ../../include/ajax/events.php:1838
+#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
+#: ../../include/functions_reporting_html.php:7298
+#: ../../mobile/operation/events.php:874
+#: ../../operation/users/user_edit.php:740
+#: ../../views/ITSM/ITSMTicketDetailView.php:404
+#: ../../views/ITSM/ITSMTicketDetailView.php:411
+msgid "Comments"
+msgstr "Comments"
+
+#: ../../godmode/users/user_management.php:869
+msgid "Enable IP allowlist"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:909
+#: ../../godmode/users/configure_user.php:1271
+#: ../../operation/users/user_edit.php:753
+msgid ""
+"Add the source IPs that will allow console access. Each IP must be separated "
+"only by comma. * allows all."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:932
+#, fuzzy
+msgid "Pandora ITSM user configuration"
+msgstr "Pandora FMS Graph configuration menu"
+
+#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
+#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
+#: ../../operation/events/events.php:2938
+#: ../../operation/events/sound_events.php:294
+#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
+#, fuzzy
+msgid "Start"
+msgstr "Started"
+
+#: ../../godmode/users/user_management.php:976
+#, fuzzy
+msgid "Contact details (QR)"
+msgstr "Incident details"
+
+#: ../../godmode/users/user_management.php:977
+msgid "API Token credentials"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:56
+#, fuzzy
+msgid "Create token"
+msgstr "Create text"
+
+#: ../../godmode/users/configure_token.php:62
+#, fuzzy, php-format
+msgid "There was a problem get token, %s"
+msgstr "There was a problem deleting the user"
+
+#: ../../godmode/users/configure_token.php:74
+msgid "Token label"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:127
+msgid "Expiration Time"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:208
+msgid "Expiration date must be later than today."
+msgstr ""
+
+#: ../../godmode/users/token_list.php:67
+#, fuzzy, php-format
+msgid "There was a problem deleting token, %s"
+msgstr "There was a problem deleting the user"
+
+#: ../../godmode/users/token_list.php:100
+msgid "This code will appear only once, please keep it in a safe place"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:102
+msgid ""
+"If you lose the code, you will only able to delete it and create a new one"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:111
+#, fuzzy, php-format
+msgid "There was a problem creating this token, %s"
+msgstr "There was a problem creating this profile"
+
+#: ../../godmode/users/token_list.php:123
+#, fuzzy, php-format
+msgid "There was a problem updating this token, %s"
+msgstr "There was a problem updating this profile"
+
+#: ../../godmode/users/token_list.php:140
+#, fuzzy
+msgid "For user"
+msgstr "Proxy user"
+
+#: ../../godmode/users/token_list.php:142
+#, fuzzy
+msgid "Last usage"
+msgstr "Last update"
+
+#: ../../godmode/users/token_list.php:206
+#, fuzzy
+msgid "Create Token"
+msgstr "Create agent"
+
 #: ../../godmode/users/configure_user.php:248
 msgid "Update User"
 msgstr ""
@@ -21078,86 +21363,16 @@ msgstr ""
 msgid "Please, avoid share this string with others."
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1132
-#: ../../godmode/users/user_management.php:244
-#: ../../operation/users/user_edit.php:381
-msgid "Full (display) name"
-msgstr "Full (display) name"
-
-#: ../../godmode/users/configure_user.php:1183
-#: ../../godmode/users/user_management.php:366
-#: ../../operation/users/user_edit.php:408
-msgid "Password confirmation"
-msgstr "Password confirmation"
-
-#: ../../godmode/users/configure_user.php:1201
-#: ../../godmode/users/user_management.php:389
-#, fuzzy
-msgid "Own password confirmation"
-msgstr "Password confirmation"
-
-#: ../../godmode/users/configure_user.php:1211
-#: ../../godmode/users/user_management.php:299
-#, fuzzy
-msgid "Administrator user"
-msgstr "Administrator"
-
-#: ../../godmode/users/configure_user.php:1238
-#: ../../godmode/users/user_management.php:264
-#: ../../operation/users/user_edit.php:401
-msgid "E-mail"
-msgstr "E-mail"
-
-#: ../../godmode/users/configure_user.php:1254
-#: ../../godmode/users/user_management.php:272
-#: ../../godmode/users/user_management.php:284
-#: ../../operation/users/user_edit.php:403
-msgid "Phone number"
-msgstr "Phone number"
-
-#: ../../godmode/users/configure_user.php:1259
-#: ../../godmode/users/user_management.php:856
-#: ../../include/ajax/events.php:1838
-#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
-#: ../../include/functions_reporting_html.php:7298
-#: ../../mobile/operation/events.php:874
-#: ../../operation/users/user_edit.php:740
-#: ../../views/ITSM/ITSMTicketDetailView.php:404
-#: ../../views/ITSM/ITSMTicketDetailView.php:411
-msgid "Comments"
-msgstr "Comments"
-
 #: ../../godmode/users/configure_user.php:1270
 #: ../../operation/users/user_edit.php:752
 #, fuzzy
 msgid "Login allowed IP list"
 msgstr "Login failed"
 
-#: ../../godmode/users/configure_user.php:1271
-#: ../../godmode/users/user_management.php:909
-#: ../../operation/users/user_edit.php:753
-msgid ""
-"Add the source IPs that will allow console access. Each IP must be separated "
-"only by comma. * allows all."
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1309
 msgid "Skin"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1310
-#: ../../godmode/users/user_management.php:724
-#: ../../operation/users/user_edit.php:521
-#, fuzzy
-msgid "Default theme"
-msgstr "Default zoom"
-
-#: ../../godmode/users/configure_user.php:1311
-#: ../../godmode/users/user_management.php:725
-#: ../../operation/users/user_edit.php:522
-msgid "Black theme"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1321
 msgid "Search custom field view"
 msgstr ""
@@ -21276,236 +21491,6 @@ msgstr ""
 msgid "There was an error deactivating the double autentication"
 msgstr ""
 
-#: ../../godmode/users/user_management.php:202
-#, fuzzy
-msgid "Profile information"
-msgstr "DB information"
-
-#: ../../godmode/users/user_management.php:202
-#, fuzzy
-msgid "Profile information for"
-msgstr "DB information"
-
-#: ../../godmode/users/user_management.php:232
-#: ../../include/functions_reporting_html.php:7719
-#: ../../include/functions_reporting_html.php:7742
-#, fuzzy
-msgid "Full name"
-msgstr "Filename"
-
-#: ../../godmode/users/user_management.php:252
-msgid ""
-"This will be the email used in those alert actions that the email makes use "
-"of. It will also be the email used for user notifications that wer "
-"configured in this way."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:299
-msgid ""
-"This type of 'superadmin' has no restrictions whatsoever. If you want to "
-"create partial administrators, use the profile and group-based privilege "
-"system."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:333
-#, fuzzy
-msgid "New password"
-msgstr "New Password"
-
-#: ../../godmode/users/user_management.php:353
-#, fuzzy
-msgid "Repeat new password"
-msgstr "Database password"
-
-#: ../../godmode/users/user_management.php:374
-#: ../../operation/users/user_edit.php:409
-#, fuzzy
-msgid "Current password"
-msgstr "Auth password"
-
-#: ../../godmode/users/user_management.php:406
-#, fuzzy
-msgid "Third user password confirmation"
-msgstr "Password confirmation"
-
-#: ../../godmode/users/user_management.php:421
-msgid "Not Login"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:438
-msgid "The user with not login set only can access to API."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:443
-#, fuzzy
-msgid "Local User"
-msgstr "Local modules"
-
-#: ../../godmode/users/user_management.php:460
-msgid ""
-"The user with local authentication enabled will always use local "
-"authentication."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:472
-#: ../../views/dashboard/tipsWindow.php:52
-#, fuzzy
-msgid "Show usage tips at startup"
-msgstr "Show agents by state: "
-
-#: ../../godmode/users/user_management.php:478
-msgid "Session time"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:488
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting "
-"-1 in this field."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:539
-msgid "Pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:624
-#, fuzzy
-msgid "Autorefresh pages"
-msgstr "Autorefresh time"
-
-#: ../../godmode/users/user_management.php:630
-msgid "Time for autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:649
-msgid "Pandora RC user access enabled"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:659
-#: ../../godmode/users/user_management.php:671
-#, fuzzy
-msgid "Pandora RC User"
-msgstr "Pandora servers"
-
-#: ../../godmode/users/user_management.php:678
-#: ../../godmode/users/user_management.php:690
-#, fuzzy
-msgid "Pandora RC Password"
-msgstr "Pandora audit"
-
-#: ../../godmode/users/user_management.php:699
-msgid "Language and Appearance"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:715
-msgid ""
-"When changing the theme, the login screen logo will be restricted to the "
-"default for that color scheme, if you have a custom logo, adjust it after "
-"changing the theme."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:723
-msgid "User color scheme"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:833
-#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
-#: ../../include/functions_visual_map_editor.php:309
-#, fuzzy
-msgid "Time zone"
-msgstr "Time to"
-
-#: ../../godmode/users/user_management.php:850
-msgid "Additional settings"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:869
-msgid "Enable IP allowlist"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:932
-#, fuzzy
-msgid "Pandora ITSM user configuration"
-msgstr "Pandora FMS Graph configuration menu"
-
-#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
-#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
-#: ../../operation/events/events.php:2938
-#: ../../operation/events/sound_events.php:294
-#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
-#, fuzzy
-msgid "Start"
-msgstr "Started"
-
-#: ../../godmode/users/user_management.php:976
-#, fuzzy
-msgid "Contact details (QR)"
-msgstr "Incident details"
-
-#: ../../godmode/users/user_management.php:977
-msgid "API Token credentials"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:56
-#, fuzzy
-msgid "Create token"
-msgstr "Create text"
-
-#: ../../godmode/users/configure_token.php:62
-#, fuzzy, php-format
-msgid "There was a problem get token, %s"
-msgstr "There was a problem deleting the user"
-
-#: ../../godmode/users/configure_token.php:74
-msgid "Token label"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:127
-msgid "Expiration Time"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:208
-msgid "Expiration date must be later than today."
-msgstr ""
-
-#: ../../godmode/users/token_list.php:67
-#, fuzzy, php-format
-msgid "There was a problem deleting token, %s"
-msgstr "There was a problem deleting the user"
-
-#: ../../godmode/users/token_list.php:100
-msgid "This code will appear only once, please keep it in a safe place"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:102
-msgid ""
-"If you lose the code, you will only able to delete it and create a new one"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:111
-#, fuzzy, php-format
-msgid "There was a problem creating this token, %s"
-msgstr "There was a problem creating this profile"
-
-#: ../../godmode/users/token_list.php:123
-#, fuzzy, php-format
-msgid "There was a problem updating this token, %s"
-msgstr "There was a problem updating this profile"
-
-#: ../../godmode/users/token_list.php:140
-#, fuzzy
-msgid "For user"
-msgstr "Proxy user"
-
-#: ../../godmode/users/token_list.php:142
-#, fuzzy
-msgid "Last usage"
-msgstr "Last update"
-
-#: ../../godmode/users/token_list.php:206
-#, fuzzy
-msgid "Create Token"
-msgstr "Create agent"
-
 #: ../../godmode/wizards/Custom.class.php:160
 #: ../../godmode/wizards/Applications.class.php:158
 #: ../../godmode/wizards/Cloud.class.php:178
@@ -21893,15 +21878,15 @@ msgstr "Task"
 #: ../../include/ajax/snmp_browser.ajax.php:262
 #: ../../include/class/AlertsList.class.php:380
 #: ../../include/class/HelpFeedBack.class.php:360
-#: ../../include/class/AgentDeployWizard.class.php:604
 #: ../../include/class/ConfigPEN.class.php:743
-#: ../../include/class/CredentialStore.class.php:1598
 #: ../../include/class/Diagnostics.class.php:2191
 #: ../../include/class/ModuleTemplates.class.php:1404
-#: ../../include/class/SatelliteAgent.class.php:1088
 #: ../../include/class/WebServerModuleDebug.class.php:359
-#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/class/AgentWizard.class.php:6059
+#: ../../include/class/AgentDeployWizard.class.php:604
+#: ../../include/class/CredentialStore.class.php:1598
+#: ../../include/class/SatelliteAgent.class.php:1088
+#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/functions_ui.php:338
 #: ../../operation/visual_console/view.php:1218
 #: ../../views/consoles/list.php:165
@@ -22268,8 +22253,8 @@ msgstr ""
 
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056
 #: ../../include/class/AgentDeployWizard.class.php:558
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118
 msgid "Done"
 msgstr "Done"
 
@@ -22731,93 +22716,6 @@ msgstr "View report"
 msgid "About"
 msgstr ""
 
-#: ../../include/ajax/double_auth.ajax.php:162
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:300
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:306
-msgid "QR"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:208
-msgid "You are about to activate the double authentication"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:209
-msgid ""
-"With this option enabled, your account access will be more secure, cause a "
-"code generated by other application will be required after the login"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:212
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:217
-msgid "Download the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:218
-#: ../../include/ajax/double_auth.ajax.php:310
-#: ../../include/functions_register.php:188
-msgid "Continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:234
-msgid "Are you installed the app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "A private code has been generated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:299
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:309
-msgid "Refresh code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:378
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:441
-msgid "Introduce a code generated by the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:442
-msgid "If the code is valid, the double authentication will be activated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:451
-msgid "Validate code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:503
-msgid "The code is valid, you can exit now"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:512
-#: ../../mobile/include/user.class.php:285 ../../index.php:380
-msgid "Invalid code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:520
-msgid "The code is valid, but it was an error saving the data"
-msgstr ""
-
 #: ../../include/ajax/snmp_browser.ajax.php:113
 #: ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
@@ -22850,8 +22748,8 @@ msgstr "Plug-in created successfully"
 
 #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182
 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519
-#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563
-#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595
+#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587
+#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595
 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201
 #: ../../include/class/AuditLog.class.php:570
 #: ../../include/class/AuditLog.class.php:608
@@ -22922,8 +22820,8 @@ msgstr ""
 msgid "Save current filter"
 msgstr "Event control filter"
 
-#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779
-#: ../../include/ajax/module.php:2742
+#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742
+#: ../../include/ajax/custom_fields.php:779
 #: ../../operation/reporting/graph_analytics.php:507
 #: ../../operation/reporting/graph_analytics.php:521
 #, fuzzy
@@ -23170,91 +23068,6 @@ msgstr ""
 msgid "Insufficient permissions to validate alerts"
 msgstr ""
 
-#: ../../include/ajax/custom_fields.php:480
-msgid "Current interval"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:528
-#: ../../include/ajax/custom_fields.php:581
-#, fuzzy
-msgid "Modules normal"
-msgstr "Module name"
-
-#: ../../include/ajax/custom_fields.php:539
-#, fuzzy
-msgid "Modules critical"
-msgstr "Module graph"
-
-#: ../../include/ajax/custom_fields.php:550
-#, fuzzy
-msgid "Modules warning"
-msgstr "Module sanity"
-
-#: ../../include/ajax/custom_fields.php:560
-#, fuzzy
-msgid "Modules unknown"
-msgstr "Agents unknown"
-
-#: ../../include/ajax/custom_fields.php:571
-#, fuzzy
-msgid "Modules no init"
-msgstr "Module sanity"
-
-#: ../../include/ajax/custom_fields.php:613
-#, fuzzy
-msgid "New Filter"
-msgstr "Filter"
-
-#: ../../include/ajax/custom_fields.php:620
-msgid "Existing Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:838
-msgid "Filter name already exists in the bbdd"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:850
-#: ../../include/ajax/custom_fields.php:926
-#, fuzzy
-msgid "Please, select a custom field"
-msgstr "Please select the connection type"
-
-#: ../../include/ajax/custom_fields.php:878
-#, fuzzy
-msgid "Success create filter."
-msgstr "Successfully created."
-
-#: ../../include/ajax/custom_fields.php:885
-#, fuzzy
-msgid "Error create filter."
-msgstr "Error creating incident"
-
-#: ../../include/ajax/custom_fields.php:910
-#: ../../include/ajax/custom_fields.php:983
-#, fuzzy
-msgid "Please, select a filter"
-msgstr "Please select the connection type"
-
-#: ../../include/ajax/custom_fields.php:952
-#, fuzzy
-msgid "Success update filter."
-msgstr "Successfully update."
-
-#: ../../include/ajax/custom_fields.php:959
-#, fuzzy
-msgid "Error update filter."
-msgstr "Error updating network profile"
-
-#: ../../include/ajax/custom_fields.php:1002
-#, fuzzy
-msgid "Success delete filter."
-msgstr "Successfully delete."
-
-#: ../../include/ajax/custom_fields.php:1009
-#, fuzzy
-msgid "Error delete filter."
-msgstr "Error deleting template"
-
 #: ../../include/ajax/module.php:283 ../../include/functions.php:3507
 msgid "30 minutes"
 msgstr ""
@@ -23447,6 +23260,178 @@ msgstr ""
 msgid "Congratulations, you have already created a simple alert.  and the status color is "
-"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "" @@ -27770,21 +27660,6 @@ msgstr "" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "Interval" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -27940,6 +27815,114 @@ msgstr "" msgid "Modules not learning mode." msgstr "Learning mode" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "Interval" + #: ../../include/lib/Core/DBMaintainer.php:177 #, fuzzy, php-format msgid "Connection problems: %s" @@ -28141,8 +28124,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "" @@ -28332,7 +28315,7 @@ msgid "Status and Monitor checks" msgstr "Monitor checks" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "Server performance" @@ -28421,37 +28404,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Maintenance" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Informational" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "" @@ -28464,8 +28447,8 @@ msgstr "Pandora audit" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "" @@ -28528,7 +28511,7 @@ msgstr "Module sanity" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "Modules" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -28897,68 +28880,6 @@ msgstr "" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "Security level" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "Firing" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "Total agents" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "Last modification" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 #, fuzzy msgid "Color chart" @@ -29078,7 +28999,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "" @@ -29225,8 +29146,8 @@ msgid "Aggregated by" msgstr "" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "" @@ -29247,6 +29168,68 @@ msgstr "Create report" msgid "Not alert fired" msgstr "No alerts defined" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "Security level" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "Firing" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "Total agents" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "Last modification" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29387,37 +29370,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "" -#: ../../include/lib/Module.php:257 -msgid "error: Module has no agent assigned" -msgstr "" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "" - -#: ../../include/lib/Module.php:1072 -#, fuzzy -msgid "Module name empty." -msgstr "Module name" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "" - -#: ../../include/lib/Module.php:1097 -#, fuzzy, php-format -msgid "Error while processing: %s" -msgstr "Error processing request" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -29515,24 +29467,118 @@ msgstr "Total non-init modules" msgid "Events in last 24 hrs" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" +#: ../../include/lib/TacticalView/elements/Agents.php:135 +#, fuzzy +msgid "Group alias" +msgstr "Groups" + +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" msgstr "" +#: ../../include/lib/TacticalView/elements/Agents.php:385 +msgid "UKNOWN" +msgstr "" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "List elements" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Name #Ag." + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +#, fuzzy +msgid "SNMP Traps" +msgstr "SNMP version" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "Monitor status" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "Remote modules" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 msgid "Everything's OK!" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +#, fuzzy +msgid "INFORMATIONAL" +msgstr "NORMAL" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "View events" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "Validate event" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "Event" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 msgid "News Board" msgstr "" @@ -29599,100 +29645,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "Groups" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -msgid "UKNOWN" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -#, fuzzy -msgid "INFORMATIONAL" -msgstr "NORMAL" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "View events" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "Validate event" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "Event" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "List elements" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Name #Ag." - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -#, fuzzy -msgid "SNMP Traps" -msgstr "SNMP version" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "Monitor status" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "Remote modules" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30152,6 +30104,37 @@ msgstr "IP Address" msgid "Operative system" msgstr "Operations" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "" + +#: ../../include/lib/Module.php:1072 +#, fuzzy +msgid "Module name empty." +msgstr "Module name" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "" + +#: ../../include/lib/Module.php:1097 +#, fuzzy, php-format +msgid "Error while processing: %s" +msgstr "Error processing request" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 #, fuzzy @@ -30598,7 +30581,7 @@ msgstr "" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "" @@ -30640,106 +30623,6 @@ msgstr "" msgid "Failed to erase policy module: %d" msgstr "" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "Create report" - -#: ../../include/functions_snmp.php:349 -#, fuzzy -msgid "Pagination" -msgstr "Plug-in creation" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "" - -#: ../../include/functions_snmp.php:441 -#, fuzzy -msgid "Active filter" -msgstr "Active" - -#: ../../include/functions_snmp.php:441 -#, fuzzy -msgid "Active filters" -msgstr "Active incidents" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "" @@ -31274,640 +31157,6 @@ msgstr "" msgid "File is missing in disk storage. Please contact the administrator." msgstr "" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Monitor Critical" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Monitor Warning" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Monitor Normal" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Alert recovered" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Alert ceased" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Alert manual validation" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Recon host detected" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -#, fuzzy -msgid "Network configuration manager" -msgstr "Remote configuration management" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "" - -#: ../../include/functions.php:2831 -#, fuzzy, php-format -msgid "%s seconds" -msgstr "seconds" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr ""
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr ""
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr ""
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr ""
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr ""
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr ""
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr ""
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr ""
-
-#: ../../include/functions.php:4061
-#, fuzzy
-msgid "Summatory series"
-msgstr "Summary"
-
-#: ../../include/functions.php:4065
-#, fuzzy
-msgid "Average series"
-msgstr "Manage servers"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr ""
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr ""
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr ""
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr ""
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-#, fuzzy
-msgid "of module"
-msgstr "Copy modules"
-
-#: ../../include/functions.php:4356
-#, fuzzy
-msgid "Projection"
-msgstr "Position"
-
-#: ../../include/functions.php:6388
-#, fuzzy
-msgid "Testing Pandora FMS email"
-msgstr "Pandora FMS Overview"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr ""
-
-#: ../../include/functions_api.php:126
-#, fuzzy
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "No set or get or help operation."
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "This operation does not exist."
-
-#: ../../include/functions_api.php:146
-#, fuzzy
-msgid "The Id does not exist in database."
-msgstr "Id does not exist in BD."
-
-#: ../../include/functions_api.php:156
-#, fuzzy
-msgid "This operation can not be used in cluster elements."
-msgstr "This operation does not exist."
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-#, fuzzy
-msgid "No data to show."
-msgstr "No available data to show"
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-
-#: ../../include/functions_api.php:196
-#, fuzzy
-msgid "Auth error"
-msgstr "Author"
-
-#: ../../include/functions_api.php:206
-#, fuzzy
-msgid "License not allowed for this operation."
-msgstr "No set or get or help operation."
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-
-#: ../../include/functions_api.php:1891
-#, fuzzy, php-format
-msgid "Updated %d/%d agents"
-msgstr "Updated at"
-
-#: ../../include/functions_api.php:1899
-#, fuzzy
-msgid "Agent updated."
-msgstr "Plug-in update"
-
-#: ../../include/functions_api.php:2116
-#, fuzzy
-msgid "Could not create OS"
-msgstr "Could not be created"
-
-#: ../../include/functions_api.php:2153
-#, fuzzy
-msgid "Could not update OS"
-msgstr "Could not be updated"
-
-#: ../../include/functions_api.php:2362
-#, fuzzy
-msgid "The agent was successfully deleted"
-msgstr "Template successfully deleted"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr ""
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr ""
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:6023
-#, fuzzy
-msgid "Successful update of the alert template"
-msgstr "Successfully updated export target"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6098
-#, fuzzy
-msgid "Successful delete of alert template."
-msgstr "Successfully deleted export target"
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, fuzzy, php-format
-msgid "%d agents affected"
-msgstr "No agents selected"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6772
-#, fuzzy
-msgid "Successful delete of module template."
-msgstr "Successfully deleted module from profile"
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6903
-#, fuzzy
-msgid "Error validating alert"
-msgstr "Error updating user info"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr ""
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr ""
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr ""
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr ""
-
-#: ../../include/functions_api.php:7756
-#, fuzzy
-msgid "Planned downtime updated"
-msgstr "Planned Downtime"
-
-#: ../../include/functions_api.php:7831
-#, fuzzy
-msgid " Agents deleted"
-msgstr "No agents selected"
-
-#: ../../include/functions_api.php:7913
-#, fuzzy
-msgid " Agents added"
-msgstr "Agent name"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9367
-#, fuzzy
-msgid "Successful deletion"
-msgstr "Successfully deleted"
-
-#: ../../include/functions_api.php:9690
-#, fuzzy
-msgid "User created."
-msgstr "Users connected"
-
-#: ../../include/functions_api.php:9785
-#, fuzzy
-msgid "User updated."
-msgstr "Updated"
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10340
-#, fuzzy
-msgid "XML file was generated successfully in path: "
-msgstr "Conf file deleted successfully"
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:11688
-#, fuzzy
-msgid "User deleted."
-msgstr "User detail editor"
-
-#: ../../include/functions_api.php:11747
-#, fuzzy
-msgid "User profile added."
-msgstr "Add user profile."
-
-#: ../../include/functions_api.php:11812
-#, fuzzy
-msgid "User profile deleted."
-msgstr "Add user profile."
-
-#: ../../include/functions_api.php:12095
-#, fuzzy
-msgid "Module disabled successfully."
-msgstr "Module updated successfully"
-
-#: ../../include/functions_api.php:12097
-#, fuzzy
-msgid "The module could not be disabled."
-msgstr "Could not be disabled"
-
-#: ../../include/functions_api.php:12159
-#, fuzzy
-msgid "Module enabled successfully."
-msgstr "Module added successfully"
-
-#: ../../include/functions_api.php:12161
-#, fuzzy
-msgid "The module could not be enabled."
-msgstr "Could not be enabled"
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-#, fuzzy
-msgid "The alert could not be disabled."
-msgstr "Could not be disabled"
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-#, fuzzy
-msgid "The alert could not be enabled."
-msgstr "Could not be enabled"
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr ""
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr ""
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-#, fuzzy
-msgid "Successfully deleted."
-msgstr "Successfully deleted"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr ""
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr ""
-
-#: ../../include/functions_api.php:15979
-#, fuzzy
-msgid "Event filter successfully created."
-msgstr "Group successfully created"
-
-#: ../../include/functions_api.php:16212
-#, fuzzy
-msgid "Event filter successfully updated."
-msgstr "Module successfully updated"
-
-#: ../../include/functions_api.php:16253
-#, fuzzy
-msgid "Event filter successfully deleted."
-msgstr "Template successfully deleted"
-
-#: ../../include/functions_api.php:16569
-#, fuzzy
-msgid "Validated traps."
-msgstr "Validated"
-
-#: ../../include/functions_api.php:16596
-#, fuzzy
-msgid "Deleted traps."
-msgstr "Delete user."
-
-#: ../../include/functions_api.php:16789
-#, fuzzy, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr "Successfully updated export target"
-
-#: ../../include/functions_api.php:16791
-#, fuzzy
-msgid "Successfully updated module/alert count in all agents"
-msgstr "Successfully updated export target"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:17485
-#, fuzzy
-msgid "Enabled discovery task."
-msgstr "Enable history database"
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr ""
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr ""
@@ -32580,7 +31829,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "At least one module in CRITICAL status"
 
@@ -32588,7 +31837,7 @@ msgstr "At least one module in CRITICAL status"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "At least one module in WARNING status"
 
@@ -32596,7 +31845,7 @@ msgstr "At least one module in WARNING status"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "At least one module is in UKNOWN status"
 
@@ -32604,7 +31853,7 @@ msgstr "At least one module is in UKNOWN status"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "All Monitors OK"
 
@@ -32867,192 +32116,6 @@ msgstr ""
 msgid "Use agent IP"
 msgstr "Choose agent"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Error processing request"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr ""
-
-#: ../../include/functions_ui.php:1360
-#, fuzzy
-msgid "Force check"
-msgstr "Monitor checks"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "Do you wan delete this connection?"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "Do you want to set default the map?"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr "The alert would fire when the value is over "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr "The alert would fire when the value is under "
-
-#: ../../include/functions_ui.php:1892
-#, fuzzy
-msgid "Unknown option."
-msgstr "Unknown type"
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "the Flexible Monitoring System"
-
-#: ../../include/functions_ui.php:2699
-#, fuzzy
-msgid "First"
-msgstr "First date"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Unknown type"
-
-#: ../../include/functions_ui.php:4051
-#, fuzzy
-msgid "Export current page to CSV"
-msgstr "Export target"
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr ""
-
-#: ../../include/functions_ui.php:4205
-#, fuzzy
-msgid "No matching records found"
-msgstr "No matching traps found"
-
-#: ../../include/functions_ui.php:4206
-#, fuzzy
-msgid "No data available in table"
-msgstr "Not available"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr ""
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "SYSTEM"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr ""
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Type at least two characters to search."
-
-#: ../../include/functions_ui.php:6774
-#, fuzzy
-msgid "Unhandled error"
-msgstr "Name error"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr ""
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr ""
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-
-#: ../../include/functions_ui.php:7352
-#, fuzzy
-msgid "Query"
-msgstr "SQL query"
-
-#: ../../include/functions_ui.php:7377
-#, fuzzy
-msgid "Results"
-msgstr "Result"
-
-#: ../../include/functions_ui.php:7424
-#, fuzzy
-msgid "Execute query"
-msgstr "Execute SQL"
-
-#: ../../include/functions_ui.php:7458
-#, fuzzy
-msgid "Show password"
-msgstr "Auth password"
-
-#: ../../include/functions_ui.php:7558
-#, fuzzy
-msgid "WEB server"
-msgstr "WMI server"
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "Module"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr ""
-
-#: ../../include/functions_ui.php:7864
-#, fuzzy
-msgid "Field name"
-msgstr "Field number"
-
-#: ../../include/functions_ui.php:7881
-#, fuzzy
-msgid "It's a password"
-msgstr "Auth password"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr ""
-
-#: ../../include/functions_ui.php:8388
-msgid "Empty view image"
-msgstr ""
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr ""
@@ -33084,66 +32147,1626 @@ msgstr ""
 msgid "GIS map layers"
 msgstr ""
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr ""
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Monitor checks"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr ""
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr ""
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr ""
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr ""
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr ""
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr ""
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr ""
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr ""
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "SYSTEM"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr ""
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Refresh time"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Begin date"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Time range"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr ""
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Show events"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Show alerts"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+#, fuzzy
+msgid "Show percentil"
+msgstr "Show events"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr ""
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+#, fuzzy
+msgid "Graph configuration menu"
+msgstr "Pandora FMS Graph configuration menu"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr ""
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr ""
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr ""
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr ""
+
+#: ../../include/functions_cron.php:701
+#, fuzzy
+msgid "Report per agent"
+msgstr "Report name"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr ""
+
+#: ../../include/functions_cron.php:975
+#, fuzzy
+msgid "Enable task"
+msgstr "Enable"
+
+#: ../../include/functions_cron.php:989
+#, fuzzy
+msgid "There are no jobs"
+msgstr "There are no messages"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+#, fuzzy
+msgid "Create a Directory"
+msgstr "Create directory"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "Create profile"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+#, fuzzy
+msgid "Upload Files"
+msgstr "Upload file"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+#, fuzzy
+msgid "Real path"
+msgstr "Refresh path"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "Directory %s doesn't exist!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Parent directory"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Create directory"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr "The zip uploads in this dir, easy to upload multiple files."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Go"
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "Create profile"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "The directory is read-only"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+#, fuzzy
+msgid "Please select an item from this list."
+msgstr "Please select the connection type"
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr ""
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr ""
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "Total agents"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr ""
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+#, fuzzy
+msgid "Type to search modules"
+msgstr "Network server module"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+#, fuzzy
+msgid "Only common modules"
+msgstr "Remote modules"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "weeks"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr ""
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Month"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr ""
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "Select"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr ""
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr ""
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr ""
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "Last fired"
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "Last week"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "Last month"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "Last day"
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr ""
+
+#: ../../include/functions_html.php:8425
+#, fuzzy
+msgid "Check mail configuration"
+msgstr "Basic configuration"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "Basic configuration"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+#, fuzzy
+msgid "Notified groups"
+msgstr "Module groups"
+
+#: ../../include/functions_notifications.php:877
+#, fuzzy
+msgid "Add users"
+msgstr "All users"
+
+#: ../../include/functions_notifications.php:877
+#, fuzzy
+msgid "Add groups"
+msgstr "Module groups"
+
+#: ../../include/functions_notifications.php:878
+#, fuzzy
+msgid "Delete users"
+msgstr "Delete user."
+
+#: ../../include/functions_notifications.php:878
+#, fuzzy
+msgid "Delete groups"
+msgstr "Create group"
+
+#: ../../include/functions_notifications.php:974
+#, fuzzy
+msgid "Add elements"
+msgstr "List elements"
+
+#: ../../include/functions_notifications.php:988
+#, fuzzy
+msgid "Remove elements"
+msgstr "List elements"
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "Show alerts"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "History database"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "Alert overview"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "Upload file"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "Last modification"
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "Mark as unread"
+
+#: ../../include/functions_notifications.php:1232
+#, fuzzy
+msgid "Click here to get more information"
+msgstr "Tactical server information"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Simple graph"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "SQL vertical bar graph"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "SQL pie graph"
+
+#: ../../include/functions_reports.php:681
+#, fuzzy
+msgid "SQL horizontal bar graph"
+msgstr "SQL horizonal bar graph"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:699
+#, fuzzy
+msgid "Module Histogram graph"
+msgstr "Module graph"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr ""
+
+#: ../../include/functions_reports.php:705
+#, fuzzy
+msgid "IPAM networks"
+msgstr "Network"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr ""
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "S.L.A."
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:720
+#, fuzzy
+msgid "Weekly S.L.A."
+msgstr "Weekly"
+
+#: ../../include/functions_reports.php:724
+#, fuzzy
+msgid "Hourly S.L.A."
+msgstr "S.L.A."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr ""
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr ""
+
+#: ../../include/functions_reports.php:746
+#, fuzzy
+msgid "Avg. value"
+msgstr "Avg. Value"
+
+#: ../../include/functions_reports.php:750
+#, fuzzy
+msgid "Max. value"
+msgstr "Max value"
+
+#: ../../include/functions_reports.php:754
+#, fuzzy
+msgid "Min. value"
+msgstr "Min. Value"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Monitor report"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr ""
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr ""
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr ""
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr ""
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr ""
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr ""
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr ""
+
+#: ../../include/functions_reports.php:818
+#, fuzzy
+msgid "Agents/Modules status"
+msgstr "Event status"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr ""
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr ""
+
+#: ../../include/functions_reports.php:845
+#, fuzzy
+msgid "Custom Render"
+msgstr "Custom graph"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr ""
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr ""
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr ""
+
+#: ../../include/functions_reports.php:865
+#, fuzzy
+msgid "Module alert report"
+msgstr "Module template"
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "Create report"
+
+#: ../../include/functions_reports.php:875
+#, fuzzy
+msgid "Group alert report"
+msgstr "Create report"
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "Create report"
+
+#: ../../include/functions_reports.php:886
+#, fuzzy
+msgid "Module event report"
+msgstr "Monitor report"
+
+#: ../../include/functions_reports.php:890
+#, fuzzy
+msgid "Agent event report"
+msgstr "Create report"
+
+#: ../../include/functions_reports.php:894
+#, fuzzy
+msgid "Group event report"
+msgstr "Group events"
+
+#: ../../include/functions_reports.php:900
+#, fuzzy
+msgid "Agents inventory"
+msgstr "Agents management"
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "Module sanity"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Agent configuration"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr ""
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr ""
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+#, fuzzy
+msgid "Netflow top-N connections"
+msgstr "Create new map connection"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+#, fuzzy
+msgid "Log"
+msgstr "Login"
+
+#: ../../include/functions_reports.php:954
+#, fuzzy
+msgid "Log report"
+msgstr "Monitor report"
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr ""
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr ""
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr ""
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "Configuration"
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr ""
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "Security level"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "Monitor checks"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "Event graph by user"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr ""
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr ""
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr ""
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr ""
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+#, fuzzy
+msgid "Graph Sql"
+msgstr "Graph"
+
+#: ../../include/functions_reports.php:1490
+#, fuzzy
+msgid "Period "
+msgstr "Period"
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Agent successfully added to layout"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Modules successfully added to layout"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr ""
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr ""
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr ""
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr ""
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr ""
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Monitor Critical"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Monitor Warning"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Monitor Normal"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr ""
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Alert recovered"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Alert ceased"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Alert manual validation"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr ""
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Recon host detected"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr ""
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+#, fuzzy
+msgid "Network configuration manager"
+msgstr "Remote configuration management"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr ""
+
+#: ../../include/functions.php:2831
+#, fuzzy, php-format
+msgid "%s seconds"
+msgstr "seconds"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr ""
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr ""
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr ""
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr ""
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr ""
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr ""
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr ""
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr ""
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr ""
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr ""
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr ""
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr ""
+
+#: ../../include/functions.php:4061
+#, fuzzy
+msgid "Summatory series"
+msgstr "Summary"
+
+#: ../../include/functions.php:4065
+#, fuzzy
+msgid "Average series"
+msgstr "Manage servers"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr ""
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr ""
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr ""
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+#, fuzzy
+msgid "of module"
+msgstr "Copy modules"
+
+#: ../../include/functions.php:4356
+#, fuzzy
+msgid "Projection"
+msgstr "Position"
+
+#: ../../include/functions.php:6388
+#, fuzzy
+msgid "Testing Pandora FMS email"
+msgstr "Pandora FMS Overview"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr ""
+
+#: ../../include/functions_api.php:126
+#, fuzzy
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "No set or get or help operation."
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "This operation does not exist."
+
+#: ../../include/functions_api.php:146
+#, fuzzy
+msgid "The Id does not exist in database."
+msgstr "Id does not exist in BD."
+
+#: ../../include/functions_api.php:156
+#, fuzzy
+msgid "This operation can not be used in cluster elements."
+msgstr "This operation does not exist."
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+#, fuzzy
+msgid "No data to show."
+msgstr "No available data to show"
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+
+#: ../../include/functions_api.php:196
+#, fuzzy
+msgid "Auth error"
+msgstr "Author"
+
+#: ../../include/functions_api.php:206
+#, fuzzy
+msgid "License not allowed for this operation."
+msgstr "No set or get or help operation."
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+
+#: ../../include/functions_api.php:1891
+#, fuzzy, php-format
+msgid "Updated %d/%d agents"
+msgstr "Updated at"
+
+#: ../../include/functions_api.php:1899
+#, fuzzy
+msgid "Agent updated."
+msgstr "Plug-in update"
+
+#: ../../include/functions_api.php:2116
+#, fuzzy
+msgid "Could not create OS"
+msgstr "Could not be created"
+
+#: ../../include/functions_api.php:2153
+#, fuzzy
+msgid "Could not update OS"
+msgstr "Could not be updated"
+
+#: ../../include/functions_api.php:2362
+#, fuzzy
+msgid "The agent was successfully deleted"
+msgstr "Template successfully deleted"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr ""
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:6023
+#, fuzzy
+msgid "Successful update of the alert template"
+msgstr "Successfully updated export target"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6098
+#, fuzzy
+msgid "Successful delete of alert template."
+msgstr "Successfully deleted export target"
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, fuzzy, php-format
+msgid "%d agents affected"
+msgstr "No agents selected"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6772
+#, fuzzy
+msgid "Successful delete of module template."
+msgstr "Successfully deleted module from profile"
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6903
+#, fuzzy
+msgid "Error validating alert"
+msgstr "Error updating user info"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr ""
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr ""
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr ""
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr ""
+
+#: ../../include/functions_api.php:7756
+#, fuzzy
+msgid "Planned downtime updated"
+msgstr "Planned Downtime"
+
+#: ../../include/functions_api.php:7831
+#, fuzzy
+msgid " Agents deleted"
+msgstr "No agents selected"
+
+#: ../../include/functions_api.php:7913
+#, fuzzy
+msgid " Agents added"
+msgstr "Agent name"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9367
+#, fuzzy
+msgid "Successful deletion"
+msgstr "Successfully deleted"
+
+#: ../../include/functions_api.php:9690
+#, fuzzy
+msgid "User created."
+msgstr "Users connected"
+
+#: ../../include/functions_api.php:9785
+#, fuzzy
+msgid "User updated."
+msgstr "Updated"
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "Conf file deleted successfully"
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:11688
+#, fuzzy
+msgid "User deleted."
+msgstr "User detail editor"
+
+#: ../../include/functions_api.php:11747
+#, fuzzy
+msgid "User profile added."
+msgstr "Add user profile."
+
+#: ../../include/functions_api.php:11812
+#, fuzzy
+msgid "User profile deleted."
+msgstr "Add user profile."
+
+#: ../../include/functions_api.php:12095
+#, fuzzy
+msgid "Module disabled successfully."
+msgstr "Module updated successfully"
+
+#: ../../include/functions_api.php:12097
+#, fuzzy
+msgid "The module could not be disabled."
+msgstr "Could not be disabled"
+
+#: ../../include/functions_api.php:12159
+#, fuzzy
+msgid "Module enabled successfully."
+msgstr "Module added successfully"
+
+#: ../../include/functions_api.php:12161
+#, fuzzy
+msgid "The module could not be enabled."
+msgstr "Could not be enabled"
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+#, fuzzy
+msgid "The alert could not be disabled."
+msgstr "Could not be disabled"
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+#, fuzzy
+msgid "The alert could not be enabled."
+msgstr "Could not be enabled"
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr ""
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr ""
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+#, fuzzy
+msgid "Successfully deleted."
+msgstr "Successfully deleted"
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr ""
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr ""
+
+#: ../../include/functions_api.php:15979
+#, fuzzy
+msgid "Event filter successfully created."
+msgstr "Group successfully created"
+
+#: ../../include/functions_api.php:16212
+#, fuzzy
+msgid "Event filter successfully updated."
+msgstr "Module successfully updated"
+
+#: ../../include/functions_api.php:16253
+#, fuzzy
+msgid "Event filter successfully deleted."
+msgstr "Template successfully deleted"
+
+#: ../../include/functions_api.php:16569
+#, fuzzy
+msgid "Validated traps."
+msgstr "Validated"
+
+#: ../../include/functions_api.php:16596
+#, fuzzy
+msgid "Deleted traps."
+msgstr "Delete user."
+
+#: ../../include/functions_api.php:16789
+#, fuzzy, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr "Successfully updated export target"
+
+#: ../../include/functions_api.php:16791
+#, fuzzy
+msgid "Successfully updated module/alert count in all agents"
+msgstr "Successfully updated export target"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:17485
+#, fuzzy
+msgid "Enabled discovery task."
+msgstr "Enable history database"
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr ""
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr ""
@@ -34185,6 +34808,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "the Flexible Monitoring System"
+
 #: ../../include/functions_config.php:2863
 #, fuzzy
 msgid "PandoraFMS Metaconsole"
@@ -34198,2033 +34826,10 @@ msgstr ""
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr ""
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr ""
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Refresh time"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Begin date"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Time range"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr ""
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Show events"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Show alerts"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-#, fuzzy
-msgid "Show percentil"
-msgstr "Show events"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr ""
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-#, fuzzy
-msgid "Graph configuration menu"
-msgstr "Pandora FMS Graph configuration menu"
-
-#: ../../include/functions_reporting_html.php:111
-#, fuzzy
-msgid "Label: "
-msgstr "Label"
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "Data table"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-#, fuzzy
-msgid "CVE"
-msgstr "CSV"
-
-#: ../../include/functions_reporting_html.php:677
-#, fuzzy
-msgid "Detection time"
-msgstr "Connection Name"
-
-#: ../../include/functions_reporting_html.php:680
-#, fuzzy
-msgid "Attack Vector"
-msgstr "Attachment store"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-#, fuzzy
-msgid "L.S. Change"
-msgstr "On Change"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "SLA Limit"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1239
-#, fuzzy
-msgid "Global Time"
-msgstr "Global Profile"
-
-#: ../../include/functions_reporting_html.php:1240
-#, fuzzy
-msgid "Time Total"
-msgstr "Time to"
-
-#: ../../include/functions_reporting_html.php:1241
-#, fuzzy
-msgid "Time Failed"
-msgstr "Times fired"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-#, fuzzy
-msgid "Time OK"
-msgstr "Time"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-#, fuzzy
-msgid "Time Unknown"
-msgstr "Unknown"
-
-#: ../../include/functions_reporting_html.php:1244
-#, fuzzy
-msgid "Time Not Init"
-msgstr "Not Init"
-
-#: ../../include/functions_reporting_html.php:1245
-#, fuzzy
-msgid "Downtime"
-msgstr "Planned Downtime"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1277
-#, fuzzy
-msgid "Checks Unknown"
-msgstr "Unknown"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "Not Init"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-#, fuzzy
-msgid "Downtimes"
-msgstr "times"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "Validated"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Event validated"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1789
-#, fuzzy, php-format
-msgid "%s System"
-msgstr "System"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "Event name"
-
-#: ../../include/functions_reporting_html.php:2279
-#, fuzzy
-msgid "Sec. groups"
-msgstr "Source group"
-
-#: ../../include/functions_reporting_html.php:2299
-#, fuzzy
-msgid "Remote conf."
-msgstr "Remote configuration"
-
-#: ../../include/functions_reporting_html.php:2447
-#, fuzzy
-msgid "Agent secondary groups"
-msgstr "Agent group"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2966
-#, fuzzy
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr "The alert would fire when the module is in critical status"
-
-#: ../../include/functions_reporting_html.php:3037
-#, fuzzy
-msgid "Last time"
-msgstr "Last fired"
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "Agent group"
-
-#: ../../include/functions_reporting_html.php:3234
-#, fuzzy
-msgid "OS Type"
-msgstr "Type"
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3630
-#, fuzzy
-msgid "Group Description"
-msgstr "Description"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4470
-#, fuzzy
-msgid "Total summary"
-msgstr "Summary"
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "No alerts defined"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5266
-#, fuzzy
-msgid "From data"
-msgstr "Purge data"
-
-#: ../../include/functions_reporting_html.php:5267
-#, fuzzy
-msgid "To data"
-msgstr "Export data"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5426
-#, fuzzy
-msgid "Time Not Init Module"
-msgstr "Total non-init modules"
-
-#: ../../include/functions_reporting_html.php:5432
-#, fuzzy
-msgid "Time Downtime"
-msgstr "Planned Downtime"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5508
-#, fuzzy
-msgid "Checks Warning"
-msgstr "Warning"
-
-#: ../../include/functions_reporting_html.php:5514
-#, fuzzy
-msgid "Checks Uknown"
-msgstr "Unknown"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5813
-#, fuzzy
-msgid "Agent min value"
-msgstr "Agent name"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "Alert level"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Alert description"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Last failure"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Monitors"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7299
-#, fuzzy, php-format
-msgid "Last activity in %s console"
-msgstr "This is your last activity in Pandora FMS console"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "No events"
-
-#: ../../include/functions_reporting_html.php:7647
-#, fuzzy
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr "There are no scheduled downtimes"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-#, fuzzy
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr "There are no scheduled downtimes"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-#, fuzzy
-msgid "Permissions"
-msgstr "SNMP version"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7850
-#, fuzzy
-msgid "Last backup date"
-msgstr "Last update"
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr ""
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr ""
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr ""
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr ""
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr ""
-
-#: ../../include/functions_cron.php:701
-#, fuzzy
-msgid "Report per agent"
-msgstr "Report name"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr ""
-
-#: ../../include/functions_cron.php:975
-#, fuzzy
-msgid "Enable task"
-msgstr "Enable"
-
-#: ../../include/functions_cron.php:989
-#, fuzzy
-msgid "There are no jobs"
-msgstr "There are no messages"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-#, fuzzy
-msgid "Create a Directory"
-msgstr "Create directory"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "Create profile"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-#, fuzzy
-msgid "Upload Files"
-msgstr "Upload file"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-#, fuzzy
-msgid "Real path"
-msgstr "Refresh path"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "Directory %s doesn't exist!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Parent directory"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Create directory"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr "The zip uploads in this dir, easy to upload multiple files."
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Go"
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "Create profile"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "The directory is read-only"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-#, fuzzy
-msgid "Please select an item from this list."
-msgstr "Please select the connection type"
-
-#: ../../include/functions_html.php:1015
-msgid "Select one or more elements"
-msgstr ""
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr ""
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "Total agents"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr ""
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-#, fuzzy
-msgid "Type to search modules"
-msgstr "Network server module"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-#, fuzzy
-msgid "Only common modules"
-msgstr "Remote modules"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "weeks"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr ""
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Month"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr ""
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "Select"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr ""
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr ""
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr ""
-
-#: ../../include/functions_html.php:7984
-#, fuzzy
-msgid "Last 24hr"
-msgstr "Last fired"
-
-#: ../../include/functions_html.php:7987
-#, fuzzy
-msgid "Past week"
-msgstr "Last week"
-
-#: ../../include/functions_html.php:7988
-#, fuzzy
-msgid "Past month"
-msgstr "Last month"
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "Last day"
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr ""
-
-#: ../../include/functions_html.php:8425
-#, fuzzy
-msgid "Check mail configuration"
-msgstr "Basic configuration"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-#, fuzzy
-msgid "Enable user configuration"
-msgstr "Basic configuration"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-#, fuzzy
-msgid "Notified groups"
-msgstr "Module groups"
-
-#: ../../include/functions_notifications.php:877
-#, fuzzy
-msgid "Add users"
-msgstr "All users"
-
-#: ../../include/functions_notifications.php:877
-#, fuzzy
-msgid "Add groups"
-msgstr "Module groups"
-
-#: ../../include/functions_notifications.php:878
-#, fuzzy
-msgid "Delete users"
-msgstr "Delete user."
-
-#: ../../include/functions_notifications.php:878
-#, fuzzy
-msgid "Delete groups"
-msgstr "Create group"
-
-#: ../../include/functions_notifications.php:974
-#, fuzzy
-msgid "Add elements"
-msgstr "List elements"
-
-#: ../../include/functions_notifications.php:988
-#, fuzzy
-msgid "Remove elements"
-msgstr "List elements"
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "Show alerts"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "History database"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "Pandora FMS"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "Alert overview"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "Upload file"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "Last modification"
-
-#: ../../include/functions_notifications.php:1176
-#, fuzzy
-msgid "Mark all as read"
-msgstr "Mark as unread"
-
-#: ../../include/functions_notifications.php:1232
-#, fuzzy
-msgid "Click here to get more information"
-msgstr "Tactical server information"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Simple graph"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "SQL vertical bar graph"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "SQL pie graph"
-
-#: ../../include/functions_reports.php:681
-#, fuzzy
-msgid "SQL horizontal bar graph"
-msgstr "SQL horizonal bar graph"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:699
-#, fuzzy
-msgid "Module Histogram graph"
-msgstr "Module graph"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr ""
-
-#: ../../include/functions_reports.php:705
-#, fuzzy
-msgid "IPAM networks"
-msgstr "Network"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr ""
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "S.L.A."
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:720
-#, fuzzy
-msgid "Weekly S.L.A."
-msgstr "Weekly"
-
-#: ../../include/functions_reports.php:724
-#, fuzzy
-msgid "Hourly S.L.A."
-msgstr "S.L.A."
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr ""
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr ""
-
-#: ../../include/functions_reports.php:746
-#, fuzzy
-msgid "Avg. value"
-msgstr "Avg. Value"
-
-#: ../../include/functions_reports.php:750
-#, fuzzy
-msgid "Max. value"
-msgstr "Max value"
-
-#: ../../include/functions_reports.php:754
-#, fuzzy
-msgid "Min. value"
-msgstr "Min. Value"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Monitor report"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr ""
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr ""
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr ""
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr ""
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr ""
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr ""
-
-#: ../../include/functions_reports.php:818
-#, fuzzy
-msgid "Agents/Modules status"
-msgstr "Event status"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr ""
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr ""
-
-#: ../../include/functions_reports.php:845
-#, fuzzy
-msgid "Custom Render"
-msgstr "Custom graph"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr ""
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr ""
-
-#: ../../include/functions_reports.php:865
-#, fuzzy
-msgid "Module alert report"
-msgstr "Module template"
-
-#: ../../include/functions_reports.php:869
-#, fuzzy
-msgid "Agent alert report "
-msgstr "Create report"
-
-#: ../../include/functions_reports.php:875
-#, fuzzy
-msgid "Group alert report"
-msgstr "Create report"
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:886
-#, fuzzy
-msgid "Module event report"
-msgstr "Monitor report"
-
-#: ../../include/functions_reports.php:890
-#, fuzzy
-msgid "Agent event report"
-msgstr "Create report"
-
-#: ../../include/functions_reports.php:894
-#, fuzzy
-msgid "Group event report"
-msgstr "Group events"
-
-#: ../../include/functions_reports.php:900
-#, fuzzy
-msgid "Agents inventory"
-msgstr "Agents management"
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "Module sanity"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Agent configuration"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr ""
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr ""
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-#, fuzzy
-msgid "Netflow top-N connections"
-msgstr "Create new map connection"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-#, fuzzy
-msgid "Log"
-msgstr "Login"
-
-#: ../../include/functions_reports.php:954
-#, fuzzy
-msgid "Log report"
-msgstr "Monitor report"
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr ""
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr ""
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr ""
-
-#: ../../include/functions_reports.php:971
-#, fuzzy
-msgid "NCM configuration changes"
-msgstr "Configuration"
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr ""
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-#, fuzzy
-msgid "Security hardening"
-msgstr "Security level"
-
-#: ../../include/functions_reports.php:1002
-#, fuzzy
-msgid "List of checks"
-msgstr "Monitor checks"
-
-#: ../../include/functions_reports.php:1017
-#, fuzzy
-msgid "Severity graph bar"
-msgstr "Event graph by user"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr ""
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr ""
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr ""
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr ""
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr ""
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-#, fuzzy
-msgid "Graph Sql"
-msgstr "Graph"
-
-#: ../../include/functions_reports.php:1490
-#, fuzzy
-msgid "Period "
-msgstr "Period"
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Agent successfully added to layout"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Modules successfully added to layout"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr ""
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-#, fuzzy
-msgid " agents"
-msgstr "All agents"
-
-#: ../../include/functions_reporting.php:420
-#, fuzzy
-msgid " modules"
-msgstr "Add modules"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "There are no SLAs defined"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-#, fuzzy
-msgid "Inverse"
-msgstr "Inventory"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr ""
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr ""
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3622
-#, fuzzy
-msgid "Agent/Modules Status"
-msgstr "Module templates"
-
-#: ../../include/functions_reporting.php:3813
-#, fuzzy
-msgid "End of life report"
-msgstr "View report"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5368
-#, fuzzy
-msgid "Last Value"
-msgstr "Last failure"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5786
-#, fuzzy
-msgid "Custom render report"
-msgstr "Custom reporting"
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6985
-#, fuzzy
-msgid "Unknown report"
-msgstr "Unknown type"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8177
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11129
-#, fuzzy
-msgid "Automatic combined graph"
-msgstr "Static graph"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "Server health"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "Monitor health"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "of monitors up"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "Module sanity"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "of total modules inited"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "of defined alerts not fired"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "Agent without data"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13780
-#, fuzzy, php-format
-msgid "%d Modules in critical status"
-msgstr "Critical status"
-
-#: ../../include/functions_reporting.php:13781
-#, fuzzy, php-format
-msgid "%d Modules in warning status"
-msgstr "Warning status"
-
-#: ../../include/functions_reporting.php:13782
-#, fuzzy, php-format
-msgid "%d Modules in unknown status"
-msgstr "Unknown status"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "Total running modules"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "Local modules"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Start condition"
-msgstr "Start contact"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Stop condition"
-msgstr "Condition"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16081
-#, fuzzy
-msgid "Module Histogram Graph"
-msgstr "Module Graph"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16438
-#, fuzzy
-msgid "report"
-msgstr "Report"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "Generated at"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr ""
-
-#: ../../include/functions_reporting.php:16445
-#, fuzzy
-msgid "Best regards, Pandora FMS"
-msgstr "Plug-ins registered in Pandora FMS"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
 msgstr ""
 
 #: ../../include/functions_events.php:194
@@ -36243,6 +34848,15 @@ msgstr ""
 msgid "Event id"
 msgstr ""
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "Event name"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr ""
@@ -36262,6 +34876,16 @@ msgstr "Module groups"
 msgid "Could not connect: %s"
 msgstr "Could not be created"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "No events"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "Latest events"
@@ -36270,6 +34894,33 @@ msgstr "Latest events"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr ""
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Event validated"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr ""
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr ""
@@ -36435,13 +35086,1342 @@ msgstr "Plug-in command"
 msgid "Execute again"
 msgstr ""
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
 msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
+#: ../../include/functions_reporting.php:410
+#, fuzzy
+msgid " agents"
+msgstr "All agents"
+
+#: ../../include/functions_reporting.php:420
+#, fuzzy
+msgid " modules"
+msgstr "Add modules"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "There are no SLAs defined"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+#, fuzzy
+msgid "Inverse"
+msgstr "Inventory"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2286
+#, fuzzy, php-format
+msgid "Exclude %s"
+msgstr "Toggle filter(s)"
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr ""
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3622
+#, fuzzy
+msgid "Agent/Modules Status"
+msgstr "Module templates"
+
+#: ../../include/functions_reporting.php:3813
+#, fuzzy
+msgid "End of life report"
+msgstr "View report"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5379
+#, fuzzy
+msgid "Last Value"
+msgstr "Last failure"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5797
+#, fuzzy
+msgid "Custom render report"
+msgstr "Custom reporting"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6996
+#, fuzzy
+msgid "Unknown report"
+msgstr "Unknown type"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11140
+#, fuzzy
+msgid "Automatic combined graph"
+msgstr "Static graph"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "Server health"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "Monitor health"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "of monitors up"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "Module sanity"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "of total modules inited"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "Alert level"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "of defined alerts not fired"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "Agent without data"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13791
+#, fuzzy, php-format
+msgid "%d Modules in critical status"
+msgstr "Critical status"
+
+#: ../../include/functions_reporting.php:13792
+#, fuzzy, php-format
+msgid "%d Modules in warning status"
+msgstr "Warning status"
+
+#: ../../include/functions_reporting.php:13793
+#, fuzzy, php-format
+msgid "%d Modules in unknown status"
+msgstr "Unknown status"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "Total running modules"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "Local modules"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Start condition"
+msgstr "Start contact"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Stop condition"
+msgstr "Condition"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16092
+#, fuzzy
+msgid "Module Histogram Graph"
+msgstr "Module Graph"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16449
+#, fuzzy
+msgid "report"
+msgstr "Report"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "Generated at"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr ""
+
+#: ../../include/functions_reporting.php:16456
+#, fuzzy
+msgid "Best regards, Pandora FMS"
+msgstr "Plug-ins registered in Pandora FMS"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:111
+#, fuzzy
+msgid "Label: "
+msgstr "Label"
+
+#: ../../include/functions_reporting_html.php:116
+#, fuzzy
+msgid "Data time"
+msgstr "Data table"
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+#, fuzzy
+msgid "CVE"
+msgstr "CSV"
+
+#: ../../include/functions_reporting_html.php:677
+#, fuzzy
+msgid "Detection time"
+msgstr "Connection Name"
+
+#: ../../include/functions_reporting_html.php:680
+#, fuzzy
+msgid "Attack Vector"
+msgstr "Attachment store"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+#, fuzzy
+msgid "L.S. Change"
+msgstr "On Change"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "SLA Limit"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1239
+#, fuzzy
+msgid "Global Time"
+msgstr "Global Profile"
+
+#: ../../include/functions_reporting_html.php:1240
+#, fuzzy
+msgid "Time Total"
+msgstr "Time to"
+
+#: ../../include/functions_reporting_html.php:1241
+#, fuzzy
+msgid "Time Failed"
+msgstr "Times fired"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+#, fuzzy
+msgid "Time OK"
+msgstr "Time"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+#, fuzzy
+msgid "Time Unknown"
+msgstr "Unknown"
+
+#: ../../include/functions_reporting_html.php:1244
+#, fuzzy
+msgid "Time Not Init"
+msgstr "Not Init"
+
+#: ../../include/functions_reporting_html.php:1245
+#, fuzzy
+msgid "Downtime"
+msgstr "Planned Downtime"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1277
+#, fuzzy
+msgid "Checks Unknown"
+msgstr "Unknown"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "Not Init"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+#, fuzzy
+msgid "Downtimes"
+msgstr "times"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+#, fuzzy
+msgid "Validated by"
+msgstr "Validated"
+
+#: ../../include/functions_reporting_html.php:1789
+#, fuzzy, php-format
+msgid "%s System"
+msgstr "System"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2279
+#, fuzzy
+msgid "Sec. groups"
+msgstr "Source group"
+
+#: ../../include/functions_reporting_html.php:2299
+#, fuzzy
+msgid "Remote conf."
+msgstr "Remote configuration"
+
+#: ../../include/functions_reporting_html.php:2447
+#, fuzzy
+msgid "Agent secondary groups"
+msgstr "Agent group"
+
+#: ../../include/functions_reporting_html.php:2966
+#, fuzzy
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr "The alert would fire when the module is in critical status"
+
+#: ../../include/functions_reporting_html.php:3037
+#, fuzzy
+msgid "Last time"
+msgstr "Last fired"
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "Agent group"
+
+#: ../../include/functions_reporting_html.php:3234
+#, fuzzy
+msgid "OS Type"
+msgstr "Type"
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3630
+#, fuzzy
+msgid "Group Description"
+msgstr "Description"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4470
+#, fuzzy
+msgid "Total summary"
+msgstr "Summary"
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "No alerts defined"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5266
+#, fuzzy
+msgid "From data"
+msgstr "Purge data"
+
+#: ../../include/functions_reporting_html.php:5267
+#, fuzzy
+msgid "To data"
+msgstr "Export data"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5426
+#, fuzzy
+msgid "Time Not Init Module"
+msgstr "Total non-init modules"
+
+#: ../../include/functions_reporting_html.php:5432
+#, fuzzy
+msgid "Time Downtime"
+msgstr "Planned Downtime"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5508
+#, fuzzy
+msgid "Checks Warning"
+msgstr "Warning"
+
+#: ../../include/functions_reporting_html.php:5514
+#, fuzzy
+msgid "Checks Uknown"
+msgstr "Unknown"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5813
+#, fuzzy
+msgid "Agent min value"
+msgstr "Agent name"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Alert description"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Last failure"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Monitors"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7299
+#, fuzzy, php-format
+msgid "Last activity in %s console"
+msgstr "This is your last activity in Pandora FMS console"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7647
+#, fuzzy
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr "There are no scheduled downtimes"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+#, fuzzy
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr "There are no scheduled downtimes"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+#, fuzzy
+msgid "Permissions"
+msgstr "SNMP version"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7850
+#, fuzzy
+msgid "Last backup date"
+msgstr "Last update"
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr ""
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr ""
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr ""
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "Create report"
+
+#: ../../include/functions_snmp.php:349
+#, fuzzy
+msgid "Pagination"
+msgstr "Plug-in creation"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+#, fuzzy
+msgid "Active filter"
+msgstr "Active"
+
+#: ../../include/functions_snmp.php:441
+#, fuzzy
+msgid "Active filters"
+msgstr "Active incidents"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Error processing request"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr ""
+
+#: ../../include/functions_ui.php:1360
+#, fuzzy
+msgid "Force check"
+msgstr "Monitor checks"
+
+#: ../../include/functions_ui.php:1537
+#, fuzzy
+msgid "Are you sure you want to delete alert action?"
+msgstr "Do you wan delete this connection?"
+
+#: ../../include/functions_ui.php:1625
+#, fuzzy
+msgid "Are you sure you want to delete alert?"
+msgstr "Do you want to set default the map?"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr "The alert would fire when the value is over "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr "The alert would fire when the value is under "
+
+#: ../../include/functions_ui.php:1892
+#, fuzzy
+msgid "Unknown option."
+msgstr "Unknown type"
+
+#: ../../include/functions_ui.php:2699
+#, fuzzy
+msgid "First"
+msgstr "First date"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Unknown type"
+
+#: ../../include/functions_ui.php:4051
+#, fuzzy
+msgid "Export current page to CSV"
+msgstr "Export target"
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr ""
+
+#: ../../include/functions_ui.php:4205
+#, fuzzy
+msgid "No matching records found"
+msgstr "No matching traps found"
+
+#: ../../include/functions_ui.php:4206
+#, fuzzy
+msgid "No data available in table"
+msgstr "Not available"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Type at least two characters to search."
+
+#: ../../include/functions_ui.php:6774
+#, fuzzy
+msgid "Unhandled error"
+msgstr "Name error"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr ""
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr ""
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+
+#: ../../include/functions_ui.php:7352
+#, fuzzy
+msgid "Query"
+msgstr "SQL query"
+
+#: ../../include/functions_ui.php:7377
+#, fuzzy
+msgid "Results"
+msgstr "Result"
+
+#: ../../include/functions_ui.php:7424
+#, fuzzy
+msgid "Execute query"
+msgstr "Execute SQL"
+
+#: ../../include/functions_ui.php:7458
+#, fuzzy
+msgid "Show password"
+msgstr "Auth password"
+
+#: ../../include/functions_ui.php:7558
+#, fuzzy
+msgid "WEB server"
+msgstr "WMI server"
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "Module"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr ""
+
+#: ../../include/functions_ui.php:7864
+#, fuzzy
+msgid "Field name"
+msgstr "Field number"
+
+#: ../../include/functions_ui.php:7881
+#, fuzzy
+msgid "It's a password"
+msgstr "Auth password"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr ""
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
 msgstr ""
 
 #: ../../mobile/include/functions_web.php:83
@@ -36573,134 +36553,6 @@ msgstr ""
 msgid "Last %s Events"
 msgstr ""
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-#, fuzzy
-msgid "Module/Agent"
-msgstr "Module management"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:794
-#, fuzzy
-msgid "Error connecting to DB."
-msgstr "Error creating recon task"
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:918
-#, fuzzy
-msgid "Sucessful in process"
-msgstr "Request successfully processed"
-
-#: ../../mobile/operation/events.php:920
-msgid "Fail in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr ""
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -36713,38 +36565,54 @@ msgstr "Event status"
 msgid "Module data"
 msgstr "Module sanity"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr ""
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr ""
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:850
-#, fuzzy
-msgid "Choose option"
-msgstr "Choose agent"
-
 #: ../../mobile/operation/server_status.php:371
 #, fuzzy
 msgid "No servers"
@@ -36841,6 +36709,118 @@ msgstr ""
 msgid "NOT INITIALIZED"
 msgstr ""
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr ""
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+#, fuzzy
+msgid "Module/Agent"
+msgstr "Module management"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:794
+#, fuzzy
+msgid "Error connecting to DB."
+msgstr "Error creating recon task"
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:918
+#, fuzzy
+msgid "Sucessful in process"
+msgstr "Request successfully processed"
+
+#: ../../mobile/operation/events.php:920
+msgid "Fail in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:850
+#, fuzzy
+msgid "Choose option"
+msgstr "Choose agent"
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -37539,71 +37519,6 @@ msgstr ""
 msgid "Diff view"
 msgstr ""
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:174
-#, fuzzy
-msgid "Modules boolean"
-msgstr "Module sanity"
-
-#: ../../operation/agentes/graphs.php:260
-msgid "The combined graph does not show the alerts into this graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:265
-msgid "Several graphs for each module"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:363
-#, fuzzy
-msgid "There was an error loading the graph"
-msgstr "There was a problem loading the agent"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -37741,6 +37656,71 @@ msgstr "Agent detail"
 msgid "Interface information (SNMP)"
 msgstr "Database information"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:174
+#, fuzzy
+msgid "Modules boolean"
+msgstr "Module sanity"
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:363
+#, fuzzy
+msgid "There was an error loading the graph"
+msgstr "There was a problem loading the agent"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+
 #: ../../operation/agentes/status_monitor.php:684
 #, fuzzy
 msgid "Wux server module"
@@ -38261,26 +38241,26 @@ msgid "Netflow live view"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr ""
 
@@ -38289,8 +38269,8 @@ msgid "Connection"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr ""
 
@@ -38325,14 +38305,14 @@ msgid "Draw"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr ""
 
@@ -38341,36 +38321,26 @@ msgid "No filter selected"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-#, fuzzy
-msgid "Network usage map"
-msgstr "Network map"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "Filter"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr ""
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "Filter"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38386,6 +38356,16 @@ msgstr ""
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr ""
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+#, fuzzy
+msgid "Network usage map"
+msgstr "Network map"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr ""
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -38673,6 +38653,27 @@ msgstr "Create profile"
 msgid "Are you sure you want add module?"
 msgstr ""
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+#, fuzzy
+msgid "User notifications"
+msgstr "Last modification"
+
+#: ../../operation/users/user_edit_notifications.php:42
+#, fuzzy
+msgid "Console notifications"
+msgstr "Last modification"
+
+#: ../../operation/users/user_edit_notifications.php:43
+#, fuzzy
+msgid "E-mail notifications"
+msgstr "Last modification"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr ""
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "User detail editor"
@@ -38721,7 +38722,7 @@ msgstr ""
 
 #: ../../operation/users/user_edit.php:241
 #, fuzzy
-msgid "Error updating passwords: "
+msgid "Error updating passwords"
 msgstr "Error updating passwords: %s"
 
 #: ../../operation/users/user_edit.php:265
@@ -38778,27 +38779,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr ""
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-#, fuzzy
-msgid "User notifications"
-msgstr "Last modification"
-
-#: ../../operation/users/user_edit_notifications.php:42
-#, fuzzy
-msgid "Console notifications"
-msgstr "Last modification"
-
-#: ../../operation/users/user_edit_notifications.php:43
-#, fuzzy
-msgid "E-mail notifications"
-msgstr "Last modification"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr ""
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr ""
@@ -39219,8 +39199,8 @@ msgid "Completed"
 msgstr ""
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-#, fuzzy
-msgid "Updating to "
+#, fuzzy, php-format
+msgid "Updating to %s"
 msgstr "Updating"
 
 #: ../../update_manager_client/views/offline.php:65
@@ -39248,13 +39228,11 @@ msgid "Click on the file below to begin."
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+msgid "This action will upgrade this console to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39343,49 +39321,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr ""
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
 "Language-Team: English (United Kingdom) \n"
 "Language: en_GB\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2020-07-30 14:25+0000\n"
-"X-Generator: Launchpad (build a24057fea7e4c6a98c0220d5f878da0f3c783699)\n"
+"X-Generator: Poedit 3.4.2\n"
 
 #: ../../extensions/disabled/matrix_events.php:30
 msgid "Matrix events"
@@ -47,8 +47,8 @@ msgid "Extensions"
 msgstr "Extensions"
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -143,11 +143,11 @@ msgstr "Extension uploader"
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -160,7 +160,6 @@ msgstr "Extension uploader"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -171,6 +170,7 @@ msgstr "Extension uploader"
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -185,8 +185,12 @@ msgstr "Extension uploader"
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -214,15 +218,10 @@ msgstr "Extension uploader"
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -245,9 +244,9 @@ msgstr "Agent"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -308,8 +307,11 @@ msgstr "Agent"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -326,11 +328,8 @@ msgstr "Agent"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -347,12 +346,16 @@ msgstr "Module"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -365,10 +368,6 @@ msgstr "Module"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -416,16 +415,17 @@ msgstr "Cannot find file"
 
 #: ../../extensions/pandora_logs.php:35
 msgid "File is too large than PHP memory allocated in the system."
-msgstr "File is too large for the PHP memory allocated on the system"
+msgstr "File is too large for the PHP memory allocated on the system."
 
 #: ../../extensions/pandora_logs.php:36
 msgid "The preview file is imposible."
-msgstr "File preview not available"
+msgstr "File preview not available."
 
 #: ../../extensions/pandora_logs.php:39 ../../extensions/pandora_logs.php:46
 msgid ""
 "The folder /var/log/pandora must have pandora:apache and its content too."
 msgstr ""
+"The folder /var/log/pandora must have pandora:apache and its content too."
 
 #: ../../extensions/pandora_logs.php:103
 msgid "System logfile viewer"
@@ -458,6 +458,8 @@ msgid ""
 "Warning, you are accessing the database directly. You can leave the system "
 "inoperative if you run an inappropriate SQL statement"
 msgstr ""
+"Warning, you are accessing the database directly. You can leave the system "
+"inoperative if you run an inappropriate SQL statement"
 
 #: ../../extensions/dbmanager.php:124 ../../extensions/module_groups.php:51
 #: ../../godmode/agentes/agent_manager.php:1576
@@ -489,11 +491,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -530,22 +532,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -573,22 +575,23 @@ msgid ""
 msgstr ""
 "This is an advanced extension to interface with %s database directly from "
 "WEB console\n"
-"\t\tusing native SQL sentences. Please note that you can damage your "
-"%s installation\n"
-"\t\tif you don't know exactly what are you are doing,\n"
-"\t\tthis means that you can severily damage your setup using this "
+"            using native SQL sentences. Please note that you can damage your %s installation\n"
+"            if you don't know exactly what you are doing,\n"
+"            this means that you can severily damage your setup using this "
 "extension.\n"
-"\t\tThis extension is intended to be used only by experienced users\n"
-"\t\twith a depth knowledge of %s internals."
+"            This extension is intended to be used only by experienced "
+"users\n"
+"            with a depth knowledge of %s internals."
 
 #: ../../extensions/dbmanager.php:164
 msgid "Some samples of usage:"
-msgstr ""
+msgstr "Some samples of usage:"
 
 #: ../../extensions/dbmanager.php:185
 #, fuzzy
 msgid "Select query target"
-msgstr "Select user"
+msgstr "Select query target"
 
 #: ../../extensions/dbmanager.php:191
 #: ../../include/lib/Dashboard/Widget.php:680
@@ -597,7 +600,7 @@ msgstr "This Metaconsole"
 
 #: ../../extensions/dbmanager.php:208
 msgid "Type your query here..."
-msgstr ""
+msgstr "Type your query here..."
 
 #: ../../extensions/dbmanager.php:214
 msgid "Execute SQL"
@@ -612,7 +615,7 @@ msgstr "SQL query"
 #: ../../extensions/dbmanager.php:262
 #, fuzzy
 msgid "Error querying database node"
-msgstr "Error deleting data"
+msgstr "Error querying database node"
 
 #: ../../extensions/insert_data.php:75 ../../extensions/insert_data.php:88
 #: ../../extensions/insert_data.php:334
@@ -645,7 +648,7 @@ msgid ""
 msgstr ""
 "Please check if the directory '%s' can be written on by the Apache user. "
 "

The CSV file format is date;value<newline>date;value<" -"newline>... The date in CSV has the following format: Y/m/d H:i:s" +"newline>... The date in CSV has the following format: Y/m/d H:i:s." #: ../../extensions/insert_data.php:129 msgid "You haven't privileges for insert data in the agent." @@ -654,23 +657,25 @@ msgstr "You don't have the necessary privileges to add data to the agent." #: ../../extensions/insert_data.php:165 #, php-format msgid "Can't save agent (%s), module (%s) data xml." -msgstr "Cannot save agent (%s), module (%s) XML data" +msgstr "Cannot save agent (%s), module (%s) XML data." #: ../../extensions/insert_data.php:174 #, php-format msgid "Save agent (%s), module (%s) data xml." -msgstr "(%s) agent saved, (%s) module XML data" +msgstr "(%s) agent saved, (%s) module XML data." #: ../../extensions/insert_data.php:196 #: ../../godmode/reporting/reporting_builder.item_editor.php:2757 #: ../../include/class/AuditLog.class.php:154 #: ../../include/class/AuditLog.class.php:246 #: ../../include/lib/Dashboard/Widgets/inventory.php:328 +#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586 -#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/TacticalView/elements/Events.php:447 -#: ../../include/functions.php:3194 +#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194 +#: ../../include/functions_reporting.php:5112 +#: ../../include/functions_reporting.php:5153 #: ../../include/functions_reporting_html.php:898 #: ../../include/functions_reporting_html.php:2692 #: ../../include/functions_reporting_html.php:4055 @@ -683,9 +688,6 @@ msgstr "(%s) agent saved, (%s) module XML data" #: ../../include/functions_reporting_html.php:4235 #: ../../include/functions_reporting_html.php:7296 #: ../../include/functions_reporting_html.php:7924 -#: ../../include/functions_reporting.php:5101 -#: ../../include/functions_reporting.php:5142 -#: ../../include/functions_inventory.php:1397 #: ../../mobile/operation/tactical.php:351 #: ../../operation/agentes/agent_inventory.php:135 #: ../../operation/netflow/nf_live_view.php:506 @@ -754,8 +756,8 @@ msgstr "Save" #: ../../operation/agentes/stat_win.php:480 #: ../../operation/events/events.php:3656 #: ../../operation/netflow/nf_live_view.php:965 -#: ../../operation/network/network_usage_map.php:414 #: ../../operation/network/network_report.php:682 +#: ../../operation/network/network_usage_map.php:414 #: ../../operation/reporting/graph_viewer.php:504 #: ../../operation/reporting/reporting_viewer.php:390 #: ../../operation/inventory/inventory.php:1470 @@ -779,8 +781,8 @@ msgstr "Choose time" #: ../../operation/agentes/stat_win.php:481 #: ../../operation/events/events.php:3657 #: ../../operation/netflow/nf_live_view.php:966 -#: ../../operation/network/network_usage_map.php:415 #: ../../operation/network/network_report.php:683 +#: ../../operation/network/network_usage_map.php:415 #: ../../operation/reporting/graph_viewer.php:505 #: ../../operation/reporting/reporting_viewer.php:391 #: ../../operation/inventory/inventory.php:1471 @@ -806,8 +808,8 @@ msgstr "Time" #: ../../operation/agentes/stat_win.php:482 #: ../../operation/events/events.php:3658 #: ../../operation/netflow/nf_live_view.php:967 -#: ../../operation/network/network_usage_map.php:416 #: ../../operation/network/network_report.php:684 +#: ../../operation/network/network_usage_map.php:416 #: ../../operation/reporting/graph_viewer.php:506 #: ../../operation/reporting/reporting_viewer.php:392 #: ../../operation/inventory/inventory.php:1472 @@ -832,8 +834,8 @@ msgstr "Hour" #: ../../operation/agentes/stat_win.php:483 #: ../../operation/events/events.php:3659 #: ../../operation/netflow/nf_live_view.php:968 -#: ../../operation/network/network_usage_map.php:417 #: ../../operation/network/network_report.php:685 +#: ../../operation/network/network_usage_map.php:417 #: ../../operation/reporting/graph_viewer.php:507 #: ../../operation/reporting/reporting_viewer.php:393 #: ../../operation/inventory/inventory.php:1473 @@ -857,8 +859,8 @@ msgstr "Minute" #: ../../operation/agentes/stat_win.php:484 #: ../../operation/events/events.php:3660 #: ../../operation/netflow/nf_live_view.php:969 -#: ../../operation/network/network_usage_map.php:418 #: ../../operation/network/network_report.php:686 +#: ../../operation/network/network_usage_map.php:418 #: ../../operation/reporting/graph_viewer.php:508 #: ../../operation/reporting/reporting_viewer.php:394 #: ../../operation/inventory/inventory.php:1474 @@ -875,8 +877,8 @@ msgstr "Second" #: ../../godmode/reporting/reporting_builder.item_editor.php:6163 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735 -#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306 +#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../operation/agentes/datos_agente.php:319 #: ../../operation/agentes/interface_traffic_graph_win.php:450 #: ../../operation/agentes/estado_monitores.php:495 @@ -884,8 +886,8 @@ msgstr "Second" #: ../../operation/agentes/stat_win.php:485 #: ../../operation/events/events.php:3661 #: ../../operation/netflow/nf_live_view.php:970 -#: ../../operation/network/network_usage_map.php:419 #: ../../operation/network/network_report.php:687 +#: ../../operation/network/network_usage_map.php:419 #: ../../operation/reporting/graph_viewer.php:509 #: ../../operation/reporting/reporting_viewer.php:395 #: ../../operation/inventory/inventory.php:1475 @@ -919,8 +921,8 @@ msgstr "Now" #: ../../operation/agentes/stat_win.php:486 #: ../../operation/events/events.php:3662 #: ../../operation/netflow/nf_live_view.php:971 -#: ../../operation/network/network_usage_map.php:420 #: ../../operation/network/network_report.php:688 +#: ../../operation/network/network_usage_map.php:420 #: ../../operation/reporting/graph_viewer.php:510 #: ../../operation/reporting/reporting_viewer.php:396 #: ../../operation/inventory/inventory.php:1476 @@ -931,394 +933,15 @@ msgstr "Now" msgid "Close" msgstr "Close" -#: ../../extensions/module_groups.php:48 -msgid "Counters Module" -msgstr "Counters Module" - -#: ../../extensions/module_groups.php:49 -msgid "Alerts_Fired" -msgstr "Alerts_Fired" - -#: ../../extensions/module_groups.php:50 -#: ../../godmode/groups/group_list.php:1291 -#: ../../godmode/massive/massive_copy_modules.php:125 -#: ../../godmode/massive/massive_copy_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:393 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 -#: ../../include/ajax/module.php:2350 -#: ../../include/class/ExtensionsDiscovery.class.php:788 -#: ../../include/class/AgentWizard.class.php:1436 -#: ../../include/class/AgentWizard.class.php:4196 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 -#: ../../include/functions_massive_operations.php:156 -#: ../../include/functions.php:1182 ../../include/functions.php:1418 -#: ../../include/functions.php:1419 ../../include/functions.php:1421 -#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 -#: ../../include/functions_graph.php:3249 -#: ../../include/functions_graph.php:3251 -#: ../../include/functions_graph.php:4780 -#: ../../include/functions_reporting_html.php:1521 -#: ../../include/functions_reporting_html.php:6131 -#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57 -#: ../../mobile/operation/modules.php:71 -#: ../../operation/agentes/group_view.php:252 -#: ../../operation/agentes/group_view.php:257 -#: ../../operation/agentes/estado_agente.php:312 -#: ../../operation/agentes/estado_monitores.php:542 -#: ../../operation/agentes/status_monitor.php:575 -#: ../../operation/gis_maps/render_view.php:165 -#: ../../operation/custom_fields/custom_fields_view.php:176 -#: ../../operation/tree.php:210 ../../operation/tree.php:301 -#: ../../operation/tree.php:515 -msgid "Critical" -msgstr "Critical" - -#: ../../extensions/module_groups.php:52 -#: ../../godmode/alerts/alert_list.builder.php:350 -#: ../../godmode/groups/group_list.php:1301 -#: ../../godmode/massive/massive_copy_modules.php:126 -#: ../../godmode/massive/massive_copy_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:394 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 -#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 -#: ../../include/class/ExtensionsDiscovery.class.php:789 -#: ../../include/graphs/functions_flot.php:352 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 -#: ../../include/lib/ClusterViewer/ClusterManager.php:642 -#: ../../include/lib/TacticalView/elements/Alerts.php:218 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 -#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 -#: ../../include/functions_massive_operations.php:157 -#: ../../include/functions.php:1368 ../../include/functions.php:4319 -#: ../../include/functions_netflow.php:2129 -#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641 -#: ../../include/functions_ui.php:642 -#: ../../include/functions_reporting_html.php:4814 -#: ../../include/functions_reporting_html.php:5217 -#: ../../include/functions_filemanager.php:782 -#: ../../include/functions_reports.php:569 -#: ../../include/functions_visual_map.php:2457 -#: ../../include/functions_visual_map.php:2485 -#: ../../include/functions_visual_map.php:2503 -#: ../../include/functions_visual_map.php:2521 -#: ../../include/functions_reporting.php:7181 -#: ../../include/functions_events.php:3018 -#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60 -#: ../../mobile/operation/modules.php:72 -#: ../../operation/agentes/group_view.php:248 -#: ../../operation/agentes/group_view.php:253 -#: ../../operation/agentes/estado_agente.php:313 -#: ../../operation/agentes/estado_monitores.php:547 -#: ../../operation/agentes/pandora_networkmap.view.php:1761 -#: ../../operation/agentes/status_monitor.php:576 -#: ../../operation/events/events.php:930 -#: ../../operation/custom_fields/custom_fields_view.php:177 -#: ../../operation/tree.php:211 ../../operation/tree.php:302 -#: ../../operation/tree.php:525 -msgid "Unknown" -msgstr "Unknown" - -#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 -#: ../../godmode/massive/massive_operations.php:471 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 -#: ../../godmode/setup/setup_visuals.php:2333 -#: ../../godmode/setup/setup_general.php:1012 -#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775 -#: ../../include/class/HelpFeedBack.class.php:370 -#: ../../include/class/ConfigPEN.class.php:674 -#: ../../include/class/ConfigPEN.class.php:698 -#: ../../include/class/CredentialStore.class.php:1654 -#: ../../include/class/ModuleTemplates.class.php:1368 -#: ../../include/class/SatelliteAgent.class.php:1147 -#: ../../include/class/ExtensionsDiscovery.class.php:257 -#: ../../include/class/WelcomeWindow.class.php:176 -#: ../../include/class/AgentWizard.class.php:6265 -#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 -#: ../../include/functions_db.php:1980 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1516 -#: ../../include/functions_reporting_html.php:4820 -#: ../../include/functions_reporting_html.php:6126 -#: ../../operation/agentes/pandora_networkmap.editor.php:751 -#: ../../operation/agentes/pandora_networkmap.php:904 -#: ../../operation/snmpconsole/snmp_browser.php:629 -#: ../../operation/snmpconsole/snmp_browser.php:705 -msgid "OK" -msgstr "OK" - -#: ../../extensions/module_groups.php:54 -msgid "Not_init" -msgstr "Not_init" - -#: ../../extensions/module_groups.php:251 -msgid "Combined table of agent group and module group" -msgstr "Combined table of agent group and module group" - -#: ../../extensions/module_groups.php:260 -#: ../../extensions/agents_modules.php:597 -#: ../../extensions/realtime_graphs.php:67 -#: ../../general/first_task/cluster_builder.php:38 -#: ../../godmode/agentes/status_monitor_custom_fields.php:44 -#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 -#: ../../godmode/snmpconsole/snmp_filters.php:55 -#: ../../include/class/AgentsAlerts.class.php:753 -#: ../../include/class/SnmpConsole.class.php:230 -#: ../../operation/agentes/group_view.php:97 -#: ../../operation/agentes/estado_agente.php:282 -#: ../../operation/agentes/interface_view.php:76 -#: ../../operation/agentes/alerts_status.php:202 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/netflow/netflow_explorer.php:55 -#: ../../operation/netflow/nf_live_view.php:188 -#: ../../operation/network/network_usage_map.php:63 -#: ../../operation/snmpconsole/snmp_statistics.php:100 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 -#: ../../operation/snmpconsole/snmp_browser.php:95 -#: ../../operation/inventory/inventory.php:389 -#: ../../operation/custom_fields/custom_fields_view.php:53 -#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 -#: ../../operation/menu.php:280 ../../operation/tree.php:185 -#: ../../views/cluster/list.php:40 -msgid "Monitoring" -msgstr "Monitoring" - -#: ../../extensions/module_groups.php:264 -#: ../../extensions/agents_modules.php:601 -#: ../../extensions/realtime_graphs.php:71 -#: ../../godmode/agentes/status_monitor_custom_fields.php:48 -#: ../../include/class/AgentsAlerts.class.php:757 -#: ../../operation/agentes/group_view.php:101 -#: ../../operation/agentes/estado_agente.php:286 -#: ../../operation/agentes/interface_view.php:80 -#: ../../operation/agentes/alerts_status.php:206 -#: ../../operation/agentes/status_monitor.php:344 -#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 -msgid "Views" -msgstr "Views" - -#: ../../extensions/module_groups.php:275 -msgid "Search by agent group" -msgstr "Search by agent group" - -#: ../../extensions/module_groups.php:288 -msgid "Search by module group" -msgstr "Search by module group" - -#: ../../extensions/module_groups.php:305 -#: ../../extensions/agents_modules.php:710 -#: ../../extensions/realtime_graphs.php:203 -#: ../../godmode/agentes/planned_downtime.list.php:647 -#: ../../godmode/agentes/module_manager.php:93 -#: ../../godmode/agentes/module_manager.php:108 -#: ../../godmode/agentes/module_manager.php:109 -#: ../../godmode/agentes/modificar_agente.php:397 -#: ../../godmode/agentes/modificar_agente.php:412 -#: ../../godmode/agentes/modificar_agente.php:413 -#: ../../godmode/groups/group_list.php:854 -#: ../../godmode/groups/group_list.php:955 -#: ../../godmode/modules/manage_network_templates_form.php:277 -#: ../../godmode/modules/manage_network_templates_form.php:337 -#: ../../godmode/modules/manage_network_components.php:707 -#: ../../godmode/netflow/nf_edit_form.php:283 -#: ../../godmode/netflow/nf_item_list.php:174 -#: ../../godmode/reporting/reporting_builder.list_items.php:267 -#: ../../godmode/reporting/visual_console_favorite.php:204 -#: ../../godmode/reporting/map_builder.php:390 -#: ../../godmode/reporting/reporting_builder.php:769 -#: ../../godmode/reporting/graphs.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 -#: ../../godmode/snmpconsole/snmp_filters.php:216 -#: ../../godmode/snmpconsole/snmp_filters.php:314 -#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 -#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 -#: ../../include/ajax/agent.php:653 -#: ../../include/class/ModuleTemplates.class.php:713 -#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/agentes/estado_monitores.php:649 -#: ../../operation/agentes/interface_view.functions.php:134 -#: ../../operation/agentes/agent_inventory.php:165 -#: ../../operation/agentes/graphs.php:298 -#: ../../operation/agentes/status_monitor.php:1046 -#: ../../operation/netflow/nf_live_view.php:326 -#: ../../operation/netflow/nf_live_view.php:641 -#: ../../operation/netflow/nf_live_view.php:642 -#: ../../operation/network/network_usage_map.php:297 -#: ../../operation/network/network_usage_map.php:330 -#: ../../operation/network/network_usage_map.php:331 -#: ../../operation/network/network_report.php:285 -#: ../../operation/network/network_report.php:312 -#: ../../operation/network/network_report.php:355 -#: ../../operation/network/network_report.php:356 -#: ../../operation/reporting/graph_viewer.php:437 -#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 -msgid "Filter" -msgstr "Filter" - -#: ../../extensions/module_groups.php:322 -#: ../../extensions/realtime_graphs.php:229 -#: ../../godmode/agentes/planned_downtime.list.php:661 -#: ../../godmode/agentes/planned_downtime.list.php:662 -#: ../../godmode/agentes/planned_downtime.list.php:711 -#: ../../godmode/agentes/planned_downtime.list.php:712 -#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 -#: ../../godmode/groups/group_list.php:872 -#: ../../godmode/groups/group_list.php:978 -#: ../../godmode/modules/manage_network_components.php:723 -#: ../../godmode/reporting/reporting_builder.list_items.php:283 -#: ../../godmode/reporting/visual_console_favorite.php:220 -#: ../../godmode/reporting/map_builder.php:406 -#: ../../godmode/reporting/reporting_builder.php:785 -#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 -#: ../../include/class/AgentsAlerts.class.php:882 -#: ../../include/functions_snmp_browser.php:1013 -#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 -#: ../../operation/agentes/estado_agente.php:552 -#: ../../operation/agentes/agent_inventory.php:188 -#: ../../operation/agentes/status_monitor.php:1094 -#: ../../operation/reporting/graph_viewer.php:453 -#: ../../operation/reporting/reporting_viewer.php:321 -#: ../../operation/inventory/inventory.php:822 -#: ../../operation/custom_fields/custom_fields_view.php:323 -msgid "Filters" -msgstr "Filters" - -#: ../../extensions/module_groups.php:351 -#: ../../godmode/reporting/visual_console_builder.wizard.php:391 -#: ../../godmode/files_repo/files_repo_form.php:61 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 -#: ../../include/lib/Dashboard/Widgets/tactical.php:331 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 -#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 -#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 -#: ../../include/lib/Dashboard/Widgets/events_list.php:463 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 -#: ../../include/lib/TacticalView/elements/Configurations.php:52 -#: ../../include/lib/TacticalView/elements/Groups.php:51 -#: ../../include/functions_maps.php:46 -#: ../../include/functions_networkmap.php:1297 -#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 -#: ../../mobile/operation/groups.php:70 -#: ../../operation/agentes/pandora_networkmap.php:746 -#: ../../operation/reporting/graph_analytics.php:870 -#: ../../operation/tree.php:91 ../../operation/tree.php:149 -msgid "Groups" -msgstr "Groups" - -#: ../../extensions/module_groups.php:460 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Cell turns orange when the module and agent groups have at least one alarm " -"triggered." - -#: ../../extensions/module_groups.php:461 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Cell turns red when the module and agent groups have at least one module in " -"critical status. The others may be in any status." - -#: ../../extensions/module_groups.php:462 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Cell turns yellow when module and agent groups have at least one module in " -"warning status. The others may be in green or grey status." - -#: ../../extensions/module_groups.php:463 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cell turns grey when the module and agent groups have at least one module in " -"unknown status and the rest in normal status." - -#: ../../extensions/module_groups.php:464 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cell turns green when all modules in the module and agent groups are in " -"normal status." - -#: ../../extensions/module_groups.php:465 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Cell turns blue if all modules in the module and agent groups are in non-" -"initialized status." - -#: ../../extensions/module_groups.php:469 -#: ../../extensions/agents_modules.php:1118 -#: ../../godmode/snmpconsole/snmp_alert.php:2196 -#: ../../include/class/SnmpConsole.class.php:545 -#: ../../include/lib/Dashboard/Widgets/top_n.php:327 -#: ../../include/functions_reporting_html.php:2960 -msgid "Legend" -msgstr "Legend" - -#: ../../extensions/module_groups.php:471 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"This table shows module groups in columns, and agent groups in rows. Cells " -"show all modules." - -#: ../../extensions/module_groups.php:472 -msgid "There are no defined groups or module groups" -msgstr "There are no agent or module groups defined." - -#: ../../extensions/module_groups.php:492 -#: ../../godmode/groups/configure_modu_group.php:43 -#: ../../godmode/groups/modu_group_list.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:94 -#: ../../godmode/menu.php:189 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 -#: ../../operation/tree.php:103 ../../operation/tree.php:153 -msgid "Module groups" -msgstr "Module groups" - #: ../../extensions/quick_shell.php:88 #, fuzzy msgid "GoTTY setup" -msgstr "PHP setup" +msgstr "GoTTY setup" #: ../../extensions/quick_shell.php:96 #, php-format msgid "Please, enable GoTTY in %s" -msgstr "" +msgstr "Please, enable GoTTY in %s" #: ../../extensions/quick_shell.php:130 msgid "Telnet" @@ -1333,9 +956,9 @@ msgstr "SSH" #: ../../godmode/agentes/module_manager_editor_wmi.php:123 #: ../../godmode/massive/massive_edit_modules.php:1105 #: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../include/class/AgentWizard.class.php:677 #: ../../include/class/CredentialStore.class.php:973 #: ../../include/class/CredentialStore.class.php:1350 -#: ../../include/class/AgentWizard.class.php:677 #: ../../include/functions_ui.php:7737 msgid "Username" msgstr "Username" @@ -1362,15 +985,15 @@ msgstr "Connect" #: ../../extensions/quick_shell.php:236 #, php-format msgid "Connection error. Please check your settings at %s" -msgstr "" +msgstr "Connection error. Please check your settings at %s" #: ../../extensions/quick_shell.php:403 #, fuzzy msgid "GoTTY general parameters" -msgstr "Call parameters" +msgstr "GoTTY general parameters" -#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476 -#: ../../include/functions_html.php:8395 +#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395 +#: ../../include/functions_ui.php:6476 #: ../../operation/agentes/ver_agente.php:1251 msgid "Address" msgstr "Address" @@ -1378,17 +1001,17 @@ msgstr "Address" #: ../../extensions/quick_shell.php:460 #, fuzzy msgid "GoTTY SSH connection parameters" -msgstr "GIS connections" +msgstr "GoTTY SSH connection parameters" #: ../../extensions/quick_shell.php:471 #, fuzzy msgid "Enable SSH method" -msgstr "Enable module" +msgstr "Enable SSH method" #: ../../extensions/quick_shell.php:481 ../../extensions/quick_shell.php:534 #, fuzzy msgid "Use SSL" -msgstr "Use SSL certificate" +msgstr "Use SSL" #: ../../extensions/quick_shell.php:496 ../../extensions/quick_shell.php:549 #: ../../godmode/setup/setup_ehorus.php:153 @@ -1401,12 +1024,12 @@ msgstr "Test" #: ../../extensions/quick_shell.php:513 msgid "GoTTY telnet connection parameters" -msgstr "" +msgstr "GoTTY telnet connection parameters" #: ../../extensions/quick_shell.php:524 #, fuzzy msgid "Enable telnet method" -msgstr "Enable selected alerts" +msgstr "Enable telnet method" #: ../../extensions/quick_shell.php:617 ../../godmode/setup/setup.php:259 #: ../../godmode/setup/setup.php:264 ../../godmode/setup/setup.php:374 @@ -1417,12 +1040,12 @@ msgstr "QuickShell" #: ../../extensions/quick_shell.php:689 ../../extensions/quick_shell.php:740 #, fuzzy msgid "Unable to connect." -msgstr "Unable to edit the collection" +msgstr "Unable to connect." #: ../../extensions/users_connected.php:55 #, fuzzy msgid "List of users connected" -msgstr "No other users connected" +msgstr "List of users connected" #: ../../extensions/users_connected.php:64 #: ../../operation/messages/message_edit.php:94 @@ -1439,7 +1062,7 @@ msgstr "Connected users" #: ../../extensions/users_connected.php:76 #, fuzzy msgid "This user does not have any associated profile" -msgstr "This user doesn't have any assigned profile/group" +msgstr "This user does not have any associated profile" #: ../../extensions/users_connected.php:166 msgid "No other users connected" @@ -1462,11 +1085,11 @@ msgstr "No other users connected" #: ../../include/lib/Dashboard/Widgets/events_list.php:858 #: ../../include/lib/TacticalView/elements/Alerts.php:113 #: ../../include/lib/TacticalView/elements/Alerts.php:212 -#: ../../include/functions_users.php:1105 ../../include/functions.php:3194 -#: ../../include/functions_config.php:791 -#: ../../include/functions_reporting_html.php:7293 -#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254 +#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497 +#: ../../include/functions.php:3194 ../../include/functions_config.php:791 +#: ../../include/functions_events.php:254 #: ../../include/functions_events.php:306 +#: ../../include/functions_reporting_html.php:7293 #: ../../mobile/include/user.class.php:427 #: ../../mobile/operation/tactical.php:350 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71 @@ -1493,7 +1116,7 @@ msgstr "IP" #: ../../extensions/users_connected.php:179 #, fuzzy msgid "Last login" -msgstr "Splash login" +msgstr "Last login" #: ../../extensions/users_connected.php:180 #: ../../godmode/agentes/planned_downtime.editor.php:1362 @@ -1502,10 +1125,11 @@ msgstr "Splash login" #: ../../include/lib/Dashboard/Widgets/inventory.php:1069 #: ../../include/functions_treeview.php:684 #: ../../include/functions_agents.php:4831 +#: ../../include/functions_events.php:4476 #: ../../include/functions_reporting_html.php:824 -#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199 -#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418 -#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423 +#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99 +#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420 +#: ../../mobile/operation/agents.php:423 #: ../../operation/agentes/log_sources_status.php:60 #: ../../operation/agentes/estado_agente.php:1133 #: ../../operation/agentes/ver_agente.php:1098 @@ -1532,14 +1156,14 @@ msgstr "Last update" #: ../../include/lib/Dashboard/Widgets/agent_module.php:255 #, fuzzy msgid "Show module status" -msgstr "Show module value" +msgstr "Show module status" #: ../../extensions/agents_modules.php:437 #: ../../godmode/reporting/reporting_builder.item_editor.php:2549 #: ../../include/lib/Dashboard/Widgets/agent_module.php:256 #, fuzzy msgid "Show module data" -msgstr "Show module value" +msgstr "Show module data" #: ../../extensions/agents_modules.php:441 #: ../../godmode/reporting/reporting_builder.item_editor.php:2544 @@ -1587,12 +1211,12 @@ msgstr "Information" #: ../../godmode/massive/massive_add_policies_alerts.php:116 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120 #: ../../godmode/massive/massive_edit_agents.php:740 -#: ../../godmode/modules/manage_network_templates_form.php:235 -#: ../../godmode/modules/manage_network_templates_form.php:303 -#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/modules/manage_network_components.php:654 #: ../../godmode/modules/manage_network_components.php:792 #: ../../godmode/modules/manage_network_components_form_common.php:141 +#: ../../godmode/modules/manage_network_templates_form.php:235 +#: ../../godmode/modules/manage_network_templates_form.php:303 +#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/netflow/nf_edit.php:167 #: ../../godmode/netflow/nf_edit_form.php:256 #: ../../godmode/reporting/create_container.php:261 @@ -1630,18 +1254,18 @@ msgstr "Information" #: ../../include/ajax/heatmap.ajax.php:524 #: ../../include/ajax/custom_fields.php:702 #: ../../include/ajax/custom_fields.php:756 +#: ../../include/class/CustomNetScan.class.php:506 +#: ../../include/class/ModuleTemplates.class.php:728 +#: ../../include/class/AgentsAlerts.class.php:776 +#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/class/AgentDeployWizard.class.php:342 +#: ../../include/class/CalendarManager.class.php:1042 #: ../../include/class/CredentialStore.class.php:814 #: ../../include/class/CredentialStore.class.php:846 #: ../../include/class/CredentialStore.class.php:937 -#: ../../include/class/CustomNetScan.class.php:506 -#: ../../include/class/ModuleTemplates.class.php:728 #: ../../include/class/NetworkMap.class.php:2995 #: ../../include/class/NetworkMap.class.php:3056 #: ../../include/class/NetworkMap.class.php:3422 -#: ../../include/class/AgentsAlerts.class.php:776 -#: ../../include/class/CalendarManager.class.php:1042 -#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357 #: ../../include/lib/Dashboard/Widgets/service_view.php:271 @@ -1649,8 +1273,8 @@ msgstr "Information" #: ../../include/lib/Dashboard/Widgets/inventory.php:272 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064 #: ../../include/lib/Dashboard/Widgets/events_list.php:859 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697 @@ -1663,33 +1287,33 @@ msgstr "Information" #: ../../include/functions_massive_operations.php:123 #: ../../include/functions_agents.php:4859 #: ../../include/functions_snmp_browser.php:1925 -#: ../../include/functions_graph.php:4867 +#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502 +#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921 +#: ../../include/functions_visual_map.php:4257 +#: ../../include/functions_events.php:255 +#: ../../include/functions_events.php:309 +#: ../../include/functions_events.php:5150 #: ../../include/functions_reporting_html.php:115 #: ../../include/functions_reporting_html.php:818 #: ../../include/functions_reporting_html.php:2271 #: ../../include/functions_reporting_html.php:3034 #: ../../include/functions_reporting_html.php:4911 #: ../../include/functions_reporting_html.php:7740 -#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634 -#: ../../include/functions_html.php:1921 -#: ../../include/functions_visual_map.php:4257 -#: ../../include/functions_events.php:255 -#: ../../include/functions_events.php:309 -#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235 -#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406 -#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118 -#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232 -#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696 -#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994 -#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171 -#: ../../mobile/operation/modules.php:176 -#: ../../mobile/operation/modules.php:266 -#: ../../mobile/operation/modules.php:267 #: ../../mobile/operation/server_status.php:162 #: ../../mobile/operation/server_status.php:167 #: ../../mobile/operation/visualmaps.php:113 #: ../../mobile/operation/visualmaps.php:118 +#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158 +#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236 +#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113 +#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231 +#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691 +#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857 +#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995 +#: ../../mobile/operation/modules.php:171 +#: ../../mobile/operation/modules.php:176 +#: ../../mobile/operation/modules.php:266 +#: ../../mobile/operation/modules.php:267 #: ../../operation/agentes/pandora_networkmap.editor.php:350 #: ../../operation/agentes/pandora_networkmap.editor.php:434 #: ../../operation/agentes/alerts_status.functions.php:86 @@ -1750,16 +1374,16 @@ msgstr "Recursion" #: ../../include/ajax/heatmap.ajax.php:431 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328 #: ../../include/functions_treeview.php:120 -#: ../../include/functions_graph.php:5014 -#: ../../include/functions_reporting_html.php:2435 -#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947 +#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675 +#: ../../include/functions_html.php:1947 #: ../../include/functions_events.php:4565 +#: ../../include/functions_reporting_html.php:2435 +#: ../../mobile/operation/server_status.php:174 +#: ../../mobile/operation/server_status.php:175 #: ../../mobile/operation/modules.php:183 #: ../../mobile/operation/modules.php:184 #: ../../mobile/operation/modules.php:293 #: ../../mobile/operation/modules.php:294 -#: ../../mobile/operation/server_status.php:174 -#: ../../mobile/operation/server_status.php:175 #: ../../operation/agentes/estado_monitores.php:619 #: ../../operation/agentes/ver_agente.php:1227 #: ../../operation/agentes/status_monitor.php:868 @@ -1791,8 +1415,8 @@ msgstr "Module group" #: ../../godmode/massive/massive_edit_modules.php:355 #: ../../godmode/massive/massive_edit_modules.php:404 #: ../../godmode/massive/massive_edit_modules.php:520 -#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/modules/manage_network_components.php:660 +#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/netflow/nf_edit_form.php:264 #: ../../godmode/reporting/create_container.php:646 #: ../../godmode/reporting/reporting_builder.list_items.php:217 @@ -1824,13 +1448,13 @@ msgstr "Module group" #: ../../godmode/files_repo/files_repo_form.php:51 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259 #: ../../include/class/AuditLog.class.php:269 -#: ../../include/class/CredentialStore.class.php:509 -#: ../../include/class/EventSound.class.php:347 #: ../../include/class/TipsWindow.class.php:756 #: ../../include/class/TipsWindow.class.php:923 #: ../../include/class/SnmpConsole.class.php:303 #: ../../include/class/SnmpConsole.class.php:309 #: ../../include/class/SnmpConsole.class.php:321 +#: ../../include/class/CredentialStore.class.php:509 +#: ../../include/class/EventSound.class.php:347 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430 #: ../../include/lib/Dashboard/Widgets/inventory.php:278 #: ../../include/lib/Dashboard/Widgets/inventory.php:302 @@ -1846,13 +1470,14 @@ msgstr "Module group" #: ../../include/functions_massive_operations.php:188 #: ../../include/functions_massive_operations.php:245 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686 -#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214 -#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668 +#: ../../include/functions_groupview.php:97 +#: ../../include/functions_modules.php:3668 #: ../../include/functions_modules.php:3670 #: ../../include/functions_groups.php:655 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954 #: ../../include/functions_notifications.php:106 +#: ../../include/functions.php:1214 ../../include/functions.php:1474 #: ../../include/functions_reporting.php:3533 #: ../../include/functions_reporting.php:3630 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65 @@ -1903,11 +1528,11 @@ msgstr "All" #: ../../godmode/massive/massive_delete_alerts.php:315 #: ../../godmode/massive/massive_delete_modules.php:517 #: ../../godmode/massive/massive_delete_modules.php:585 -#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/massive/massive_enable_disable_alerts.php:175 #: ../../godmode/massive/massive_standby_alerts.php:204 #: ../../godmode/massive/massive_add_alerts.php:231 #: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/reporting/reporting_builder.list_items.php:211 #: ../../godmode/reporting/visual_console_builder.wizard.php:463 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401 @@ -1919,24 +1544,24 @@ msgstr "All" #: ../../include/class/Diagnostics.class.php:1259 #: ../../include/class/Diagnostics.class.php:1263 #: ../../include/class/Diagnostics.class.php:1267 -#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/class/AgentsAlerts.class.php:252 #: ../../include/class/AgentsAlerts.class.php:569 +#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/TacticalView/elements/Agents.php:41 #: ../../include/lib/TacticalView/elements/Agents.php:136 #: ../../include/functions_massive_operations.php:272 -#: ../../include/functions_groups.php:53 +#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700 +#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801 +#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088 +#: ../../include/functions_html.php:6694 #: ../../include/functions_reporting_html.php:2773 #: ../../include/functions_reporting_html.php:4600 -#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784 -#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071 -#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694 #: ../../mobile/include/functions_web.php:23 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205 -#: ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agents.php:205 #: ../../operation/agentes/group_view.php:183 #: ../../operation/agentes/group_view.php:240 #: ../../operation/agentes/interface_view.functions.php:78 @@ -1978,6 +1603,49 @@ msgstr "Show all modules" msgid "Agents/Modules" msgstr "Agents/Modules" +#: ../../extensions/agents_modules.php:597 +#: ../../extensions/realtime_graphs.php:67 +#: ../../extensions/module_groups.php:260 +#: ../../general/first_task/cluster_builder.php:38 +#: ../../godmode/agentes/status_monitor_custom_fields.php:44 +#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 +#: ../../godmode/snmpconsole/snmp_filters.php:55 +#: ../../include/class/AgentsAlerts.class.php:753 +#: ../../include/class/SnmpConsole.class.php:230 +#: ../../operation/agentes/group_view.php:97 +#: ../../operation/agentes/estado_agente.php:282 +#: ../../operation/agentes/interface_view.php:76 +#: ../../operation/agentes/alerts_status.php:202 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/netflow/netflow_explorer.php:55 +#: ../../operation/netflow/nf_live_view.php:188 +#: ../../operation/network/network_usage_map.php:63 +#: ../../operation/snmpconsole/snmp_statistics.php:100 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 +#: ../../operation/snmpconsole/snmp_browser.php:95 +#: ../../operation/inventory/inventory.php:389 +#: ../../operation/custom_fields/custom_fields_view.php:53 +#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 +#: ../../operation/menu.php:280 ../../operation/tree.php:185 +#: ../../views/cluster/list.php:40 +msgid "Monitoring" +msgstr "Monitoring" + +#: ../../extensions/agents_modules.php:601 +#: ../../extensions/realtime_graphs.php:71 +#: ../../extensions/module_groups.php:264 +#: ../../godmode/agentes/status_monitor_custom_fields.php:48 +#: ../../include/class/AgentsAlerts.class.php:757 +#: ../../operation/agentes/group_view.php:101 +#: ../../operation/agentes/estado_agente.php:286 +#: ../../operation/agentes/interface_view.php:80 +#: ../../operation/agentes/alerts_status.php:206 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 +msgid "Views" +msgstr "Views" + #: ../../extensions/agents_modules.php:648 #: ../../operation/events/events.php:1636 #: ../../operation/gis_maps/render_view.php:139 @@ -2000,9 +1668,9 @@ msgstr "Back to normal mode" #: ../../operation/gis_maps/render_view.php:161 #: ../../operation/visual_console/legacy_view.php:274 #: ../../operation/visual_console/legacy_public_view.php:141 -#: ../../operation/visual_console/view.php:579 #: ../../operation/visual_console/public_view.php:156 -#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173 +#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177 +#: ../../views/dashboard/header.php:173 msgid "Refresh" msgstr "Refresh" @@ -2010,6 +1678,57 @@ msgstr "Refresh" msgid "Agent/module view" msgstr "Agent/module view" +#: ../../extensions/agents_modules.php:710 +#: ../../extensions/realtime_graphs.php:203 +#: ../../extensions/module_groups.php:305 +#: ../../godmode/agentes/planned_downtime.list.php:647 +#: ../../godmode/agentes/module_manager.php:93 +#: ../../godmode/agentes/module_manager.php:108 +#: ../../godmode/agentes/module_manager.php:109 +#: ../../godmode/agentes/modificar_agente.php:397 +#: ../../godmode/agentes/modificar_agente.php:412 +#: ../../godmode/agentes/modificar_agente.php:413 +#: ../../godmode/groups/group_list.php:854 +#: ../../godmode/groups/group_list.php:955 +#: ../../godmode/modules/manage_network_components.php:707 +#: ../../godmode/modules/manage_network_templates_form.php:277 +#: ../../godmode/modules/manage_network_templates_form.php:337 +#: ../../godmode/netflow/nf_edit_form.php:283 +#: ../../godmode/netflow/nf_item_list.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:267 +#: ../../godmode/reporting/visual_console_favorite.php:204 +#: ../../godmode/reporting/map_builder.php:390 +#: ../../godmode/reporting/reporting_builder.php:769 +#: ../../godmode/reporting/graphs.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/snmpconsole/snmp_filters.php:216 +#: ../../godmode/snmpconsole/snmp_filters.php:314 +#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 +#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 +#: ../../include/ajax/agent.php:653 +#: ../../include/class/ModuleTemplates.class.php:713 +#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/estado_monitores.php:649 +#: ../../operation/agentes/interface_view.functions.php:134 +#: ../../operation/agentes/agent_inventory.php:165 +#: ../../operation/agentes/graphs.php:298 +#: ../../operation/agentes/status_monitor.php:1046 +#: ../../operation/netflow/nf_live_view.php:326 +#: ../../operation/netflow/nf_live_view.php:641 +#: ../../operation/netflow/nf_live_view.php:642 +#: ../../operation/network/network_report.php:285 +#: ../../operation/network/network_report.php:312 +#: ../../operation/network/network_report.php:355 +#: ../../operation/network/network_report.php:356 +#: ../../operation/network/network_usage_map.php:297 +#: ../../operation/network/network_usage_map.php:330 +#: ../../operation/network/network_usage_map.php:331 +#: ../../operation/reporting/graph_viewer.php:437 +#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 +msgid "Filter" +msgstr "Filter" + #: ../../extensions/agents_modules.php:720 #: ../../godmode/agentes/planned_downtime.list.php:1000 #: ../../godmode/modules/manage_network_templates.php:290 @@ -2025,7 +1744,7 @@ msgstr "" #: ../../extensions/agents_modules.php:734 msgid "Secondary groups and agent subgroups will be taken into account." -msgstr "" +msgstr "Secondary groups and agent subgroups will be taken into account." #: ../../extensions/agents_modules.php:905 #: ../../include/functions_reporting.php:3566 @@ -2044,9 +1763,9 @@ msgstr "There are no agents with modules" #: ../../godmode/massive/massive_copy_modules.php:226 #: ../../godmode/massive/massive_delete_modules.php:499 #: ../../godmode/massive/massive_delete_modules.php:603 -#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_modules.php:603 +#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/reporting/reporting_builder.list_items.php:228 #: ../../godmode/reporting/visual_console_builder.wizard.php:480 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494 @@ -2059,8 +1778,6 @@ msgstr "There are no agents with modules" #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347 #: ../../include/lib/TacticalView/elements/Configurations.php:76 -#: ../../include/functions_reporting_html.php:2773 -#: ../../include/functions_reporting_html.php:6938 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160 #: ../../include/functions_html.php:6767 #: ../../include/functions_reports.php:745 @@ -2072,9 +1789,12 @@ msgstr "There are no agents with modules" #: ../../include/functions_reports.php:769 #: ../../include/functions_reports.php:773 #: ../../include/functions_reports.php:777 -#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330 +#: ../../include/functions_reports.php:781 +#: ../../include/functions_reporting_html.php:2773 +#: ../../include/functions_reporting_html.php:6938 +#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410 -#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236 +#: ../../mobile/operation/modules.php:236 #: ../../operation/agentes/exportdata.php:360 #: ../../operation/agentes/group_view.php:184 #: ../../operation/agentes/group_view.php:241 @@ -2124,6 +1844,15 @@ msgstr "Cell turns grey when the module is in 'unknown' status" msgid "Cell turns blue when the module is in 'not initialize' status" msgstr "Cell turns blue when the module is in 'not initialize' status" +#: ../../extensions/agents_modules.php:1118 +#: ../../extensions/module_groups.php:469 +#: ../../godmode/snmpconsole/snmp_alert.php:2196 +#: ../../include/class/SnmpConsole.class.php:545 +#: ../../include/lib/Dashboard/Widgets/top_n.php:327 +#: ../../include/functions_reporting_html.php:2960 +msgid "Legend" +msgstr "Legend" + #: ../../extensions/agents_modules.php:1130 msgid "Agents/Modules view" msgstr "Agent/Module view" @@ -2196,160 +1925,40 @@ msgstr "Incremental" msgid "Clear graph" msgstr "Clear graph" +#: ../../extensions/realtime_graphs.php:229 +#: ../../extensions/module_groups.php:322 +#: ../../godmode/agentes/planned_downtime.list.php:661 +#: ../../godmode/agentes/planned_downtime.list.php:662 +#: ../../godmode/agentes/planned_downtime.list.php:711 +#: ../../godmode/agentes/planned_downtime.list.php:712 +#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 +#: ../../godmode/groups/group_list.php:872 +#: ../../godmode/groups/group_list.php:978 +#: ../../godmode/modules/manage_network_components.php:723 +#: ../../godmode/reporting/reporting_builder.list_items.php:283 +#: ../../godmode/reporting/visual_console_favorite.php:220 +#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/reporting_builder.php:785 +#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 +#: ../../include/class/AgentsAlerts.class.php:882 +#: ../../include/functions_snmp_browser.php:1013 +#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 +#: ../../operation/agentes/estado_agente.php:552 +#: ../../operation/agentes/agent_inventory.php:188 +#: ../../operation/agentes/status_monitor.php:1094 +#: ../../operation/reporting/graph_viewer.php:453 +#: ../../operation/reporting/reporting_viewer.php:321 +#: ../../operation/inventory/inventory.php:822 +#: ../../operation/custom_fields/custom_fields_view.php:323 +msgid "Filters" +msgstr "Filters" + #: ../../extensions/realtime_graphs.php:295 #: ../../godmode/agentes/module_manager_editor_network.php:45 #: ../../include/functions_snmp_browser.php:663 msgid "Use this OID" msgstr "Use this OID" -#: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751 -#: ../../godmode/menu.php:567 -msgid "DB Schema check" -msgstr "DB Schema check" - -#: ../../extensions/db_status.php:38 -msgid "Run test" -msgstr "" - -#: ../../extensions/db_status.php:53 -msgid "" -"This extension checks the DB is correct. Because sometimes the old DB from a " -"migration has not some fields in the tables or the data is changed." -msgstr "" -"This extension checks if the DB is correct, since sometimes migrations cause " -"the old DB to not include some fields in their tables, or suffer changes in " -"their data scheme." - -#: ../../extensions/db_status.php:53 -msgid "At the moment the checks is for MySQL/MariaDB." -msgstr "This check only works for MySQL-type databases" - -#: ../../extensions/db_status.php:53 -msgid "User must have Select, Drop, Create and References privileges." -msgstr "" - -#: ../../extensions/db_status.php:59 -msgid "DB settings" -msgstr "DB settings" - -#: ../../extensions/db_status.php:64 -msgid "DB User with privileges" -msgstr "DB User with privileges" - -#: ../../extensions/db_status.php:79 -msgid "DB Password for this user" -msgstr "DB Password for this user" - -#: ../../extensions/db_status.php:95 -msgid "DB Hostname" -msgstr "DB Hostname" - -#: ../../extensions/db_status.php:110 -msgid "DB Name (temporal for testing)" -msgstr "DB Name (testing purposes only; temporary)" - -#: ../../extensions/db_status.php:130 -msgid "Execute Test" -msgstr "Run Test" - -#: ../../extensions/db_status.php:165 -#, fuzzy -msgid "Host must be provided" -msgstr "No module name provided" - -#: ../../extensions/db_status.php:170 -#, fuzzy -msgid "DB name must be provided" -msgstr "The name must be unique" - -#: ../../extensions/db_status.php:185 -msgid "Unsuccessful connected to the DB" -msgstr "Connection to the DB was unsuccessful" - -#: ../../extensions/db_status.php:221 -msgid "Unsuccessful created the testing DB" -msgstr "Unable to create DB test" - -#: ../../extensions/db_status.php:227 -msgid "" -"Unable to create references with the provided user please check its " -"privileges" -msgstr "" - -#: ../../extensions/db_status.php:233 -msgid "" -"Unable to explain with the provided user please check its privileges" -msgstr "" - -#: ../../extensions/db_status.php:245 -#, fuzzy -msgid "There was an error selecting the DB" -msgstr "There was an error creating the file." - -#: ../../extensions/db_status.php:255 -msgid "Unsuccessful installed tables into the testing DB" -msgstr "Tables not installed correctly on the DB test." - -#: ../../extensions/db_status.php:331 -#, php-format -msgid "Success! %s DB contains all tables" -msgstr "Success! %s DB contains all tables" - -#: ../../extensions/db_status.php:333 -#, php-format -msgid "%s DB could not retrieve all tables. The missing tables are (%s)" -msgstr "%s DB could not retrieve all tables. The missing tables are (%s)" - -#: ../../extensions/db_status.php:347 ../../extensions/db_status.php:355 -#: ../../extensions/db_status.php:455 -msgid "You can execute this SQL query for to fix." -msgstr "You can make this SQL query in order to fix it." - -#: ../../extensions/db_status.php:449 -#, php-format -msgid "Unsuccessful the table %s has not the field %s" -msgstr "Unsuccessful: the table %s doesn't have the field %s" - -#: ../../extensions/db_status.php:514 -msgid "Successful all the tables have the correct fields" -msgstr "Successful: all tables have the correct fields" - -#: ../../extensions/db_status.php:575 ../../extensions/db_status.php:694 -#, fuzzy -msgid "There was an error creating the DB during reference check" -msgstr "There was an error creating the file." - -#: ../../extensions/db_status.php:586 ../../extensions/db_status.php:705 -#, fuzzy -msgid "There was an error selecting the DB during reference check" -msgstr "An error message appeared when deleting the agent" - -#: ../../extensions/db_status.php:638 -msgid "" -"Unable to create databases with the provided user please check its " -"privileges" -msgstr "" - -#: ../../extensions/db_status.php:642 -#, fuzzy -msgid "There was an error creating the DB during drop check" -msgstr "There was an error creating the file." - -#: ../../extensions/db_status.php:653 -#, fuzzy -msgid "There was an error selecting the DB during drop check" -msgstr "There was an error loading the graph" - -#: ../../extensions/db_status.php:662 -msgid "" -"Unable to drop databases with the provided user please check its " -"privileges." -msgstr "" - -#: ../../extensions/db_status.php:662 -msgid "Test databases may have been left over due to lack of drop privileges." -msgstr "" - #: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 msgid "Request successfully processed" msgstr "Request successfully processed" @@ -2379,7 +1988,7 @@ msgstr "Auth token" #: ../../extensions/api_checker.php:256 msgid "Use API Token instead API Pass, User and Password." -msgstr "" +msgstr "Use API Token instead API Pass, User and Password." #: ../../extensions/api_checker.php:261 msgid "API Pass" @@ -2391,8 +2000,9 @@ msgstr "API password" #: ../../godmode/massive/massive_edit_modules.php:1110 #: ../../godmode/modules/manage_network_components_form_wmi.php:63 #: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 -#: ../../godmode/users/configure_user.php:1167 #: ../../godmode/users/user_management.php:346 +#: ../../godmode/users/configure_user.php:1167 +#: ../../include/class/AgentWizard.class.php:690 #: ../../include/class/CredentialStore.class.php:974 #: ../../include/class/CredentialStore.class.php:1024 #: ../../include/class/CredentialStore.class.php:1301 @@ -2400,8 +2010,7 @@ msgstr "API password" #: ../../include/class/CredentialStore.class.php:1351 #: ../../include/class/WelcomeWindow.class.php:1008 #: ../../include/class/WelcomeWindow.class.php:1144 -#: ../../include/class/AgentWizard.class.php:690 -#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795 +#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753 #: ../../mobile/include/user.class.php:435 #: ../../operation/users/user_edit.php:860 msgid "Password" @@ -2450,8 +2059,8 @@ msgstr "Return Type" #: ../../godmode/groups/configure_group.php:266 #: ../../godmode/massive/massive_edit_users.php:278 #: ../../godmode/snmpconsole/snmp_alert.php:46 -#: ../../godmode/users/configure_user.php:61 -#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806 +#: ../../godmode/users/user_management.php:46 +#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806 #: ../../include/class/SnmpConsole.class.php:333 #: ../../include/class/SnmpConsole.class.php:1406 #: ../../include/class/SnmpConsole.class.php:1433 @@ -2517,6 +2126,408 @@ msgstr "Hide URL" msgid "Show URL" msgstr "Show URL" +#: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751 +#: ../../godmode/menu.php:567 +msgid "DB Schema check" +msgstr "DB Schema check" + +#: ../../extensions/db_status.php:38 +msgid "Run test" +msgstr "Run test" + +#: ../../extensions/db_status.php:53 +msgid "" +"This extension checks the DB is correct. Because sometimes the old DB from a " +"migration has not some fields in the tables or the data is changed." +msgstr "" +"This extension checks if the DB is correct, since sometimes migrations cause " +"the old DB to not include some fields in their tables, or suffer changes in " +"their data scheme." + +#: ../../extensions/db_status.php:53 +msgid "At the moment the checks is for MySQL/MariaDB." +msgstr "This check only works for MySQL-type databases." + +#: ../../extensions/db_status.php:53 +msgid "User must have Select, Drop, Create and References privileges." +msgstr "User must have Select, Drop, Create and References privileges." + +#: ../../extensions/db_status.php:59 +msgid "DB settings" +msgstr "DB settings" + +#: ../../extensions/db_status.php:64 +msgid "DB User with privileges" +msgstr "DB User with privileges" + +#: ../../extensions/db_status.php:79 +msgid "DB Password for this user" +msgstr "DB Password for this user" + +#: ../../extensions/db_status.php:95 +msgid "DB Hostname" +msgstr "DB Hostname" + +#: ../../extensions/db_status.php:110 +msgid "DB Name (temporal for testing)" +msgstr "DB Name (testing purposes only; temporary)" + +#: ../../extensions/db_status.php:130 +msgid "Execute Test" +msgstr "Run Test" + +#: ../../extensions/db_status.php:165 +#, fuzzy +msgid "Host must be provided" +msgstr "No module name provided" + +#: ../../extensions/db_status.php:170 +#, fuzzy +msgid "DB name must be provided" +msgstr "The name must be unique" + +#: ../../extensions/db_status.php:185 +msgid "Unsuccessful connected to the DB" +msgstr "Connection to the DB was unsuccessful" + +#: ../../extensions/db_status.php:221 +msgid "Unsuccessful created the testing DB" +msgstr "Unable to create DB test" + +#: ../../extensions/db_status.php:227 +msgid "" +"Unable to create references with the provided user please check its " +"privileges" +msgstr "" +"Unable to create references with the provided user please check its " +"privileges" + +#: ../../extensions/db_status.php:233 +msgid "" +"Unable to explain with the provided user please check its privileges" +msgstr "" +"Unable to explain with the provided user please check its privileges" + +#: ../../extensions/db_status.php:245 +#, fuzzy +msgid "There was an error selecting the DB" +msgstr "There was an error creating the file." + +#: ../../extensions/db_status.php:255 +msgid "Unsuccessful installed tables into the testing DB" +msgstr "Tables not installed correctly on the DB test" + +#: ../../extensions/db_status.php:331 +#, php-format +msgid "Success! %s DB contains all tables" +msgstr "Success! %s DB contains all tables" + +#: ../../extensions/db_status.php:333 +#, php-format +msgid "%s DB could not retrieve all tables. The missing tables are (%s)" +msgstr "%s DB could not retrieve all tables. The missing tables are (%s)" + +#: ../../extensions/db_status.php:347 ../../extensions/db_status.php:355 +#: ../../extensions/db_status.php:455 +msgid "You can execute this SQL query for to fix." +msgstr "You can make this SQL query in order to fix it." + +#: ../../extensions/db_status.php:449 +#, php-format +msgid "Unsuccessful the table %s has not the field %s" +msgstr "Unsuccessful: the table %s doesn't have the field %s" + +#: ../../extensions/db_status.php:514 +msgid "Successful all the tables have the correct fields" +msgstr "Successful: all tables have the correct fields" + +#: ../../extensions/db_status.php:575 ../../extensions/db_status.php:694 +#, fuzzy +msgid "There was an error creating the DB during reference check" +msgstr "There was an error creating the file." + +#: ../../extensions/db_status.php:586 ../../extensions/db_status.php:705 +#, fuzzy +msgid "There was an error selecting the DB during reference check" +msgstr "An error message appeared when deleting the agent" + +#: ../../extensions/db_status.php:638 +msgid "" +"Unable to create databases with the provided user please check its " +"privileges" +msgstr "" +"Unable to create databases with the provided user please check its " +"privileges" + +#: ../../extensions/db_status.php:642 +#, fuzzy +msgid "There was an error creating the DB during drop check" +msgstr "There was an error creating the file." + +#: ../../extensions/db_status.php:653 +#, fuzzy +msgid "There was an error selecting the DB during drop check" +msgstr "There was an error loading the graph" + +#: ../../extensions/db_status.php:662 +msgid "" +"Unable to drop databases with the provided user please check its " +"privileges." +msgstr "" +"Unable to drop databases with the provided user please check its " +"privileges." + +#: ../../extensions/db_status.php:662 +msgid "Test databases may have been left over due to lack of drop privileges." +msgstr "Test databases may have been left over due to lack of drop privileges." + +#: ../../extensions/module_groups.php:48 +msgid "Counters Module" +msgstr "Counters Module" + +#: ../../extensions/module_groups.php:49 +msgid "Alerts_Fired" +msgstr "Alerts_Fired" + +#: ../../extensions/module_groups.php:50 +#: ../../godmode/groups/group_list.php:1291 +#: ../../godmode/massive/massive_copy_modules.php:125 +#: ../../godmode/massive/massive_copy_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:429 +#: ../../godmode/massive/massive_edit_modules.php:393 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 +#: ../../include/ajax/module.php:2350 +#: ../../include/class/ExtensionsDiscovery.class.php:788 +#: ../../include/class/AgentWizard.class.php:1436 +#: ../../include/class/AgentWizard.class.php:4196 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 +#: ../../include/functions_massive_operations.php:156 +#: ../../include/functions_agents.php:5070 +#: ../../include/functions_graph.php:3249 +#: ../../include/functions_graph.php:3251 +#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182 +#: ../../include/functions.php:1418 ../../include/functions.php:1419 +#: ../../include/functions.php:1421 ../../include/functions.php:1462 +#: ../../include/functions_events.php:3277 +#: ../../include/functions_reporting_html.php:1521 +#: ../../include/functions_reporting_html.php:6131 +#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 +#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71 +#: ../../operation/agentes/group_view.php:252 +#: ../../operation/agentes/group_view.php:257 +#: ../../operation/agentes/estado_agente.php:312 +#: ../../operation/agentes/estado_monitores.php:542 +#: ../../operation/agentes/status_monitor.php:575 +#: ../../operation/gis_maps/render_view.php:165 +#: ../../operation/custom_fields/custom_fields_view.php:176 +#: ../../operation/tree.php:210 ../../operation/tree.php:301 +#: ../../operation/tree.php:515 +msgid "Critical" +msgstr "Critical" + +#: ../../extensions/module_groups.php:52 +#: ../../godmode/alerts/alert_list.builder.php:350 +#: ../../godmode/groups/group_list.php:1301 +#: ../../godmode/massive/massive_copy_modules.php:126 +#: ../../godmode/massive/massive_copy_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:430 +#: ../../godmode/massive/massive_edit_modules.php:394 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 +#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 +#: ../../include/class/ExtensionsDiscovery.class.php:789 +#: ../../include/graphs/functions_flot.php:352 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 +#: ../../include/lib/ClusterViewer/ClusterManager.php:642 +#: ../../include/lib/TacticalView/elements/Alerts.php:218 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 +#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 +#: ../../include/functions_massive_operations.php:157 +#: ../../include/functions_netflow.php:2129 +#: ../../include/functions_agents.php:5071 +#: ../../include/functions_filemanager.php:782 +#: ../../include/functions_reports.php:569 +#: ../../include/functions_visual_map.php:2457 +#: ../../include/functions_visual_map.php:2485 +#: ../../include/functions_visual_map.php:2503 +#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368 +#: ../../include/functions.php:4319 ../../include/functions_events.php:3018 +#: ../../include/functions_events.php:3177 +#: ../../include/functions_reporting.php:7192 +#: ../../include/functions_reporting_html.php:4814 +#: ../../include/functions_reporting_html.php:5217 +#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642 +#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72 +#: ../../operation/agentes/group_view.php:248 +#: ../../operation/agentes/group_view.php:253 +#: ../../operation/agentes/estado_agente.php:313 +#: ../../operation/agentes/estado_monitores.php:547 +#: ../../operation/agentes/pandora_networkmap.view.php:1761 +#: ../../operation/agentes/status_monitor.php:576 +#: ../../operation/events/events.php:930 +#: ../../operation/custom_fields/custom_fields_view.php:177 +#: ../../operation/tree.php:211 ../../operation/tree.php:302 +#: ../../operation/tree.php:525 +msgid "Unknown" +msgstr "Unknown" + +#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 +#: ../../godmode/massive/massive_operations.php:471 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 +#: ../../godmode/setup/setup_general.php:1012 +#: ../../godmode/setup/setup_general.php:1030 +#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775 +#: ../../include/class/HelpFeedBack.class.php:370 +#: ../../include/class/ConfigPEN.class.php:674 +#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/ModuleTemplates.class.php:1368 +#: ../../include/class/ExtensionsDiscovery.class.php:257 +#: ../../include/class/AgentWizard.class.php:6265 +#: ../../include/class/CredentialStore.class.php:1654 +#: ../../include/class/SatelliteAgent.class.php:1147 +#: ../../include/class/WelcomeWindow.class.php:176 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 +#: ../../include/functions_db.php:1980 +#: ../../include/functions_reporting_html.php:1321 +#: ../../include/functions_reporting_html.php:1516 +#: ../../include/functions_reporting_html.php:4820 +#: ../../include/functions_reporting_html.php:6126 +#: ../../operation/agentes/pandora_networkmap.editor.php:751 +#: ../../operation/agentes/pandora_networkmap.php:904 +#: ../../operation/snmpconsole/snmp_browser.php:629 +#: ../../operation/snmpconsole/snmp_browser.php:705 +msgid "OK" +msgstr "OK" + +#: ../../extensions/module_groups.php:54 +msgid "Not_init" +msgstr "Not_init" + +#: ../../extensions/module_groups.php:251 +msgid "Combined table of agent group and module group" +msgstr "Combined table of agent group and module group" + +#: ../../extensions/module_groups.php:275 +msgid "Search by agent group" +msgstr "Search by agent group" + +#: ../../extensions/module_groups.php:288 +msgid "Search by module group" +msgstr "Search by module group" + +#: ../../extensions/module_groups.php:351 +#: ../../godmode/reporting/visual_console_builder.wizard.php:391 +#: ../../godmode/files_repo/files_repo_form.php:61 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 +#: ../../include/lib/Dashboard/Widgets/tactical.php:331 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 +#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 +#: ../../include/lib/Dashboard/Widgets/events_list.php:463 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 +#: ../../include/lib/TacticalView/elements/Configurations.php:52 +#: ../../include/lib/TacticalView/elements/Groups.php:51 +#: ../../include/functions_maps.php:46 +#: ../../include/functions_networkmap.php:1297 +#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 +#: ../../mobile/operation/groups.php:70 +#: ../../operation/agentes/pandora_networkmap.php:746 +#: ../../operation/reporting/graph_analytics.php:870 +#: ../../operation/tree.php:91 ../../operation/tree.php:149 +msgid "Groups" +msgstr "Groups" + +#: ../../extensions/module_groups.php:460 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Cell turns orange when the module and agent groups have at least one alarm " +"triggered." + +#: ../../extensions/module_groups.php:461 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Cell turns red when the module and agent groups have at least one module in " +"critical status. The others may be in any status" + +#: ../../extensions/module_groups.php:462 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Cell turns yellow when module and agent groups have at least one module in " +"warning status. The others may be in green or grey status" + +#: ../../extensions/module_groups.php:463 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cell turns grey when the module and agent groups have at least one module in " +"unknown status and the rest in normal status" + +#: ../../extensions/module_groups.php:464 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cell turns green when all modules in the module and agent groups are in " +"normal status" + +#: ../../extensions/module_groups.php:465 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Cell turns blue if all modules in the module and agent groups are in non-" +"initialized status." + +#: ../../extensions/module_groups.php:471 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"This table shows module groups in columns, and agent groups in rows. Cells " +"show all modules" + +#: ../../extensions/module_groups.php:472 +msgid "There are no defined groups or module groups" +msgstr "There are no agent or module groups defined" + +#: ../../extensions/module_groups.php:492 +#: ../../godmode/groups/configure_modu_group.php:43 +#: ../../godmode/groups/modu_group_list.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:94 +#: ../../godmode/menu.php:189 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 +#: ../../operation/tree.php:103 ../../operation/tree.php:153 +msgid "Module groups" +msgstr "Module groups" + #: ../../general/first_task/HA_cluster_builder.php:37 msgid "There are no HA clusters defined yet." msgstr "There are no HA clusters defined yet." @@ -2751,7 +2762,7 @@ msgstr "There is no command defined yet." #: ../../general/first_task/omnishell.php:34 #: ../../operation/agentes/ver_agente.php:1664 msgid "Omnishell" -msgstr "" +msgstr "Omnishell" #: ../../general/first_task/omnishell.php:37 #, php-format @@ -2760,16 +2771,21 @@ msgid "" "command along any agent in your %s. The only requirement is to have remote " "configuration enabled in your agent." msgstr "" +"Omnishell is an enterprise feature which allows you to execute a structured " +"command along any agent in your %s. The only requirement is to have remote " +"configuration enabled in your agent." #: ../../general/first_task/omnishell.php:42 msgid "" "You can execute any command on as many agents you need, and check the " "execution on all of them using the Omnishell Command View" msgstr "" +"You can execute any command on as many agents you need, and check the " +"execution on all of them using the Omnishell Command View" #: ../../general/first_task/omnishell.php:50 msgid "Define a command" -msgstr "" +msgstr "Define a command" #: ../../general/first_task/planned_downtime.php:34 #, fuzzy @@ -2801,7 +2817,7 @@ msgstr "" #: ../../general/first_task/recon_view.php:18 msgid "There are no discovery tasks defined yet." -msgstr "" +msgstr "There are no discovery tasks defined yet." #: ../../general/first_task/recon_view.php:22 #: ../../godmode/servers/modificar_server.php:66 @@ -2812,11 +2828,11 @@ msgstr "" #: ../../include/functions_servers.php:745 #: ../../include/functions_servers.php:1466 msgid "Discovery server" -msgstr "" +msgstr "Discovery server" #: ../../general/first_task/recon_view.php:25 msgid "Create Discovery Task" -msgstr "" +msgstr "Create Discovery Task" #: ../../general/first_task/recon_view.php:28 msgid "" @@ -2833,7 +2849,7 @@ msgstr "" #: ../../general/first_task/recon_view.php:37 msgid "Discover" -msgstr "" +msgstr "Discover" #: ../../general/first_task/snmp_filters.php:18 msgid "There are no SNMP filter defined yet." @@ -2890,11 +2906,11 @@ msgstr "There are no tags defined yet." #: ../../include/lib/Dashboard/Widgets/tree_view.php:345 #: ../../include/functions_profile.php:205 #: ../../include/functions_treeview.php:151 -#: ../../include/functions_reporting_html.php:2439 -#: ../../include/functions_reporting_html.php:4966 #: ../../include/functions_events.php:263 #: ../../include/functions_events.php:333 #: ../../include/functions_events.php:5179 +#: ../../include/functions_reporting_html.php:2439 +#: ../../include/functions_reporting_html.php:4966 #: ../../mobile/operation/events.php:870 #: ../../operation/agentes/alerts_status.functions.php:160 #: ../../operation/agentes/group_view.php:246 @@ -2917,6 +2933,94 @@ msgid "" "certain tags." msgstr "" +#: ../../general/first_task/map_builder.php:38 +#, php-format +msgid "" +"%s allows users to create visual maps on which each user is able to create " +"his or her own monitoring map. The new visual console editor is much more " +"practical, although the prior visual console editor had its advantages." +msgstr "" +"%s allows users to create visual maps on which each user is able to create " +"his or her own monitoring map. The new visual console editor is much more " +"practical, although the prior visual console editor had its advantages." + +#: ../../general/first_task/map_builder.php:43 +#, fuzzy +msgid "" +"On the new visual console, we have been successful in imitating the " +"sensation and touch of a drawing application like GIMP. We have also " +"simplified the editor by dividing it into several subject-divided tabs named " +"'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'." +msgstr "" +"%s allows users to create visual maps on which each user is able to create " +"his or her own monitoring map. The new visual console editor is much more " +"practical, although the prior visual console editor had its advantages. On " +"the new visual console, we've been successful in imitating the sensation and " +"touch of a drawing application like GIMP. We've also simplified the editor " +"by dividing it into several subject-divided tabs named 'Data', 'Preview', " +"'Wizard', 'List of Elements' and 'Editor'. The items the %s Visual Map was " +"designed to handle are 'static images', 'percentage bars', 'module graphs' " +"and 'simple values'." + +#: ../../general/first_task/map_builder.php:47 +#, php-format +msgid "" +" The items the %s Visual Map was designed to handle are 'static images', " +"'percentage bars', 'module graphs' and 'simple values'" +msgstr "" +" The items the %s Visual Map was designed to handle are 'static images', " +"'percentage bars', 'module graphs' and 'simple values'" + +#: ../../general/first_task/map_builder.php:54 +#: ../../godmode/reporting/visual_console_builder.data.php:156 +msgid "Create visual console" +msgstr "Create a new visual console" + +#: ../../general/first_task/map_builder.php:58 +#, fuzzy +msgid "There are no customized visual consoles" +msgstr "There are no visual consoles defined yet." + +#: ../../general/first_task/service_list.php:36 +#, fuzzy +msgid "" +"A service is a way to group your IT resources based on their " +"functionalities. \n" +"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " +"your support application, or even your printers.\n" +"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " +"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" +"\t\t\t\t\t\t By the following example, you are able to see more clearly what " +"a service is:\n" +"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " +"the world. \n" +"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " +"an on-line shop and support." +msgstr "" +"A service is a way to group your IT resources based on their " +"functionalities. \n" +"\t\t\t\t\t\tA service could be, for example, your official website, your CRM " +"system, your support application, or even your printers.\n" +"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " +"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" +"\t\t\t\t\t\t By the following example, you're able to see more clearly what " +"a service is:\n" +"\t\t\t\t\t\t\tA chip manufacturer sells computers through its website all " +"around the world. \n" +"\t\t\t\t\t\t\tHis company consists of three main departments: a management " +"department, an online shop and a support department." + +#: ../../general/first_task/service_list.php:46 +#, fuzzy +msgid "Configure services" +msgstr "Configure user" + +#: ../../general/first_task/service_list.php:50 +#: ../../mobile/operation/services.php:139 +#, fuzzy +msgid "No services found" +msgstr "No services defined" + #: ../../general/first_task/cluster_builder.php:45 msgid "" "A cluster is a group of devices that provide the same service in high " @@ -2973,89 +3077,6 @@ msgstr "Create Cluster" msgid "There are no defined clusters" msgstr "There are no defined users." -#: ../../general/first_task/map_builder.php:38 -#, php-format -msgid "" -"%s allows users to create visual maps on which each user is able to create " -"his or her own monitoring map. The new visual console editor is much more " -"practical, although the prior visual console editor had its advantages." -msgstr "" - -#: ../../general/first_task/map_builder.php:43 -#, fuzzy -msgid "" -"On the new visual console, we have been successful in imitating the " -"sensation and touch of a drawing application like GIMP. We have also " -"simplified the editor by dividing it into several subject-divided tabs named " -"'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'." -msgstr "" -"%s allows users to create visual maps on which each user is able to create " -"his or her own monitoring map. The new visual console editor is much more " -"practical, although the prior visual console editor had its advantages. On " -"the new visual console, we've been successful in imitating the sensation and " -"touch of a drawing application like GIMP. We've also simplified the editor " -"by dividing it into several subject-divided tabs named 'Data', 'Preview', " -"'Wizard', 'List of Elements' and 'Editor'. The items the %s Visual Map was " -"designed to handle are 'static images', 'percentage bars', 'module graphs' " -"and 'simple values'." - -#: ../../general/first_task/map_builder.php:47 -#, php-format -msgid "" -" The items the %s Visual Map was designed to handle are 'static images', " -"'percentage bars', 'module graphs' and 'simple values'" -msgstr "" - -#: ../../general/first_task/map_builder.php:54 -#: ../../godmode/reporting/visual_console_builder.data.php:156 -msgid "Create visual console" -msgstr "Create a new visual console" - -#: ../../general/first_task/map_builder.php:58 -#, fuzzy -msgid "There are no customized visual consoles" -msgstr "There are no visual consoles defined yet." - -#: ../../general/first_task/service_list.php:36 -#, fuzzy -msgid "" -"A service is a way to group your IT resources based on their " -"functionalities. \n" -"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, " -"your support application, or even your printers.\n" -"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " -"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -"\t\t\t\t\t\t By the following example, you are able to see more clearly what " -"a service is:\n" -"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " -"the world. \n" -"\t\t\t\t\t\t\tHis company consists of three big departments: A management, " -"an on-line shop and support." -msgstr "" -"A service is a way to group your IT resources based on their " -"functionalities. \n" -"\t\t\t\t\t\tA service could be, for example, your official website, your CRM " -"system, your support application, or even your printers.\n" -"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, " -"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -"\t\t\t\t\t\t By the following example, you're able to see more clearly what " -"a service is:\n" -"\t\t\t\t\t\t\tA chip manufacturer sells computers through its website all " -"around the world. \n" -"\t\t\t\t\t\t\tHis company consists of three main departments: a management " -"department, an online shop and a support department." - -#: ../../general/first_task/service_list.php:46 -#, fuzzy -msgid "Configure services" -msgstr "Configure user" - -#: ../../general/first_task/service_list.php:50 -#: ../../mobile/operation/services.php:139 -#, fuzzy -msgid "No services found" -msgstr "No services defined" - #: ../../general/first_task/custom_graphs.php:18 #, fuzzy, php-format msgid "" @@ -3076,6 +3097,8 @@ msgid "" "There are two types of graphs: The agent's automated graphs and the graphs " "the user customizes by using one or more modules to do so." msgstr "" +"There are two types of graphs: The agent's automated graphs and the graphs " +"the user customizes by using one or more modules to do so." #: ../../general/first_task/custom_graphs.php:30 #: ../../general/first_task/custom_graphs.php:35 @@ -3086,10 +3109,7 @@ msgstr "Create Custom Graph" #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119 -#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176 -#: ../../mobile/operation/events.php:769 #: ../../mobile/operation/module_data.php:107 -#: ../../mobile/operation/modules.php:218 #: ../../mobile/operation/server_status.php:209 #: ../../mobile/operation/tactical.php:79 #: ../../mobile/operation/visualmaps.php:159 @@ -3097,15 +3117,19 @@ msgstr "Create Custom Graph" #: ../../mobile/operation/module_graph.php:256 #: ../../mobile/operation/visualmap.php:184 #: ../../mobile/operation/services.php:68 -#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285 +#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187 +#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769 +#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285 msgid "You don't have access to this page" -msgstr "You do not have access to this page." +msgstr "You do not have access to this page" #: ../../general/noaccesssaml.php:135 msgid "" "Access to this page is restricted to authorized users SAML only, please " "contact system administrator if you need assistance." msgstr "" +"Access to this page is restricted to authorized users SAML only, please " +"contact system administrator if you need assistance." #: ../../general/noaccesssaml.php:137 #, php-format @@ -3114,6 +3138,9 @@ msgid "" "information the error to access this page are recorded in security logs of " "%s System Database" msgstr "" +"Please make sure you have SAML authentication properly configured. For more " +"information the error to access this page are recorded in security logs of " +"%s System Database" #: ../../general/ui/agents_list.php:100 ../../general/ui/agents_list.php:113 #: ../../godmode/agentes/planned_downtime.list.php:372 @@ -3134,16 +3161,15 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1603 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/class/SatelliteAgent.class.php:212 -#: ../../include/class/CalendarManager.class.php:1086 -#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/SnmpConsole.class.php:387 #: ../../include/class/AgentWizard.class.php:2785 +#: ../../include/class/CalendarManager.class.php:1086 +#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp.php:358 #: ../../include/functions_snmp_browser.php:1044 #: ../../include/functions_snmp_browser.php:1693 -#: ../../mobile/operation/agent.php:323 +#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323 #: ../../operation/agentes/estado_agente.php:377 #: ../../operation/agentes/agent_inventory.php:153 #: ../../operation/agentes/status_monitor.php:927 @@ -3430,12 +3456,12 @@ msgstr "" #: ../../general/footer.php:51 #, php-format msgid "%s %s - %s - MR %s" -msgstr "" +msgstr "%s %s - %s - MR %s" #: ../../general/footer.php:56 #, php-format msgid "Page generated on %s" -msgstr "" +msgstr "Page generated on %s" #: ../../general/links_menu.php:17 ../../godmode/menu.php:512 #: ../../operation/menu.php:661 @@ -3446,7 +3472,7 @@ msgstr "Links" #: ../../include/lib/Dashboard/Widgets/example.php:245 #, php-format msgid "Welcome to %s" -msgstr "" +msgstr "Welcome to %s" #: ../../general/login_help_dialog.php:43 #, php-format @@ -3455,6 +3481,9 @@ msgid "" "learn more about the software. Monitoring can be overwhelming, but take your " "time to learn how to harness the power of %s!" msgstr "" +"If this is your first time using %s, we suggest a few links that'll help you " +"learn more about the software. Monitoring can be overwhelming, but take your " +"time to learn how to harness the power of %s!" #: ../../general/login_help_dialog.php:57 #: ../../general/login_help_dialog.php:62 @@ -3527,7 +3556,7 @@ msgstr "Saving" #: ../../general/maintenance.php:58 ../../general/node_deactivated.php:69 #: ../../general/admin_maintenance_mode.php:66 msgid "You will be automatically redirected when all tasks finish" -msgstr "" +msgstr "You will be automatically redirected when all tasks finish" #: ../../general/noaccess2.php:23 msgid "Access to this page is restricted" @@ -3547,7 +3576,7 @@ msgstr "" "Access to this page is restricted to authorized users only, please contact " "the system administrator if you need assistance.

\n" "\t\t\tPlease know that all attempts to access this page are recorded on the " -"security logs of Pandora FMS database system." +"security logs of Pandora FMS database system" #: ../../general/node_deactivated.php:36 #, fuzzy @@ -3562,12 +3591,12 @@ msgstr "Command preview" #: ../../general/node_deactivated.php:61 #, php-format msgid "Please navigate to %s to unify system" -msgstr "" +msgstr "Please navigate to %s to unify system" #: ../../general/pandora_help.php:23 #, php-format msgid "%s help system" -msgstr "" +msgstr "%s help system" #: ../../general/pandora_help.php:72 msgid "Help system error" @@ -3579,6 +3608,8 @@ msgid "" "%s help system has been called with a help reference that currently don't " "exist. There is no help content to show." msgstr "" +"%s help system has been called with a help reference that currently don't " +"exist. There is no help content to show." #: ../../general/reporting_console_node.php:48 #, fuzzy @@ -3620,7 +3651,7 @@ msgstr "M" #: ../../general/reporting_console_node.php:90 msgid "Memory limit" -msgstr "" +msgstr "Memory limit" #: ../../general/reporting_console_node.php:98 #, fuzzy @@ -3629,16 +3660,16 @@ msgstr "LDAP version" #: ../../general/admin_maintenance_mode.php:39 msgid "You cannot use this metaconsole until merging process is finished" -msgstr "" +msgstr "You cannot use this metaconsole until merging process is finished" #: ../../general/admin_maintenance_mode.php:41 msgid "You cannot use this console until merging process is finished" -msgstr "" +msgstr "You cannot use this metaconsole until merging process is finished" #: ../../general/login_page.php:76 #, php-format msgid "Go to %s Website" -msgstr "" +msgstr "Go to %s Website" #: ../../general/login_page.php:90 msgid "Go to Login" @@ -3702,7 +3733,7 @@ msgstr "Build" #: ../../include/functions_config.php:2871 #: ../../include/functions_config.php:2923 msgid "ONE TOOL TO RULE THEM ALL" -msgstr "" +msgstr "ONE TOOL TO RULE THEM ALL" #: ../../general/login_page.php:550 ../../general/login_page.php:553 #: ../../general/login_page.php:590 ../../general/login_page.php:593 @@ -3722,9 +3753,9 @@ msgstr "An e-mail has been sent to your e-mail address" #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3733,9 +3764,9 @@ msgstr "An e-mail has been sent to your e-mail address" #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -3787,6 +3818,8 @@ msgid "" "Your session has ended. Please close your browser window to close this %s " "session." msgstr "" +"Your session has ended. Please close your browser window to close this %s " +"session." #: ../../general/login_page.php:696 #, fuzzy @@ -3803,11 +3836,13 @@ msgid "" "This user does not have access on node, please enable node access on this " "user from metaconsole." msgstr "" +"This user does not have access on node, please enable node access on this " +"user from metaconsole." #: ../../general/login_page.php:720 ../../general/login_page.php:722 #, php-format msgid "Problem with %s database" -msgstr "" +msgstr "Problem with %s database" #: ../../general/login_page.php:726 msgid "" @@ -3835,6 +3870,10 @@ msgid "" "database. Please remove them from your database by executing:
DELETE "
 "FROM tconfig WHERE token = \"auth\";
" msgstr "" +"If you have modified the auth system, the origin of this problem could be " +"that %s cannot override the authorization variables from the config " +"database. Please remove them from your database by executing:
DELETE "
+"FROM tconfig WHERE token = \"auth\";
" #: ../../general/login_page.php:742 msgid "Empty configuration table" @@ -3938,16 +3977,18 @@ msgid "" "For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or " "higher." msgstr "" +"For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or " +"higher." #: ../../general/php_message.php:31 #: ../../include/class/ConsoleSupervisor.php:1934 msgid "Otherwise, functionalities will be lost." -msgstr "" +msgstr "Otherwise, functionalities will be lost." #: ../../general/php_message.php:33 #: ../../include/class/ConsoleSupervisor.php:1934 msgid "Report download in PDF format" -msgstr "" +msgstr "Report download in PDF format" #: ../../general/php_message.php:34 #: ../../include/class/ConsoleSupervisor.php:1934 @@ -3957,27 +3998,31 @@ msgstr "E-mails Sending" #: ../../general/php_message.php:35 #: ../../include/class/ConsoleSupervisor.php:1934 msgid "Metaconsole Collections" -msgstr "" +msgstr "Metaconsole Collections" #: ../../general/php_message.php:38 msgid "Access Help" -msgstr "" +msgstr "Access Help" #: ../../general/php_message.php:41 msgid "Warning php version" -msgstr "" +msgstr "Warning php version" #: ../../general/mysqlerr.php:7 msgid "" "Failure to connect to historical database, please check the configuration or " "contact system administrator if you need assistance." msgstr "" +"Failure to connect to historical database, please check the configuration or " +"contact system administrator if you need assistance." #: ../../general/mysqlerr.php:9 msgid "" "Failure to connect to Database server, please check the configuration file " "config.php or contact system administrator if you need assistance." msgstr "" +"Failure to connect to Database server, please check the configuration file " +"config.php or contact system administrator if you need assistance." #: ../../general/mysqlerr.php:31 #, fuzzy @@ -3986,7 +4031,7 @@ msgstr "Upload error" #: ../../general/mysqlerr.php:35 msgid "Database error" -msgstr "" +msgstr "Database error" #: ../../general/noaccess.php:147 #, fuzzy @@ -3998,6 +4043,8 @@ msgid "" "Access to this page is restricted to authorized users only, please contact " "system administrator if you need assistance." msgstr "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance." #: ../../general/noaccess.php:154 #, php-format @@ -4005,6 +4052,8 @@ msgid "" "Please know that all attempts to access this page are recorded in security " "logs of %s System Database" msgstr "" +"Please know that all attempts to access this page are recorded in security " +"logs of %s System Database" #: ../../general/register.php:174 ../../godmode/users/configure_user.php:2102 #: ../../godmode/users/configure_user.php:2171 @@ -4093,7 +4142,7 @@ msgstr "Enterprise ACL setup" #: ../../general/header.php:400 msgid "Give us feedback" -msgstr "" +msgstr "Give us feedback" #: ../../general/header.php:402 #, fuzzy @@ -4102,7 +4151,7 @@ msgstr "Community" #: ../../general/header.php:406 msgid "Open an issue in Github" -msgstr "" +msgstr "Open an issue in Github" #: ../../general/header.php:407 #, fuzzy @@ -4123,7 +4172,6 @@ msgstr "Edit my user" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4132,6 +4180,7 @@ msgstr "Edit my user" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4144,9 +4193,9 @@ msgstr "Edit my user" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4185,20 +4234,20 @@ msgstr "Edit my user" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4215,8 +4264,6 @@ msgstr "Edit my user" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4253,20 +4300,20 @@ msgstr "Send" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4289,12 +4336,12 @@ msgstr "Cancel" #: ../../general/header.php:925 msgid "Report an issue" -msgstr "" +msgstr "Report an issue" #: ../../general/header.php:1045 ../../godmode/menu.php:756 #: ../../include/class/WelcomeWindow.class.php:157 msgid "Welcome to" -msgstr "" +msgstr "Welcome to" #: ../../general/header.php:1046 ../../general/header.php:1082 #: ../../godmode/update_manager/modal_lts_update.php:142 @@ -4302,17 +4349,17 @@ msgstr "" #: ../../include/class/WelcomeWindow.class.php:158 #: ../../include/class/WelcomeWindow.class.php:194 msgid "Do not show anymore" -msgstr "" +msgstr "Do not show anymore" #: ../../general/header.php:1058 ../../godmode/menu.php:769 #: ../../include/class/WelcomeWindow.class.php:170 msgid "Cancel Configuration Window" -msgstr "" +msgstr "Cancel Configuration Window" #: ../../general/header.php:1063 ../../godmode/menu.php:774 #: ../../include/class/WelcomeWindow.class.php:175 msgid "Are you sure you want to cancel this tutorial?" -msgstr "" +msgstr "Are you sure you want to cancel this tutorial?" #: ../../general/header.php:1084 ../../godmode/menu.php:758 #: ../../godmode/menu.php:795 ../../include/class/WelcomeWindow.class.php:159 @@ -4321,199 +4368,6 @@ msgstr "" msgid "Close wizard" msgstr "No wizard" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "There is no default map. Please go to setup in order to select one." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"There is no GIS data for this agent, so it will be found in its default " -"position on the map." - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"When you change the position of the agent, it will automatically activate " -"the 'Ignore new GIS data' option." - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "Agent position" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "Latitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "Longitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "Altitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -#, fuzzy -msgid "Ignore new GIS data" -msgstr "Ignore new GIS data:" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "Yes" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "No" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "Update" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "Error adding modules" @@ -4547,12 +4401,11 @@ msgstr "Assign" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4566,17 +4419,17 @@ msgstr "Module name" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4594,10 +4447,10 @@ msgstr "Module name" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4608,21 +4461,21 @@ msgstr "Module name" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4637,11 +4490,11 @@ msgstr "Type" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4650,18 +4503,18 @@ msgstr "Type" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4699,9 +4552,9 @@ msgstr "Type" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4709,7 +4562,6 @@ msgstr "Type" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4718,6 +4570,7 @@ msgstr "Type" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4776,10 +4629,9 @@ msgstr "Description" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4794,9 +4646,9 @@ msgstr "Action" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4813,11 +4665,11 @@ msgstr "Action" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4844,10 +4696,10 @@ msgstr "Action" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4858,28 +4710,28 @@ msgstr "Action" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -4917,10 +4769,10 @@ msgstr "Delete" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -4969,9 +4821,9 @@ msgstr "Force primary key" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5000,7 +4852,7 @@ msgstr "Namespace" #: ../../godmode/agentes/module_manager_editor_wmi.php:101 msgid "Optional. WMI namespace. If unsure leave blank." -msgstr "" +msgstr "Optional. WMI namespace. If unsure leave blank." #: ../../godmode/agentes/module_manager_editor_wmi.php:168 #: ../../godmode/massive/massive_edit_modules.php:1442 @@ -5020,6 +4872,8 @@ msgid "" "Optional. Substring to look for in the WQL query result. The module returns " "1 if found, 0 if not." msgstr "" +"Optional. Substring to look for in the WQL query result. The module returns " +"1 if found, 0 if not." #: ../../godmode/agentes/module_manager_editor_wmi.php:212 #: ../../godmode/massive/massive_edit_modules.php:1452 @@ -5031,6 +4885,7 @@ msgstr "Field number" msgid "" "Column number to retrieve from the WQL query result (starting from zero)." msgstr "" +"Column number to retrieve from the WQL query result (starting from zero)." #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:95 #, fuzzy @@ -5064,16 +4919,16 @@ msgstr "Network map" #: ../../operation/agentes/pandora_networkmap.editor.php:280 #: ../../operation/agentes/pandora_networkmap.view.php:2279 msgid "Not found networkmap." -msgstr "Network map not found" +msgstr "Network map not found." #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:128 #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5089,13 +4944,13 @@ msgstr "Network map not found" #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5111,27 +4966,29 @@ msgstr "Network map not found" #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5141,9 +4998,6 @@ msgstr "Network map not found" #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5258,8 +5112,8 @@ msgstr "Server type" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5284,9 +5138,9 @@ msgstr "Server type" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5307,22 +5161,21 @@ msgstr "Interval" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5331,9 +5184,12 @@ msgstr "Interval" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5348,19 +5204,22 @@ msgstr "Interval" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5377,12 +5236,6 @@ msgstr "Interval" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5414,7 +5267,7 @@ msgstr "Status" #: ../../operation/agentes/status_monitor.php:1601 #: ../../operation/inventory/inventory.php:1375 msgid "Last status change" -msgstr "" +msgstr "Last status change" #: ../../godmode/agentes/status_monitor_custom_fields.php:129 #: ../../godmode/agentes/status_monitor_custom_fields.php:169 @@ -5431,24 +5284,23 @@ msgstr "Warn" #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5462,7 +5314,7 @@ msgstr "Timestamp" #: ../../godmode/agentes/status_monitor_custom_fields.php:185 msgid "Show monitor detail fields" -msgstr "" +msgstr "Show monitor detail fields" #: ../../godmode/agentes/status_monitor_custom_fields.php:188 #: ../../godmode/events/custom_events.php:128 @@ -5484,6 +5336,87 @@ msgstr "Delete fields to select" msgid "Fields selected" msgstr "Fields selected" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "Update" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5532,7 +5465,6 @@ msgstr "Fields selected" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5544,12 +5476,6 @@ msgstr "Fields selected" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5565,6 +5491,13 @@ msgstr "Fields selected" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5600,15 +5533,17 @@ msgstr "Fields selected" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5619,16 +5554,18 @@ msgstr "Fields selected" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5636,10 +5573,6 @@ msgstr "Fields selected" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5685,15 +5618,15 @@ msgstr "Fields selected" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5725,6 +5658,7 @@ msgstr "None" msgid "" "There must be at least one custom field. Timestamp will be set by default" msgstr "" +"There must be at least one custom field. Timestamp will be set by default" #: ../../godmode/agentes/status_monitor_custom_fields.php:273 #: ../../godmode/events/custom_events.php:234 @@ -5732,13 +5666,15 @@ msgstr "" #: ../../include/class/TreeGroupEdition.class.php:168 #: ../../operation/custom_fields/custom_fields_view.php:1172 msgid "Confirm" -msgstr "" +msgstr "Confirm" #: ../../godmode/agentes/agent_incidents.php:36 msgid "" "In order to access ticket management system, integration with ITSM must be " "enabled and properly configured" msgstr "" +"In order to access ticket management system, integration with ITSM must be " +"enabled and properly configured" #: ../../godmode/agentes/fields_manager.php:46 msgid "Agents custom fields manager" @@ -5750,8 +5686,8 @@ msgstr "Agent custom field manager" #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5812,7 +5748,7 @@ msgid "" "The fields with display on front enabled will be displayed into the agent " "details" msgstr "" -"The fields with up front display enabled will be shown on the agent details." +"The fields with up front display enabled will be shown on the agent details" #: ../../godmode/agentes/fields_manager.php:155 #: ../../godmode/agentes/inventory_manager.php:241 @@ -5832,16 +5768,16 @@ msgstr "" #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5861,14 +5797,14 @@ msgstr "Network server module" #: ../../include/class/AgentWizard.class.php:723 #: ../../include/class/AgentWizard.class.php:779 msgid "Credential store" -msgstr "" +msgstr "Credential store" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "SNMP community" @@ -5876,9 +5812,9 @@ msgstr "SNMP community" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "SNMP version" @@ -5928,9 +5864,9 @@ msgstr "The pass length must be eight character minimum." #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "Privacy method" @@ -5956,9 +5892,9 @@ msgstr "AES" #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Privacy pass" @@ -5973,9 +5909,9 @@ msgstr "Authentication method" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -5992,9 +5928,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Security level" @@ -6027,8 +5963,8 @@ msgstr "Authenticated and private method" #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6048,27 +5984,27 @@ msgstr "" #: ../../godmode/massive/massive_edit_modules.php:1510 #: ../../godmode/modules/manage_network_components_form_network.php:312 msgid "Credential identifier" -msgstr "" +msgstr "Credential identifier" #: ../../godmode/agentes/module_manager_editor_network.php:516 msgid "Connection method" -msgstr "" +msgstr "Connection method" #: ../../godmode/agentes/module_manager_editor_network.php:539 #: ../../godmode/wizards/HostDevices.class.php:1370 #: ../../godmode/wizards/HostDevices.class.php:1494 msgid "Manage credentials" -msgstr "" +msgstr "Manage credentials" #: ../../godmode/agentes/module_manager_editor_network.php:548 #: ../../godmode/massive/massive_edit_modules.php:1527 #: ../../godmode/modules/manage_network_components_form_network.php:329 msgid "Inherited" -msgstr "" +msgstr "Inherited" #: ../../godmode/agentes/module_manager_editor_network.php:550 msgid "Windows remote" -msgstr "" +msgstr "Windows remote" #: ../../godmode/agentes/module_manager_editor_prediction.php:134 #: ../../operation/agentes/status_monitor.php:678 @@ -6132,7 +6068,7 @@ msgstr "Latest value" #: ../../godmode/agentes/module_manager_editor_prediction.php:288 msgid "Calculation of days to reach limit" -msgstr "" +msgstr "Calculation of days to reach limit" #: ../../godmode/agentes/module_manager_editor_web.php:57 #: ../../operation/agentes/status_monitor.php:682 @@ -6151,7 +6087,7 @@ msgstr "Delete tags from module" #: ../../godmode/agentes/module_manager_editor_web.php:168 msgid "Debug this module once it has been initialized" -msgstr "" +msgstr "Debug this module once it has been initialized" #: ../../godmode/agentes/module_manager_editor_web.php:172 msgid "Load basic" @@ -6172,7 +6108,7 @@ msgstr "Check the correct structure of the WebCheck" #: ../../godmode/agentes/module_manager_editor_web.php:194 #: ../../include/class/WebServerModuleDebug.class.php:325 msgid "Debug" -msgstr "" +msgstr "Debug" #: ../../godmode/agentes/module_manager_editor_web.php:217 msgid "Check type" @@ -6253,7 +6189,7 @@ msgstr "All modules" #: ../../include/functions_reporting_html.php:1541 #: ../../include/functions_reporting_html.php:6151 msgid "Scheduled Downtime" -msgstr "" +msgstr "Scheduled Downtime" #: ../../godmode/agentes/planned_downtime.list.php:221 #: ../../godmode/agentes/planned_downtime.editor.php:75 @@ -6334,9 +6270,9 @@ msgstr "Error deleting data" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "To" @@ -6373,9 +6309,9 @@ msgid "Execution type" msgstr "Execution type" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6418,8 +6354,8 @@ msgstr "Any" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6433,13 +6369,13 @@ msgstr "Any" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6459,13 +6395,13 @@ msgstr "Any" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6505,13 +6441,12 @@ msgstr "Execution" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6549,11 +6484,11 @@ msgid "Copy" msgstr "Copy" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6585,7 +6520,7 @@ msgstr "Not running" #: ../../views/calendar/special_days.php:534 #: ../../views/calendar/special_days_edit.php:214 msgid "Loading, this operation might take several minutes..." -msgstr "" +msgstr "Loading, this operation might take several minutes..." #: ../../godmode/agentes/planned_downtime.list.php:820 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:207 @@ -6610,24 +6545,19 @@ msgstr "Number of modules affected" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6667,11 +6597,16 @@ msgstr "Number of modules affected" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6726,27 +6661,31 @@ msgstr "Custom field" #: ../../godmode/agentes/configure_field.php:96 #: ../../godmode/agentes/configure_field.php:100 msgid "Agent Custom Fields Information" -msgstr "" +msgstr "Agent Custom Fields Information" #: ../../godmode/agentes/configure_field.php:89 msgid "" "You cannot set the Password type until you clear the combo values and click " "on update button." msgstr "" +"You cannot set the Password type until you clear the combo values and click " +"on update button." #: ../../godmode/agentes/configure_field.php:93 msgid "" "You cannot unset the enable combo until you clear the combo values and click " "on update." msgstr "" +"You cannot unset the enable combo until you clear the combo values and click " +"on update." #: ../../godmode/agentes/configure_field.php:97 msgid "If you select Enabled combo the Password type will be disabled." -msgstr "" +msgstr "If you select Enabled combo the Password type will be disabled." #: ../../godmode/agentes/configure_field.php:101 msgid "If you select Passord type the Enabled combo will be disabled." -msgstr "" +msgstr "If you select Passord type the Enabled combo will be disabled." #: ../../godmode/agentes/configure_field.php:140 #, fuzzy @@ -6763,19 +6702,19 @@ msgid "" "pass in html" msgstr "" "The fields with password type enabled will be displayed with asterisks in " -"HTML." +"HTML" #: ../../godmode/agentes/configure_field.php:170 msgid "Enabled combo" -msgstr "" +msgstr "Enabled combo" #: ../../godmode/agentes/configure_field.php:183 msgid "Combo values" -msgstr "" +msgstr "Combo values" #: ../../godmode/agentes/configure_field.php:184 msgid "Set values separated by comma" -msgstr "" +msgstr "Set values separated by comma" #: ../../godmode/agentes/inventory_manager.php:84 msgid "Successfully added inventory module" @@ -6787,7 +6726,7 @@ msgstr "Error adding inventory module" #: ../../godmode/agentes/inventory_manager.php:89 msgid "The inventory of the module already exists" -msgstr "" +msgstr "The inventory of the module already exists" #: ../../godmode/agentes/inventory_manager.php:100 #: ../../godmode/modules/manage_inventory_modules.php:179 @@ -6847,9 +6786,9 @@ msgstr "Inventory module error" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -6879,7 +6818,7 @@ msgstr "Force" #: ../../godmode/agentes/module_manager_editor.php:548 msgid "This policy is applying and cannot be modified" -msgstr "This policy is being applied and cannot be modified." +msgstr "This policy is being applied and cannot be modified" #: ../../godmode/agentes/module_manager_editor.php:554 msgid "Module will be linked in the next application" @@ -6891,11 +6830,11 @@ msgstr "Module will be unlinked in the next application" #: ../../godmode/agentes/module_manager_editor.php:725 msgid "Invalid module type" -msgstr "" +msgstr "Invalid module type" #: ../../godmode/agentes/module_manager_editor.php:744 msgid "Base options" -msgstr "" +msgstr "Base options" #: ../../godmode/agentes/module_manager_editor.php:756 #: ../../godmode/agentes/agent_manager.php:1160 @@ -6919,6 +6858,9 @@ msgid "" "value 'Office'). These macros can then be used in alerts to provide " "additional information about the module in question." msgstr "" +"Allows you to set custom macros for this module (e.g. name '_location_', " +"value 'Office'). These macros can then be used in alerts to provide " +"additional information about the module in question." #: ../../godmode/agentes/module_manager_editor.php:787 msgid "Module relations" @@ -6929,6 +6871,8 @@ msgid "" "Used to replace the module in SLA reports, either directly () or in Failover " "mode ()." msgstr "" +"Used to replace the module in SLA reports, either directly () or in Failover " +"mode ()." #: ../../godmode/agentes/module_manager_editor.php:888 msgid "No module name provided" @@ -6968,7 +6912,7 @@ msgstr "The File APIs are not fully supported in this browser." #: ../../godmode/agentes/module_manager_editor.php:1008 msgid "Couldn`t find the fileinput element." -msgstr "Could not find the fileinput element" +msgstr "Could not find the file input element." #: ../../godmode/agentes/module_manager_editor.php:1009 msgid "This browser doesn`t seem to support the files property of file inputs." @@ -6985,468 +6929,13 @@ msgid "Plugin server module" msgstr "Plugin server module" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "Plugin" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "Custom ID" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "Agent icon" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "Agent name" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:393 -#, fuzzy -msgid "Edit agent name" -msgstr "Edit agent" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "Alias" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "Use alias as name" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "This agent can be configured remotely." - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "IP Address" - -#: ../../godmode/agentes/agent_manager.php:439 -#, fuzzy -msgid "Check unique IP" -msgstr "Checks time" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -#, fuzzy -msgid "Delete selected IPs" -msgstr "Delete selected items" - -#: ../../godmode/agentes/agent_manager.php:478 -#, fuzzy -msgid "Fix IP address" -msgstr "IP address" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:483 -#, fuzzy -msgid "IP Address list" -msgstr "IP Address" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "OS" - -#: ../../godmode/agentes/agent_manager.php:607 -#, fuzzy -msgid "OS version" -msgstr "SNMP version" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "Server" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:746 -msgid "Enable security hardening monitoring" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:759 -#, fuzzy -msgid "Enable log collection" -msgstr "Collection size" - -#: ../../godmode/agentes/agent_manager.php:773 -#, fuzzy -msgid "Enable inventory" -msgstr "Enable event history" - -#: ../../godmode/agentes/agent_manager.php:791 -msgid "Pandora RC connected with id " -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:800 -#, fuzzy -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "This agent does not have any active monitors." - -#: ../../godmode/agentes/agent_manager.php:806 -#, fuzzy -msgid "Enable remote control" -msgstr "Last remote contact" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:823 -#, fuzzy -msgid "Remote config is enabled only in the Enteprise version" -msgstr "These options are only effective on the Enterprise version." - -#: ../../godmode/agentes/agent_manager.php:833 -#, fuzzy -msgid "Basic options" -msgstr "Map options" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:866 -#, fuzzy -msgid "Agent parent" -msgstr "Define as parent element" - -#: ../../godmode/agentes/agent_manager.php:894 -#, fuzzy -msgid "Cascade protection modules" -msgstr "Cascade protection" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "Learning mode" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "Normal mode" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "Autodisable mode" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "Module definition" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:958 -#, fuzzy -msgid "Update new GIS data" -msgstr "Ignore new GIS data:" - -#: ../../godmode/agentes/agent_manager.php:1034 -#, fuzzy -msgid "URL Address" -msgstr "Address" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "Delete remote configuration file" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "Remote configuration" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "Safe operation mode" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "Disabled" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "Enabled" - -#: ../../godmode/agentes/agent_manager.php:1134 -#, fuzzy -msgid "Use global settings" -msgstr "Use global configuration" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -#, fuzzy -msgid "Ignore unknown" -msgstr "Monitor in unknown status" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1218 -#, fuzzy -msgid "Link text:" -msgstr "Link name" - -#: ../../godmode/agentes/agent_manager.php:1229 -#, fuzzy -msgid "Link URL:" -msgstr "Link" - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "Delete agent" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -#, fuzzy -msgid "This agent belongs to the clusters" -msgstr "This agent has other IPs." - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -msgid "This action is not reversible. Are you sure?" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1554 -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7492,6 +6981,25 @@ msgstr "Error deleting the module" msgid "P" msgstr "IP" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "Server" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 #, fuzzy @@ -7551,6 +7059,35 @@ msgstr "Duplicate" msgid "Normalize" msgstr "Normalize" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "Disabled" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7582,7 +7119,7 @@ msgstr "Select the modules first" #: ../../godmode/agentes/module_manager.php:1212 msgid "Get more modules on Monitoring Library" -msgstr "" +msgstr "Get more modules on Monitoring Library" #: ../../godmode/agentes/module_manager.php:1255 msgid "Create Module" @@ -7597,651 +7134,6 @@ msgstr "" msgid "Delete module" msgstr "Delete module" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "Manual setup" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "No component was found" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "Using module component" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "Not assigned" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -#, fuzzy -msgid "Warning threshold" -msgstr "Time threshold" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "Normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "Inverse interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -#, fuzzy -msgid "Percentage" -msgstr "Percent" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "Str." - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -#, fuzzy -msgid "Change to critical status after" -msgstr "Changing down to critical status" - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -#, fuzzy -msgid "intervals in warning status." -msgstr "%d Modules in warning status" - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -#, fuzzy -msgid "Critical threshold" -msgstr "Warning and critical thresholds" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "Historical data" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent interval x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "Default" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -#, fuzzy -msgid "Identification and Categorization" -msgstr "Identification_reminder" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "Category" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "Tags available" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "Add tags to module" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "Module parent" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "Tags from policy" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "Unknown instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "Critical instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "Warning instructions" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -#, fuzzy -msgid "Execution interval" -msgstr "Replication interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron from" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron to" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -#, fuzzy -msgid "Thresholds and state changes" -msgstr "There are unsaved changes." - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "Min. Value" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "Max. Value" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "Dynamic Threshold Interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "Min." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "Max." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -#, fuzzy -msgid "Two Tailed" -msgstr "Dynamic Two Tailed: " - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "FF threshold" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "Change all statuses" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "Change each status" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -#, fuzzy -msgid "Change all states" -msgstr "Change status" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "To 'normal'" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "To 'warning'" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "To 'critical'" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "FF interval" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "FlipFlop timeout" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -#, fuzzy -msgid "Data and their processing" -msgstr " to this process" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "Unit" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "Post process" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -#, fuzzy -msgid "MADE enabled" -msgstr "SNMP enabled" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -#, fuzzy -msgid "Notifications and alerts" -msgstr "Alerts without standby" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "Export target" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "Not needed" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "Discard unknown events" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "Timeout" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "Retries" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "Value" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "Add relation" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "Changes" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "Normal Status" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "Warning Status" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "Critical Status" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "Please introduce a maximum warning higher than the minimum warning" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "Please introduce a maximum critical higher than the minimum critical" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -msgid "Please introduce a positive percentage value" -msgstr "" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8262,7 +7154,7 @@ msgstr "List" #: ../../godmode/agentes/planned_downtime.editor.php:1577 #: ../../godmode/agentes/planned_downtime.editor.php:1778 msgid "This elements cannot be modified while the downtime is being executed" -msgstr "These items cannot be modified while downtime is taking place." +msgstr "These items cannot be modified while downtime is taking place" #: ../../godmode/agentes/planned_downtime.editor.php:262 #: ../../include/functions_planned_downtimes.php:41 @@ -8272,7 +7164,7 @@ msgid "" "current time" msgstr "" "Could not be created: error during data insertion. Start time must be higher " -"than the current time." +"than the current time" #: ../../godmode/agentes/planned_downtime.editor.php:266 #: ../../godmode/agentes/planned_downtime.editor.php:270 @@ -8298,26 +7190,26 @@ msgstr "Not created: error inserting data" #: ../../include/functions_planned_downtimes.php:43 #: ../../include/functions_planned_downtimes.php:814 msgid "The end date must be higher than the start date" -msgstr "The end date cannot be earlier than the start date." +msgstr "The end date cannot be earlier than the start date" #: ../../godmode/agentes/planned_downtime.editor.php:270 #: ../../include/functions_planned_downtimes.php:807 msgid "The end date must be higher than the current time" -msgstr "End date must be after current time." +msgstr "End date must be after current time" #: ../../godmode/agentes/planned_downtime.editor.php:278 #: ../../godmode/agentes/planned_downtime.editor.php:1138 #: ../../include/functions_planned_downtimes.php:48 #: ../../include/functions_planned_downtimes.php:822 msgid "The end time must be higher than the start time" -msgstr "End time must be after start time." +msgstr "End time must be after start time" #: ../../godmode/agentes/planned_downtime.editor.php:282 #: ../../godmode/agentes/planned_downtime.editor.php:1102 #: ../../include/functions_planned_downtimes.php:50 #: ../../include/functions_planned_downtimes.php:830 msgid "The end day must be higher than the start day" -msgstr "The end date cannot be earlier than the start date." +msgstr "The end date cannot be earlier than the start date" #: ../../godmode/agentes/planned_downtime.editor.php:295 #, fuzzy @@ -8372,7 +7264,7 @@ msgstr "Day of the week" #: ../../godmode/agentes/planned_downtime.editor.php:487 #: ../../godmode/agentes/planned_downtime.editor.php:622 msgid "Downtime start cron expression is not correct" -msgstr "" +msgstr "Downtime start cron expression is not correct" #: ../../godmode/agentes/planned_downtime.editor.php:493 #: ../../godmode/agentes/planned_downtime.editor.php:628 @@ -8427,13 +7319,13 @@ msgstr "Could not be created" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8474,60 +7366,61 @@ msgstr "Periodicity type:" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "Mon" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "Tue" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "Wed" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "Thu" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "Fri" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "Sat" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "Sun" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 +#, fuzzy msgid "From day" -msgstr "From (date):" +msgstr "From (date)" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "To day" @@ -8546,6 +7439,18 @@ msgstr "End time must be after start time." msgid "To hour" msgstr "To hour:" +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron from" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron to" + #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" msgstr "Set time" @@ -8571,11 +7476,11 @@ msgstr "Selection mode" #: ../../godmode/agentes/planned_downtime.editor.php:1260 msgid "Available modules" -msgstr "" +msgstr "Available modules" #: ../../godmode/agentes/planned_downtime.editor.php:1275 msgid "Only for type Quiet for downtimes." -msgstr "Only for quiet type downtimes" +msgstr "Only for quiet type downtimes." #: ../../godmode/agentes/planned_downtime.editor.php:1333 msgid "Agents planned for this downtime" @@ -8585,6 +7490,32 @@ msgstr "Selected agents for this downtime" msgid "There are no agents" msgstr "There are no agents" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "OS" + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "All alerts" @@ -8606,7 +7537,7 @@ msgstr "Add Module:" #: ../../godmode/agentes/planned_downtime.editor.php:1906 #: ../../godmode/reporting/reporting_builder.item_editor.php:5928 msgid "Please select a module." -msgstr "Please select a module" +msgstr "Please select a module." #: ../../godmode/agentes/planned_downtime.editor.php:2045 #, fuzzy @@ -8624,11 +7555,11 @@ msgstr "No agent alias specified" #: ../../godmode/agentes/configurar_agente.php:261 msgid "Agent cannot be created due to the maximum agent limit for this group" -msgstr "" +msgstr "Agent cannot be created due to the maximum agent limit for this group" #: ../../godmode/agentes/configurar_agente.php:366 msgid "Could not be created, because name already exists" -msgstr "Could not be created, because the name already exists." +msgstr "Could not be created, because the name already exists" #: ../../godmode/agentes/configurar_agente.php:388 #: ../../godmode/agentes/configurar_agente.php:395 @@ -8688,15 +7619,15 @@ msgstr "View" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8778,6 +7709,16 @@ msgstr "SNMP Interface wizard" msgid "WMI Wizard" msgstr "WMI Wizard" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "Remote configuration" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 #, fuzzy @@ -8822,7 +7763,7 @@ msgstr "Gis" #: ../../operation/agentes/ver_agente.php:1965 #: ../../operation/agentes/ver_agente.php:2177 msgid "Vulnerabilities" -msgstr "" +msgstr "Vulnerabilities" #: ../../godmode/agentes/configurar_agente.php:814 #, fuzzy @@ -8892,7 +7833,7 @@ msgstr "Agents with templates" #: ../../godmode/agentes/configurar_agente.php:1139 #, php-format msgid "The group id %d is incorrect." -msgstr "" +msgstr "The group id %d is incorrect." #: ../../godmode/agentes/configurar_agente.php:1141 #, fuzzy @@ -8939,7 +7880,7 @@ msgstr "Module successfully updated" msgid "" "There was a problem adding module. Another module already exists with the " "same name." -msgstr "Error adding the module: there is another module with the same name" +msgstr "Error adding the module: there is another module with the same name." #: ../../godmode/agentes/configurar_agente.php:2214 msgid "" @@ -9012,19 +7953,19 @@ msgstr "Could not be disabled" #: ../../include/functions_api.php:11284 #, php-format msgid "Save by %s Console" -msgstr "" +msgstr "Save by %s Console" #: ../../godmode/agentes/configurar_agente.php:2598 #: ../../include/functions_api.php:11285 #, php-format msgid "Update by %s Console" -msgstr "" +msgstr "Update by %s Console" #: ../../godmode/agentes/configurar_agente.php:2614 #: ../../include/functions_api.php:11286 #, php-format msgid "Insert by %s Console" -msgstr "" +msgstr "Insert by %s Console" #: ../../godmode/agentes/configurar_agente.php:2691 #: ../../godmode/agentes/configurar_agente.php:2711 @@ -9034,7 +7975,7 @@ msgstr "Invalid tab specified" #: ../../godmode/agentes/modificar_agente.php:96 #, php-format msgid "Agents defined in %s" -msgstr "" +msgstr "Agents defined in %s" #: ../../godmode/agentes/modificar_agente.php:118 #: ../../godmode/alerts/configure_alert_command.php:194 @@ -9104,15 +8045,15 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:170 msgid "Success deleted agent." -msgstr "Agent successfully deleted" +msgstr "Agent successfully deleted." #: ../../godmode/agentes/modificar_agente.php:171 msgid "Could not be deleted." -msgstr "Agent could not be deleted" +msgstr "Agent could not be deleted." #: ../../godmode/agentes/modificar_agente.php:179 msgid "Maybe the files conf or md5 could not be deleted" -msgstr "It is possible that the .conf or md5 files could not be deleted." +msgstr "It is possible that the .conf or md5 files could not be deleted" #: ../../godmode/agentes/modificar_agente.php:288 #: ../../include/class/SatelliteAgent.class.php:180 @@ -9176,10 +8117,10 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "Agent alias" @@ -9202,7 +8143,7 @@ msgstr "Enable agent" #: ../../godmode/agentes/modificar_agente.php:927 msgid "You are going to enable a cluster agent. Are you sure?" -msgstr "" +msgstr "You are going to enable a cluster agent. Are you sure?" #: ../../godmode/agentes/modificar_agente.php:930 msgid "Disable agent" @@ -9210,11 +8151,23 @@ msgstr "Disable agent" #: ../../godmode/agentes/modificar_agente.php:932 msgid "You are going to disable a cluster agent. Are you sure?" -msgstr "" +msgstr "You are going to disable a cluster agent. Are you sure?" #: ../../godmode/agentes/modificar_agente.php:976 msgid "You are going to delete a cluster agent" -msgstr "" +msgstr "You are going to delete a cluster agent" + +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +#, fuzzy +msgid "This agent belongs to the clusters" +msgstr "This agent has other IPs." + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "Delete agent" #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 @@ -9236,6 +8189,1213 @@ msgstr "There are no defined agents" msgid "Deploy agent" msgstr "Delete agent" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "There is no default map. Please go to setup in order to select one." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"There is no GIS data for this agent, so it will be found in its default " +"position on the map." + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"When you change the position of the agent, it will automatically activate " +"the 'Ignore new GIS data' option" + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "Agent position" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "Latitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "Longitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "Altitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +#, fuzzy +msgid "Ignore new GIS data" +msgstr "Ignore new GIS data:" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "Yes" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "No" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "Custom ID" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "Agent icon" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "Agent name" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." + +#: ../../godmode/agentes/agent_manager.php:393 +#, fuzzy +msgid "Edit agent name" +msgstr "Edit agent" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "Alias" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "Use alias as name" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "This agent can be configured remotely" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "IP Address" + +#: ../../godmode/agentes/agent_manager.php:439 +#, fuzzy +msgid "Check unique IP" +msgstr "Checks time" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +#, fuzzy +msgid "Delete selected IPs" +msgstr "Delete selected items" + +#: ../../godmode/agentes/agent_manager.php:478 +#, fuzzy +msgid "Fix IP address" +msgstr "IP address" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "Avoid automatic IP address update when agent IP changes." + +#: ../../godmode/agentes/agent_manager.php:483 +#, fuzzy +msgid "IP Address list" +msgstr "IP Address" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "Primary group" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." + +#: ../../godmode/agentes/agent_manager.php:607 +#, fuzzy +msgid "OS version" +msgstr "SNMP version" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "Server that will preferentially execute remote tasks." + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "Remote config disabled, please activate to enable agent basic options" + +#: ../../godmode/agentes/agent_manager.php:746 +msgid "Enable security hardening monitoring" +msgstr "Enable security hardening monitoring" + +#: ../../godmode/agentes/agent_manager.php:759 +#, fuzzy +msgid "Enable log collection" +msgstr "Collection size" + +#: ../../godmode/agentes/agent_manager.php:773 +#, fuzzy +msgid "Enable inventory" +msgstr "Enable event history" + +#: ../../godmode/agentes/agent_manager.php:791 +msgid "Pandora RC connected with id " +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:800 +#, fuzzy +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "This agent does not have any active monitors." + +#: ../../godmode/agentes/agent_manager.php:806 +#, fuzzy +msgid "Enable remote control" +msgstr "Last remote contact" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:823 +#, fuzzy +msgid "Remote config is enabled only in the Enteprise version" +msgstr "These options are only effective on the Enterprise version." + +#: ../../godmode/agentes/agent_manager.php:833 +#, fuzzy +msgid "Basic options" +msgstr "Map options" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "Secondary groups" + +#: ../../godmode/agentes/agent_manager.php:866 +#, fuzzy +msgid "Agent parent" +msgstr "Define as parent element" + +#: ../../godmode/agentes/agent_manager.php:894 +#, fuzzy +msgid "Cascade protection modules" +msgstr "Cascade protection" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "Learning mode" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "Normal mode" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "Autodisable mode" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "Module definition" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "Cascade protection services" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." + +#: ../../godmode/agentes/agent_manager.php:958 +#, fuzzy +msgid "Update new GIS data" +msgstr "Ignore new GIS data:" + +#: ../../godmode/agentes/agent_manager.php:1034 +#, fuzzy +msgid "URL Address" +msgstr "Address" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "Disabled mode" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "Delete remote configuration file" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "Safe operation mode" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "Vulnerability scanning" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "Enabled" + +#: ../../godmode/agentes/agent_manager.php:1134 +#, fuzzy +msgid "Use global settings" +msgstr "Use global configuration" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +#, fuzzy +msgid "Ignore unknown" +msgstr "Monitor in unknown status" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." + +#: ../../godmode/agentes/agent_manager.php:1218 +#, fuzzy +msgid "Link text:" +msgstr "Link name" + +#: ../../godmode/agentes/agent_manager.php:1229 +#, fuzzy +msgid "Link URL:" +msgstr "Link" + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +msgid "This action is not reversible. Are you sure?" +msgstr "This action is not reversible. Are you sure?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "Secondary group cannot be primary too." + +#: ../../godmode/agentes/agent_manager.php:1554 +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "This IP address is in use. Are you sure you want to save it?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" +"Change the internal name of the agent may cause duplicity and malfunction" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "Manual setup" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "No component was found" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "Using module component" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "Not assigned" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +#, fuzzy +msgid "Warning threshold" +msgstr "Time threshold" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "Min / Max" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "Decrease / Increase" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "Normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "Inverse interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +#, fuzzy +msgid "Percentage" +msgstr "Percent" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "Str." + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +#, fuzzy +msgid "Change to critical status after" +msgstr "Changing down to critical status" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +#, fuzzy +msgid "intervals in warning status." +msgstr "%d Modules in warning status" + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +#, fuzzy +msgid "Critical threshold" +msgstr "Warning and critical thresholds" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "Historical data" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent interval x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "Default" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +#, fuzzy +msgid "Identification and Categorization" +msgstr "Identification_reminder" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "Category" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "Tags available" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "Add tags to module" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "Module parent" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "Tags from policy" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "Unknown instructions" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "Critical instructions" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "Warning instructions" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +#, fuzzy +msgid "Execution interval" +msgstr "Replication interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +#, fuzzy +msgid "Thresholds and state changes" +msgstr "There are unsaved changes." + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "Min. Value" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "Max. Value" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "Dynamic Threshold Interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "Min." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "Max." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +#, fuzzy +msgid "Two Tailed" +msgstr "Dynamic Two Tailed: " + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "FF threshold" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "Change all statuses" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "Change each status" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +#, fuzzy +msgid "Change all states" +msgstr "Change status" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "To 'normal'" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "To 'warning'" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "To 'critical'" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "FF interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "FlipFlop timeout" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "Keep counters" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +#, fuzzy +msgid "Data and their processing" +msgstr " to this process" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "Unit" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "Post process" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +#, fuzzy +msgid "MADE enabled" +msgstr "SNMP enabled" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +#, fuzzy +msgid "Notifications and alerts" +msgstr "Alerts without standby" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "Export target" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "Not needed" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "Discard unknown events" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "Cascade Protection Services" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "Timeout" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "Retries" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "Value" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "Direct" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "Failover" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "Rel. type" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "Add relation" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "Changes" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "Normal Status" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "Warning Status" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "Critical Status" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "Please introduce a maximum warning higher than the minimum warning" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "Please introduce a maximum critical higher than the minimum critical" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +msgid "Please introduce a positive percentage value" +msgstr "Please introduce a positive percentage value" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "Configure alert command" @@ -9262,11 +9422,11 @@ msgstr "%s field values" #: ../../godmode/alerts/configure_alert_command.php:340 msgid "value1,tag1;value2,tag2;value3,tag3" -msgstr "" +msgstr "value1,tag1;value2,tag2;value3,tag3" #: ../../godmode/alerts/configure_alert_command.php:365 msgid "Hide" -msgstr "" +msgstr "Hide" #: ../../godmode/alerts/configure_alert_action.php:89 #: ../../godmode/alerts/configure_alert_action.php:109 @@ -9285,7 +9445,7 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:231 msgid "This action may stop working, if you change its name." -msgstr "" +msgstr "This action may stop working, if you change its name." #: ../../godmode/alerts/configure_alert_action.php:286 msgid "Create Command" @@ -9300,9 +9460,9 @@ msgstr "Create Command" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "Threshold" @@ -9311,6 +9471,8 @@ msgid "" "An alert action is executed only once within this time interval, regardless " "of how many times the alert is triggered." msgstr "" +"An alert action is executed only once within this time interval, regardless " +"of how many times the alert is triggered." #: ../../godmode/alerts/configure_alert_action.php:344 #, fuzzy @@ -9337,14 +9499,14 @@ msgid "" "If closed status is set on recovery, a workunit will be added to the ticket " "in Pandora ITSM rather that closing the ticket." msgstr "" +"If closed status is set on recovery, a workunit will be added to the ticket " +"in Pandora ITSM rather that closing the ticket." #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9353,6 +9515,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "Back" @@ -9402,12 +9566,15 @@ msgstr "Could not be deleted" msgid "" "You cannot edit this action, You don't have the permission to edit All group." msgstr "" +"You cannot edit this action, You don't have the permission to edit All group." #: ../../godmode/alerts/alert_actions.php:438 msgid "" "The action and the command associated with it do not have the same group. " "Please contact an administrator to fix it." msgstr "" +"The action and the command associated with it do not have the same group. " +"Please contact an administrator to fix it." #: ../../godmode/alerts/alert_actions.php:507 msgid "No alert actions configured" @@ -9451,8 +9618,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "Advanced" @@ -9481,6 +9648,8 @@ msgid "" "Command management is limited to administrator users or user profiles with " "permissions PM" msgstr "" +"Command management is limited to administrator users or user profiles with " +"permissions PM" #: ../../godmode/alerts/alert_commands.php:844 msgid "Alert commands" @@ -9489,12 +9658,12 @@ msgstr "Alert commands" #: ../../godmode/alerts/alert_commands.php:911 #: ../../include/functions_alerts.php:2734 msgid "No name specified" -msgstr "" +msgstr "No name specified" #: ../../godmode/alerts/alert_commands.php:915 #: ../../include/functions_alerts.php:2729 msgid "No command specified" -msgstr "" +msgstr "No command specified" #: ../../godmode/alerts/alert_commands.php:965 msgid " (copy)" @@ -9514,9 +9683,8 @@ msgstr "No alert commands configured" #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9623,11 +9791,10 @@ msgstr "Time threshold" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "From" @@ -9641,11 +9808,11 @@ msgstr "From" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "to" @@ -9691,6 +9858,8 @@ msgid "" "You cannot edit this alert template, You don't have the permission to edit " "All group." msgstr "" +"You cannot edit this alert template, You don't have the permission to edit " +"All group." #: ../../godmode/alerts/alert_templates.php:516 msgid "No alert templates defined" @@ -9765,10 +9934,10 @@ msgstr "Toggle filter(s)" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "Template" @@ -9786,12 +9955,12 @@ msgstr "Operations" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Alert triggered" @@ -9806,9 +9975,8 @@ msgstr "time(s)" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "Alert disabled" @@ -9817,9 +9985,9 @@ msgstr "Alert disabled" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "Alert not triggered" @@ -9846,7 +10014,7 @@ msgid "" "no other action is executed" msgstr "" "Default actions will run every time an alert is triggered and no other " -"action is executed." +"action is executed" #: ../../godmode/alerts/alert_list.list.php:773 #: ../../godmode/snmpconsole/snmp_alert.php:2039 @@ -9874,11 +10042,11 @@ msgstr "Number of matching alerts" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "Enable" @@ -9997,34 +10165,34 @@ msgstr "The alert is triggered when the value is over " #: ../../godmode/alerts/alert_view.php:220 #: ../../godmode/alerts/configure_alert_template.php:1365 msgid "The alert would fire when the module value changes" -msgstr "The alert is triggered when the module value changes." +msgstr "The alert is triggered when the module value changes" #: ../../godmode/alerts/alert_view.php:222 #: ../../godmode/alerts/configure_alert_template.php:1366 msgid "The alert would fire when the module value does not change" -msgstr "The alert is triggered when the module value remains the same." +msgstr "The alert is triggered when the module value remains the same" #: ../../godmode/alerts/alert_view.php:227 #: ../../godmode/alerts/configure_alert_template.php:1363 #: ../../include/functions_ui.php:1882 msgid "The alert would fire when the module is in warning status" -msgstr "The alert is triggered when the module is in warning status." +msgstr "The alert is triggered when the module is in warning status" #: ../../godmode/alerts/alert_view.php:231 #: ../../godmode/alerts/configure_alert_template.php:1364 #: ../../include/functions_ui.php:1887 msgid "The alert would fire when the module is in critical status" -msgstr "The alert is triggered when the module is in critical status." +msgstr "The alert is triggered when the module is in critical status" #: ../../godmode/alerts/alert_view.php:235 #: ../../godmode/alerts/configure_alert_template.php:1369 msgid "The alert would fire when the module is in not normal status" -msgstr "" +msgstr "The alert would fire when the module is in not normal status" #: ../../godmode/alerts/alert_view.php:239 #: ../../godmode/alerts/configure_alert_template.php:1367 msgid "The alert would fire when the module is in unknown status" -msgstr "The alert is triggered when the module is in unknown status." +msgstr "The alert is triggered when the module is in unknown status" #: ../../godmode/alerts/alert_view.php:267 #: ../../godmode/alerts/configure_alert_template.php:688 @@ -10041,11 +10209,11 @@ msgstr "Number of alerts" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" -msgstr "Min." +msgstr "Min" #: ../../godmode/alerts/alert_view.php:275 #: ../../godmode/reporting/reporting_builder.item_editor.php:1991 @@ -10053,11 +10221,11 @@ msgstr "Min." #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" -msgstr "Max." +msgstr "Max" #: ../../godmode/alerts/alert_view.php:290 msgid "Firing conditions" @@ -10111,7 +10279,7 @@ msgid "" "Fields passed to the command executed by this action when the alert is fired" msgstr "" "When the alert is triggered, the action defining fields will be passed to " -"the command." +"the command" #: ../../godmode/alerts/alert_view.php:462 #: ../../godmode/alerts/alert_view.php:585 @@ -10211,7 +10379,7 @@ msgstr "Step" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "General" @@ -10248,7 +10416,7 @@ msgstr "" #: ../../godmode/alerts/configure_alert_template.php:576 msgid "No template name specified" -msgstr "" +msgstr "No template name specified" #: ../../godmode/alerts/configure_alert_template.php:709 #: ../../godmode/reporting/manage_schedule.php:32 @@ -10267,6 +10435,8 @@ msgid "" "Reset the alert counter within the configured period if there is no manual " "recovery or validation of the alert." msgstr "" +"Reset the alert counter within the configured period if there is no manual " +"recovery or validation of the alert." #: ../../godmode/alerts/configure_alert_template.php:752 #: ../../godmode/alerts/alert_list.builder.php:136 @@ -10297,7 +10467,7 @@ msgid "" "being fired consecutively, even if it's within the time threshold" msgstr "" "Enable this option if you want the counter to be reset when the alert is not " -"being triggered consecutively, even if it is within the time threshold." +"being triggered consecutively, even if it is within the time threshold" #: ../../godmode/alerts/configure_alert_template.php:815 #: ../../godmode/snmpconsole/snmp_alert.php:1558 @@ -10307,7 +10477,7 @@ msgstr "Max. number of alerts" #: ../../godmode/alerts/configure_alert_template.php:838 #: ../../godmode/snmpconsole/snmp_alert.php:1676 msgid "Disable event" -msgstr "" +msgstr "Disable event" #: ../../godmode/alerts/configure_alert_template.php:849 msgid "Condition type" @@ -10324,7 +10494,7 @@ msgstr "PHP function" #: ../../godmode/alerts/configure_alert_template.php:888 msgid "Time window" -msgstr "" +msgstr "Time window" #: ../../godmode/alerts/configure_alert_template.php:888 #, fuzzy @@ -10392,6 +10562,8 @@ msgid "" "The alert would fire when the value is not between and " "" msgstr "" +"The alert would fire when the value is not between and " +"" #: ../../godmode/alerts/configure_alert_template.php:1368 msgid "" @@ -10457,8 +10629,8 @@ msgstr "Details" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10477,68 +10649,23 @@ msgstr "Agents to be moved" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "Alert" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "Latest value" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "Create action" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "Create template" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "" - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "Add alert" - -#: ../../godmode/alerts/alert_list.builder.php:302 -#, fuzzy -msgid "Please select an item" -msgstr "Please select an alert" - -#: ../../godmode/alerts/alert_list.builder.php:303 -#, fuzzy -msgid "Please select a template" -msgstr "Please select an item to delete it." - -#: ../../godmode/alerts/alert_list.builder.php:304 -#, fuzzy -msgid "Please select an agent" -msgstr "Please select an agent" - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "Already added" #: ../../godmode/alerts/alert_list.php:189 msgid "No template specified" -msgstr "" +msgstr "No template specified" #: ../../godmode/alerts/alert_list.php:193 msgid "No module specified" -msgstr "" +msgstr "No module specified" #: ../../godmode/alerts/alert_list.php:327 #: ../../godmode/massive/massive_add_action_alerts.php:160 @@ -10589,6 +10716,50 @@ msgstr "Builder alert" msgid "Manage alerts" msgstr "Manage alerts" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "Latest value" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "Create action" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "Create template" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "It takes precedence over the action's threshold configuration." + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "Finish and view cluster" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "Add alert" + +#: ../../godmode/alerts/alert_list.builder.php:302 +#, fuzzy +msgid "Please select an item" +msgstr "Please select an alert" + +#: ../../godmode/alerts/alert_list.builder.php:303 +#, fuzzy +msgid "Please select a template" +msgstr "Please select an item to delete it." + +#: ../../godmode/alerts/alert_list.builder.php:304 +#, fuzzy +msgid "Please select an agent" +msgstr "Please select an agent" + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10672,9 +10843,9 @@ msgid "Max. time before compact data" msgstr "Max. time before compacting data" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "days" @@ -10691,8 +10862,8 @@ msgstr "Database size stats" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10700,7 +10871,7 @@ msgstr "Total amount of agents" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "Total amount of events" @@ -10740,8 +10911,8 @@ msgstr "Last time on DB maintance" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10754,6 +10925,9 @@ msgid "" "maintenance daemon is running. It's very important to keep your database up " "to date in order to get the best performance and results from %s." msgstr "" +"Please make sure your %s Server settings are correct and that the database " +"maintenance daemon is running. It's very important to keep your database up " +"to date in order to get the best performance and results from %s." #: ../../godmode/events/event_responses.php:67 msgid "Response added succesfully" @@ -10781,8 +10955,8 @@ msgstr "Response cannot be deleted" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10809,13 +10983,12 @@ msgstr "Responses" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "Events" @@ -10835,7 +11008,7 @@ msgstr "Event fields will be loaded. Do you want to continue?" #: ../../include/lib/Dashboard/Widgets/events_list.php:853 #: ../../include/functions_events.php:291 msgid "Event Id" -msgstr "" +msgstr "Event Id" #: ../../godmode/events/custom_events.php:93 #: ../../include/lib/Dashboard/Widgets/events_list.php:854 @@ -10848,13 +11021,13 @@ msgstr "Event name" #: ../../include/functions_events.php:297 #: ../../operation/events/events.php:3059 msgid "Agent ID" -msgstr "" +msgstr "Agent ID" #: ../../godmode/events/custom_events.php:95 #: ../../include/class/SatelliteAgent.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:856 msgid "Agent Name" -msgstr "" +msgstr "Agent Name" #: ../../godmode/events/custom_events.php:96 #: ../../include/lib/Dashboard/Widgets/events_list.php:857 @@ -10867,7 +11040,7 @@ msgstr "Agent: " #: ../../include/lib/Dashboard/Widgets/events_list.php:862 #: ../../include/functions_events.php:318 msgid "Event Type" -msgstr "" +msgstr "Event Type" #: ../../godmode/events/custom_events.php:102 #: ../../include/class/ModuleTemplates.class.php:1188 @@ -10876,7 +11049,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/events_list.php:863 #: ../../include/functions_events.php:321 msgid "Module Name" -msgstr "" +msgstr "Module Name" #: ../../godmode/events/custom_events.php:104 #: ../../godmode/events/event_edit_filter.php:400 @@ -10888,18 +11061,18 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -10937,7 +11110,7 @@ msgstr "Source" #: ../../include/lib/Dashboard/Widgets/events_list.php:869 #: ../../include/functions_events.php:339 msgid "Extra Id" -msgstr "" +msgstr "Extra Id" #: ../../godmode/events/custom_events.php:109 #: ../../godmode/setup/setup_ITSM.php:426 @@ -10974,7 +11147,7 @@ msgstr "Instructions" #: ../../include/lib/Dashboard/Widgets/events_list.php:873 #: ../../include/functions_events.php:351 msgid "Server Name" -msgstr "" +msgstr "Server Name" #: ../../godmode/events/custom_events.php:114 #: ../../godmode/massive/massive_delete_modules.php:434 @@ -10988,7 +11161,7 @@ msgstr "Module Status" #: ../../include/lib/Dashboard/Widgets/events_list.php:876 #: ../../include/functions_events.php:369 msgid "Severity mini" -msgstr "" +msgstr "Severity mini" #: ../../godmode/events/custom_events.php:116 #: ../../include/lib/Dashboard/Widgets/events_list.php:877 @@ -11002,11 +11175,11 @@ msgstr "Used modules" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "Custom data" @@ -11033,7 +11206,7 @@ msgstr "Move down selected modules" #: ../../godmode/modules/manage_nc_groups.php:119 #: ../../godmode/netflow/nf_edit_form.php:146 msgid "Not updated. Blank name" -msgstr "Could not update: blank name." +msgstr "Could not update: blank name" #: ../../godmode/events/event_edit_filter.php:260 #: ../../godmode/modules/manage_nc_groups.php:143 @@ -11043,12 +11216,11 @@ msgstr "Could not update: error updating data" #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "Filter name" @@ -11068,7 +11240,7 @@ msgstr "Save in group" msgid "" "This group will be use to restrict the visibility of this filter with ACLs" msgstr "" -"This group will be used to restrict visibility for this filter with ACLs." +"This group will be used to restrict visibility for this filter with ACLs" #: ../../godmode/events/event_edit_filter.php:378 #: ../../godmode/massive/massive_copy_modules.php:127 @@ -11085,7 +11257,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11123,8 +11295,8 @@ msgstr "Agent search" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11246,7 +11418,7 @@ msgstr "Delete custom values" #: ../../godmode/events/event_edit_filter.php:909 msgid "Id souce event" -msgstr "" +msgstr "Id souce event" #: ../../godmode/events/event_edit_filter.php:939 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:360 @@ -11348,7 +11520,7 @@ msgstr "Server to execute command" #: ../../godmode/events/event_responses.editor.php:305 msgid "Command timeout (s)" -msgstr "" +msgstr "Command timeout (s)" #: ../../godmode/events/event_responses.editor.php:320 #, fuzzy @@ -11360,6 +11532,8 @@ msgid "" "If enabled the command will be displayed to any user that can execute this " "event response" msgstr "" +"If enabled the command will be displayed to any user that can execute this " +"event response" #: ../../godmode/gis_maps/configure_gis_map.php:86 #: ../../operation/gis_maps/gis_map.php:30 @@ -11489,11 +11663,11 @@ msgstr "List of Agents to be shown in the layer" #: ../../godmode/gis_maps/configure_gis_map.php:651 msgid "Use the data of this agent" -msgstr "" +msgstr "Use the data of this agent" #: ../../godmode/gis_maps/configure_gis_map.php:659 msgid "List of groups to be shown in the layer" -msgstr "" +msgstr "List of groups to be shown in the layer" #: ../../godmode/gis_maps/configure_gis_map.php:666 msgid "Save Layer" @@ -11515,11 +11689,11 @@ msgstr "Update Map" #: ../../godmode/gis_maps/configure_gis_map.php:1125 msgid "Using data from" -msgstr "" +msgstr "Using data from" #: ../../godmode/gis_maps/configure_gis_map.php:1285 msgid "Empty layer names are not supported" -msgstr "" +msgstr "Empty layer names are not supported" #: ../../godmode/groups/configure_modu_group.php:30 msgid "Module group management" @@ -11681,10 +11855,13 @@ msgid "" "software agents that have a group password configured with the same name. Do " "not use spaces or symbols." msgstr "" +"If a group is password protected, it will only accept XML from those " +"software agents that have a group password configured with the same name. Do " +"not use spaces or symbols." #: ../../godmode/groups/configure_group.php:241 msgid "Enable alert use in this group." -msgstr "" +msgstr "Enable alert use in this group." #: ../../godmode/groups/configure_group.php:246 msgid "Propagate ACL" @@ -11692,12 +11869,13 @@ msgstr "Propagate ACL" #: ../../godmode/groups/configure_group.php:246 msgid "Propagate the same ACL security into the child subgroups." -msgstr "Propagate the same ACL security onto the child subgroups" +msgstr "Propagate the same ACL security onto the child subgroups." #: ../../godmode/groups/configure_group.php:251 msgid "" "It is an external ID used for integrations. Do not use spaces or symbols." msgstr "" +"It is an external ID used for integrations. Do not use spaces or symbols." #: ../../godmode/groups/configure_group.php:261 #: ../../include/functions_events.php:5167 @@ -11719,7 +11897,7 @@ msgstr "No agents selected" #: ../../godmode/groups/configure_group.php:271 msgid "Set the maximum of agents allowed for this group. 0 is unlimited." -msgstr "" +msgstr "Set the maximum of agents allowed for this group. 0 is unlimited." #: ../../godmode/groups/configure_group.php:303 #: ../../godmode/modules/manage_network_components_form.php:398 @@ -11727,8 +11905,8 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11736,16 +11914,16 @@ msgstr "" #: ../../include/lib/ClusterViewer/ClusterWizard.php:356 #: ../../include/functions_html.php:7585 msgid "Go back" -msgstr "" +msgstr "Go back" #: ../../godmode/groups/group_list.php:325 msgid "Tree Group view" -msgstr "" +msgstr "Tree Group view" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -11753,12 +11931,12 @@ msgstr "Group view" #: ../../godmode/groups/group_list.php:349 msgid "Credential Store" -msgstr "" +msgstr "Credential Store" #: ../../godmode/groups/group_list.php:355 #, php-format msgid "Groups defined in %s" -msgstr "" +msgstr "Groups defined in %s" #: ../../godmode/groups/group_list.php:360 #: ../../include/lib/Dashboard/Widgets/tree_view.php:173 @@ -11794,7 +11972,7 @@ msgstr "Group must have a name" #: ../../godmode/groups/group_list.php:612 #, php-format msgid "The group %s could not be deleted because it is not empty in the nodes" -msgstr "" +msgstr "The group %s could not be deleted because it is not empty in the nodes" #: ../../godmode/groups/group_list.php:674 #, php-format @@ -11806,11 +11984,13 @@ msgid "" "The group has not been deleted in the metaconsole due to an error in the " "node database" msgstr "" +"The group has not been deleted in the metaconsole due to an error in the " +"node database" #: ../../godmode/groups/group_list.php:695 #, php-format msgid "The group %s has been deleted in the nodes" -msgstr "" +msgstr "The group %s has been deleted in the nodes" #: ../../godmode/groups/group_list.php:750 #, php-format @@ -11830,6 +12010,7 @@ msgstr "Search by agent group" msgid "" "Shows the groups that contain an agent with the status that has been searched" msgstr "" +"Shows the groups that contain an agent with the status that has been searched" #: ../../godmode/groups/group_list.php:824 #, fuzzy @@ -11838,7 +12019,7 @@ msgstr "Search agent" #: ../../godmode/groups/group_list.php:824 msgid "Shows groups that contain an agent matching the search" -msgstr "" +msgstr "Shows groups that contain an agent matching the search" #: ../../godmode/groups/group_list.php:839 #, fuzzy @@ -11853,20 +12034,21 @@ msgstr "There are no groups defined" #: ../../godmode/groups/group_list.php:990 msgid "Edit or delete groups can cause problems with synchronization" -msgstr "Editing or deleting groups can cause problems with synchronization." +msgstr "Editing or deleting groups can cause problems with synchronization" #: ../../godmode/groups/group_list.php:1127 msgid "Are you sure? This group will also be deleted in all the nodes." -msgstr "" +msgstr "Are you sure? This group will also be deleted in all the nodes." #: ../../godmode/groups/group_list.php:1133 msgid "" "The child groups will be updated to use the parent id of the deleted group" msgstr "" +"The child groups will be updated to use the parent id of the deleted group" #: ../../godmode/groups/group_list.php:1272 msgid "Found groups" -msgstr "" +msgstr "Found groups" #: ../../godmode/groups/group_list.php:1280 #: ../../godmode/module_library/module_library_view.php:159 @@ -11879,9 +12061,9 @@ msgstr "Total modules" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -11898,8 +12080,8 @@ msgstr "Total" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12015,6 +12197,9 @@ msgid "" "that a user with no associated profiles will not be able to log in. Please " "ensure you want to proceed with the deletion." msgstr "" +"There are user profiles assigned to this group which will be deleted. Note " +"that a user with no associated profiles will not be able to log in. Please " +"ensure you want to proceed with the deletion." #: ../../godmode/massive/massive_add_action_alerts.php:75 #: ../../godmode/massive/massive_delete_alerts.php:113 @@ -12092,7 +12277,7 @@ msgstr "Copy alerts" #: ../../godmode/massive/massive_delete_modules.php:472 #: ../../godmode/massive/massive_edit_modules.php:440 msgid "Filter Modules" -msgstr "" +msgstr "Filter Modules" #: ../../godmode/massive/massive_copy_modules.php:236 msgid "No modules for this agent" @@ -12110,7 +12295,7 @@ msgstr "Targets" #: ../../godmode/massive/massive_delete_modules.php:557 #: ../../operation/agentes/interface_view.functions.php:115 msgid "Filter Agents" -msgstr "" +msgstr "Filter Agents" #: ../../godmode/massive/massive_copy_modules.php:343 msgid "To agent(s)" @@ -12151,7 +12336,7 @@ msgstr "Alert template" #: ../../godmode/massive/massive_delete_alerts.php:308 msgid "Show alerts on disabled modules" -msgstr "" +msgstr "Show alerts on disabled modules" #: ../../godmode/massive/massive_delete_alerts.php:389 #: ../../godmode/massive/massive_add_alerts.php:359 @@ -12170,7 +12355,7 @@ msgstr "No module selected" #: ../../godmode/massive/massive_delete_modules.php:156 msgid "" "There was an error deleting the modules, the operation has been cancelled" -msgstr "Error deleting the selected modules: the operation has been cancelled." +msgstr "Error deleting the selected modules: the operation has been cancelled" #: ../../godmode/massive/massive_delete_modules.php:320 #: ../../godmode/massive/massive_edit_modules.php:299 @@ -12237,7 +12422,7 @@ msgstr "Delete all agents" #: ../../godmode/massive/massive_delete_modules.php:632 #: ../../godmode/massive/massive_edit_modules.php:1577 msgid "Please, select an agent first" -msgstr "" +msgstr "Please, select an agent first" #: ../../godmode/massive/massive_delete_profiles.php:52 #: ../../godmode/massive/massive_add_profiles.php:52 @@ -12269,7 +12454,7 @@ msgstr "Profile name" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "Users" @@ -12279,82 +12464,6 @@ msgstr "Users" msgid "Show all groups" msgstr "Show all modules" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "Error retrieving plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "Error retrieving modified macros" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "Error retrieving module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "Error retrieving data from module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "Error creating new macros" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "%d modules updated" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "There are no registered plugins" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "Invalid plugin data" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "Clear" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "Invalid array of macros" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "Multiple values" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "Invalid array of agents" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "Invalid agent item" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "Invalid array of modules" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "Invalid module item" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "There are no modules using this plugin." - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "Massive operations" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "Error loading the data from the module plugin macros" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "Alerts enabled" @@ -12457,208 +12566,6 @@ msgstr "Error deleting the agent %s: the operation has been cancelled" msgid "Successfully deleted (%s)" msgstr "Successfully deleted (%s)" -#: ../../godmode/massive/massive_edit_users.php:153 -#, fuzzy, php-format -msgid "Users updated successfully (%s)" -msgstr "Agents updated successfully" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, fuzzy, php-format -msgid "Users cannot be updated (%s)" -msgstr "Agents cannot be updated" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "Language" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "No change" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "Home screen" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "Visual console" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "Tactical view" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "Alert details" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "Event filter" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "Autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "This will activate autorefresh in selected pages" - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "Full list of pages" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "Push selected pages into autorefresh list" - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "Pop selected pages out of autorefresh list" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "List of pages with autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "Time autorefresh" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "" - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "No values changed" @@ -12695,19 +12602,70 @@ msgstr "Agents cannot be updated" msgid "Cascade protection" msgstr "Cascade protection" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "No change" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" -msgstr "" +msgstr "Add secondary groups" #: ../../godmode/massive/massive_edit_agents.php:905 msgid "Remove secondary groups" -msgstr "" +msgstr "Remove secondary groups" #: ../../godmode/massive/massive_edit_agents.php:998 msgid "" "If the remote configuration is enabled, it will also go into standby mode " "when disabling it." msgstr "" +"If the remote configuration is enabled, it will also go into standby mode " +"when disabling it." #: ../../godmode/massive/massive_edit_agents.php:1011 #: ../../include/class/EventSound.class.php:344 @@ -12758,6 +12716,8 @@ msgid "" "This mode allow %s to disable all modules of this agent while the selected " "module is on CRITICAL status" msgstr "" +"This mode allow %s to disable all modules of this agent while the selected " +"module is on CRITICAL status" #: ../../godmode/massive/massive_edit_modules.php:144 msgid "Error updating the modules from a module type" @@ -12830,11 +12790,11 @@ msgstr "Critical status" #: ../../godmode/massive/massive_edit_modules.php:1188 msgid "Active Counters" -msgstr "" +msgstr "Active Counters" #: ../../godmode/massive/massive_edit_modules.php:1189 msgid "Inactive Counters" -msgstr "" +msgstr "Inactive Counters" #: ../../godmode/massive/massive_edit_modules.php:1263 msgid "Module execution flip flop time interval (in secs)." @@ -12878,7 +12838,7 @@ msgstr "Instructions when status is unknown" #: ../../godmode/massive/massive_edit_modules.php:1366 msgid "The module still store data but the alerts and events will be stop" msgstr "" -"The module will still store data, but alerts and events will be stopped." +"The module will still store data, but alerts and events will be stopped" #: ../../godmode/massive/massive_edit_modules.php:1396 msgid "Seconds that agent will wait for the execution of the module." @@ -12886,22 +12846,256 @@ msgstr "Seconds that the agent will wait for the module to run." #: ../../godmode/massive/massive_edit_modules.php:1410 msgid "Number of retries that the module will attempt to run." -msgstr "Number of module launch retry attempts" +msgstr "Number of module launch retry attempts." #: ../../godmode/massive/massive_edit_modules.php:1528 #: ../../godmode/modules/manage_network_components_form_network.php:330 msgid "Linux" -msgstr "" +msgstr "Linux" #: ../../godmode/massive/massive_edit_modules.php:1529 #: ../../godmode/modules/manage_network_components_form_network.php:331 msgid "Windows" -msgstr "" +msgstr "Windows" #: ../../godmode/massive/massive_edit_modules.php:1532 #: ../../godmode/modules/manage_network_components_form_network.php:335 msgid "Target OS" +msgstr "Target OS" + +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "Error retrieving plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "Error retrieving modified macros" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "Error retrieving module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "Error retrieving data from module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "Error creating new macros" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "%d modules updated" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "There are no registered plugins" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "Invalid plugin data" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "Clear" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "Invalid array of macros" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "Multiple values" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "Invalid array of agents" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "Invalid agent item" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "Invalid array of modules" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "Invalid module item" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "There are no modules using this plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "Massive operations" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "Error loading the data from the module plugin macros" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, fuzzy, php-format +msgid "Users updated successfully (%s)" +msgstr "Agents updated successfully" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, fuzzy, php-format +msgid "Users cannot be updated (%s)" +msgstr "Agents cannot be updated" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "Language" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "Home screen" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" msgstr "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "Visual console" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "Tactical view" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "Alert details" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "Event filter" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "Autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "This will activate autorefresh in selected pages" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "Full list of pages" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "Push selected pages into autorefresh list" + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "Pop selected pages out of autorefresh list" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "List of pages with autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "Time autorefresh" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "Timezone" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "The timezone must be that of the associated server." #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" @@ -13041,6 +13235,8 @@ msgid "" "No changes have been made because they exceed the maximum allowed (%d). Make " "fewer changes or contact the administrator." msgstr "" +"No changes have been made because they exceed the maximum allowed (%d). Make " +"fewer changes or contact the administrator." #: ../../godmode/massive/massive_operations.php:497 #, fuzzy, php-format @@ -13059,7 +13255,7 @@ msgstr "Fields left blank will not be updated" #: ../../godmode/module_library/module_library_view.php:104 #: ../../godmode/menu.php:696 msgid "Categories" -msgstr "" +msgstr "Categories" #: ../../godmode/module_library/module_library_view.php:68 #, fuzzy @@ -13069,57 +13265,57 @@ msgstr "Main event view" #: ../../godmode/module_library/module_library_view.php:81 #: ../../godmode/menu.php:689 msgid "Module library" -msgstr "" +msgstr "Module library" #: ../../godmode/module_library/module_library_view.php:147 msgid "View all categories" -msgstr "" +msgstr "View all categories" #: ../../godmode/module_library/module_library_view.php:158 #: ../../views/tacticalView/view.php:254 ../../views/tacticalView/view.php:329 msgid "More details" -msgstr "" +msgstr "More details" #: ../../godmode/module_library/module_library_view.php:160 msgid "View in Module Library" -msgstr "" +msgstr "View in Module Library" #: ../../godmode/module_library/module_library_view.php:161 msgid "No module found" -msgstr "" +msgstr "No module found" #: ../../godmode/module_library/module_library_view.php:162 msgid "Problem with authentication. Check your internet connection" -msgstr "" +msgstr "Problem with authentication. Check your internet connection" #: ../../godmode/module_library/module_library_view.php:163 #: ../../godmode/wizards/Cloud.class.php:370 msgid "Invalid username or password" -msgstr "" +msgstr "Invalid username or password" #: ../../godmode/module_library/module_library_view.php:164 msgid "Error loading Module Library" -msgstr "" +msgstr "Error loading Module Library" #: ../../godmode/module_library/module_library_view.php:165 msgid "Error loading category" -msgstr "" +msgstr "Error loading category" #: ../../godmode/module_library/module_library_view.php:166 msgid "Error loading categories" -msgstr "" +msgstr "Error loading categories" #: ../../godmode/module_library/module_library_view.php:167 msgid "There is no such category" -msgstr "" +msgstr "There is no such category" #: ../../godmode/module_library/module_library_view.php:168 msgid "Error loading results" -msgstr "" +msgstr "Error loading results" #: ../../godmode/modules/manage_inventory_modules.php:39 msgid "To manage inventory plugin you must activate centralized management" -msgstr "" +msgstr "To manage inventory plugin you must activate centralized management" #: ../../godmode/modules/manage_inventory_modules.php:45 #: ../../godmode/modules/manage_inventory_modules.php:58 @@ -13134,6 +13330,8 @@ msgid "" "This console is not manager of this environment, please manage this feature " "from centralized manager console. Go to %s to manage it." msgstr "" +"This console is not manager of this environment, please manage this feature " +"from centralized manager console. Go to %s to manage it." #: ../../godmode/modules/manage_inventory_modules.php:83 #: ../../godmode/modules/manage_inventory_modules_form.php:57 @@ -13189,58 +13387,13 @@ msgid "" "\t\tFrom this point on, changes to the inventory scripts must be made " "through this screen." msgstr "" +"The configurations of inventory modules from the nodes have been unified.\n" +"\t\tFrom this point on, changes to the inventory scripts must be made " +"through this screen." #: ../../godmode/modules/manage_inventory_modules.php:412 msgid "You can find more information at:" -msgstr "" - -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Module management" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Left blank for the LOCAL inventory modules" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -#, fuzzy -msgid "Separate fields with" -msgstr "separate fields with " - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "Block mode" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -#, fuzzy -msgid "Script mode" -msgstr "Selection mode" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -#, fuzzy -msgid "Use inline code" -msgstr "Users online" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "Code" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Here you will find the script for the REMOTE inventory modules. Local " -"inventory modules do not use this field." +msgstr "You can find more information at:" #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" @@ -13261,35 +13414,35 @@ msgstr "Create Network Components" #: ../../godmode/modules/manage_network_components_form_plugin.php:73 #: ../../include/class/CustomNetScan.class.php:688 msgid "macro_desc" -msgstr "" +msgstr "macro_desc" #: ../../godmode/modules/manage_network_components_form_wizard.php:92 msgid "Add a macro oid" -msgstr "" +msgstr "Add a macro oid" #: ../../godmode/modules/manage_network_components_form_wizard.php:110 msgid "Remove last macro oid" -msgstr "" +msgstr "Remove last macro oid" #: ../../godmode/modules/manage_network_components_form_wizard.php:135 msgid "Numeric" -msgstr "" +msgstr "Numeric" #: ../../godmode/modules/manage_network_components_form_wizard.php:137 msgid "Boolean" -msgstr "" +msgstr "Boolean" #: ../../godmode/modules/manage_network_components_form_wizard.php:138 msgid "Alphanumeric" -msgstr "" +msgstr "Alphanumeric" #: ../../godmode/modules/manage_network_components_form_wizard.php:262 msgid "Add by default" -msgstr "" +msgstr "Add by default" #: ../../godmode/modules/manage_network_components_form_wizard.php:295 msgid "Module protocol" -msgstr "" +msgstr "Module protocol" #: ../../godmode/modules/manage_network_components_form_wizard.php:311 msgid "Protocol" @@ -13298,75 +13451,81 @@ msgstr "Protocol" #: ../../godmode/modules/manage_network_components_form_wizard.php:323 #: ../../godmode/modules/manage_network_components_form_network.php:230 msgid "Name OID" -msgstr "" +msgstr "Name OID" #: ../../godmode/modules/manage_network_components_form_wizard.php:328 msgid "Manufacturer ID" -msgstr "" +msgstr "Manufacturer ID" #: ../../godmode/modules/manage_network_components_form_wizard.php:364 msgid "Component Group" -msgstr "" +msgstr "Component Group" #: ../../godmode/modules/manage_network_components_form_wizard.php:383 msgid "Module unit" -msgstr "" +msgstr "Module unit" #: ../../godmode/modules/manage_network_components_form_wizard.php:457 #: ../../godmode/modules/manage_network_components_form_common.php:271 msgid "Defines threshold as a percentage of value decrease/increment" -msgstr "" +msgstr "Defines threshold as a percentage of value decrease/increment" #: ../../godmode/modules/manage_network_components_form_wizard.php:567 msgid "Scan Type" -msgstr "" +msgstr "Scan Type" #: ../../godmode/modules/manage_network_components_form_wizard.php:605 msgid "Value OID" -msgstr "" +msgstr "Value OID" #: ../../godmode/modules/manage_network_components_form_wizard.php:624 msgid "Macros OID" -msgstr "" +msgstr "Macros OID" #: ../../godmode/modules/manage_network_components_form_wizard.php:634 #: ../../godmode/modules/manage_network_components_form_wizard.php:847 msgid "Value operation" -msgstr "" +msgstr "Value operation" #: ../../godmode/modules/manage_network_components_form_wizard.php:653 #: ../../godmode/modules/manage_network_components_form_wizard.php:866 msgid "Satellite execution" -msgstr "" +msgstr "Satellite execution" #: ../../godmode/modules/manage_network_components_form_wizard.php:672 #: ../../godmode/modules/manage_network_components_form_wizard.php:885 msgid "Server plugin" -msgstr "" +msgstr "Server plugin" #: ../../godmode/modules/manage_network_components_form_wizard.php:716 msgid "WMI class" -msgstr "" +msgstr "WMI class" #: ../../godmode/modules/manage_network_components_form_wizard.php:736 msgid "Query key field" -msgstr "" +msgstr "Query key field" #: ../../godmode/modules/manage_network_components_form_wizard.php:755 msgid "Query extra fields" -msgstr "" +msgstr "Query extra fields" #: ../../godmode/modules/manage_network_components_form_wizard.php:764 msgid "Query filters" -msgstr "" +msgstr "Query filters" #: ../../godmode/modules/manage_network_components_form_wizard.php:772 msgid "Scan" -msgstr "" +msgstr "Scan" #: ../../godmode/modules/manage_network_components_form_wizard.php:815 msgid "Field value" -msgstr "" +msgstr "Field value" + +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "Module management" #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 @@ -13392,57 +13551,6 @@ msgstr "This template does not exist" msgid "There are no defined network profiles" msgstr "There are no network profiles defined" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "Successfully deleted module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "Error deleting module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "Module added to profile successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "Error adding module to profile" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "Network profile updated successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "Error updating the network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "Network profile added successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "Error adding network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "Cannot create a template without a name" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "No modules for this profile" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "Add modules" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "Components" - #: ../../godmode/modules/module_list.php:45 #, fuzzy msgid "Defined module types" @@ -13491,7 +13599,7 @@ msgstr "There are no component groups defined" #: ../../godmode/modules/manage_network_components.php:295 msgid "Remote component management" -msgstr "" +msgstr "Remote component management" #: ../../godmode/modules/manage_network_components.php:308 #: ../../godmode/reporting/reporting_builder.item_editor.php:2575 @@ -13561,7 +13669,49 @@ msgstr "Create a new WMI component" #: ../../godmode/modules/manage_network_components.php:938 msgid "Create a new wizard component" +msgstr "Create a new wizard component" + +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Left blank for the LOCAL inventory modules" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +#, fuzzy +msgid "Separate fields with" +msgstr "separate fields with " + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "Block mode" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +#, fuzzy +msgid "Script mode" +msgstr "Selection mode" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +#, fuzzy +msgid "Use inline code" +msgstr "Users online" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "Script path" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "Code" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" msgstr "" +"Here you will find the script for the REMOTE inventory modules. Local " +"inventory modules do not use this field" #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" @@ -13584,6 +13734,57 @@ msgstr "Delete tags from module" msgid "Tags selected" msgstr "Tags selected" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Successfully deleted module from profile" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "Error deleting module from profile" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Module added to profile successfully" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Error adding module to profile" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "Network profile updated successfully" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "Error updating the network profile" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "Network profile added successfully" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "Error adding network profile" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "Cannot create a template without a name" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "No modules for this profile" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "Add modules" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "Components" + #: ../../godmode/netflow/nf_edit.php:50 #, fuzzy msgid "Manage Filters" @@ -13600,8 +13801,8 @@ msgstr "Add filter" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -13723,6 +13924,11 @@ msgid "" "with the traffic rate for each IP within this filter every five minutes (the " "10 IP's with the most traffic). Only available for Enterprise version." msgstr "" +"Allows you to create an agent that monitors the traffic volume of this " +"filter. It also creates a module that measures if the traffic of any IP of " +"this filter exceeds a certain threshold. A text type module will be created " +"with the traffic rate for each IP within this filter every five minutes (the " +"10 IP's with the most traffic). Only available for Enterprise version." #: ../../godmode/netflow/nf_edit_form.php:395 #: ../../operation/netflow/nf_live_view.php:435 @@ -13733,12 +13939,12 @@ msgstr "Replication interval" #: ../../godmode/netflow/nf_edit_form.php:403 #: ../../operation/netflow/nf_live_view.php:435 msgid "Netflow monitoring interval in secs." -msgstr "" +msgstr "Netflow monitoring interval in secs." #: ../../godmode/netflow/nf_edit_form.php:407 #: ../../operation/netflow/nf_live_view.php:445 msgid "Maximum traffic value of the filter" -msgstr "" +msgstr "Maximum traffic value of the filter" #: ../../godmode/netflow/nf_edit_form.php:415 #: ../../operation/netflow/nf_live_view.php:445 @@ -13747,12 +13953,14 @@ msgid "" "Specifies the maximum rate (in bytes/sec) of traffic in the filter. It is " "then used to calculate the % of maximum traffic per IP." msgstr "" +"Specifies the maximum rate (in bytes/sec) of traffic in the filter. It is " +"then used to calculate the % of maximum traffic per IP." #: ../../godmode/netflow/nf_edit_form.php:421 #: ../../operation/netflow/nf_live_view.php:459 #, php-format msgid "CRITICAL threshold for the maximum % of traffic for an IP." -msgstr "" +msgstr "CRITICAL threshold for the maximum % of traffic for an IP." #: ../../godmode/netflow/nf_edit_form.php:431 #: ../../operation/netflow/nf_live_view.php:459 @@ -13760,11 +13968,13 @@ msgid "" "If this % is exceeded by any IP within the filter, a CRITICAL status will be " "generated." msgstr "" +"If this % is exceeded by any IP within the filter, a CRITICAL status will be " +"generated." #: ../../godmode/netflow/nf_edit_form.php:435 #, php-format msgid "WARNING threshold for the maximum % of traffic for an IP." -msgstr "" +msgstr "WARNING threshold for the maximum % of traffic for an IP." #: ../../godmode/netflow/nf_edit_form.php:445 #: ../../operation/netflow/nf_live_view.php:469 @@ -13772,6 +13982,8 @@ msgid "" "If this % is exceeded by any IP within the filter, a WARNING status will be " "generated." msgstr "" +"If this % is exceeded by any IP within the filter, a WARNING status will be " +"generated." #: ../../godmode/netflow/nf_item_list.php:27 msgid "Report list" @@ -13839,7 +14051,7 @@ msgstr "Create item" #: ../../godmode/reporting/create_container.php:155 msgid "Container name is missing." -msgstr "" +msgstr "Container name is missing." #: ../../godmode/reporting/create_container.php:188 #: ../../godmode/reporting/graph_container.php:101 @@ -13918,9 +14130,8 @@ msgstr "custom" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "1 hour" @@ -13940,7 +14151,7 @@ msgstr "%s hours" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1 day" @@ -13958,7 +14169,7 @@ msgstr "%s days" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1 week" @@ -13973,7 +14184,7 @@ msgstr "15 days" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "1 month" @@ -14048,7 +14259,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "Select an Agent first" @@ -14093,7 +14304,7 @@ msgstr "Simple graph" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "Custom graph" @@ -14102,19 +14313,19 @@ msgstr "Custom graph" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "Tag" #: ../../godmode/reporting/create_container.php:715 msgid "Dynamic rules for simple module graph" -msgstr "" +msgstr "Dynamic rules for simple module graph" #: ../../godmode/reporting/create_container.php:731 #, fuzzy @@ -14188,16 +14399,16 @@ msgstr "Descendent" #: ../../godmode/reporting/reporting_builder.list_items.php:427 msgid "Name or Description" -msgstr "" +msgstr "Name or Description" #: ../../godmode/reporting/reporting_builder.list_items.php:429 #: ../../godmode/setup/os_version.list.php:57 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14215,7 +14426,7 @@ msgstr "Sort" #: ../../godmode/reporting/reporting_builder.list_items.php:447 #: ../../include/functions_graph.php:1535 msgid "No items." -msgstr "No items" +msgstr "No items." #: ../../godmode/reporting/reporting_builder.list_items.php:702 msgid "Sort selected items from position: " @@ -14255,6 +14466,8 @@ msgid "" "Are you sure to sort the items into the report?\\n. This action change the " "sorting of items into data base." msgstr "" +"Are you sure to sort the items into the report?\\n. This action change the " +"sorting of items into data base." #: ../../godmode/reporting/reporting_builder.list_items.php:868 #: ../../godmode/reporting/graph_builder.graph_editor.php:365 @@ -14267,7 +14480,7 @@ msgstr "Are you sure you want to delete the items in the report?\\n" #: ../../godmode/reporting/reporting_builder.list_items.php:926 msgid "Please select any item to delete" -msgstr "Please select an item to delete it." +msgstr "Please select an item to delete it" #: ../../godmode/reporting/reporting_builder.main.php:157 msgid "Only the group can view the report" @@ -14304,7 +14517,7 @@ msgstr "Non-interactive Report" #: ../../godmode/reporting/reporting_builder.main.php:220 msgid "Generate cover page in PDF render" -msgstr "" +msgstr "Generate cover page in PDF render" #: ../../godmode/reporting/reporting_builder.main.php:230 #, fuzzy @@ -14389,6 +14602,8 @@ msgid "Scheduled" msgstr "Scheduled" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 #, fuzzy msgid "Console" msgstr "UX Console" @@ -14410,7 +14625,7 @@ msgstr "Create module" #: ../../godmode/reporting/manage_schedule.php:333 msgid "Name, Report, Task and Group are required." -msgstr "" +msgstr "Name, Report, Task and Group are required." #: ../../godmode/reporting/visual_console_builder.php:216 msgid "This file isn't image" @@ -14418,12 +14633,12 @@ msgstr "Invalid image file" #: ../../godmode/reporting/visual_console_builder.php:219 msgid "This file isn't image." -msgstr "Invalid image file" +msgstr "Invalid image file." #: ../../godmode/reporting/visual_console_builder.php:225 #: ../../godmode/reporting/visual_console_builder.php:228 msgid "File already are exists." -msgstr "File already exists" +msgstr "File already exists." #: ../../godmode/reporting/visual_console_builder.php:236 #: ../../godmode/reporting/visual_console_builder.php:239 @@ -14435,35 +14650,35 @@ msgstr "The file does not have an image extension." #: ../../godmode/reporting/visual_console_builder.php:264 #: ../../godmode/reporting/visual_console_builder.php:270 msgid "Problems with move file to target." -msgstr "Error moving file to target location" +msgstr "Error moving file to target location." #: ../../godmode/reporting/visual_console_builder.php:312 msgid "Successfully update." -msgstr "Updated successfully" +msgstr "Updated successfully." #: ../../godmode/reporting/visual_console_builder.php:331 msgid "Could not be update." -msgstr "Could not be updated" +msgstr "Could not be updated." #: ../../godmode/reporting/visual_console_builder.php:351 msgid "Successfully created." -msgstr "Created successfully" +msgstr "Created successfully." #: ../../godmode/reporting/visual_console_builder.php:370 msgid "Could not be created." -msgstr "Could not be created" +msgstr "Could not be created." #: ../../godmode/reporting/visual_console_builder.php:418 msgid "Successfully multiple delete." -msgstr "Multiple items deleted successfully" +msgstr "Multiple items deleted successfully." #: ../../godmode/reporting/visual_console_builder.php:419 msgid "Unsuccessful multiple delete." -msgstr "Error deleting multiple items" +msgstr "Error deleting multiple items." #: ../../godmode/reporting/visual_console_builder.php:644 msgid "Successfully delete." -msgstr "Deleted successfully" +msgstr "Deleted successfully." #: ../../godmode/reporting/visual_console_builder.php:938 #: ../../operation/visual_console/legacy_view.php:117 @@ -14504,7 +14719,7 @@ msgstr "New visual console" #: ../../godmode/reporting/map_builder.php:75 #: ../../godmode/reporting/map_builder.php:120 msgid "Visual Console List" -msgstr "" +msgstr "Visual Console List" #: ../../godmode/reporting/visual_console_favorite.php:84 #: ../../godmode/reporting/map_builder.php:87 @@ -14514,16 +14729,16 @@ msgstr "Favorite Visual Console" #: ../../godmode/reporting/visual_console_favorite.php:97 #: ../../godmode/reporting/map_builder.php:100 msgid "Visual Console Template" -msgstr "" +msgstr "Visual Console Template" #: ../../godmode/reporting/visual_console_favorite.php:109 #: ../../godmode/reporting/map_builder.php:112 msgid "Visual Console Template Wizard" -msgstr "" +msgstr "Visual Console Template Wizard" #: ../../godmode/reporting/visual_console_favorite.php:117 msgid "Favourite Visual Console" -msgstr "" +msgstr "Favourite Visual Console" #: ../../godmode/reporting/visual_console_favorite.php:187 #: ../../godmode/reporting/map_builder.php:373 @@ -14532,7 +14747,7 @@ msgstr "Group Recursion" #: ../../godmode/reporting/visual_console_favorite.php:240 msgid "No favourite consoles defined" -msgstr "" +msgstr "No favourite consoles defined" #: ../../godmode/reporting/graph_builder.main.php:193 #: ../../godmode/reporting/graph_builder.main.php:207 @@ -14579,6 +14794,10 @@ msgid "" "especially if you combine several of them in a report, dashboard or visual " "console." msgstr "" +"Displaying items with extended historical data can have an impact on system " +"performance. We do not recommend that you use intervals longer than 30 days, " +"especially if you combine several of them in a report, dashboard or visual " +"console." #: ../../godmode/reporting/graph_builder.main.php:216 #: ../../include/lib/Dashboard/Widgets/custom_graph.php:353 @@ -14677,7 +14896,7 @@ msgstr "Custom reports" #: ../../godmode/reporting/schedule.php:98 msgid "The schedule name is already in use." -msgstr "" +msgstr "The schedule name is already in use." #: ../../godmode/reporting/schedule.php:141 #: ../../godmode/reporting/reporting_builder.php:748 @@ -14869,6 +15088,7 @@ msgstr "Filter modules" #: ../../godmode/reporting/visual_console_builder.wizard.php:464 msgid "If you select several agents, only the common modules will be displayed" msgstr "" +"If you select several agents, only the common modules will be displayed" #: ../../godmode/reporting/visual_console_builder.wizard.php:494 #: ../../godmode/reporting/visual_console_builder.wizard.php:861 @@ -14926,7 +15146,7 @@ msgstr "Item on the map" #: ../../godmode/reporting/visual_console_builder.wizard.php:571 #, php-format msgid "The parenting relationships in %s will be drawn on the map." -msgstr "" +msgstr "The parenting relationships in %s will be drawn on the map." #: ../../godmode/reporting/visual_console_builder.wizard.php:586 #, fuzzy @@ -14939,11 +15159,11 @@ msgid "Are you sure to add many elements\\nin visual map?" msgstr "Are you sure you want to add so many elements\\non the visual map?" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "Loading..." @@ -15009,7 +15229,7 @@ msgstr "Module Graph" #: ../../include/functions_visual_map.php:4222 #: ../../operation/visual_console/view.php:350 msgid "Event history graph" -msgstr "" +msgstr "Event history graph" #: ../../godmode/reporting/visual_console_builder.elements.php:291 #: ../../include/rest-api/models/VisualConsole/Item.php:2156 @@ -15053,7 +15273,7 @@ msgstr "Network map linked" #: ../../include/functions_visual_map.php:4262 #: ../../operation/visual_console/view.php:390 msgid "Color cloud" -msgstr "" +msgstr "Color cloud" #: ../../godmode/reporting/visual_console_builder.elements.php:412 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:172 @@ -15070,7 +15290,7 @@ msgstr "Basic" #: ../../include/functions_visual_map.php:4275 #: ../../operation/visual_console/view.php:400 msgid "Odometer" -msgstr "" +msgstr "Odometer" #: ../../godmode/reporting/visual_console_builder.elements.php:434 #: ../../include/lib/Dashboard/Widgets/clock.php:158 @@ -15093,6 +15313,8 @@ msgid "" "You have to change the \"max_input_vars\" and set bigger value on " "php.ini for update, there is too much elements to update" msgstr "" +"You have to change the \"max_input_vars\" and set bigger value on " +"php.ini for update, there is too much elements to update" #: ../../godmode/reporting/visual_console_builder.elements.php:1150 #, fuzzy @@ -15101,7 +15323,7 @@ msgstr "Error" #: ../../godmode/reporting/visual_console_builder.elements.php:1151 msgid "The width and height property is required and should greater than 0" -msgstr "" +msgstr "The width and height property is required and should greater than 0" #: ../../godmode/reporting/graph_builder.graph_editor.php:92 #, php-format @@ -15109,6 +15331,8 @@ msgid "" "The maximum number of items in a chart is %d. You have %d elements, only " "first %d will be displayed." msgstr "" +"The maximum number of items in a chart is %d. You have %d elements, only " +"first %d will be displayed." #: ../../godmode/reporting/graph_builder.graph_editor.php:121 msgid "Sort selected items" @@ -15139,16 +15363,16 @@ msgstr "Please select a module" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -#, fuzzy -msgid "Your report has been planned, and the system will email you a " -msgstr "" -"Your report has been scheduled and the system will send a PDF file of the " -"report as soon as it is finished." +#, fuzzy, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" +msgstr "Your report has been planned, and the system will email you a " #: ../../godmode/reporting/reporting_builder.php:194 #: ../../operation/reporting/reporting_viewer.php:94 msgid "An error has ocurred" -msgstr "An error has ocurred." +msgstr "An error has ocurred" #: ../../godmode/reporting/reporting_builder.php:518 #: ../../godmode/reporting/reporting_builder.php:551 @@ -15157,7 +15381,7 @@ msgstr "An error has ocurred." #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15210,7 +15434,7 @@ msgstr "Export to XML" #: ../../operation/agentes/agent_inventory.php:334 #: ../../operation/inventory/inventory.php:1119 msgid "No data found." -msgstr "No data found" +msgstr "No data found." #: ../../godmode/reporting/reporting_builder.php:4112 #: ../../include/functions_menu.php:622 @@ -15230,7 +15454,7 @@ msgstr "View report" #: ../../godmode/reporting/reporting_builder.php:4152 msgid "Create Custom Report" -msgstr "" +msgstr "Create Custom Report" #: ../../godmode/reporting/reporting_builder.php:4224 msgid "Successfull action" @@ -15271,7 +15495,7 @@ msgstr "Favourite visual console" #: ../../godmode/reporting/visual_console_builder.data.php:306 msgid "Auto adjust to screen in fullscreen" -msgstr "" +msgstr "Auto adjust to screen in fullscreen" #: ../../godmode/reporting/graphs.php:106 msgid "Graphs containers" @@ -15330,7 +15554,7 @@ msgstr "Descending" #: ../../godmode/reporting/reporting_builder.item_editor.php:234 #: ../../godmode/reporting/reporting_builder.item_editor.php:1554 msgid "Local metaconsole" -msgstr "" +msgstr "Local metaconsole" #: ../../godmode/reporting/reporting_builder.item_editor.php:1255 msgid "Not valid" @@ -15365,9 +15589,9 @@ msgstr "" "match with the following agent names : network_agent1, NetworK CHECKS" #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 #, fuzzy msgid "End of life" msgstr "Image index" @@ -15450,7 +15674,7 @@ msgstr "Show agents according to status: " #: ../../godmode/reporting/reporting_builder.item_editor.php:1721 msgid "Show InBound/Outbound traffic per SrcIP/DestIP" -msgstr "" +msgstr "Show InBound/Outbound traffic per SrcIP/DestIP" #: ../../godmode/reporting/reporting_builder.item_editor.php:1736 #, fuzzy @@ -15504,6 +15728,8 @@ msgid "" "This is the time range in which the files are grouped. For example, 1 day " "will group the files by day and will count them." msgstr "" +"This is the time range in which the files are grouped. For example, 1 day " +"will group the files by day and will count them." #: ../../godmode/reporting/reporting_builder.item_editor.php:1868 #: ../../include/functions_reports.php:778 @@ -15519,7 +15745,7 @@ msgid "" msgstr "" "Warning: period 0 reports cannot be used to show information back in time. " "Information contained in this kind of reports will always report the most " -"recent information." +"recent information" #: ../../godmode/reporting/reporting_builder.item_editor.php:1954 #: ../../include/functions_graph.php:5809 @@ -15536,7 +15762,7 @@ msgstr "Only display wrong SLAs" #: ../../godmode/reporting/reporting_builder.item_editor.php:2011 msgid "Current month" -msgstr "" +msgstr "Current month" #: ../../godmode/reporting/reporting_builder.item_editor.php:2027 msgid "Working time" @@ -15552,7 +15778,7 @@ msgstr "Set end time" #: ../../godmode/reporting/reporting_builder.item_editor.php:2129 msgid "Show 24x7 item" -msgstr "" +msgstr "Show 24x7 item" #: ../../godmode/reporting/reporting_builder.item_editor.php:2183 #, fuzzy @@ -15597,7 +15823,7 @@ msgstr "Target server" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "Text" @@ -15610,6 +15836,8 @@ msgid "" "The entities of the fields that contain them must be included. Also is " "possible use macros like `_start_date_` or `_end_date_`." msgstr "" +"The entities of the fields that contain them must be included. Also is " +"possible use macros like `_start_date_` or `_end_date_`." #: ../../godmode/reporting/reporting_builder.item_editor.php:2971 #: ../../godmode/reporting/reporting_builder.item_editor.php:5951 @@ -15626,7 +15854,7 @@ msgstr "The separation character is |" #: ../../godmode/reporting/reporting_builder.item_editor.php:3014 msgid "Protocol must be specified in URL (e.g.: \"https://\")" -msgstr "" +msgstr "Protocol must be specified in URL (e.g.: \"https://\")" #: ../../godmode/reporting/reporting_builder.item_editor.php:3020 msgid "Field separator" @@ -15669,10 +15897,10 @@ msgid "Display" msgstr "Display" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" -msgstr "Avg." +msgstr "Avg" #: ../../godmode/reporting/reporting_builder.item_editor.php:3164 #: ../../include/lib/Dashboard/Widgets/single_graph.php:457 @@ -15688,7 +15916,7 @@ msgstr "Graph editor" #: ../../godmode/reporting/reporting_builder.item_editor.php:3188 msgid "Avg, max & min" -msgstr "" +msgstr "Avg, max & min" #: ../../godmode/reporting/reporting_builder.item_editor.php:3189 #, fuzzy @@ -15697,7 +15925,7 @@ msgstr "Table only" #: ../../godmode/reporting/reporting_builder.item_editor.php:3190 msgid "Min only" -msgstr "" +msgstr "Min only" #: ../../godmode/reporting/reporting_builder.item_editor.php:3191 #, fuzzy @@ -15716,7 +15944,7 @@ msgstr "Module definition" #: ../../godmode/reporting/reporting_builder.item_editor.php:3217 msgid "Please note that not all CSS styles are supported by PDF reports." -msgstr "" +msgstr "Please note that not all CSS styles are supported by PDF reports." #: ../../godmode/reporting/reporting_builder.item_editor.php:3238 msgid "Full resolution graph (TIP)" @@ -15729,6 +15957,8 @@ msgid "" "TIP mode charts do not support average - maximum - minimum series, you can " "only enable TIP or average, maximum or minimum series" msgstr "" +"TIP mode charts do not support average - maximum - minimum series, you can " +"only enable TIP or average, maximum or minimum series" #: ../../godmode/reporting/reporting_builder.item_editor.php:3258 #, fuzzy @@ -15750,7 +15980,7 @@ msgstr "Time comparison (overlapped)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "Maximum" @@ -15759,9 +15989,9 @@ msgstr "Maximum" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "Minimum" @@ -15781,15 +16011,15 @@ msgstr "Average" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "Summation" #: ../../godmode/reporting/reporting_builder.item_editor.php:3383 #: ../../include/functions_graph.php:5589 msgid "Slice" -msgstr "" +msgstr "Slice" #: ../../godmode/reporting/reporting_builder.item_editor.php:3432 msgid "Condition" @@ -15836,7 +16066,7 @@ msgstr "Show graph" #: ../../godmode/reporting/reporting_builder.item_editor.php:3470 msgid "Select fields to show" -msgstr "" +msgstr "Select fields to show" #: ../../godmode/reporting/reporting_builder.item_editor.php:3478 #: ../../include/functions_reporting_html.php:5396 @@ -15850,7 +16080,7 @@ msgstr "Time failed" #: ../../godmode/reporting/reporting_builder.item_editor.php:3494 msgid "Time in OK status" -msgstr "" +msgstr "Time in OK status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3502 #: ../../include/functions_reporting_html.php:5414 @@ -15860,15 +16090,15 @@ msgstr "%d Modules in warning status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3510 msgid "Time in unknown status" -msgstr "" +msgstr "Time in unknown status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3522 msgid "Time of not initialized module" -msgstr "" +msgstr "Time of not initialized module" #: ../../godmode/reporting/reporting_builder.item_editor.php:3534 msgid "Time of downtime" -msgstr "" +msgstr "Time of downtime" #: ../../godmode/reporting/reporting_builder.item_editor.php:3546 msgid "Show address instead module name" @@ -15876,7 +16106,7 @@ msgstr "Show address instead module name" #: ../../godmode/reporting/reporting_builder.item_editor.php:3547 msgid "Show the main address of agent." -msgstr "Show the main address of the agent" +msgstr "Show the main address of the agent." #: ../../godmode/reporting/reporting_builder.item_editor.php:3566 msgid "Show resume" @@ -15888,7 +16118,7 @@ msgid "" "the end of the report and Checks." msgstr "" "Show a summary chart with max, min and average number of total modules at " -"the end of the report and Checks" +"the end of the report and Checks." #: ../../godmode/reporting/reporting_builder.item_editor.php:3586 msgid "

Select fields to show

" @@ -15906,7 +16136,7 @@ msgstr "Checks failed" #: ../../godmode/reporting/reporting_builder.item_editor.php:3610 msgid "Checks in OK status" -msgstr "" +msgstr "Checks in OK status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3622 #, fuzzy @@ -15915,7 +16145,7 @@ msgstr "Warning status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3634 msgid "Unknown checks" -msgstr "" +msgstr "Unknown checks" #: ../../godmode/reporting/reporting_builder.item_editor.php:3646 msgid "

Select fields to show

" @@ -15928,7 +16158,7 @@ msgstr "Agent max value" #: ../../godmode/reporting/reporting_builder.item_editor.php:3662 msgid "Agent min values" -msgstr "" +msgstr "Agent min values" #: ../../godmode/reporting/reporting_builder.item_editor.php:3675 msgid "Show Summary group" @@ -15945,7 +16175,7 @@ msgstr "Event Status" #: ../../godmode/reporting/reporting_builder.item_editor.php:3790 msgid "Include extended events" -msgstr "" +msgstr "Include extended events" #: ../../godmode/reporting/reporting_builder.item_editor.php:3807 #, fuzzy @@ -15958,22 +16188,22 @@ msgstr "Event graphs" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 #, fuzzy -msgid "By agent " +msgid "By agent" msgstr "By agent" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 #, fuzzy -msgid "By user validator " +msgid "By user validator" msgstr "By user validation" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 #, fuzzy -msgid "By criticity " +msgid "By criticity" msgstr "By severity" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 #, fuzzy -msgid "Validated vs unvalidated " +msgid "Validated vs unvalidated" msgstr "Validated vs unvalidated" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 @@ -15985,6 +16215,8 @@ msgid "" "With the token enabled the query will affect the Historical Database, which " "may mean a small drop in performance." msgstr "" +"With the token enabled the query will affect the Historical Database, which " +"may mean a small drop in performance." #: ../../godmode/reporting/reporting_builder.item_editor.php:3886 msgid "Height (dynamic graphs)" @@ -16004,37 +16236,39 @@ msgstr "SLA items sorted by fulfillment value" #: ../../godmode/reporting/reporting_builder.item_editor.php:3951 msgid "Priority mode" -msgstr "" +msgstr "Priority mode" #: ../../godmode/reporting/reporting_builder.item_editor.php:3956 msgid "Priority ok mode" -msgstr "" +msgstr "Priority ok mode" #: ../../godmode/reporting/reporting_builder.item_editor.php:3968 msgid "Priority unknown mode" -msgstr "" +msgstr "Priority unknown mode" #: ../../godmode/reporting/reporting_builder.item_editor.php:3984 msgid "Failover mode" -msgstr "" +msgstr "Failover mode" #: ../../godmode/reporting/reporting_builder.item_editor.php:3985 msgid "" "SLA calculation must be performed taking into account the failover modules " "assigned to the primary module" msgstr "" +"SLA calculation must be performed taking into account the failover modules " +"assigned to the primary module" #: ../../godmode/reporting/reporting_builder.item_editor.php:4004 msgid "Failover type" -msgstr "" +msgstr "Failover type" #: ../../godmode/reporting/reporting_builder.item_editor.php:4009 msgid "Failover normal" -msgstr "" +msgstr "Failover normal" #: ../../godmode/reporting/reporting_builder.item_editor.php:4021 msgid "Failover simple" -msgstr "" +msgstr "Failover simple" #: ../../godmode/reporting/reporting_builder.item_editor.php:4037 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1529 @@ -16056,7 +16290,7 @@ msgstr "Queue filter" #: ../../godmode/reporting/reporting_builder.item_editor.php:4060 #: ../../godmode/reporting/reporting_builder.item_editor.php:4069 msgid "Free text string search on event description" -msgstr "" +msgstr "Free text string search on event description" #: ../../godmode/reporting/reporting_builder.item_editor.php:4065 #, fuzzy @@ -16076,6 +16310,8 @@ msgid "" "Lapses of time in which the period is divided to make more precise " "calculations" msgstr "" +"Lapses of time in which the period is divided to make more precise " +"calculations" #: ../../godmode/reporting/reporting_builder.item_editor.php:4138 msgid "Table only" @@ -16099,23 +16335,25 @@ msgid "" "Use prefix notation for numeric values (example: 20,8Kbytes/sec), otherwise " "full value will be displayed (example: 20.742 bytes/sec)" msgstr "" +"Use prefix notation for numeric values (example: 20,8Kbytes/sec), otherwise " +"full value will be displayed (example: 20.742 bytes/sec)" #: ../../godmode/reporting/reporting_builder.item_editor.php:4193 msgid "Uncompress module" -msgstr "" +msgstr "Uncompress module" #: ../../godmode/reporting/reporting_builder.item_editor.php:4194 msgid "Use uncompressed module data." -msgstr "" +msgstr "Use uncompressed module data." #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 #, fuzzy msgid "Unassigned group" msgstr "Manage groups" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 #, fuzzy msgid "Unnasigned group" msgstr "Manage groups" @@ -16152,39 +16390,39 @@ msgstr "Security error" #: ../../godmode/reporting/reporting_builder.item_editor.php:4419 msgid "< 90%" -msgstr "" +msgstr "< 90%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4420 msgid "< 80%" -msgstr "" +msgstr "< 80%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4421 msgid "< 70%" -msgstr "" +msgstr "< 70%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4422 msgid "< 60%" -msgstr "" +msgstr "< 60%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4423 msgid "< 50%" -msgstr "" +msgstr "< 50%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4424 msgid "< 40%" -msgstr "" +msgstr "< 40%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4425 msgid "< 30%" -msgstr "" +msgstr "< 30%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4426 msgid "< 20%" -msgstr "" +msgstr "< 20%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4427 msgid "< 10%" -msgstr "" +msgstr "< 10%" #: ../../godmode/reporting/reporting_builder.item_editor.php:4445 #, fuzzy @@ -16200,14 +16438,14 @@ msgstr "No. of packages" #: ../../godmode/reporting/reporting_builder.item_editor.php:4466 msgid "Select a agent for load his packages." -msgstr "" +msgstr "Select a agent for load his packages." #: ../../godmode/reporting/reporting_builder.item_editor.php:4493 #: ../../godmode/reporting/reporting_builder.item_editor.php:4515 #: ../../godmode/reporting/reporting_builder.item_editor.php:4536 #: ../../include/functions_netflow.php:2111 msgid "High" -msgstr "" +msgstr "High" #: ../../godmode/reporting/reporting_builder.item_editor.php:4494 #: ../../godmode/reporting/reporting_builder.item_editor.php:4516 @@ -16219,12 +16457,12 @@ msgstr "Low" #: ../../godmode/reporting/reporting_builder.item_editor.php:4507 #: ../../include/functions_reporting_html.php:681 msgid "Attack Complexity" -msgstr "" +msgstr "Attack Complexity" #: ../../godmode/reporting/reporting_builder.item_editor.php:4528 #: ../../include/functions_reporting_html.php:682 msgid "Privileges Required" -msgstr "" +msgstr "Privileges Required" #: ../../godmode/reporting/reporting_builder.item_editor.php:4550 #: ../../include/functions_reporting_html.php:683 @@ -16285,23 +16523,23 @@ msgstr "Password" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -16318,11 +16556,11 @@ msgstr "Stopped" #: ../../godmode/reporting/reporting_builder.item_editor.php:4627 msgid "Show item in landscape format (only PDF)" -msgstr "" +msgstr "Show item in landscape format (only PDF)" #: ../../godmode/reporting/reporting_builder.item_editor.php:4635 msgid "Page break at the end of the item (only PDF)" -msgstr "" +msgstr "Page break at the end of the item (only PDF)" #: ../../godmode/reporting/reporting_builder.item_editor.php:4646 #, fuzzy @@ -16392,12 +16630,12 @@ msgstr "Update item" #: ../../godmode/reporting/reporting_builder.item_editor.php:5094 #: ../../godmode/reporting/reporting_builder.item_editor.php:5609 msgid "Agent Failover" -msgstr "" +msgstr "Agent Failover" #: ../../godmode/reporting/reporting_builder.item_editor.php:5099 #: ../../godmode/reporting/reporting_builder.item_editor.php:5612 msgid "Module Failover" -msgstr "" +msgstr "Module Failover" #: ../../godmode/reporting/reporting_builder.item_editor.php:5107 #: ../../include/class/Prd.class.php:414 @@ -16420,7 +16658,7 @@ msgstr "SLA Limit (%)" #: ../../godmode/reporting/reporting_builder.item_editor.php:5122 msgid "Enter possible range of values in SLA." -msgstr "" +msgstr "Enter possible range of values in SLA." #: ../../godmode/reporting/reporting_builder.item_editor.php:5139 #, fuzzy @@ -16464,27 +16702,27 @@ msgstr "Please save the report to start adding items to the list." #: ../../godmode/reporting/reporting_builder.item_editor.php:5943 #: ../../godmode/reporting/reporting_builder.item_editor.php:5947 msgid "Item Editor Information" -msgstr "" +msgstr "Item Editor Information" #: ../../godmode/reporting/reporting_builder.item_editor.php:5920 msgid "Please select a name." -msgstr "" +msgstr "Please select a name." #: ../../godmode/reporting/reporting_builder.item_editor.php:5924 msgid "Please select an agent." -msgstr "" +msgstr "Please select an agent." #: ../../godmode/reporting/reporting_builder.item_editor.php:5932 msgid "Please insert a SQL query." -msgstr "" +msgstr "Please insert a SQL query." #: ../../godmode/reporting/reporting_builder.item_editor.php:5936 msgid "Please insert a URL." -msgstr "" +msgstr "Please insert a URL." #: ../../godmode/reporting/reporting_builder.item_editor.php:5940 msgid "Please checked a custom interval option." -msgstr "" +msgstr "Please checked a custom interval option." #: ../../godmode/reporting/reporting_builder.item_editor.php:5944 #, fuzzy @@ -16510,11 +16748,11 @@ msgstr "Please set a name" #: ../../godmode/wizards/ManageExtensions.class.php:266 #: ../../godmode/menu.php:161 msgid "Discovery" -msgstr "" +msgstr "Discovery" #: ../../godmode/servers/discovery.php:202 msgid "You must create a task first" -msgstr "" +msgstr "You must create a task first" #: ../../godmode/servers/plugin.php:62 msgid "Network Components" @@ -16542,12 +16780,12 @@ msgstr "Add attachment" #: ../../godmode/servers/plugin.php:319 ../../godmode/servers/plugin.php:841 #, php-format msgid "Plug-ins registered on %s" -msgstr "" +msgstr "Plug-ins registered on %s" #: ../../godmode/servers/plugin.php:396 ../../godmode/servers/plugin.php:804 #: ../../godmode/servers/plugin_registration.php:58 msgid "To manage plugin you must activate centralized management" -msgstr "" +msgstr "To manage plugin you must activate centralized management" #: ../../godmode/servers/plugin.php:401 msgid "Plugin registration" @@ -16563,6 +16801,9 @@ msgid "" " \t\tplease manage this feature from centralized manager console " "(Metaconsole)." msgstr "" +"This console is not manager of this environment,\n" +" \t\tplease manage this feature from centralized manager console " +"(Metaconsole)." #: ../../godmode/servers/plugin.php:453 ../../godmode/servers/plugin.php:1135 #: ../../godmode/servers/modificar_server.php:186 @@ -16584,12 +16825,12 @@ msgid "" "configuration plugin timeout" msgstr "" "This value will only be applied if it is lower than the plugin timeout of " -"the general configuration of the server." +"the general configuration of the server" #: ../../godmode/servers/plugin.php:488 msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" msgstr "" -"If you set the timeout to 0 seconds, the server plugin timeout will be used." +"If you set the timeout to 0 seconds, the server plugin timeout will be used" #: ../../godmode/servers/plugin.php:490 msgid "Max. timeout" @@ -16608,6 +16849,7 @@ msgstr "Plugin command" msgid "" "Specify interpreter and plugin path. The server needs permissions to run it." msgstr "" +"Specify interpreter and plugin path. The server needs permissions to run it." #: ../../godmode/servers/plugin.php:544 msgid "Plug-in parameters" @@ -16630,7 +16872,7 @@ msgstr "Hide value" #: ../../godmode/servers/plugin.php:657 #: ../../include/class/ManageNetScanScripts.class.php:673 msgid "This field will show up as dots like a password" -msgstr "This field will be displayed with dots, just like a password." +msgstr "This field will be displayed with dots, just like a password" #: ../../godmode/servers/plugin.php:693 #: ../../include/class/ManageNetScanScripts.class.php:728 @@ -16649,10 +16891,12 @@ msgid "" "This console is not manager of this environment, please manage this feature " "from feature from %s." msgstr "" +"This console is not manager of this environment, please manage this feature " +"from feature from %s." #: ../../godmode/servers/plugin.php:879 msgid "You need to create your own plugins with Windows compatibility" -msgstr "You will need to create your own Windows-compatible plugins." +msgstr "You will need to create your own Windows-compatible plugins" #: ../../godmode/servers/plugin.php:945 msgid "Problem updating plugin" @@ -16680,15 +16924,15 @@ msgstr "Plugin deleted successfully" #: ../../godmode/servers/plugin.php:1080 msgid "Lock" -msgstr "" +msgstr "Lock" #: ../../godmode/servers/plugin.php:1117 msgid "All the modules that are using this plugin will be deleted" -msgstr "All the modules using this plugin will be deleted." +msgstr "All the modules using this plugin will be deleted" #: ../../godmode/servers/plugin.php:1149 msgid "There are no plugins in the system" -msgstr "There are no plugins on the system." +msgstr "There are no plugins on the system" #: ../../godmode/servers/plugin.php:1157 #, fuzzy @@ -16702,7 +16946,7 @@ msgstr "List of modules and components created by \"%s\" " #: ../../godmode/servers/plugin.php:1278 msgid "Some modules or components are using the plugin" -msgstr "Some modules or components are using the plugin." +msgstr "Some modules or components are using the plugin" #: ../../godmode/servers/plugin.php:1279 msgid "" @@ -16710,7 +16954,7 @@ msgid "" "operations for plugins after this change" msgstr "" "Modules or components should be updated manually or by using the bulk " -"operation option for plugins after this change." +"operation option for plugins after this change" #: ../../godmode/servers/plugin.php:1281 msgid "Are you sure you want to perform this action?" @@ -16722,11 +16966,11 @@ msgid "" "using the plugin" msgstr "" "The plugin macros cannot be updated because some modules or components are " -"using the plugin." +"using the plugin" #: ../../godmode/servers/plugin_registration.php:64 msgid "PLUGIN REGISTRATION" -msgstr "" +msgstr "PLUGIN REGISTRATION" #: ../../godmode/servers/plugin_registration.php:77 msgid "Register plugin" @@ -16753,7 +16997,7 @@ msgstr "You can export resource templates in .ptr format." #: ../../godmode/servers/plugin_registration.php:101 msgid "Public Resource Library" -msgstr "" +msgstr "Public Resource Library" #: ../../godmode/servers/plugin_registration.php:107 msgid "Upload file" @@ -16936,7 +17180,7 @@ msgstr "WUX server" #: ../../include/functions_servers.php:1053 #: ../../include/functions_servers.php:1469 msgid "Log server" -msgstr "" +msgstr "Log server" #: ../../godmode/servers/modificar_server.php:135 #: ../../include/functions_servers.php:977 @@ -16951,14 +17195,14 @@ msgstr "WMI server" #: ../../include/functions_servers.php:997 #: ../../include/functions_servers.php:1484 msgid "Autoprovision server" -msgstr "" +msgstr "Autoprovision server" #: ../../godmode/servers/modificar_server.php:143 #: ../../include/functions_servers.php:1005 #: ../../include/functions_servers.php:1011 #: ../../include/functions_servers.php:1487 msgid "Migration server" -msgstr "" +msgstr "Migration server" #: ../../godmode/servers/modificar_server.php:147 #: ../../include/functions_servers.php:1019 @@ -16993,7 +17237,7 @@ msgstr "Update server" #: ../../godmode/servers/modificar_server.php:399 #, php-format msgid "%s servers" -msgstr "" +msgstr "%s servers" #: ../../godmode/servers/modificar_server.php:188 #: ../../godmode/setup/license.php:265 @@ -17008,7 +17252,7 @@ msgstr "Execute server" #: ../../godmode/servers/modificar_server.php:231 msgid "Leave blank to use SSH default port (22)" -msgstr "" +msgstr "Leave blank to use SSH default port (22)" #: ../../godmode/servers/modificar_server.php:236 msgid "Check Exec Server" @@ -17042,7 +17286,7 @@ msgstr "Dynamic Max." #: ../../godmode/servers/modificar_server.php:412 #: ../../include/class/OrderInterpreter.class.php:254 msgid "Manage Servers" -msgstr "" +msgstr "Manage Servers" #: ../../godmode/servers/modificar_server.php:422 #: ../../godmode/servers/modificar_server.php:433 @@ -17075,6 +17319,8 @@ msgid "" "There are no servers registered on the database. Please, check the " "configuration and start the Pandora Server service" msgstr "" +"There are no servers registered on the database. Please, check the " +"configuration and start the Pandora Server service" #: ../../godmode/servers/servers.build_table.php:85 msgid "Master" @@ -17127,11 +17373,11 @@ msgstr "Server type" #: ../../godmode/servers/servers.build_table.php:159 msgid "-" -msgstr "" +msgstr "-" #: ../../godmode/servers/servers.build_table.php:163 msgid "Exec server enabled" -msgstr "" +msgstr "Exec server enabled" #: ../../godmode/servers/servers.build_table.php:178 #: ../../godmode/servers/servers.build_table.php:184 @@ -17140,7 +17386,7 @@ msgstr "of" #: ../../godmode/servers/servers.build_table.php:230 msgid "Manage Discovery tasks" -msgstr "" +msgstr "Manage Discovery tasks" #: ../../godmode/servers/servers.build_table.php:244 msgid "Reset module status and fired alert counts" @@ -17171,7 +17417,7 @@ msgstr "Tactical server information" #: ../../godmode/servers/servers.build_table.php:359 #: ../../include/help/clippy/server_queued_modules.php:35 msgid "Excesive Queued." -msgstr "Too many modules queued" +msgstr "Too many modules queued." #: ../../godmode/servers/servers.build_table.php:360 #, fuzzy @@ -17274,7 +17520,7 @@ msgstr "Error updating SNMP translation" #: ../../godmode/setup/snmp_wizard.php:162 msgid "Unsucessful update the snmp translation." -msgstr "Error updating SNMP translation" +msgstr "Error updating SNMP translation." #: ../../godmode/setup/snmp_wizard.php:210 msgid "Unsucessful delete the snmp translation" @@ -17282,7 +17528,7 @@ msgstr "Error deleting SNMP translation" #: ../../godmode/setup/snmp_wizard.php:217 msgid "Unsucessful delete the snmp translation." -msgstr "Error deleting SNMP translation" +msgstr "Error deleting SNMP translation." #: ../../godmode/setup/snmp_wizard.php:278 msgid "Unsucessful save the snmp translation" @@ -17290,11 +17536,11 @@ msgstr "Error saving SNMP translation" #: ../../godmode/setup/snmp_wizard.php:287 msgid "Unsucessful save the snmp translation." -msgstr "Error saving SNMP translation" +msgstr "Error saving SNMP translation." #: ../../godmode/setup/gis_step_2.php:37 msgid "GIS Maps connections" -msgstr "" +msgstr "GIS Maps connections" #: ../../godmode/setup/gis_step_2.php:54 msgid "Create new map connection" @@ -17330,7 +17576,7 @@ msgstr "Google Maps" #: ../../godmode/setup/gis_step_2.php:255 msgid "WMS Server" -msgstr "" +msgstr "WMS Server" #: ../../godmode/setup/gis_step_2.php:257 msgid "Please select the connection type" @@ -17400,7 +17646,7 @@ msgstr "Image size" #: ../../godmode/setup/gis_step_2.php:409 msgid "WMS Server URL" -msgstr "" +msgstr "WMS Server URL" #: ../../godmode/setup/gis_step_2.php:451 msgid "" @@ -17408,7 +17654,7 @@ msgid "" "without gis data" msgstr "" "Preview to select the center of the map and the default position for an " -"agent without GIS data." +"agent without GIS data" #: ../../godmode/setup/gis_step_2.php:452 msgid "Load preview map" @@ -17480,7 +17726,7 @@ msgstr "Link" #: ../../godmode/setup/links.php:195 msgid "There isn't links" -msgstr "There are no links." +msgstr "There are no links" #: ../../godmode/setup/os_version.builder.php:155 #: ../../godmode/setup/os_version.builder.php:156 @@ -17488,7 +17734,7 @@ msgstr "There are no links." #: ../../include/class/CredentialStore.class.php:816 #: ../../include/class/CredentialStore.class.php:951 msgid "Product" -msgstr "" +msgstr "Product" #: ../../godmode/setup/os_version.builder.php:189 #, fuzzy @@ -17516,7 +17762,7 @@ msgstr "OS editor" #: ../../godmode/setup/os_version.php:200 #: ../../godmode/setup/os_version.php:215 msgid "Version expiration date editor" -msgstr "" +msgstr "Version expiration date editor" #: ../../godmode/setup/os_version.php:211 #: ../../godmode/setup/os_version.php:243 ../../godmode/setup/os.php:87 @@ -17542,7 +17788,7 @@ msgstr "Error creating OS" #: ../../godmode/setup/os_version.php:260 ../../godmode/setup/os.php:153 #: ../../include/functions_api.php:2151 msgid "Success updating OS" -msgstr "" +msgstr "Success updating OS" #: ../../godmode/setup/os_version.php:264 ../../godmode/setup/os.php:157 msgid "Error updating OS" @@ -17560,6 +17806,743 @@ msgstr "Deleted successfully" msgid "Error deleting" msgstr "Error deleting" +#: ../../godmode/setup/news.php:30 +msgid "Site news management" +msgstr "Manage site news" + +#: ../../godmode/setup/news.php:43 ../../godmode/menu.php:517 +msgid "Site news" +msgstr "Site news" + +#: ../../godmode/setup/news.php:204 ../../godmode/setup/news.php:353 +#: ../../operation/messages/message_edit.php:394 +#: ../../operation/messages/message_list.php:195 +msgid "Subject" +msgstr "Subject" + +#: ../../godmode/setup/news.php:238 +msgid "Modal screen" +msgstr "Modal window" + +#: ../../godmode/setup/news.php:251 +msgid "Expire" +msgstr "Expire" + +#: ../../godmode/setup/news.php:264 ../../godmode/setup/news.php:357 +#: ../../godmode/users/configure_token.php:117 +#: ../../godmode/users/token_list.php:141 +msgid "Expiration" +msgstr "Expiration" + +#: ../../godmode/setup/news.php:348 +msgid "There are no defined news" +msgstr "There are no news defined" + +#: ../../godmode/setup/news.php:355 +msgid "Author" +msgstr "Author" + +#: ../../godmode/setup/news.php:364 +#: ../../include/lib/TacticalView/elements/NewsBoard.php:63 +#, fuzzy +msgid "Welcome to Pandora FMS Console" +msgstr "Welcome to Pandora FMS Web Console" + +#: ../../godmode/setup/news.php:370 +msgid "Modal" +msgstr "Modal" + +#: ../../godmode/setup/news.php:372 +msgid "Board" +msgstr "Board" + +#: ../../godmode/setup/news.php:383 +msgid "Expired" +msgstr "Expired" + +#: ../../godmode/setup/os.builder.php:291 +#, fuzzy +msgid "Upload icon" +msgstr "Upload extension" + +#: ../../godmode/setup/os.builder.php:311 +#, fuzzy +msgid "Icon successfuly uploaded" +msgstr "Agent successfully updated" + +#: ../../godmode/setup/os.builder.php:315 +msgid "File must be of type JPG, JPEG, PNG or SVG" +msgstr "File must be of type JPG, JPEG, PNG or SVG" + +#: ../../godmode/setup/os.builder.php:319 +#, fuzzy +msgid "An error ocurrered to upload icon" +msgstr "An error occurred when attempting to stop planned downtime." + +#: ../../godmode/setup/os.php:65 +#, fuzzy +msgid "Manage OS types" +msgstr "Manage GIS Maps" + +#: ../../godmode/setup/os.php:77 +#, fuzzy +msgid "Manage version expiration dates" +msgstr "Manage alert actions" + +#: ../../godmode/setup/os.php:95 ../../godmode/setup/os.list.php:151 +#: ../../godmode/setup/os.list.php:160 +msgid "Create OS" +msgstr "Create OS" + +#: ../../godmode/setup/os.php:109 +msgid "Edit OS version expiration date" +msgstr "Edit OS version expiration date" + +#: ../../godmode/setup/os.php:111 +#, fuzzy +msgid "List of version expiration dates" +msgstr "Last replication at" + +#: ../../godmode/setup/setup_ehorus.php:67 +#, fuzzy +msgid "Enable Pandora RC" +msgstr "Local Pandora FMS" + +#: ../../godmode/setup/setup_ehorus.php:96 +#, fuzzy +msgid "Pandora RC configuration at user level" +msgstr "Pandora FMS graph configuration menu" + +#: ../../godmode/setup/setup_ehorus.php:125 +msgid "API Hostname" +msgstr "API Hostname" + +#: ../../godmode/setup/setup_ehorus.php:131 +msgid "API Port" +msgstr "API Port" + +#: ../../godmode/setup/setup_ehorus.php:139 +msgid "Request timeout" +msgstr "Request timeout" + +#: ../../godmode/setup/setup_ehorus.php:147 +#, fuzzy +msgid "Connection its OK" +msgstr "Connection timeout" + +#: ../../godmode/setup/setup_ehorus.php:148 +#: ../../godmode/setup/setup_ITSM.php:196 +#: ../../godmode/setup/setup_ITSM.php:326 +msgid "Connection failed" +msgstr "Connection failed" + +#: ../../godmode/setup/setup_ehorus.php:151 +#, fuzzy +msgid "Test connection" +msgstr "The connection" + +#: ../../godmode/setup/setup_ehorus.php:187 +msgid "Remote Management System" +msgstr "Remote Management System" + +#: ../../godmode/setup/setup_ehorus.php:195 +#, fuzzy +msgid "Custom field Pandora RC ID created" +msgstr "Custom field eHorusID created" + +#: ../../godmode/setup/setup_ehorus.php:195 +msgid "Error creating custom field" +msgstr "Error creating custom field" + +#: ../../godmode/setup/setup_ehorus.php:199 +#, fuzzy +msgid "Pandora RC has his own agent identifiers" +msgstr "eHorus has its own agent identifiers" + +#: ../../godmode/setup/setup_ehorus.php:200 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "To store them, it is necessary to use an agent custom field" + +#: ../../godmode/setup/setup_ehorus.php:201 +#, fuzzy +msgid "" +"Possibly the Pandora RC id will have to be filled in by hand for every agent" +msgstr "" +"The eHorus ID will possibly have to be filled out manually for every agent." + +#: ../../godmode/setup/setup_ehorus.php:206 +msgid "The custom field does not exists already" +msgstr "The custom field does not exist yet" + +#: ../../godmode/setup/setup_ehorus.php:220 +#, fuzzy +msgid "Pandora RC API" +msgstr "Pandora FMS" + +#: ../../godmode/setup/setup_ehorus.php:308 +msgid "Connection timeout" +msgstr "Connection timeout" + +#: ../../godmode/setup/setup_ehorus.php:309 +#: ../../operation/users/user_edit.php:1362 +msgid "Empty user or password" +msgstr "Empty user or password" + +#: ../../godmode/setup/setup_ehorus.php:310 +#: ../../operation/users/user_edit.php:1363 +msgid "User not found" +msgstr "User not found" + +#: ../../godmode/setup/setup_ehorus.php:311 +#: ../../operation/users/user_edit.php:1364 +msgid "Invalid password" +msgstr "Invalid password" + +#: ../../godmode/setup/welcome_tips.php:61 +#, fuzzy +msgid "Language is empty" +msgstr "Language" + +#: ../../godmode/setup/welcome_tips.php:65 +#, fuzzy +msgid "Title is empty" +msgstr "Mask field is empty" + +#: ../../godmode/setup/welcome_tips.php:69 +#, fuzzy +msgid "Text is empty" +msgstr "Module list is empty" + +#: ../../godmode/setup/welcome_tips.php:84 +#, fuzzy +msgid "Error in insert tip" +msgstr "Error creating service" + +#: ../../godmode/setup/welcome_tips.php:108 +#, fuzzy +msgid "Error in update tip" +msgstr "Error updating service" + +#: ../../godmode/setup/welcome_tips.php:148 +#, fuzzy +msgid "Tip required" +msgstr "Required" + +#: ../../godmode/setup/welcome_tips.php:155 +#, fuzzy +msgid "Error in delete tip" +msgstr "Error deleting" + +#: ../../godmode/setup/license.php:50 +msgid "License management" +msgstr "License management" + +#: ../../godmode/setup/license.php:59 ../../godmode/menu.php:470 +msgid "License" +msgstr "License" + +#: ../../godmode/setup/license.php:108 +#, fuzzy +msgid "Failed to Update license file" +msgstr "Update current filter" + +#: ../../godmode/setup/license.php:111 +msgid "License updated" +msgstr "License updated" + +#: ../../godmode/setup/license.php:127 +#, fuzzy +msgid "Error while connecting to licence server." +msgstr "When connecting to Ártica ST server" + +#: ../../godmode/setup/license.php:128 +msgid "Invalid response while validating license." +msgstr "Invalid response while validating license." + +#: ../../godmode/setup/license.php:129 +msgid "Unknown error" +msgstr "Unknown error" + +#: ../../godmode/setup/license.php:154 +msgid "Licence" +msgstr "License" + +#: ../../godmode/setup/license.php:158 +#: ../../include/class/Diagnostics.class.php:1246 +msgid "Customer key" +msgstr "Customer key" + +#: ../../godmode/setup/license.php:183 +#: ../../include/class/Diagnostics.class.php:1254 +msgid "Platform Limit" +msgstr "Platform Limit" + +#: ../../godmode/setup/license.php:197 +#: ../../include/class/Diagnostics.class.php:1258 +msgid "Current Platform Count" +msgstr "Current platform count" + +#: ../../godmode/setup/license.php:211 +#: ../../include/class/Diagnostics.class.php:1262 +msgid "Current Platform Count (enabled: items)" +msgstr "Current platform count (enabled: items)" + +#: ../../godmode/setup/license.php:225 +#: ../../include/class/Diagnostics.class.php:1266 +msgid "Current Platform Count (disabled: items)" +msgstr "Current platform count (disabled: items)" + +#: ../../godmode/setup/license.php:239 +#: ../../include/class/Diagnostics.class.php:1270 +msgid "License Mode" +msgstr "License Mode" + +#: ../../godmode/setup/license.php:252 +msgid "NMS" +msgstr "NMS" + +#: ../../godmode/setup/license.php:255 ../../godmode/setup/license.php:268 +msgid "enabled" +msgstr "enabled" + +#: ../../godmode/setup/license.php:255 ../../godmode/setup/license.php:268 +msgid "disabled" +msgstr "disabled" + +#: ../../godmode/setup/license.php:278 +#: ../../include/class/Diagnostics.class.php:1282 +msgid "Licensed to" +msgstr "Licensed to" + +#: ../../godmode/setup/license.php:292 +#, fuzzy +msgid "License encryption key" +msgstr "License information" + +#: ../../godmode/setup/license.php:293 +msgid "" +"This key is used to encrypt your Pandora FMS license when it is shared with " +"other Pandora FMS components" +msgstr "" +"This key is used to encrypt your Pandora FMS license when it is shared with " +"other Pandora FMS components" + +#: ../../godmode/setup/license.php:314 +#: ../../godmode/wizards/Cloud.class.php:309 +#: ../../include/class/SnmpConsole.class.php:477 +#: ../../include/class/SnmpConsole.class.php:535 +#: ../../include/class/SnmpConsole.class.php:897 +#: ../../mobile/operation/events.php:883 +#: ../../operation/agentes/alerts_status.php:312 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:487 +msgid "Validate" +msgstr "Validate" + +#: ../../godmode/setup/license.php:321 ../../godmode/setup/license.php:361 +msgid "Request new license" +msgstr "Request new license" + +#: ../../godmode/setup/license.php:333 +#, fuzzy +msgid "Show agent usage details" +msgstr "View agent details" + +#: ../../godmode/setup/license.php:365 +#, php-format +msgid "To get your %s Enterprise License:" +msgstr "To get your %s Enterprise License:" + +#: ../../godmode/setup/license.php:368 +#, php-format +msgid "Go to %s" +msgstr "Go to %s" + +#: ../../godmode/setup/license.php:371 +msgid "Enter the auth key and the following request key:" +msgstr "Enter the auth key and the following request key:" + +#: ../../godmode/setup/license.php:377 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "Enter your name (or a company name) and a contact e-mail address." + +#: ../../godmode/setup/license.php:380 +msgid "Click on Generate." +msgstr "Click on Generate." + +#: ../../godmode/setup/license.php:383 +msgid "" +"Click
here, enter " +"the generated license key and click on Validate." +msgstr "" +"Click here, enter " +"the generated license key and click on Validate." + +#: ../../godmode/setup/license.php:399 +#: ../../operation/custom_fields/custom_fields_view.php:683 +msgid "Total Agents" +msgstr "" + +#: ../../godmode/setup/license.php:412 +#, fuzzy +msgid "Network & other devices" +msgstr "Network interfaces" + +#: ../../godmode/setup/license.php:425 +#, fuzzy +msgid "Workstations" +msgstr "Transactions" + +#: ../../godmode/setup/license.php:451 +#, fuzzy +msgid "Show disabled agents" +msgstr "Show all agents" + +#: ../../godmode/setup/license.php:462 +#, fuzzy +msgid "Agents usage details" +msgstr "Agent details" + +#: ../../godmode/setup/setup.php:97 ../../godmode/setup/setup.php:103 +#: ../../godmode/setup/setup.php:312 +msgid "General setup" +msgstr "General setup" + +#: ../../godmode/setup/setup.php:108 ../../godmode/setup/setup.php:406 +#: ../../godmode/extensions.php:161 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../godmode/setup/setup.php:112 +#: ../../operation/agentes/datos_agente.php:181 +msgid "History database" +msgstr "Historical database" + +#: ../../godmode/setup/setup.php:114 +msgid "Log collector" +msgstr "Log collector" + +#: ../../godmode/setup/setup.php:124 ../../godmode/setup/setup.php:129 +#: ../../godmode/setup/setup.php:318 ../../godmode/menu.php:431 +msgid "Authentication" +msgstr "Authentication" + +#: ../../godmode/setup/setup.php:138 ../../godmode/setup/setup.php:143 +#: ../../godmode/setup/setup.php:323 ../../godmode/menu.php:434 +msgid "Performance" +msgstr "Performance" + +#: ../../godmode/setup/setup.php:152 ../../godmode/setup/setup.php:157 +#: ../../godmode/setup/setup.php:329 ../../godmode/menu.php:437 +msgid "Visual styles" +msgstr "Visual styles" + +#: ../../godmode/setup/setup.php:184 ../../godmode/setup/setup.php:189 +#: ../../godmode/setup/setup.php:340 ../../godmode/menu.php:446 +#, fuzzy +msgid "Sflow" +msgstr "Netflow" + +#: ../../godmode/setup/setup.php:200 ../../godmode/setup/setup.php:205 +#: ../../godmode/menu.php:452 ../../operation/menu.php:722 +#: ../../views/ITSM/ITSMDashboardView.php:90 +#: ../../views/ITSM/ITSMTicketDetailView.php:42 +#: ../../views/ITSM/ITSMTicketEditView.php:45 +#: ../../views/ITSM/ITSMTicketListView.php:45 +msgid "ITSM" +msgstr "" + +#: ../../godmode/setup/setup.php:214 ../../godmode/setup/setup.php:219 +#: ../../godmode/setup/setup.php:346 ../../godmode/menu.php:450 +#: ../../operation/agentes/ver_agente.php:1833 +#: ../../operation/agentes/ver_agente.php:1837 +#: ../../operation/agentes/ver_agente.php:2152 +#, fuzzy +msgid "Pandora RC" +msgstr "Pandora FMS" + +#: ../../godmode/setup/setup.php:229 ../../godmode/setup/setup.php:234 +#: ../../godmode/setup/setup.php:358 +msgid "Module Library" +msgstr "" + +#: ../../godmode/setup/setup.php:245 ../../godmode/setup/setup.php:250 +#: ../../godmode/setup/setup.php:369 ../../godmode/menu.php:455 +msgid "Notifications" +msgstr "" + +#: ../../godmode/setup/setup.php:269 ../../godmode/setup/setup.php:271 +#: ../../godmode/setup/setup.php:380 ../../godmode/menu.php:459 +#: ../../operation/agentes/ver_agente.php:1927 +#: ../../operation/agentes/ver_agente.php:1931 +#: ../../operation/agentes/ver_agente.php:2169 +#, fuzzy +msgid "External Tools" +msgstr "External alerts" + +#: ../../godmode/setup/setup.php:276 ../../godmode/setup/setup.php:278 +#: ../../godmode/setup/setup.php:386 +#, fuzzy +msgid "Welcome tips" +msgstr "Welcome" + +#: ../../godmode/setup/setup.php:283 ../../godmode/setup/setup.php:285 +#: ../../godmode/setup/setup.php:400 ../../godmode/menu.php:463 +#, fuzzy +msgid "Demo data" +msgstr "To data" + +#: ../../godmode/setup/setup.php:295 ../../godmode/setup/setup.php:300 +msgid "GIS Map connection" +msgstr "" + +#: ../../godmode/setup/setup.php:352 ../../godmode/setup/setup_ITSM.php:631 +#, fuzzy +msgid "Pandora ITSM" +msgstr "Pandora FMS" + +#: ../../godmode/setup/setup.php:364 ../../godmode/menu.php:466 +msgid "Map conections GIS" +msgstr "GIS map connection" + +#: ../../godmode/setup/setup.php:388 +#: ../../include/class/TipsWindow.class.php:522 +#, fuzzy +msgid "Create tip" +msgstr "Create tag" + +#: ../../godmode/setup/setup.php:390 +#, fuzzy +msgid "Edit tip" +msgstr "Edit file" + +#: ../../godmode/setup/setup.php:412 +#, fuzzy +msgid "Historical database" +msgstr "Historical data" + +#: ../../godmode/setup/setup.php:418 +#, fuzzy +msgid "Password policies" +msgstr "Password policy" + +#: ../../godmode/setup/setup.php:424 +msgid "Log Collector" +msgstr "Log collector" + +#: ../../godmode/setup/setup.php:462 +msgid "Correct update the setup options" +msgstr "Correctly updated the setup options" + +#: ../../godmode/setup/setup_netflow.php:45 +msgid "" +"The Netflow data will be saved in the directory specified here, which will " +"be located in the path defined by the \"General Network path\" parameter " +"(this parameter is found in the General Settings)." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:76 +#: ../../include/functions_config.php:1643 +msgid "Netflow max lifetime" +msgstr "Max. Netflow lifespan" + +#: ../../godmode/setup/setup_netflow.php:87 +#: ../../include/functions_config.php:1647 +#, fuzzy +msgid "Netflow interval" +msgstr "Netflow filter" + +#: ../../godmode/setup/setup_netflow.php:87 +#, fuzzy +msgid "It is necessary to restart the server if the value is changed." +msgstr "It is necessary in order to access certain features" + +#: ../../godmode/setup/setup_netflow.php:90 +#, fuzzy +msgid "10 min" +msgstr "10 mins" + +#: ../../godmode/setup/setup_netflow.php:91 +#, fuzzy +msgid "30 min" +msgstr "30 mins" + +#: ../../godmode/setup/setup_netflow.php:92 +#, fuzzy +msgid "60 min" +msgstr "10 mins" + +#: ../../godmode/setup/setup_netflow.php:104 +#: ../../include/functions_config.php:1655 +#, fuzzy +msgid "Enable Sflow" +msgstr "Enable Netflow" + +#: ../../godmode/setup/setup_netflow.php:104 +msgid "" +"SFLow uses a different protocol and needs an alternative collector that must " +"be activated with this switch" +msgstr "" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "File manager" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "Index of %s" + +#: ../../godmode/setup/os.list.php:56 +#, fuzzy, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"This node is configured with centralized mode. Go to metaconsole to create a " +"policy." + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "Progress" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" + +#: ../../godmode/setup/demo.php:331 +#, fuzzy +msgid "Agents interval" +msgstr "Agent interval x %s" + +#: ../../godmode/setup/demo.php:336 +#, fuzzy +msgid "Generate historical data for all agents" +msgstr "Deleting records for all agents" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "" + +#: ../../godmode/setup/demo.php:363 +msgid "Create services" +msgstr "" + +#: ../../godmode/setup/demo.php:374 +#, fuzzy +msgid "Create network maps" +msgstr "Create networkmap" + +#: ../../godmode/setup/demo.php:384 +#, fuzzy +msgid "Create GIS maps" +msgstr "GIS maps" + +#: ../../godmode/setup/demo.php:404 +#, fuzzy +msgid "Create reports" +msgstr "Create report" + +#: ../../godmode/setup/demo.php:414 +#, fuzzy +msgid "Create visual consoles" +msgstr "Create a new visual console" + +#: ../../godmode/setup/demo.php:424 +#, fuzzy +msgid "Create dashboards" +msgstr "Private dashboard" + +#: ../../godmode/setup/demo.php:434 +#, fuzzy +msgid "Traps target IP" +msgstr "Target IP" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "" + +#: ../../godmode/setup/demo.php:450 +#, fuzzy +msgid "Traps community" +msgstr "SNMP community" + +#: ../../godmode/setup/demo.php:466 +#, fuzzy +msgid "Tentacle target IP" +msgstr "Target IP" + +#: ../../godmode/setup/demo.php:482 +#, fuzzy +msgid "Tentacle port" +msgstr "Metaconsole DB port" + +#: ../../godmode/setup/demo.php:498 +#, fuzzy +msgid "Tentacle extra options" +msgstr "General settings" + +#: ../../godmode/setup/demo.php:515 +#, fuzzy +msgid "Configure demo data" +msgstr "Configure widget" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +#, fuzzy +msgid "Create demo data" +msgstr "Created at" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "Services" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "Network maps" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "GIS maps" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "Visual consoles" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "Dashboards" + +#: ../../godmode/setup/demo.php:598 +#, fuzzy +msgid "Active demo data summary" +msgstr "Active directory" + +#: ../../godmode/setup/demo.php:666 +#, fuzzy +msgid "Delete all demo data" +msgstr "Delete all agents" + #: ../../godmode/setup/performance.php:185 msgid "Pandora_db running in active database." msgstr "" @@ -17801,7 +18784,7 @@ msgstr "" #: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 #: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 +#: ../../include/functions_reporting.php:4444 msgid "Others" msgstr "Others" @@ -17810,671 +18793,6 @@ msgstr "Others" msgid "Agent SNMP Interface Wizard defaults" msgstr "SNMP Interface wizard" -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "Progress" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" - -#: ../../godmode/setup/demo.php:331 -#, fuzzy -msgid "Agents interval" -msgstr "Agent interval x %s" - -#: ../../godmode/setup/demo.php:336 -#, fuzzy -msgid "Generate historical data for all agents" -msgstr "Deleting records for all agents" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "" - -#: ../../godmode/setup/demo.php:363 -msgid "Create services" -msgstr "" - -#: ../../godmode/setup/demo.php:374 -#, fuzzy -msgid "Create network maps" -msgstr "Create networkmap" - -#: ../../godmode/setup/demo.php:384 -#, fuzzy -msgid "Create GIS maps" -msgstr "GIS maps" - -#: ../../godmode/setup/demo.php:404 -#, fuzzy -msgid "Create reports" -msgstr "Create report" - -#: ../../godmode/setup/demo.php:414 -#, fuzzy -msgid "Create visual consoles" -msgstr "Create a new visual console" - -#: ../../godmode/setup/demo.php:424 -#, fuzzy -msgid "Create dashboards" -msgstr "Private dashboard" - -#: ../../godmode/setup/demo.php:434 -#, fuzzy -msgid "Traps target IP" -msgstr "Target IP" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "" - -#: ../../godmode/setup/demo.php:450 -#, fuzzy -msgid "Traps community" -msgstr "SNMP community" - -#: ../../godmode/setup/demo.php:466 -#, fuzzy -msgid "Tentacle target IP" -msgstr "Target IP" - -#: ../../godmode/setup/demo.php:482 -#, fuzzy -msgid "Tentacle port" -msgstr "Metaconsole DB port" - -#: ../../godmode/setup/demo.php:498 -#, fuzzy -msgid "Tentacle extra options" -msgstr "General settings" - -#: ../../godmode/setup/demo.php:515 -#, fuzzy -msgid "Configure demo data" -msgstr "Configure widget" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -#, fuzzy -msgid "Create demo data" -msgstr "Created at" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "Services" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "Network maps" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "GIS maps" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "Visual consoles" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "Dashboards" - -#: ../../godmode/setup/demo.php:598 -#, fuzzy -msgid "Active demo data summary" -msgstr "Active directory" - -#: ../../godmode/setup/demo.php:666 -#, fuzzy -msgid "Delete all demo data" -msgstr "Delete all agents" - -#: ../../godmode/setup/news.php:30 -msgid "Site news management" -msgstr "Manage site news" - -#: ../../godmode/setup/news.php:43 ../../godmode/menu.php:517 -msgid "Site news" -msgstr "Site news" - -#: ../../godmode/setup/news.php:204 ../../godmode/setup/news.php:353 -#: ../../operation/messages/message_edit.php:394 -#: ../../operation/messages/message_list.php:195 -msgid "Subject" -msgstr "Subject" - -#: ../../godmode/setup/news.php:238 -msgid "Modal screen" -msgstr "Modal window" - -#: ../../godmode/setup/news.php:251 -msgid "Expire" -msgstr "Expire" - -#: ../../godmode/setup/news.php:264 ../../godmode/setup/news.php:357 -#: ../../godmode/users/configure_token.php:117 -#: ../../godmode/users/token_list.php:141 -msgid "Expiration" -msgstr "Expiration" - -#: ../../godmode/setup/news.php:348 -msgid "There are no defined news" -msgstr "There are no news defined." - -#: ../../godmode/setup/news.php:355 -msgid "Author" -msgstr "Author" - -#: ../../godmode/setup/news.php:364 -#: ../../include/lib/TacticalView/elements/NewsBoard.php:63 -#, fuzzy -msgid "Welcome to Pandora FMS Console" -msgstr "Welcome to Pandora FMS Web Console" - -#: ../../godmode/setup/news.php:370 -msgid "Modal" -msgstr "Modal" - -#: ../../godmode/setup/news.php:372 -msgid "Board" -msgstr "Board" - -#: ../../godmode/setup/news.php:383 -msgid "Expired" -msgstr "Expired" - -#: ../../godmode/setup/os.builder.php:291 -#, fuzzy -msgid "Upload icon" -msgstr "Upload extension" - -#: ../../godmode/setup/os.builder.php:311 -#, fuzzy -msgid "Icon successfuly uploaded" -msgstr "Agent successfully updated" - -#: ../../godmode/setup/os.builder.php:315 -msgid "File must be of type JPG, JPEG, PNG or SVG" -msgstr "" - -#: ../../godmode/setup/os.builder.php:319 -#, fuzzy -msgid "An error ocurrered to upload icon" -msgstr "An error occurred when attempting to stop planned downtime." - -#: ../../godmode/setup/os.php:65 -#, fuzzy -msgid "Manage OS types" -msgstr "Manage GIS Maps" - -#: ../../godmode/setup/os.php:77 -#, fuzzy -msgid "Manage version expiration dates" -msgstr "Manage alert actions" - -#: ../../godmode/setup/os.php:95 ../../godmode/setup/os.list.php:151 -#: ../../godmode/setup/os.list.php:160 -msgid "Create OS" -msgstr "Create OS" - -#: ../../godmode/setup/os.php:109 -msgid "Edit OS version expiration date" -msgstr "" - -#: ../../godmode/setup/os.php:111 -#, fuzzy -msgid "List of version expiration dates" -msgstr "Last replication at" - -#: ../../godmode/setup/setup_ehorus.php:67 -#, fuzzy -msgid "Enable Pandora RC" -msgstr "Local Pandora FMS" - -#: ../../godmode/setup/setup_ehorus.php:96 -#, fuzzy -msgid "Pandora RC configuration at user level" -msgstr "Pandora FMS graph configuration menu" - -#: ../../godmode/setup/setup_ehorus.php:125 -msgid "API Hostname" -msgstr "API Hostname" - -#: ../../godmode/setup/setup_ehorus.php:131 -msgid "API Port" -msgstr "API Port" - -#: ../../godmode/setup/setup_ehorus.php:139 -msgid "Request timeout" -msgstr "Request timeout" - -#: ../../godmode/setup/setup_ehorus.php:147 -#, fuzzy -msgid "Connection its OK" -msgstr "Connection timeout" - -#: ../../godmode/setup/setup_ehorus.php:148 -#: ../../godmode/setup/setup_ITSM.php:196 -#: ../../godmode/setup/setup_ITSM.php:326 -msgid "Connection failed" -msgstr "" - -#: ../../godmode/setup/setup_ehorus.php:151 -#, fuzzy -msgid "Test connection" -msgstr "The connection" - -#: ../../godmode/setup/setup_ehorus.php:187 -msgid "Remote Management System" -msgstr "Remote Management System" - -#: ../../godmode/setup/setup_ehorus.php:195 -#, fuzzy -msgid "Custom field Pandora RC ID created" -msgstr "Custom field eHorusID created" - -#: ../../godmode/setup/setup_ehorus.php:195 -msgid "Error creating custom field" -msgstr "Error creating custom field" - -#: ../../godmode/setup/setup_ehorus.php:199 -#, fuzzy -msgid "Pandora RC has his own agent identifiers" -msgstr "eHorus has its own agent identifiers" - -#: ../../godmode/setup/setup_ehorus.php:200 -msgid "To store them, it will be necessary to use an agent custom field" -msgstr "To store them, it is necessary to use an agent custom field." - -#: ../../godmode/setup/setup_ehorus.php:201 -#, fuzzy -msgid "" -"Possibly the Pandora RC id will have to be filled in by hand for every agent" -msgstr "" -"The eHorus ID will possibly have to be filled out manually for every agent." - -#: ../../godmode/setup/setup_ehorus.php:206 -msgid "The custom field does not exists already" -msgstr "The custom field does not exist yet." - -#: ../../godmode/setup/setup_ehorus.php:220 -#, fuzzy -msgid "Pandora RC API" -msgstr "Pandora FMS" - -#: ../../godmode/setup/setup_ehorus.php:308 -msgid "Connection timeout" -msgstr "Connection timeout" - -#: ../../godmode/setup/setup_ehorus.php:309 -#: ../../operation/users/user_edit.php:1362 -msgid "Empty user or password" -msgstr "Empty user or password" - -#: ../../godmode/setup/setup_ehorus.php:310 -#: ../../operation/users/user_edit.php:1363 -msgid "User not found" -msgstr "User not found" - -#: ../../godmode/setup/setup_ehorus.php:311 -#: ../../operation/users/user_edit.php:1364 -msgid "Invalid password" -msgstr "Invalid password" - -#: ../../godmode/setup/welcome_tips.php:61 -#, fuzzy -msgid "Language is empty" -msgstr "Language" - -#: ../../godmode/setup/welcome_tips.php:65 -#, fuzzy -msgid "Title is empty" -msgstr "Mask field is empty" - -#: ../../godmode/setup/welcome_tips.php:69 -#, fuzzy -msgid "Text is empty" -msgstr "Module list is empty" - -#: ../../godmode/setup/welcome_tips.php:84 -#, fuzzy -msgid "Error in insert tip" -msgstr "Error creating service" - -#: ../../godmode/setup/welcome_tips.php:108 -#, fuzzy -msgid "Error in update tip" -msgstr "Error updating service" - -#: ../../godmode/setup/welcome_tips.php:148 -#, fuzzy -msgid "Tip required" -msgstr "Required" - -#: ../../godmode/setup/welcome_tips.php:155 -#, fuzzy -msgid "Error in delete tip" -msgstr "Error deleting" - -#: ../../godmode/setup/license.php:50 -msgid "License management" -msgstr "License management" - -#: ../../godmode/setup/license.php:59 ../../godmode/menu.php:470 -msgid "License" -msgstr "License" - -#: ../../godmode/setup/license.php:108 -#, fuzzy -msgid "Failed to Update license file" -msgstr "Update current filter" - -#: ../../godmode/setup/license.php:111 -msgid "License updated" -msgstr "License updated" - -#: ../../godmode/setup/license.php:127 -#, fuzzy -msgid "Error while connecting to licence server." -msgstr "When connecting to Ártica ST server" - -#: ../../godmode/setup/license.php:128 -msgid "Invalid response while validating license." -msgstr "" - -#: ../../godmode/setup/license.php:129 -msgid "Unknown error" -msgstr "" - -#: ../../godmode/setup/license.php:154 -msgid "Licence" -msgstr "License" - -#: ../../godmode/setup/license.php:158 -#: ../../include/class/Diagnostics.class.php:1246 -msgid "Customer key" -msgstr "Customer key" - -#: ../../godmode/setup/license.php:183 -#: ../../include/class/Diagnostics.class.php:1254 -msgid "Platform Limit" -msgstr "Platform Limit" - -#: ../../godmode/setup/license.php:197 -#: ../../include/class/Diagnostics.class.php:1258 -msgid "Current Platform Count" -msgstr "Current platform count" - -#: ../../godmode/setup/license.php:211 -#: ../../include/class/Diagnostics.class.php:1262 -msgid "Current Platform Count (enabled: items)" -msgstr "Current platform count (enabled: items)" - -#: ../../godmode/setup/license.php:225 -#: ../../include/class/Diagnostics.class.php:1266 -msgid "Current Platform Count (disabled: items)" -msgstr "Current platform count (disabled: items)" - -#: ../../godmode/setup/license.php:239 -#: ../../include/class/Diagnostics.class.php:1270 -msgid "License Mode" -msgstr "License Mode" - -#: ../../godmode/setup/license.php:252 -msgid "NMS" -msgstr "NMS" - -#: ../../godmode/setup/license.php:255 ../../godmode/setup/license.php:268 -msgid "enabled" -msgstr "enabled" - -#: ../../godmode/setup/license.php:255 ../../godmode/setup/license.php:268 -msgid "disabled" -msgstr "disabled" - -#: ../../godmode/setup/license.php:278 -#: ../../include/class/Diagnostics.class.php:1282 -msgid "Licensed to" -msgstr "Licensed to" - -#: ../../godmode/setup/license.php:292 -#, fuzzy -msgid "License encryption key" -msgstr "License information" - -#: ../../godmode/setup/license.php:293 -msgid "" -"This key is used to encrypt your Pandora FMS license when it is shared with " -"other Pandora FMS components" -msgstr "" - -#: ../../godmode/setup/license.php:314 -#: ../../godmode/wizards/Cloud.class.php:309 -#: ../../include/class/SnmpConsole.class.php:477 -#: ../../include/class/SnmpConsole.class.php:535 -#: ../../include/class/SnmpConsole.class.php:897 -#: ../../mobile/operation/events.php:883 -#: ../../operation/agentes/alerts_status.php:312 -#: ../../operation/agentes/alerts_status.php:473 -#: ../../operation/agentes/alerts_status.php:487 -msgid "Validate" -msgstr "Validate" - -#: ../../godmode/setup/license.php:321 ../../godmode/setup/license.php:361 -msgid "Request new license" -msgstr "Request new license" - -#: ../../godmode/setup/license.php:333 -#, fuzzy -msgid "Show agent usage details" -msgstr "View agent details" - -#: ../../godmode/setup/license.php:365 -#, php-format -msgid "To get your %s Enterprise License:" -msgstr "" - -#: ../../godmode/setup/license.php:368 -#, php-format -msgid "Go to %s" -msgstr "Go to %s" - -#: ../../godmode/setup/license.php:371 -msgid "Enter the auth key and the following request key:" -msgstr "Enter the auth key and the following request key:" - -#: ../../godmode/setup/license.php:377 -msgid "Enter your name (or a company name) and a contact email address." -msgstr "Enter your name (or a company name) and a contact e-mail address." - -#: ../../godmode/setup/license.php:380 -msgid "Click on Generate." -msgstr "Click on Generate." - -#: ../../godmode/setup/license.php:383 -msgid "" -"Click here, enter " -"the generated license key and click on Validate." -msgstr "" -"Click here, enter " -"the generated license key and click on Validate." - -#: ../../godmode/setup/license.php:399 -#: ../../operation/custom_fields/custom_fields_view.php:683 -msgid "Total Agents" -msgstr "" - -#: ../../godmode/setup/license.php:412 -#, fuzzy -msgid "Network & other devices" -msgstr "Network interfaces" - -#: ../../godmode/setup/license.php:425 -#, fuzzy -msgid "Workstations" -msgstr "Transactions" - -#: ../../godmode/setup/license.php:451 -#, fuzzy -msgid "Show disabled agents" -msgstr "Show all agents" - -#: ../../godmode/setup/license.php:462 -#, fuzzy -msgid "Agents usage details" -msgstr "Agent details" - -#: ../../godmode/setup/setup.php:97 ../../godmode/setup/setup.php:103 -#: ../../godmode/setup/setup.php:312 -msgid "General setup" -msgstr "General setup" - -#: ../../godmode/setup/setup.php:108 ../../godmode/setup/setup.php:406 -#: ../../godmode/extensions.php:161 -msgid "Enterprise" -msgstr "Enterprise" - -#: ../../godmode/setup/setup.php:112 -#: ../../operation/agentes/datos_agente.php:181 -msgid "History database" -msgstr "Historical database" - -#: ../../godmode/setup/setup.php:114 -msgid "Log collector" -msgstr "Log collector" - -#: ../../godmode/setup/setup.php:124 ../../godmode/setup/setup.php:129 -#: ../../godmode/setup/setup.php:318 ../../godmode/menu.php:431 -msgid "Authentication" -msgstr "Authentication" - -#: ../../godmode/setup/setup.php:138 ../../godmode/setup/setup.php:143 -#: ../../godmode/setup/setup.php:323 ../../godmode/menu.php:434 -msgid "Performance" -msgstr "Performance" - -#: ../../godmode/setup/setup.php:152 ../../godmode/setup/setup.php:157 -#: ../../godmode/setup/setup.php:329 ../../godmode/menu.php:437 -msgid "Visual styles" -msgstr "Visual styles" - -#: ../../godmode/setup/setup.php:184 ../../godmode/setup/setup.php:189 -#: ../../godmode/setup/setup.php:340 ../../godmode/menu.php:446 -#, fuzzy -msgid "Sflow" -msgstr "Netflow" - -#: ../../godmode/setup/setup.php:200 ../../godmode/setup/setup.php:205 -#: ../../godmode/menu.php:452 ../../operation/menu.php:722 -#: ../../views/ITSM/ITSMDashboardView.php:90 -#: ../../views/ITSM/ITSMTicketDetailView.php:42 -#: ../../views/ITSM/ITSMTicketEditView.php:45 -#: ../../views/ITSM/ITSMTicketListView.php:45 -msgid "ITSM" -msgstr "" - -#: ../../godmode/setup/setup.php:214 ../../godmode/setup/setup.php:219 -#: ../../godmode/setup/setup.php:346 ../../godmode/menu.php:450 -#: ../../operation/agentes/ver_agente.php:1833 -#: ../../operation/agentes/ver_agente.php:1837 -#: ../../operation/agentes/ver_agente.php:2152 -#, fuzzy -msgid "Pandora RC" -msgstr "Pandora FMS" - -#: ../../godmode/setup/setup.php:229 ../../godmode/setup/setup.php:234 -#: ../../godmode/setup/setup.php:358 -msgid "Module Library" -msgstr "" - -#: ../../godmode/setup/setup.php:245 ../../godmode/setup/setup.php:250 -#: ../../godmode/setup/setup.php:369 ../../godmode/menu.php:455 -msgid "Notifications" -msgstr "" - -#: ../../godmode/setup/setup.php:269 ../../godmode/setup/setup.php:271 -#: ../../godmode/setup/setup.php:380 ../../godmode/menu.php:459 -#: ../../operation/agentes/ver_agente.php:1927 -#: ../../operation/agentes/ver_agente.php:1931 -#: ../../operation/agentes/ver_agente.php:2169 -#, fuzzy -msgid "External Tools" -msgstr "External alerts" - -#: ../../godmode/setup/setup.php:276 ../../godmode/setup/setup.php:278 -#: ../../godmode/setup/setup.php:386 -#, fuzzy -msgid "Welcome tips" -msgstr "Welcome" - -#: ../../godmode/setup/setup.php:283 ../../godmode/setup/setup.php:285 -#: ../../godmode/setup/setup.php:400 ../../godmode/menu.php:463 -#, fuzzy -msgid "Demo data" -msgstr "To data" - -#: ../../godmode/setup/setup.php:295 ../../godmode/setup/setup.php:300 -msgid "GIS Map connection" -msgstr "" - -#: ../../godmode/setup/setup.php:352 ../../godmode/setup/setup_ITSM.php:631 -#, fuzzy -msgid "Pandora ITSM" -msgstr "Pandora FMS" - -#: ../../godmode/setup/setup.php:364 ../../godmode/menu.php:466 -msgid "Map conections GIS" -msgstr "GIS map connection" - -#: ../../godmode/setup/setup.php:388 -#: ../../include/class/TipsWindow.class.php:522 -#, fuzzy -msgid "Create tip" -msgstr "Create tag" - -#: ../../godmode/setup/setup.php:390 -#, fuzzy -msgid "Edit tip" -msgstr "Edit file" - -#: ../../godmode/setup/setup.php:412 -#, fuzzy -msgid "Historical database" -msgstr "Historical data" - -#: ../../godmode/setup/setup.php:418 -#, fuzzy -msgid "Password policies" -msgstr "Password policy" - -#: ../../godmode/setup/setup.php:424 -msgid "Log Collector" -msgstr "Log collector" - -#: ../../godmode/setup/setup.php:462 -msgid "Correct update the setup options" -msgstr "Correctly updated the setup options" - #: ../../godmode/setup/setup_ITSM.php:89 #, php-format msgid "ITSM API is not reachable, %s" @@ -18564,9 +18882,9 @@ msgstr "" #: ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/ITSM/ITSM.php:513 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 #: ../../include/functions_reporting_html.php:947 #: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 #: ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../views/ITSM/ITSMTicketListView.php:78 msgid "Title" @@ -18597,864 +18915,179 @@ msgstr "" msgid "Update and continue" msgstr "" -#: ../../godmode/setup/setup_netflow.php:45 +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "Fallback to local authentication" + +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "Automatically create remote users" + +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "LDAP server" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "LDAP port" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "LDAP version" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "Base DN" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "Login attribute" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "Admin LDAP login" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "Admin LDAP password" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:241 +#, fuzzy +msgid "Enable secondary LDAP" +msgstr "Enabled sections" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +#, fuzzy +msgid "Secondary LDAP server" +msgstr "LDAP server" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +#, fuzzy +msgid "Secondary LDAP port" +msgstr "eHorus API port" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +#, fuzzy +msgid "Secondary LDAP version" +msgstr "LDAP version" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +#, fuzzy +msgid "Secondary start TLS" +msgstr "Start TLS" + +#: ../../godmode/setup/setup_auth.php:323 +msgid "Secondary Base DN" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:336 +#, fuzzy +msgid "Secondary Login attribute" +msgstr "Login attribute" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +#, fuzzy +msgid "Admin secondary LDAP login" +msgstr "Admin LDAP login" + +#: ../../godmode/setup/setup_auth.php:362 +#, fuzzy +msgid "Admin secondary LDAP password" +msgstr "Admin LDAP password" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "Double authentication" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:439 +#, fuzzy +msgid "Check activity" +msgstr "Last activity" + +#: ../../godmode/setup/setup_auth.php:440 +#, fuzzy +msgid "Ignore activity" +msgstr "Ignore time" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:443 msgid "" -"The Netflow data will be saved in the directory specified here, which will " -"be located in the path defined by the \"General Network path\" parameter " -"(this parameter is found in the General Settings)." +"Select 'ignore activity' to ignore user activity when checking the session." msgstr "" -#: ../../godmode/setup/setup_netflow.php:76 -#: ../../include/functions_config.php:1643 -msgid "Netflow max lifetime" -msgstr "Max. Netflow lifespan" +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "Session timeout (mins)" -#: ../../godmode/setup/setup_netflow.php:87 -#: ../../include/functions_config.php:1647 +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:508 #, fuzzy -msgid "Netflow interval" -msgstr "Netflow filter" +msgid "LDAP" +msgstr "LDAP port" -#: ../../godmode/setup/setup_netflow.php:87 +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "Authentication method" + +#: ../../godmode/setup/setup_auth.php:561 #, fuzzy -msgid "It is necessary to restart the server if the value is changed." -msgstr "It is necessary in order to access certain features" - -#: ../../godmode/setup/setup_netflow.php:90 -#, fuzzy -msgid "10 min" -msgstr "10 mins" - -#: ../../godmode/setup/setup_netflow.php:91 -#, fuzzy -msgid "30 min" -msgstr "30 mins" - -#: ../../godmode/setup/setup_netflow.php:92 -#, fuzzy -msgid "60 min" -msgstr "10 mins" - -#: ../../godmode/setup/setup_netflow.php:104 -#: ../../include/functions_config.php:1655 -#, fuzzy -msgid "Enable Sflow" -msgstr "Enable Netflow" - -#: ../../godmode/setup/setup_netflow.php:104 -msgid "" -"SFLow uses a different protocol and needs an alternative collector that must " -"be activated with this switch" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:73 -#, fuzzy -msgid "Legacy visual console Information" -msgstr "Visual consoles configuration" - -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Visual console in legacy mode will no longer be supported as of LTS 772" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "Click to display lateral menus" -msgstr "Click to display lateral menus" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "" -"When the side menu is collapsed, it allows you to define whether it is " -"displayed by hovering the mouse over it or you need to click to display it." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Paginated module view" -msgstr "Paginated module view" - -#: ../../godmode/setup/setup_visuals.php:133 -#: ../../include/functions_config.php:1396 -msgid "Display data of proc modules in other format" -msgstr "Display data of proc modules in other format" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "" -"It allows to define the message that appears when you hover over a color box " -"that shows the status of an agent or a module. If you want to change what " -"the default color box looks like, choose another form of visual " -"representation in the \"Status icon set\" option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../include/functions_config.php:1400 -msgid "Display text proc modules have state is ok" -msgstr "Display text when proc modules are in OK status" - -#: ../../godmode/setup/setup_visuals.php:148 -#: ../../include/functions_config.php:1404 -msgid "Display text when proc modules have state critical" -msgstr "Display text when proc modules are in critical status" - -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../include/functions_config.php:1413 -msgid "Service label font size" -msgstr "Service label font size" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Space between items in Service maps" -msgstr "Space between items in Service maps" - -#: ../../godmode/setup/setup_visuals.php:167 -msgid "Show both (tabs and menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:168 -#, fuzzy -msgid "Show only icons" -msgstr "Show Options" - -#: ../../godmode/setup/setup_visuals.php:169 -#, fuzzy -msgid "Show only menu" -msgstr "Show only average" - -#: ../../godmode/setup/setup_visuals.php:171 -#: ../../include/functions_config.php:1448 -msgid "Tabs menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:261 -msgid "Colors" -msgstr "Colours" - -#: ../../godmode/setup/setup_visuals.php:262 -msgid "Faces" -msgstr "Faces" - -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Colors and text" -msgstr "Colours and text" - -#: ../../godmode/setup/setup_visuals.php:365 -#: ../../include/functions_config.php:1084 -msgid "Style template" -msgstr "Style template" - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:1104 -msgid "Status icon set" -msgstr "Status icon set" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"It changes the appearance of the agent or module status icon. Useful for " -"people with problems when discriminating colors, you may overlay a text in " -"the box or add an emoji (that icon can be replaced by a custom one, " -"replacing the files on disk)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../include/functions_config.php:1116 -msgid "Custom favicon" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:450 -msgid "Custom background login" -msgstr "Custom background login" - -#: ../../godmode/setup/setup_visuals.php:486 -msgid "Custom logo (menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:511 -msgid "Custom logo collapsed (menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:537 -msgid "Custom logo (header white background)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:562 -msgid "Custom logo (login)" -msgstr "Custom logo (login)" - -#: ../../godmode/setup/setup_visuals.php:590 -msgid "Custom Splash (login)" -msgstr "Custom Splash (login)" - -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../include/functions_config.php:1140 -msgid "Custom documentation logo" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../include/functions_config.php:1144 -msgid "Custom support logo" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:706 -#: ../../include/functions_config.php:1148 -#: ../../include/functions_config.php:1152 -msgid "Custom networkmap center logo" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:746 -msgid "Custom mobile console icon" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:795 -msgid "Datepicker first day of week" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:813 -msgid "Title (header)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:819 -msgid "Subtitle (header)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:827 -msgid "Title 1 (login)" -msgstr "Title 1 (login)" - -#: ../../godmode/setup/setup_visuals.php:832 -msgid "Title 2 (login)" -msgstr "Title 2 (login)" - -#: ../../godmode/setup/setup_visuals.php:838 -msgid "Docs URL (login)" -msgstr "Docs URL (login)" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Support URL (login)" -msgstr "Support URL (login)" - -#: ../../godmode/setup/setup_visuals.php:849 -#: ../../include/functions_config.php:1196 -msgid "Product name" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:854 -#: ../../include/functions_config.php:1200 -msgid "Copyright notice" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:860 -#: ../../include/functions_config.php:1204 -#: ../../include/functions_config.php:1208 -#, fuzzy -msgid "Background opacity % (login)" -msgstr "Background colour" - -#: ../../godmode/setup/setup_visuals.php:865 -msgid "Disable logo in graphs" -msgstr "Disable logo in graphs" - -#: ../../godmode/setup/setup_visuals.php:883 -msgid "Disable helps" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:893 -#: ../../include/functions_config.php:1352 -msgid "Fixed header" -msgstr "Fixed header" - -#: ../../godmode/setup/setup_visuals.php:905 -msgid "Automatically hide submenu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:915 -msgid "Visual effects and animation" -msgstr "Visual effects and animation" - -#: ../../godmode/setup/setup_visuals.php:926 -#, fuzzy -msgid "Random background (login)" -msgstr "Custom background login" - -#: ../../godmode/setup/setup_visuals.php:952 -#: ../../include/functions_config.php:1316 -msgid "GIS Labels" -msgstr "GIS Labels" - -#: ../../godmode/setup/setup_visuals.php:962 -#: ../../include/functions_config.php:1324 -msgid "Default icon in GIS" -msgstr "Default icon in GIS" - -#: ../../godmode/setup/setup_visuals.php:971 -msgid "Agent icon group" -msgstr "Agent icon group" - -#: ../../godmode/setup/setup_visuals.php:1021 -msgid "Graphs font size" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1040 -msgid "Show unit along with value in reports" -msgstr "Show unit along with value in reports" - -#: ../../godmode/setup/setup_visuals.php:1051 -#: ../../include/functions_config.php:1284 -#, fuzzy -msgid "Truncate agent text at end" -msgstr "New agent created" - -#: ../../godmode/setup/setup_visuals.php:1061 -#: ../../include/functions_config.php:1296 -msgid "Truncate module text at end" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1072 -#: ../../include/functions_config.php:1288 -#: ../../include/functions_config.php:1292 -msgid "Agent size text" -msgstr "Agent text size" - -#: ../../godmode/setup/setup_visuals.php:1072 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the " -"text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1079 -#: ../../godmode/setup/setup_visuals.php:1101 -#, fuzzy -msgid "Small" -msgstr "Small:" - -#: ../../godmode/setup/setup_visuals.php:1094 -#: ../../include/functions_config.php:1300 -msgid "Module size text" -msgstr "Module text size" - -#: ../../godmode/setup/setup_visuals.php:1094 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If " -"the text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1118 -#: ../../include/functions_config.php:1304 -#: ../../include/functions_config.php:1308 -msgid "Description size text" -msgstr "Description text size" - -#: ../../godmode/setup/setup_visuals.php:1129 -#: ../../include/functions_config.php:1312 -msgid "Item title size text" -msgstr "Item title text size" - -#: ../../godmode/setup/setup_visuals.php:1158 -msgid "On Boolean graphs" -msgstr "On Boolean graphs" - -#: ../../godmode/setup/setup_visuals.php:1161 -msgid "Show only average by default" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1162 -msgid "Show MAX/AVG/MIN by default" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1181 -#, fuzzy -msgid "Graph color #" -msgstr "Graph colour #4" - -#: ../../godmode/setup/setup_visuals.php:1195 -msgid "" -"Number of decimals to display in reports and visual consoles. It must be " -"between 0 and 5." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1200 -msgid "Data precision" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1218 -msgid "Data precision in graphs" -msgstr "Data precision in graphs" - -#: ../../godmode/setup/setup_visuals.php:1237 -#: ../../include/functions_config.php:1071 -msgid "Value to interface graphics" -msgstr "Value to interface graphics" - -#: ../../godmode/setup/setup_visuals.php:1237 -msgid "Name of the drives for network interface graphics (SNMP)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1249 -#: ../../include/functions_config.php:1380 -msgid "Default line thickness for the Custom Graph." -msgstr "Default line width for the Custom Graph" - -#: ../../godmode/setup/setup_visuals.php:1262 -#, fuzzy -msgid "Number of elements in Custom Graph" -msgstr "Create Custom Graph" - -#: ../../godmode/setup/setup_visuals.php:1276 -#: ../../include/functions_config.php:1092 -msgid "Use round corners" -msgstr "Use round corners" - -#: ../../godmode/setup/setup_visuals.php:1287 -#: ../../include/functions_config.php:1096 -#, fuzzy -msgid "Chart fit to content" -msgstr "Content not found" - -#: ../../godmode/setup/setup_visuals.php:1287 -msgid "" -"There are graphs whose values are percentages and the top of the graph " -"exceeds the maximum value one hundred, you may configure the graphs to stop " -"adding a proportional upper margin by activating this option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1297 -msgid "Type of module charts" -msgstr "Type of module charts" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "Graph TIP view" -msgstr "Graph TIP view" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/" -"CPU time, but they allow to \"zoom\" interactively and show all the data, " -"without compacting the information in fewer points. By default (off), TIPs " -"can be seen, but manually, if this mode is selected in each graph, but you " -"may also define that they always come out as TIP or also define that this is " -"so, but only for those of Boolean data." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1359 -#, fuzzy -msgid "Graph mode" -msgstr "Graph name" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "" -"It displays the default graphs with three overlapping data series (Maximum, " -"Average, and Minimum) or with only one data series (Average)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1374 -#, fuzzy -msgid "Zoom graphs" -msgstr "Custom graphs" - -#: ../../godmode/setup/setup_visuals.php:1394 -#: ../../godmode/setup/setup_visuals.php:1395 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 -#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 -#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 -#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 -#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 -#: ../../include/functions_visual_map_editor.php:1278 -#: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 -#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 -#: ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 -#: ../../operation/events/sound_events.php:165 -msgid "seconds" -msgstr "seconds" - -#: ../../godmode/setup/setup_visuals.php:1396 -#: ../../godmode/setup/setup_visuals.php:1397 -#: ../../godmode/setup/setup_visuals.php:1398 -#: ../../godmode/setup/setup_visuals.php:1399 -#: ../../godmode/setup/setup_visuals.php:1981 -#: ../../include/functions_visual_map_editor.php:1280 -#: ../../include/functions_visual_map_editor.php:1281 -#: ../../include/functions_visual_map_editor.php:1282 -#: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 -#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 -msgid "minutes" -msgstr "minutes" - -#: ../../godmode/setup/setup_visuals.php:1400 -#: ../../include/functions_visual_map_editor.php:1284 -msgid "hour" -msgstr "hour" - -#: ../../godmode/setup/setup_visuals.php:1403 -msgid "Classic view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1404 -msgid "View of favorites" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1414 -msgid "Default cache expiration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1419 -#: ../../include/functions_visual_map_editor.php:1310 -msgid "No cache" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1432 -#: ../../include/functions_config.php:1252 -msgid "Default interval for refresh on Visual Console" -msgstr "Default interval for Visual Console to refresh" - -#: ../../godmode/setup/setup_visuals.php:1448 -msgid "Type of view of visual consoles" -msgstr "Type of view of visual consoles" - -#: ../../godmode/setup/setup_visuals.php:1461 -msgid "Number of favorite visual consoles to show in the menu" -msgstr "Number of favourite visual consoles to show in the menu" - -#: ../../godmode/setup/setup_visuals.php:1467 -#: ../../include/functions_config.php:1268 -msgid "Default line thickness for the Visual Console" -msgstr "Default line width for the Visual Console" - -#: ../../godmode/setup/setup_visuals.php:1479 -#, fuzzy -msgid "Visual console default text margin (em)" -msgstr "Manage visual console" - -#: ../../godmode/setup/setup_visuals.php:1485 -msgid "Lock screen orientation when viewing on mobile devices" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -#: ../../include/functions_config.php:1276 -msgid "Display item frame on alert triggered" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -msgid "It displays an orange box around items that have triggered an alert." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1517 -msgid "Number of favorite services to show in the menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1562 -msgid "Show report info with description" -msgstr "Show report info with description" - -#: ../../godmode/setup/setup_visuals.php:1572 -msgid "Custom report front page" -msgstr "Front page for custom reports" - -#: ../../godmode/setup/setup_visuals.php:1583 -#: ../../include/functions_config.php:1559 -msgid "PDF font size (px)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1587 -#: ../../include/functions_config.php:1555 -msgid "HTML font size for SLA (em)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1593 -msgid "Graph image height for HTML reports" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1597 -msgid "Interval description" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1563 -#: ../../include/functions_config.php:1567 -#: ../../include/functions_config.php:1571 -#: ../../include/functions_config.php:1575 -#: ../../include/functions_config.php:1579 -#: ../../include/functions_config.php:1583 -msgid "Custom report front" -msgstr "Front side custom report" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../include/functions_config.php:1120 -#: ../../include/functions_config.php:1571 -msgid "Custom logo" -msgstr "Custom logo" - -#: ../../godmode/setup/setup_visuals.php:1615 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -msgid "" -"You may use the following macros: _REPORT_NAME_ indicating the name of the " -"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " -"report), _DATETIME_ date/time of the generation of the report." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../include/class/TipsWindow.class.php:814 -#: ../../include/class/TipsWindow.class.php:981 -msgid "Preview" -msgstr "Preview" - -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../include/functions_config.php:1575 -msgid "Header" -msgstr "Header" - -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../include/functions_config.php:1579 -msgid "First page" -msgstr "First page" - -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1583 -msgid "Footer" -msgstr "Footer" - -#: ../../godmode/setup/setup_visuals.php:1691 -msgid "Comparation in rollover" -msgstr "Rollover comparison" - -#: ../../godmode/setup/setup_visuals.php:1698 -msgid "Timestamp in rollover" -msgstr "Timestamp in rollover" - -#: ../../godmode/setup/setup_visuals.php:1705 -msgid "Compact mode" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1790 -msgid "Use 1024 when module unit are bytes" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1791 -msgid "Use always 1000" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1792 -msgid "Use always 1024" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1804 -#: ../../include/functions_config.php:1364 -msgid "Networkmap max width" -msgstr "Networkmap max width" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "Show only the group name" -msgstr "Show only the name of the group" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "The name of the group will be displayed instead of displaying its icon." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1827 -#, fuzzy -msgid "Show empty groups in group view" -msgstr "Show group name instead of group icon" - -#: ../../godmode/setup/setup_visuals.php:1837 -#: ../../include/functions_config.php:1019 -msgid "Date format string" -msgstr "Date format string" - -#: ../../godmode/setup/setup_visuals.php:1837 -msgid "It uses a unix datetime format definition string." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1846 -msgid "Example" -msgstr "Example" - -#: ../../godmode/setup/setup_visuals.php:1855 -#: ../../include/functions_config.php:1603 -#, fuzzy -msgid "Decimal separator" -msgstr "Field separator" - -#: ../../godmode/setup/setup_visuals.php:1870 -msgid "Visible time of successful notifiations" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1883 -msgid "Timestamp, time comparison, or compact mode" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "Custom values post process" -msgstr "Custom value post processing" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "" -"Custom conversion values for post-processing. It updates a table in the " -"database to have custom conversions from one unit to another." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1938 -#: ../../godmode/setup/setup_visuals.php:2105 -msgid "Delete custom values" -msgstr "Delete custom values" - -#: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 -msgid "hours" -msgstr "hours" - -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 -msgid "months" -msgstr "months" - -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 -msgid "years" -msgstr "years" - -#: ../../godmode/setup/setup_visuals.php:1988 -msgid "Interval values" -msgstr "Interval values" - -#: ../../godmode/setup/setup_visuals.php:2027 -#, fuzzy -msgid "Delete interval values" -msgstr "Delete interval" - -#: ../../godmode/setup/setup_visuals.php:2070 -msgid "Module units" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2143 -#: ../../include/functions_config.php:1587 -msgid "CSV divider" -msgstr "CSV divider" - -#: ../../godmode/setup/setup_visuals.php:2148 -#: ../../include/functions_config.php:1591 -msgid "CSV decimal separator" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "Data multiplier to use in graphs/data" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "" -"Value by which it will multiply the data shown to represent them in graphs. " -"This is useful in case the value unit is bytes; for other conversions use " -"Custom value post processing." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2158 -#: ../../include/functions_config.php:1599 -msgid "Hide general stats for non admin users in tactical view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2175 -msgid "Behaviour configuration" -msgstr "Behaviour configuration" - -#: ../../godmode/setup/setup_visuals.php:2180 -msgid "GIS configuration" -msgstr "GIS configuration" - -#: ../../godmode/setup/setup_visuals.php:2185 -msgid "Style configuration" -msgstr "Style configuration" - -#: ../../godmode/setup/setup_visuals.php:2190 -msgid "Charts configuration" -msgstr "Chart settings" - -#: ../../godmode/setup/setup_visuals.php:2195 -msgid "Font and Text configuration" -msgstr "Font and text settings" - -#: ../../godmode/setup/setup_visuals.php:2200 -msgid "Visual consoles configuration" -msgstr "Visual consoles configuration" - -#: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2210 -msgid "Services configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2215 -msgid "Other configuration" -msgstr "Other configuration" - -#: ../../godmode/setup/setup_visuals.php:2400 -#: ../../include/functions_config.php:1528 -msgid "Delete interval" -msgstr "Delete interval" - -#: ../../godmode/setup/setup_visuals.php:2458 -msgid "Logo preview" -msgstr "Logo preview" - -#: ../../godmode/setup/setup_visuals.php:2488 -msgid "Splash Preview" -msgstr "Splash Preview" - -#: ../../godmode/setup/setup_visuals.php:2507 -msgid "Mobile console logo preview" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2543 -msgid "Gis icons preview" -msgstr "GIS icon preview" - -#: ../../godmode/setup/setup_visuals.php:2609 -msgid "Status set preview" -msgstr "Status set preview" +msgid "Session timeout must be a number" +msgstr "Session timeout (mins)" #: ../../godmode/setup/setup_general.php:52 msgid "Enforce https Information" msgstr "" #: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " -msgstr "" - -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" +msgid "If SSL is not properly configured you will lose access to" msgstr "" #: ../../godmode/setup/setup_general.php:58 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 #: ../../include/functions_reporting_html.php:1796 #: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 msgid "System" msgstr "System" @@ -19543,7 +19176,7 @@ msgid "UTC" msgstr "UTC" #: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " +msgid "If public URL is not properly configured you will lose access to" msgstr "" #: ../../godmode/setup/setup_general.php:181 @@ -19614,7 +19247,7 @@ msgstr "Use SSL certificate" #: ../../godmode/setup/setup_general.php:331 msgid "Path of SSL Cert." -msgstr "Path of SSL Certificate" +msgstr "Path of SSL Certificate." #: ../../godmode/setup/setup_general.php:347 #: ../../include/functions_config.php:252 @@ -19984,183 +19617,792 @@ msgstr "" msgid "Email test" msgstr "E-mail test" -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "File manager" +#: ../../godmode/setup/setup_visuals.php:73 +#, fuzzy +msgid "Legacy visual console Information" +msgstr "Visual consoles configuration" -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "Index of %s" +#: ../../godmode/setup/setup_visuals.php:74 +msgid "Visual console in legacy mode will no longer be supported as of LTS 772" +msgstr "" -#: ../../godmode/setup/os.list.php:56 -#, fuzzy, php-format +#: ../../godmode/setup/setup_visuals.php:112 +msgid "Click to display lateral menus" +msgstr "Click to display lateral menus" + +#: ../../godmode/setup/setup_visuals.php:112 msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." -msgstr "" -"This node is configured with centralized mode. Go to metaconsole to create a " -"policy." - -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "Fallback to local authentication" - -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "Automatically create remote users" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "LDAP server" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "LDAP port" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "LDAP version" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "Base DN" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "Login attribute" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "Admin LDAP login" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "Admin LDAP password" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" +"When the side menu is collapsed, it allows you to define whether it is " +"displayed by hovering the mouse over it or you need to click to display it." msgstr "" -#: ../../godmode/setup/setup_auth.php:241 -#, fuzzy -msgid "Enable secondary LDAP" -msgstr "Enabled sections" +#: ../../godmode/setup/setup_visuals.php:124 +msgid "Paginated module view" +msgstr "Paginated module view" -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -#, fuzzy -msgid "Secondary LDAP server" -msgstr "LDAP server" +#: ../../godmode/setup/setup_visuals.php:133 +#: ../../include/functions_config.php:1396 +msgid "Display data of proc modules in other format" +msgstr "Display data of proc modules in other format" -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -#, fuzzy -msgid "Secondary LDAP port" -msgstr "eHorus API port" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -#, fuzzy -msgid "Secondary LDAP version" -msgstr "LDAP version" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -#, fuzzy -msgid "Secondary start TLS" -msgstr "Start TLS" - -#: ../../godmode/setup/setup_auth.php:323 -msgid "Secondary Base DN" -msgstr "" - -#: ../../godmode/setup/setup_auth.php:336 -#, fuzzy -msgid "Secondary Login attribute" -msgstr "Login attribute" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -#, fuzzy -msgid "Admin secondary LDAP login" -msgstr "Admin LDAP login" - -#: ../../godmode/setup/setup_auth.php:362 -#, fuzzy -msgid "Admin secondary LDAP password" -msgstr "Admin LDAP password" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "Double authentication" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "" - -#: ../../godmode/setup/setup_auth.php:439 -#, fuzzy -msgid "Check activity" -msgstr "Last activity" - -#: ../../godmode/setup/setup_auth.php:440 -#, fuzzy -msgid "Ignore activity" -msgstr "Ignore time" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" -msgstr "" - -#: ../../godmode/setup/setup_auth.php:443 +#: ../../godmode/setup/setup_visuals.php:133 msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." +"It allows to define the message that appears when you hover over a color box " +"that shows the status of an agent or a module. If you want to change what " +"the default color box looks like, choose another form of visual " +"representation in the \"Status icon set\" option." msgstr "" -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "Session timeout (mins)" +#: ../../godmode/setup/setup_visuals.php:144 +#: ../../include/functions_config.php:1400 +msgid "Display text proc modules have state is ok" +msgstr "Display text when proc modules are in OK status" -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" +#: ../../godmode/setup/setup_visuals.php:148 +#: ../../include/functions_config.php:1404 +msgid "Display text when proc modules have state critical" +msgstr "Display text when proc modules are in critical status" + +#: ../../godmode/setup/setup_visuals.php:155 +#: ../../include/functions_config.php:1413 +msgid "Service label font size" +msgstr "Service label font size" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Space between items in Service maps" +msgstr "Space between items in Service maps" + +#: ../../godmode/setup/setup_visuals.php:167 +msgid "Show both (tabs and menu)" msgstr "" -#: ../../godmode/setup/setup_auth.php:508 +#: ../../godmode/setup/setup_visuals.php:168 #, fuzzy -msgid "LDAP" -msgstr "LDAP port" +msgid "Show only icons" +msgstr "Show Options" -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "Authentication method" - -#: ../../godmode/setup/setup_auth.php:561 +#: ../../godmode/setup/setup_visuals.php:169 #, fuzzy -msgid "Session timeout must be a number" -msgstr "Session timeout (mins)" +msgid "Show only menu" +msgstr "Show only average" + +#: ../../godmode/setup/setup_visuals.php:171 +#: ../../include/functions_config.php:1448 +msgid "Tabs menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:261 +msgid "Colors" +msgstr "Colours" + +#: ../../godmode/setup/setup_visuals.php:262 +msgid "Faces" +msgstr "Faces" + +#: ../../godmode/setup/setup_visuals.php:263 +msgid "Colors and text" +msgstr "Colours and text" + +#: ../../godmode/setup/setup_visuals.php:365 +#: ../../include/functions_config.php:1084 +msgid "Style template" +msgstr "Style template" + +#: ../../godmode/setup/setup_visuals.php:383 +#: ../../include/functions_config.php:1104 +msgid "Status icon set" +msgstr "Status icon set" + +#: ../../godmode/setup/setup_visuals.php:383 +msgid "" +"It changes the appearance of the agent or module status icon. Useful for " +"people with problems when discriminating colors, you may overlay a text in " +"the box or add an emoji (that icon can be replaced by a custom one, " +"replacing the files on disk)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../include/functions_config.php:1116 +msgid "Custom favicon" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Custom background login" +msgstr "Custom background login" + +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Custom logo (menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:511 +msgid "Custom logo collapsed (menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:537 +msgid "Custom logo (header white background)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:562 +msgid "Custom logo (login)" +msgstr "Custom logo (login)" + +#: ../../godmode/setup/setup_visuals.php:590 +msgid "Custom Splash (login)" +msgstr "Custom Splash (login)" + +#: ../../godmode/setup/setup_visuals.php:628 +#: ../../include/functions_config.php:1140 +msgid "Custom documentation logo" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_config.php:1144 +msgid "Custom support logo" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:706 +#: ../../include/functions_config.php:1148 +#: ../../include/functions_config.php:1152 +msgid "Custom networkmap center logo" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:746 +msgid "Custom mobile console icon" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:795 +msgid "Datepicker first day of week" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:813 +msgid "Title (header)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:819 +msgid "Subtitle (header)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:827 +msgid "Title 1 (login)" +msgstr "Title 1 (login)" + +#: ../../godmode/setup/setup_visuals.php:832 +msgid "Title 2 (login)" +msgstr "Title 2 (login)" + +#: ../../godmode/setup/setup_visuals.php:838 +msgid "Docs URL (login)" +msgstr "Docs URL (login)" + +#: ../../godmode/setup/setup_visuals.php:843 +msgid "Support URL (login)" +msgstr "Support URL (login)" + +#: ../../godmode/setup/setup_visuals.php:849 +#: ../../include/functions_config.php:1196 +msgid "Product name" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:854 +#: ../../include/functions_config.php:1200 +msgid "Copyright notice" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:860 +#: ../../include/functions_config.php:1204 +#: ../../include/functions_config.php:1208 +#, fuzzy +msgid "Background opacity % (login)" +msgstr "Background colour" + +#: ../../godmode/setup/setup_visuals.php:865 +msgid "Disable logo in graphs" +msgstr "Disable logo in graphs" + +#: ../../godmode/setup/setup_visuals.php:883 +msgid "Disable helps" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:893 +#: ../../include/functions_config.php:1352 +msgid "Fixed header" +msgstr "Fixed header" + +#: ../../godmode/setup/setup_visuals.php:905 +msgid "Automatically hide submenu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:915 +msgid "Visual effects and animation" +msgstr "Visual effects and animation" + +#: ../../godmode/setup/setup_visuals.php:926 +#, fuzzy +msgid "Random background (login)" +msgstr "Custom background login" + +#: ../../godmode/setup/setup_visuals.php:952 +#: ../../include/functions_config.php:1316 +msgid "GIS Labels" +msgstr "GIS Labels" + +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../include/functions_config.php:1324 +msgid "Default icon in GIS" +msgstr "Default icon in GIS" + +#: ../../godmode/setup/setup_visuals.php:971 +msgid "Agent icon group" +msgstr "Agent icon group" + +#: ../../godmode/setup/setup_visuals.php:1021 +msgid "Graphs font size" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1040 +msgid "Show unit along with value in reports" +msgstr "Show unit along with value in reports" + +#: ../../godmode/setup/setup_visuals.php:1051 +#: ../../include/functions_config.php:1284 +#, fuzzy +msgid "Truncate agent text at end" +msgstr "New agent created" + +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../include/functions_config.php:1296 +msgid "Truncate module text at end" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1072 +#: ../../include/functions_config.php:1288 +#: ../../include/functions_config.php:1292 +msgid "Agent size text" +msgstr "Agent text size" + +#: ../../godmode/setup/setup_visuals.php:1072 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If the " +"text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1101 +#, fuzzy +msgid "Small" +msgstr "Small:" + +#: ../../godmode/setup/setup_visuals.php:1094 +#: ../../include/functions_config.php:1300 +msgid "Module size text" +msgstr "Module text size" + +#: ../../godmode/setup/setup_visuals.php:1094 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If " +"the text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1118 +#: ../../include/functions_config.php:1304 +#: ../../include/functions_config.php:1308 +msgid "Description size text" +msgstr "Description text size" + +#: ../../godmode/setup/setup_visuals.php:1129 +#: ../../include/functions_config.php:1312 +msgid "Item title size text" +msgstr "Item title text size" + +#: ../../godmode/setup/setup_visuals.php:1158 +msgid "On Boolean graphs" +msgstr "On Boolean graphs" + +#: ../../godmode/setup/setup_visuals.php:1161 +msgid "Show only average by default" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1162 +msgid "Show MAX/AVG/MIN by default" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1181 +#, fuzzy +msgid "Graph color #" +msgstr "Graph colour #4" + +#: ../../godmode/setup/setup_visuals.php:1195 +msgid "" +"Number of decimals to display in reports and visual consoles. It must be " +"between 0 and 5." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1200 +msgid "Data precision" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1218 +msgid "Data precision in graphs" +msgstr "Data precision in graphs" + +#: ../../godmode/setup/setup_visuals.php:1237 +#: ../../include/functions_config.php:1071 +msgid "Value to interface graphics" +msgstr "Value to interface graphics" + +#: ../../godmode/setup/setup_visuals.php:1237 +msgid "Name of the drives for network interface graphics (SNMP)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1380 +msgid "Default line thickness for the Custom Graph." +msgstr "Default line width for the Custom Graph." + +#: ../../godmode/setup/setup_visuals.php:1262 +#, fuzzy +msgid "Number of elements in Custom Graph" +msgstr "Create Custom Graph" + +#: ../../godmode/setup/setup_visuals.php:1276 +#: ../../include/functions_config.php:1092 +msgid "Use round corners" +msgstr "Use round corners" + +#: ../../godmode/setup/setup_visuals.php:1287 +#: ../../include/functions_config.php:1096 +#, fuzzy +msgid "Chart fit to content" +msgstr "Content not found" + +#: ../../godmode/setup/setup_visuals.php:1287 +msgid "" +"There are graphs whose values are percentages and the top of the graph " +"exceeds the maximum value one hundred, you may configure the graphs to stop " +"adding a proportional upper margin by activating this option." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1297 +msgid "Type of module charts" +msgstr "Type of module charts" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "Graph TIP view" +msgstr "Graph TIP view" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "" +"TIP graphs show the full data resolution, they are much more expensive in BD/" +"CPU time, but they allow to \"zoom\" interactively and show all the data, " +"without compacting the information in fewer points. By default (off), TIPs " +"can be seen, but manually, if this mode is selected in each graph, but you " +"may also define that they always come out as TIP or also define that this is " +"so, but only for those of Boolean data." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1359 +#, fuzzy +msgid "Graph mode" +msgstr "Graph name" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "" +"It displays the default graphs with three overlapping data series (Maximum, " +"Average, and Minimum) or with only one data series (Average)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1374 +#, fuzzy +msgid "Zoom graphs" +msgstr "Custom graphs" + +#: ../../godmode/setup/setup_visuals.php:1394 +#: ../../godmode/setup/setup_visuals.php:1395 +#: ../../godmode/setup/setup_visuals.php:1980 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 +#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 +#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 +#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 +#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 +#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 +#: ../../include/functions_visual_map_editor.php:1278 +#: ../../include/functions_visual_map_editor.php:1279 +#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 +#: ../../operation/events/sound_events.php:153 +#: ../../operation/events/sound_events.php:154 +#: ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 +#: ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 +#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:165 +msgid "seconds" +msgstr "seconds" + +#: ../../godmode/setup/setup_visuals.php:1396 +#: ../../godmode/setup/setup_visuals.php:1397 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../godmode/setup/setup_visuals.php:1399 +#: ../../godmode/setup/setup_visuals.php:1981 +#: ../../include/functions_visual_map_editor.php:1280 +#: ../../include/functions_visual_map_editor.php:1281 +#: ../../include/functions_visual_map_editor.php:1282 +#: ../../include/functions_visual_map_editor.php:1283 +#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 +msgid "minutes" +msgstr "minutes" + +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../include/functions_visual_map_editor.php:1284 +msgid "hour" +msgstr "hour" + +#: ../../godmode/setup/setup_visuals.php:1403 +msgid "Classic view" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1404 +msgid "View of favorites" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1414 +msgid "Default cache expiration" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1419 +#: ../../include/functions_visual_map_editor.php:1310 +msgid "No cache" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1432 +#: ../../include/functions_config.php:1252 +msgid "Default interval for refresh on Visual Console" +msgstr "Default interval for Visual Console to refresh" + +#: ../../godmode/setup/setup_visuals.php:1448 +msgid "Type of view of visual consoles" +msgstr "Type of view of visual consoles" + +#: ../../godmode/setup/setup_visuals.php:1461 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "Number of favourite visual consoles to show in the menu" + +#: ../../godmode/setup/setup_visuals.php:1467 +#: ../../include/functions_config.php:1268 +msgid "Default line thickness for the Visual Console" +msgstr "Default line width for the Visual Console" + +#: ../../godmode/setup/setup_visuals.php:1479 +#, fuzzy +msgid "Visual console default text margin (em)" +msgstr "Manage visual console" + +#: ../../godmode/setup/setup_visuals.php:1485 +msgid "Lock screen orientation when viewing on mobile devices" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +#: ../../include/functions_config.php:1276 +msgid "Display item frame on alert triggered" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "It displays an orange box around items that have triggered an alert." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1517 +msgid "Number of favorite services to show in the menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1562 +msgid "Show report info with description" +msgstr "Show report info with description" + +#: ../../godmode/setup/setup_visuals.php:1572 +msgid "Custom report front page" +msgstr "Front page for custom reports" + +#: ../../godmode/setup/setup_visuals.php:1583 +#: ../../include/functions_config.php:1559 +msgid "PDF font size (px)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1587 +#: ../../include/functions_config.php:1555 +msgid "HTML font size for SLA (em)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1593 +msgid "Graph image height for HTML reports" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1597 +msgid "Interval description" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1563 +#: ../../include/functions_config.php:1567 +#: ../../include/functions_config.php:1571 +#: ../../include/functions_config.php:1575 +#: ../../include/functions_config.php:1579 +#: ../../include/functions_config.php:1583 +msgid "Custom report front" +msgstr "Front side custom report" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../include/functions_config.php:1120 +#: ../../include/functions_config.php:1571 +msgid "Custom logo" +msgstr "Custom logo" + +#: ../../godmode/setup/setup_visuals.php:1615 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +msgid "" +"You may use the following macros: _REPORT_NAME_ indicating the name of the " +"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " +"report), _DATETIME_ date/time of the generation of the report." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../include/class/TipsWindow.class.php:814 +#: ../../include/class/TipsWindow.class.php:981 +msgid "Preview" +msgstr "Preview" + +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../include/functions_config.php:1575 +msgid "Header" +msgstr "Header" + +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../include/functions_config.php:1579 +msgid "First page" +msgstr "First page" + +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1583 +msgid "Footer" +msgstr "Footer" + +#: ../../godmode/setup/setup_visuals.php:1691 +msgid "Comparation in rollover" +msgstr "Rollover comparison" + +#: ../../godmode/setup/setup_visuals.php:1698 +msgid "Timestamp in rollover" +msgstr "Timestamp in rollover" + +#: ../../godmode/setup/setup_visuals.php:1705 +msgid "Compact mode" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1790 +msgid "Use 1024 when module unit are bytes" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1791 +msgid "Use always 1000" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1792 +msgid "Use always 1024" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1804 +#: ../../include/functions_config.php:1364 +msgid "Networkmap max width" +msgstr "Networkmap max width" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "Show only the group name" +msgstr "Show only the name of the group" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "The name of the group will be displayed instead of displaying its icon." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1827 +#, fuzzy +msgid "Show empty groups in group view" +msgstr "Show group name instead of group icon" + +#: ../../godmode/setup/setup_visuals.php:1837 +#: ../../include/functions_config.php:1019 +msgid "Date format string" +msgstr "Date format string" + +#: ../../godmode/setup/setup_visuals.php:1837 +msgid "It uses a unix datetime format definition string." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1846 +msgid "Example" +msgstr "Example" + +#: ../../godmode/setup/setup_visuals.php:1855 +#: ../../include/functions_config.php:1603 +#, fuzzy +msgid "Decimal separator" +msgstr "Field separator" + +#: ../../godmode/setup/setup_visuals.php:1870 +msgid "Visible time of successful notifiations" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1883 +msgid "Timestamp, time comparison, or compact mode" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "Custom values post process" +msgstr "Custom value post processing" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "" +"Custom conversion values for post-processing. It updates a table in the " +"database to have custom conversions from one unit to another." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1938 +#: ../../godmode/setup/setup_visuals.php:2105 +msgid "Delete custom values" +msgstr "Delete custom values" + +#: ../../godmode/setup/setup_visuals.php:1982 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 +msgid "hours" +msgstr "hours" + +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 +msgid "months" +msgstr "months" + +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 +msgid "years" +msgstr "years" + +#: ../../godmode/setup/setup_visuals.php:1988 +msgid "Interval values" +msgstr "Interval values" + +#: ../../godmode/setup/setup_visuals.php:2027 +#, fuzzy +msgid "Delete interval values" +msgstr "Delete interval" + +#: ../../godmode/setup/setup_visuals.php:2070 +msgid "Module units" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2143 +#: ../../include/functions_config.php:1587 +msgid "CSV divider" +msgstr "CSV divider" + +#: ../../godmode/setup/setup_visuals.php:2148 +#: ../../include/functions_config.php:1591 +msgid "CSV decimal separator" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "Data multiplier to use in graphs/data" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "" +"Value by which it will multiply the data shown to represent them in graphs. " +"This is useful in case the value unit is bytes; for other conversions use " +"Custom value post processing." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2158 +#: ../../include/functions_config.php:1599 +msgid "Hide general stats for non admin users in tactical view" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2175 +msgid "Behaviour configuration" +msgstr "Behaviour configuration" + +#: ../../godmode/setup/setup_visuals.php:2180 +msgid "GIS configuration" +msgstr "GIS configuration" + +#: ../../godmode/setup/setup_visuals.php:2185 +msgid "Style configuration" +msgstr "Style configuration" + +#: ../../godmode/setup/setup_visuals.php:2190 +msgid "Charts configuration" +msgstr "Chart settings" + +#: ../../godmode/setup/setup_visuals.php:2195 +msgid "Font and Text configuration" +msgstr "Font and text settings" + +#: ../../godmode/setup/setup_visuals.php:2200 +msgid "Visual consoles configuration" +msgstr "Visual consoles configuration" + +#: ../../godmode/setup/setup_visuals.php:2205 +#, fuzzy +msgid "Reports configuration" +msgstr "Remote configuration" + +#: ../../godmode/setup/setup_visuals.php:2210 +msgid "Services configuration" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2215 +msgid "Other configuration" +msgstr "Other configuration" + +#: ../../godmode/setup/setup_visuals.php:2400 +#: ../../include/functions_config.php:1528 +msgid "Delete interval" +msgstr "Delete interval" + +#: ../../godmode/setup/setup_visuals.php:2458 +msgid "Logo preview" +msgstr "Logo preview" + +#: ../../godmode/setup/setup_visuals.php:2488 +msgid "Splash Preview" +msgstr "Splash Preview" + +#: ../../godmode/setup/setup_visuals.php:2507 +msgid "Mobile console logo preview" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2543 +msgid "Gis icons preview" +msgstr "GIS icon preview" + +#: ../../godmode/setup/setup_visuals.php:2609 +msgid "Status set preview" +msgstr "Status set preview" #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -20168,8 +20410,8 @@ msgstr "SNMP Trap generator" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20267,7 +20509,7 @@ msgid "" "OID, or a plain substring" msgstr "" "This field contains a substring which could be part of an IP address, a " -"numeric OID, or a plain substring." +"numeric OID, or a plain substring" #: ../../godmode/snmpconsole/snmp_filters.php:236 msgid "Click to remove the filter" @@ -20504,13 +20746,13 @@ msgstr "Error creating tag" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "URL" #: ../../godmode/tag/edit_tag.php:217 msgid "Hyperlink to help information that has to exist previously." -msgstr "Hyperlink to help information that has to exist previously" +msgstr "Hyperlink to help information that has to exist previously." #: ../../godmode/tag/edit_tag.php:228 ../../godmode/tag/tag.php:307 #: ../../godmode/users/user_management.php:252 @@ -20521,7 +20763,7 @@ msgstr "E-mail" #: ../../godmode/tag/edit_tag.php:229 msgid "Associated Email direction to use later in alerts associated to Tags." -msgstr "Associated e-mail address to use later in alerts associated to tags" +msgstr "Associated e-mail address to use later in alerts associated to tags." #: ../../godmode/tag/edit_tag.php:237 ../../godmode/tag/tag.php:308 msgid "Phone" @@ -20529,7 +20771,7 @@ msgstr "Phone" #: ../../godmode/tag/edit_tag.php:238 msgid "Associated phone number to use later in alerts associated to Tags." -msgstr "Linked phone number to use later in alerts related to tags" +msgstr "Linked phone number to use later in alerts related to tags." #: ../../godmode/tag/tag.php:109 msgid "Number of modules" @@ -20728,12 +20970,12 @@ msgstr "User %s deleted from the Metaconsole" #: ../../godmode/update_manager/update_manager.setup.php:172 #: ../../godmode/update_manager/update_manager.setup.php:255 msgid "Succesful Update the url config vars." -msgstr "URL configuration variables successfully updated" +msgstr "URL configuration variables successfully updated." #: ../../godmode/update_manager/update_manager.setup.php:173 #: ../../godmode/update_manager/update_manager.setup.php:256 msgid "Unsuccesful Update the url config vars." -msgstr "Error updating the URL configuration variables" +msgstr "Error updating the URL configuration variables." #: ../../godmode/update_manager/update_manager.setup.php:283 #, fuzzy @@ -21135,10 +21377,10 @@ msgstr "" "policy." #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21178,8 +21420,8 @@ msgid "" msgstr "" #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "The user does not have any assigned profile/group" @@ -21200,11 +21442,321 @@ msgstr "Create user" msgid "The current authentication scheme doesn't support creating users on %s" msgstr "" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "External link" +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information" +msgstr "Detail information" + +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information for" +msgstr "SNMP information on " + +#: ../../godmode/users/user_management.php:232 +#: ../../include/functions_reporting_html.php:7719 +#: ../../include/functions_reporting_html.php:7742 +#, fuzzy +msgid "Full name" +msgstr "Full assist mode" + +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "Full (display) name" + +#: ../../godmode/users/user_management.php:252 +msgid "" +"This will be the email used in those alert actions that the email makes use " +"of. It will also be the email used for user notifications that wer " +"configured in this way." +msgstr "" + +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "E-mail" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "Phone number" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +#, fuzzy +msgid "Administrator user" +msgstr "Administrator" + +#: ../../godmode/users/user_management.php:299 +msgid "" +"This type of 'superadmin' has no restrictions whatsoever. If you want to " +"create partial administrators, use the profile and group-based privilege " +"system." +msgstr "" + +#: ../../godmode/users/user_management.php:333 +#, fuzzy +msgid "New password" +msgstr "New password" + +#: ../../godmode/users/user_management.php:353 +#, fuzzy +msgid "Repeat new password" +msgstr "Repeat password" + +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "Password confirmation" + +#: ../../godmode/users/user_management.php:374 +#: ../../operation/users/user_edit.php:409 +#, fuzzy +msgid "Current password" +msgstr "Password authentication" + +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +#, fuzzy +msgid "Own password confirmation" +msgstr "Password confirmation" + +#: ../../godmode/users/user_management.php:406 +#, fuzzy +msgid "Third user password confirmation" +msgstr "Password confirmation" + +#: ../../godmode/users/user_management.php:421 +msgid "Not Login" +msgstr "Login error" + +#: ../../godmode/users/user_management.php:438 +msgid "The user with not login set only can access to API." +msgstr "The user with no access authorization can only access the API." + +#: ../../godmode/users/user_management.php:443 +#, fuzzy +msgid "Local User" +msgstr "Local console" + +#: ../../godmode/users/user_management.php:460 +msgid "" +"The user with local authentication enabled will always use local " +"authentication." +msgstr "" + +#: ../../godmode/users/user_management.php:472 +#: ../../views/dashboard/tipsWindow.php:52 +#, fuzzy +msgid "Show usage tips at startup" +msgstr "Show agents according to status: " + +#: ../../godmode/users/user_management.php:478 +#, fuzzy +msgid "Session time" +msgstr "Session time" + +#: ../../godmode/users/user_management.php:488 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting " +"-1 in this field." +msgstr "" +"This is defined in minutes. If you want a permanent session, introduce -1 in " +"this field." + +#: ../../godmode/users/user_management.php:539 +#, fuzzy +msgid "Pages with autorefresh" +msgstr "List of pages with autorefresh" + +#: ../../godmode/users/user_management.php:624 +#, fuzzy +msgid "Autorefresh pages" +msgstr "Autorefresh time" + +#: ../../godmode/users/user_management.php:630 +#, fuzzy +msgid "Time for autorefresh" +msgstr "Time autorefresh" + +#: ../../godmode/users/user_management.php:649 +#, fuzzy +msgid "Pandora RC user access enabled" +msgstr "Pandora FMS Server Apache load" + +#: ../../godmode/users/user_management.php:659 +#: ../../godmode/users/user_management.php:671 +#, fuzzy +msgid "Pandora RC User" +msgstr "Pandora FMS servers" + +#: ../../godmode/users/user_management.php:678 +#: ../../godmode/users/user_management.php:690 +#, fuzzy +msgid "Pandora RC Password" +msgstr "Console Password" + +#: ../../godmode/users/user_management.php:699 +msgid "Language and Appearance" +msgstr "" + +#: ../../godmode/users/user_management.php:715 +msgid "" +"When changing the theme, the login screen logo will be restricted to the " +"default for that color scheme, if you have a custom logo, adjust it after " +"changing the theme." +msgstr "" + +#: ../../godmode/users/user_management.php:723 +#, fuzzy +msgid "User color scheme" +msgstr "User comment" + +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +#, fuzzy +msgid "Default theme" +msgstr "Default zoom" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +#, fuzzy +msgid "Black theme" +msgstr "Black" + +#: ../../godmode/users/user_management.php:833 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +#: ../../include/functions_visual_map_editor.php:309 +msgid "Time zone" +msgstr "Time zone" + +#: ../../godmode/users/user_management.php:850 +#, fuzzy +msgid "Additional settings" +msgstr "Add fictional point" + +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "Comments" + +#: ../../godmode/users/user_management.php:869 +#, fuzzy +msgid "Enable IP allowlist" +msgstr "Enable Netflow" + +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" + +#: ../../godmode/users/user_management.php:932 +#, fuzzy +msgid "Pandora ITSM user configuration" +msgstr "Pandora FMS graph configuration menu" + +#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 +#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 +#: ../../operation/events/events.php:2938 +#: ../../operation/events/sound_events.php:294 +#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 +msgid "Start" +msgstr "Start" + +#: ../../godmode/users/user_management.php:976 +#, fuzzy +msgid "Contact details (QR)" +msgstr "Issue details" + +#: ../../godmode/users/user_management.php:977 +#, fuzzy +msgid "API Token credentials" +msgstr "Credentials" + +#: ../../godmode/users/configure_token.php:56 +#, fuzzy +msgid "Create token" +msgstr "Create action" + +#: ../../godmode/users/configure_token.php:62 +#, fuzzy, php-format +msgid "There was a problem get token, %s" +msgstr "Error deleting the user" + +#: ../../godmode/users/configure_token.php:74 +msgid "Token label" +msgstr "" + +#: ../../godmode/users/configure_token.php:127 +#, fuzzy +msgid "Expiration Time" +msgstr "Expiration" + +#: ../../godmode/users/configure_token.php:208 +msgid "Expiration date must be later than today." +msgstr "" + +#: ../../godmode/users/token_list.php:67 +#, fuzzy, php-format +msgid "There was a problem deleting token, %s" +msgstr "Error deleting the user" + +#: ../../godmode/users/token_list.php:100 +msgid "This code will appear only once, please keep it in a safe place" +msgstr "" + +#: ../../godmode/users/token_list.php:102 +msgid "" +"If you lose the code, you will only able to delete it and create a new one" +msgstr "" + +#: ../../godmode/users/token_list.php:111 +#, fuzzy, php-format +msgid "There was a problem creating this token, %s" +msgstr "Error creating this profile" + +#: ../../godmode/users/token_list.php:123 +#, fuzzy, php-format +msgid "There was a problem updating this token, %s" +msgstr "Error updating this profile" + +#: ../../godmode/users/token_list.php:140 +#, fuzzy +msgid "For user" +msgstr "eHorus user" + +#: ../../godmode/users/token_list.php:142 +#, fuzzy +msgid "Last usage" +msgstr "Last update" + +#: ../../godmode/users/token_list.php:206 +#, fuzzy +msgid "Create Token" +msgstr "Create skin" + #: ../../godmode/users/configure_user.php:248 msgid "Update User" msgstr "Update user" @@ -21335,87 +21887,16 @@ msgstr "" msgid "Please, avoid share this string with others." msgstr "Please save the report to start adding items to the list." -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "Full (display) name" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "Password confirmation" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -#, fuzzy -msgid "Own password confirmation" -msgstr "Password confirmation" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -#, fuzzy -msgid "Administrator user" -msgstr "Administrator" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "E-mail" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "Phone number" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "Comments" - #: ../../godmode/users/configure_user.php:1270 #: ../../operation/users/user_edit.php:752 #, fuzzy msgid "Login allowed IP list" msgstr "Login failed" -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" - #: ../../godmode/users/configure_user.php:1309 msgid "Skin" msgstr "Skin" -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -#, fuzzy -msgid "Default theme" -msgstr "Default zoom" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -#, fuzzy -msgid "Black theme" -msgstr "Black" - #: ../../godmode/users/configure_user.php:1321 msgid "Search custom field view" msgstr "" @@ -21471,7 +21952,7 @@ msgstr "Enable node access" #: ../../godmode/users/configure_user.php:1586 msgid "With this option enabled, the user will can access to nodes console" msgstr "" -"With this option enabled, the user will be able to access the node console." +"With this option enabled, the user will be able to access the node console" #: ../../godmode/users/configure_user.php:1815 msgid "yes" @@ -21536,245 +22017,6 @@ msgstr "Double authentication deactivated successfully" msgid "There was an error deactivating the double autentication" msgstr "Error deactivating the double authentication" -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information" -msgstr "Detail information" - -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information for" -msgstr "SNMP information on " - -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7719 -#: ../../include/functions_reporting_html.php:7742 -#, fuzzy -msgid "Full name" -msgstr "Full assist mode" - -#: ../../godmode/users/user_management.php:252 -msgid "" -"This will be the email used in those alert actions that the email makes use " -"of. It will also be the email used for user notifications that wer " -"configured in this way." -msgstr "" - -#: ../../godmode/users/user_management.php:299 -msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to " -"create partial administrators, use the profile and group-based privilege " -"system." -msgstr "" - -#: ../../godmode/users/user_management.php:333 -#, fuzzy -msgid "New password" -msgstr "New password" - -#: ../../godmode/users/user_management.php:353 -#, fuzzy -msgid "Repeat new password" -msgstr "Repeat password" - -#: ../../godmode/users/user_management.php:374 -#: ../../operation/users/user_edit.php:409 -#, fuzzy -msgid "Current password" -msgstr "Password authentication" - -#: ../../godmode/users/user_management.php:406 -#, fuzzy -msgid "Third user password confirmation" -msgstr "Password confirmation" - -#: ../../godmode/users/user_management.php:421 -msgid "Not Login" -msgstr "Login error" - -#: ../../godmode/users/user_management.php:438 -msgid "The user with not login set only can access to API." -msgstr "The user with no access authorization can only access the API." - -#: ../../godmode/users/user_management.php:443 -#, fuzzy -msgid "Local User" -msgstr "Local console" - -#: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local " -"authentication." -msgstr "" - -#: ../../godmode/users/user_management.php:472 -#: ../../views/dashboard/tipsWindow.php:52 -#, fuzzy -msgid "Show usage tips at startup" -msgstr "Show agents according to status: " - -#: ../../godmode/users/user_management.php:478 -#, fuzzy -msgid "Session time" -msgstr "Session time" - -#: ../../godmode/users/user_management.php:488 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting " -"-1 in this field." -msgstr "" -"This is defined in minutes. If you want a permanent session, introduce -1 in " -"this field." - -#: ../../godmode/users/user_management.php:539 -#, fuzzy -msgid "Pages with autorefresh" -msgstr "List of pages with autorefresh" - -#: ../../godmode/users/user_management.php:624 -#, fuzzy -msgid "Autorefresh pages" -msgstr "Autorefresh time" - -#: ../../godmode/users/user_management.php:630 -#, fuzzy -msgid "Time for autorefresh" -msgstr "Time autorefresh" - -#: ../../godmode/users/user_management.php:649 -#, fuzzy -msgid "Pandora RC user access enabled" -msgstr "Pandora FMS Server Apache load" - -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 -#, fuzzy -msgid "Pandora RC User" -msgstr "Pandora FMS servers" - -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 -#, fuzzy -msgid "Pandora RC Password" -msgstr "Console Password" - -#: ../../godmode/users/user_management.php:699 -msgid "Language and Appearance" -msgstr "" - -#: ../../godmode/users/user_management.php:715 -msgid "" -"When changing the theme, the login screen logo will be restricted to the " -"default for that color scheme, if you have a custom logo, adjust it after " -"changing the theme." -msgstr "" - -#: ../../godmode/users/user_management.php:723 -#, fuzzy -msgid "User color scheme" -msgstr "User comment" - -#: ../../godmode/users/user_management.php:833 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 -#: ../../include/functions_visual_map_editor.php:309 -msgid "Time zone" -msgstr "Time zone" - -#: ../../godmode/users/user_management.php:850 -#, fuzzy -msgid "Additional settings" -msgstr "Add fictional point" - -#: ../../godmode/users/user_management.php:869 -#, fuzzy -msgid "Enable IP allowlist" -msgstr "Enable Netflow" - -#: ../../godmode/users/user_management.php:932 -#, fuzzy -msgid "Pandora ITSM user configuration" -msgstr "Pandora FMS graph configuration menu" - -#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 -#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 -#: ../../operation/events/events.php:2938 -#: ../../operation/events/sound_events.php:294 -#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 -msgid "Start" -msgstr "Start" - -#: ../../godmode/users/user_management.php:976 -#, fuzzy -msgid "Contact details (QR)" -msgstr "Issue details" - -#: ../../godmode/users/user_management.php:977 -#, fuzzy -msgid "API Token credentials" -msgstr "Credentials" - -#: ../../godmode/users/configure_token.php:56 -#, fuzzy -msgid "Create token" -msgstr "Create action" - -#: ../../godmode/users/configure_token.php:62 -#, fuzzy, php-format -msgid "There was a problem get token, %s" -msgstr "Error deleting the user" - -#: ../../godmode/users/configure_token.php:74 -msgid "Token label" -msgstr "" - -#: ../../godmode/users/configure_token.php:127 -#, fuzzy -msgid "Expiration Time" -msgstr "Expiration" - -#: ../../godmode/users/configure_token.php:208 -msgid "Expiration date must be later than today." -msgstr "" - -#: ../../godmode/users/token_list.php:67 -#, fuzzy, php-format -msgid "There was a problem deleting token, %s" -msgstr "Error deleting the user" - -#: ../../godmode/users/token_list.php:100 -msgid "This code will appear only once, please keep it in a safe place" -msgstr "" - -#: ../../godmode/users/token_list.php:102 -msgid "" -"If you lose the code, you will only able to delete it and create a new one" -msgstr "" - -#: ../../godmode/users/token_list.php:111 -#, fuzzy, php-format -msgid "There was a problem creating this token, %s" -msgstr "Error creating this profile" - -#: ../../godmode/users/token_list.php:123 -#, fuzzy, php-format -msgid "There was a problem updating this token, %s" -msgstr "Error updating this profile" - -#: ../../godmode/users/token_list.php:140 -#, fuzzy -msgid "For user" -msgstr "eHorus user" - -#: ../../godmode/users/token_list.php:142 -#, fuzzy -msgid "Last usage" -msgstr "Last update" - -#: ../../godmode/users/token_list.php:206 -#, fuzzy -msgid "Create Token" -msgstr "Create skin" - #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -22144,15 +22386,15 @@ msgstr "" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22502,8 +22744,8 @@ msgstr "" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "Done" @@ -22660,7 +22902,7 @@ msgstr "" #: ../../godmode/files_repo/files_repo_form.php:88 msgid "Only 200 characters are permitted" -msgstr "200 characters max." +msgstr "200 characters max" #: ../../godmode/files_repo/files_repo_form.php:106 #: ../../godmode/files_repo/files_repo_form.php:117 @@ -22681,7 +22923,7 @@ msgstr "Unreliable petition" #: ../../godmode/files_repo/files_repo_get_file.php:79 msgid "Please contact the administrator" -msgstr "Please contact the administrator." +msgstr "Please contact the administrator" #: ../../godmode/files_repo/files_repo_list.php:52 #: ../../include/functions_filemanager.php:719 @@ -22968,101 +23210,6 @@ msgstr "File repository" msgid "About" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"This is the private code that you should use with your authentication app." - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"You can enter the code manually or scan the QR code to add it automatically." - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "You are about to enable the double authentication mechanism." - -#: ../../include/ajax/double_auth.ajax.php:209 -#, fuzzy -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"With this option enabled your account access will be more secure, \n" -"\t\t because a code generated by another application will be required after " -"login." - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"You will need to install the app from the following link before continuing." - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "Download the app" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "Continue" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "Have you installed the app yet?" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "A private code has been generated" - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Before continuing, you should create a new entry in the authentication app." - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "Refresh code" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "Have you introduced the code in the authentication app yet?" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "Introduce a code generated by the app" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "If the code is valid, double authentication will be activated." - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "Validate code" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "The code is valid. You may exit now." - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "Invalid code" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "The code is valid, but there was an error saving the data." - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -23091,8 +23238,8 @@ msgstr "" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23134,7 +23281,7 @@ msgstr "Overwrite filter" #: ../../include/ajax/audit_log.php:437 ../../include/ajax/agent.php:762 #: ../../include/ajax/module.php:2815 ../../include/ajax/events.php:985 msgid "Filter name cannot be left blank" -msgstr "The name of the filter cannot be left blank." +msgstr "The name of the filter cannot be left blank" #: ../../include/ajax/audit_log.php:472 #, fuzzy @@ -23164,8 +23311,8 @@ msgstr "Save in group" msgid "Save current filter" msgstr "Update current filter" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23279,9 +23426,8 @@ msgstr "Remote" #: ../../include/ajax/heatmap.ajax.php:492 #: ../../include/functions_agents.php:4802 -#, fuzzy msgid "Out of bounds" -msgstr "Route not found" +msgstr "" #: ../../include/ajax/heatmap.ajax.php:495 #: ../../include/functions_agents.php:4837 @@ -23416,78 +23562,6 @@ msgstr "To:" msgid "Insufficient permissions to validate alerts" msgstr "Insufficient permissions to validate alerts" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "" - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "" - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -#, fuzzy -msgid "Please, select a filter" -msgstr "Please select an alert" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "" - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "" - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "" - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "" - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 minutes" @@ -23611,7 +23685,7 @@ msgstr "Empty configuration" #: ../../include/ajax/module.php:1493 msgid "Any monitors aren't with this filter." -msgstr "No monitors have this filter" +msgstr "No monitors have this filter." #: ../../include/ajax/module.php:1493 msgid "This agent doesn't have any active monitors." @@ -23684,6 +23758,173 @@ msgstr "File already exists" msgid "Congratulations, you have already created a simple alert. .About minor release update." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2839 -msgid "DiscoveryConsoleTasks is not running properly" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2841 -msgid "Discovery relies on an appropriate cron setup." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2842 -msgid "Please, add the following line to your crontab file:" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2861 -msgid "Last execution" -msgstr "Last execution" - -#: ../../include/class/ConsoleSupervisor.php:2863 -msgid "Please, make sure process is not locked." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2874 -msgid "DiscoveryConsoleTasks is not configured." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2966 -#, php-format -msgid "%s version misaligned with Console" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:2970 -#, php-format -msgid "" -"Server %s and this console have different versions. This might cause several " -"malfunctions. Please, update this server." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3034 -msgid "AllowOverride is disabled" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3081 -msgid "Desynchronized operation on the node " -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3105 -msgid "Pandora FMS console log file changed location" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3109 -#, php-format -msgid "" -"Pandora FMS console log file has been moved to new location %s/log. " -"Currently you have an outdated and inoperative version of this file at %s. " -"Please, consider deleting it." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3145 -msgid "Pandora FMS audit log file changed location" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3149 -#, php-format -msgid "" -"Pandora FMS audit log file has been moved to new location %s/log. Currently " -"you have an outdated and inoperative version of this file at %s. Please, " -"consider deleting it." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3207 -#, php-format -msgid "Node %s sync queue length exceeded, " -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3209 -#, php-format -msgid "" -"Synchronization queue lenght for node %s is %d items, this value should be 0 " -"or lower than %d, please check the queue status." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3263 -#, php-format -msgid "Node %s sync queue failed, " -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3265 -#, php-format -msgid "" -"Node %s cannot process synchronization queue due %s, please check the queue " -"status." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3297 -msgid "Agent dependency error" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3299 -#, fuzzy -msgid "There are omnishell agents with dependency errors" -msgstr "There are no agents with alerts." - -#: ../../include/class/ConsoleSupervisor.php:3326 -msgid "Alert correlation changed since version 774" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3327 -msgid "" -"Log correlation and log correlation with events will be disabled in this " -"update. Some event correlation alerts may need to be modified to adapt to " -"the new format" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3350 -#, php-format -msgid "Your system has a total of %s modules" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3351 -msgid "" -"This is higher than the recommended maximum 80,000 modules per node. This " -"may result in poor performance of your system." -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3391 -#, php-format -msgid "Your system has an average of %s modules per agent" -msgstr "" - -#: ../../include/class/ConsoleSupervisor.php:3392 -msgid "" -"This is higher than the recommended maximum (200). This may result in poor " -"performance of your system." -msgstr "" - #: ../../include/class/Prd.class.php:315 #: ../../include/lib/Dashboard/Widgets/reports.php:166 #: ../../include/lib/Dashboard/Widgets/reports.php:512 @@ -26675,7 +25604,7 @@ msgstr "Seconds that the agent will wait for the module to run." #: ../../include/class/AgentsAlerts.class.php:529 msgid "There are no agents with alerts" -msgstr "There are no agents with alerts." +msgstr "There are no agents with alerts" #: ../../include/class/AgentsAlerts.class.php:607 #, fuzzy @@ -26695,177 +25624,6 @@ msgstr "Agents/Alerts" msgid "Show modules without alerts" msgstr "Show modules without alerts" -#: ../../include/class/OrderInterpreter.class.php:112 -msgid "Tactical View" -msgstr "Tactical view" - -#: ../../include/class/OrderInterpreter.class.php:130 -msgid "Agent Management" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:164 -msgid "Manage Policies" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:178 -msgid "List Alerts" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:240 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:175 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:511 -msgid "Visual Console" -msgstr "Visual Console" - -#: ../../include/class/OrderInterpreter.class.php:268 -msgid "Edit User" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:278 -msgid "Tree View" -msgstr "Tree view" - -#: ../../include/class/OrderInterpreter.class.php:288 -msgid "Network Component" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:302 -msgid "Task List" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:360 -msgid "Manage Agent Groups" -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:401 -msgid "GO TO " -msgstr "" - -#: ../../include/class/OrderInterpreter.class.php:430 -#, fuzzy -msgid "Results found" -msgstr "Zero results found" - -#: ../../include/class/OrderInterpreter.class.php:434 -#, fuzzy -msgid "Press enter to search" -msgstr "Free text for search" - -#: ../../include/class/CalendarManager.class.php:168 -#, fuzzy -msgid "Alert calendar list" -msgstr "Alert commands" - -#: ../../include/class/CalendarManager.class.php:190 -#: ../../include/class/CalendarManager.class.php:219 -#, fuzzy -msgid "Edit calendar" -msgstr "Edit alerts" - -#: ../../include/class/CalendarManager.class.php:204 -#, fuzzy -msgid "Alert special days" -msgstr "Use special days list" - -#: ../../include/class/CalendarManager.class.php:292 -#: ../../include/class/CalendarManager.class.php:509 -#, fuzzy, php-format -msgid "Calendar not found: %s" -msgstr "User not found" - -#: ../../include/class/CalendarManager.class.php:320 -#, fuzzy -msgid "Calendar successfully deleted" -msgstr "Field successfully deleted" - -#: ../../include/class/CalendarManager.class.php:343 -#, fuzzy, php-format -msgid "Special day not found: %s" -msgstr "Secret code not found" - -#: ../../include/class/CalendarManager.class.php:355 -#, fuzzy -msgid "Special day successfully deleted" -msgstr "Field successfully deleted" - -#: ../../include/class/CalendarManager.class.php:428 -msgid "Skipped dates: " -msgstr "Skipped dates: " - -#: ../../include/class/CalendarManager.class.php:466 -msgid "Success to upload iCalendar" -msgstr "iCalendar successfully uploaded" - -#: ../../include/class/CalendarManager.class.php:467 -msgid "Fail to upload iCalendar" -msgstr "Error uploading iCalendar" - -#: ../../include/class/CalendarManager.class.php:553 -#: ../../include/class/CalendarManager.class.php:910 -#: ../../update_manager_client/views/online.php:226 -msgid "Failed to update" -msgstr "" - -#: ../../include/class/CalendarManager.class.php:556 -#: ../../include/class/CalendarManager.class.php:913 -#, fuzzy -msgid "Failed to create" -msgstr "Filter created" - -#: ../../include/class/CalendarManager.class.php:572 -#, fuzzy -msgid "Failed saving calendar: name exists" -msgstr "File already exists" - -#: ../../include/class/CalendarManager.class.php:581 -msgid "Failed saving calendar: " -msgstr "" - -#: ../../include/class/CalendarManager.class.php:588 -#: ../../include/class/CalendarManager.class.php:961 -#: ../../include/functions_reporting.php:5842 -#: ../../include/functions_reporting.php:5870 -#, fuzzy, php-format -msgid "Error: %s" -msgstr "Error" - -#: ../../include/class/CalendarManager.class.php:738 -#: ../../views/calendar/edit.php:51 ../../views/calendar/list.php:50 -#: ../../views/calendar/special_days.php:52 -#, fuzzy -msgid "Special days" -msgstr "List of special days" - -#: ../../include/class/CalendarManager.class.php:852 -#, fuzzy, php-format -msgid "Special days not found: %s" -msgstr "List of special days" - -#: ../../include/class/CalendarManager.class.php:895 -#, php-format -msgid "SpecialDay not found: %s" -msgstr "" - -#: ../../include/class/CalendarManager.class.php:948 -#, fuzzy -msgid "Failed saving calendar: already exists" -msgstr "File already exists" - -#: ../../include/class/CalendarManager.class.php:956 -#, fuzzy, php-format -msgid "Failed saving special day: %s" -msgstr "File already exists" - -#: ../../include/class/CalendarManager.class.php:1022 -#, fuzzy, php-format -msgid "Same as %s" -msgstr "Same as " - -#: ../../include/class/CalendarManager.class.php:1024 -#, fuzzy -msgid "Templates not being fired" -msgstr "Template pending to be created" - #: ../../include/class/ExtensionsDiscovery.class.php:222 #: ../../include/class/ExtensionsDiscovery.class.php:234 msgid "here" @@ -27229,39 +25987,6 @@ msgid "" "tree element: '%s'" msgstr "" -#: ../../include/class/SatelliteCollection.class.php:133 -msgid "Dir" -msgstr "Dir" - -#: ../../include/class/SatelliteCollection.class.php:306 -#, fuzzy -msgid "Error adding collection" -msgstr "Error adding '%s' collection." - -#: ../../include/class/SatelliteCollection.class.php:308 -#, fuzzy, php-format -msgid "Collection %s added." -msgstr "Collection" - -#: ../../include/class/SatelliteCollection.class.php:325 -#, fuzzy -msgid "Error deleting collection" -msgstr "Error deleting skin" - -#: ../../include/class/SatelliteCollection.class.php:327 -#, fuzzy, php-format -msgid "Collection %s deleted." -msgstr "No action selected" - -#: ../../include/class/SatelliteCollection.class.php:533 -#, fuzzy -msgid "Add collection" -msgstr "Collection" - -#: ../../include/class/SatelliteCollection.class.php:575 -msgid "Delete collection" -msgstr "Delete collection" - #: ../../include/class/SnmpConsole.class.php:197 #: ../../operation/snmpconsole/snmp_statistics.php:80 msgid "Statistics" @@ -27279,9 +26004,9 @@ msgid "Trap subtype" msgstr "Trap subtype" #: ../../include/class/SnmpConsole.class.php:304 -#: ../../include/functions_reporting.php:6270 -#: ../../include/functions_reporting.php:6287 -#: ../../include/functions_reporting.php:6304 +#: ../../include/functions_reporting.php:6281 +#: ../../include/functions_reporting.php:6298 +#: ../../include/functions_reporting.php:6315 msgid "Not triggered" msgstr "" @@ -27294,23 +26019,23 @@ msgstr "" #: ../../include/class/SnmpConsole.class.php:798 #: ../../include/lib/TacticalView/elements/Events.php:297 #: ../../include/functions_reporting.php:2545 -#: ../../include/functions_reporting.php:4970 -#: ../../include/functions_reporting.php:11916 +#: ../../include/functions_reporting.php:4981 +#: ../../include/functions_reporting.php:11927 msgid "Not validated" msgstr "Not validated" #: ../../include/class/SnmpConsole.class.php:323 #: ../../include/class/SnmpConsole.class.php:522 #: ../../include/class/SnmpConsole.class.php:808 -#: ../../include/functions_reporting.php:2544 -#: ../../include/functions_reporting.php:4969 -#: ../../include/functions_reporting.php:11915 #: ../../include/functions_events.php:2589 #: ../../include/functions_events.php:3321 #: ../../include/functions_events.php:3610 #: ../../include/functions_events.php:3619 #: ../../include/functions_events.php:3626 #: ../../include/functions_events.php:3633 +#: ../../include/functions_reporting.php:2544 +#: ../../include/functions_reporting.php:4980 +#: ../../include/functions_reporting.php:11926 msgid "Validated" msgstr "Validated" @@ -27392,14 +26117,1655 @@ msgstr "Variable bindings:" msgid "See more details" msgstr "View more details" +#: ../../include/class/AgentWizard.class.php:465 +msgid "There are not defined Remote components for this performance." +msgstr "" + +#: ../../include/class/AgentWizard.class.php:589 +msgid "WMI Explorer" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:664 +msgid "namespace" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:835 +#: ../../include/class/AgentWizard.class.php:846 +#: ../../include/class/AgentWizard.class.php:3798 +msgid "Create modules" +msgstr "Create modules" + +#: ../../include/class/AgentWizard.class.php:939 +#: ../../include/class/CredentialStore.class.php:1143 +#: ../../include/class/CredentialStore.class.php:1450 +msgid "User authentication" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:968 +#: ../../include/class/CredentialStore.class.php:1178 +#: ../../include/class/CredentialStore.class.php:1484 +msgid "Password authentication" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1121 +#, php-format +msgid "The PEN (%s) is not registered." +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1188 +msgid "The SNMP Walk does not return anything with the received arguments." +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1248 +#, php-format +msgid "The target host response with an error: %s" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1298 +msgid "No selected modules" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1335 +#, fuzzy +msgid "Module exists in policy" +msgstr "Agent modules in policy" + +#: ../../include/class/AgentWizard.class.php:1345 +#, fuzzy +msgid "Module exists in agent" +msgstr "Module list is empty" + +#: ../../include/class/AgentWizard.class.php:1352 +msgid "Module with the same name in the module creation list" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1773 +#, php-format +msgid "Module \"%s\" exits in this policy" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:1875 +#: ../../include/class/AgentWizard.class.php:2312 +#, php-format +msgid "Module %s module_exec not configuration" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:2031 +#: ../../include/class/AgentWizard.class.php:2487 +#, php-format +msgid "Module %s satellite execution not configuration" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:2132 +#, php-format +msgid "Module \"%s\" problems insert in bbdd" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:2140 +#: ../../include/class/AgentWizard.class.php:2579 +msgid "Modules created" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:2170 +#, fuzzy, php-format +msgid "Module \"%s\" exists in this agent" +msgstr "Modules in policy agents" + +#: ../../include/class/AgentWizard.class.php:2772 +msgid "Select all filtered interfaces" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:2795 +#, fuzzy +msgid "OperStatus UP" +msgstr "Status " + +#: ../../include/class/AgentWizard.class.php:2806 +#, fuzzy +msgid "AdminStatus UP" +msgstr "Status " + +#: ../../include/class/AgentWizard.class.php:3204 +#: ../../include/class/AgentWizard.class.php:3508 +msgid "No information could be retrieved." +msgstr "" + +#: ../../include/class/AgentWizard.class.php:4110 +msgid "Add general monitoring for all selected interfaces" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:4131 +#: ../../include/class/AgentWizard.class.php:4132 +#: ../../include/class/AgentWizard.class.php:4151 +#: ../../include/class/AgentWizard.class.php:4152 +msgid "Modules selected" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:4220 +msgid "Module info" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:4252 +msgid "Current value" +msgstr "" + +#: ../../include/class/AgentWizard.class.php:5748 +#, php-format +msgid "The operation '%s' is not permitted. Review for remote components." +msgstr "" + +#: ../../include/class/AgentWizard.class.php:6214 +msgid "Modules about to be created" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:306 +msgid "Please note that all OS must be 64-bit based architecture" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:309 +msgid "Choose your OS" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:321 +#, php-format +msgid "" +"Use your %s Data Server IP address here. It must be possible to establish a " +"connection from the agent to port 41121/tcp of this address." +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:326 +#, fuzzy +msgid "Server address" +msgstr "Reserved addresses" + +#: ../../include/class/AgentDeployWizard.class.php:379 +#, fuzzy +msgid "View the following instructions" +msgstr "Events with the following tags" + +#: ../../include/class/AgentDeployWizard.class.php:385 +msgid "If you need more information regarding agents" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:415 +#, fuzzy +msgid "Generate installer" +msgstr "Generate file" + +#: ../../include/class/AgentDeployWizard.class.php:436 +#, fuzzy +msgid "Linux agent" +msgstr "Edit agent" + +#: ../../include/class/AgentDeployWizard.class.php:446 +msgid "" +"Run the following command in the shell of your Linux server to perform the " +"installation of the generated agent:" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:449 +#: ../../include/class/AgentDeployWizard.class.php:491 +msgid "" +"Once installed, you must run the following command to start the software " +"agent service:" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:458 +#, fuzzy +msgid "dependencies" +msgstr "Dependencies" + +#: ../../include/class/AgentDeployWizard.class.php:460 +msgid "" +"For the correct operation of the Linux agent it is necessary that the server " +"has installed the following " +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:478 +#, fuzzy +msgid "Windows agent" +msgstr "Undo agents" + +#: ../../include/class/AgentDeployWizard.class.php:488 +msgid "Run the following command in cmd.exe as an administrator:" +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:510 +#, fuzzy +msgid "Mac agent" +msgstr "Search agent" + +#: ../../include/class/AgentDeployWizard.class.php:524 +msgid "" +"To complete the installation process, please perform a manual installation " +"and configure the server address to XXX and specify the group as XXX. Thank " +"you for your cooperation." +msgstr "" + +#: ../../include/class/AgentDeployWizard.class.php:530 +#, fuzzy +msgid "Click to Download the agent" +msgstr "Download the app" + +#: ../../include/class/AgentDeployWizard.class.php:551 +#, fuzzy +msgid "Change configuration" +msgstr "Chart settings" + +#: ../../include/class/AgentDeployWizard.class.php:728 +#, fuzzy +msgid "Installer" +msgstr "Installer active" + +#: ../../include/class/CalendarManager.class.php:168 +#, fuzzy +msgid "Alert calendar list" +msgstr "Alert commands" + +#: ../../include/class/CalendarManager.class.php:190 +#: ../../include/class/CalendarManager.class.php:219 +#, fuzzy +msgid "Edit calendar" +msgstr "Edit alerts" + +#: ../../include/class/CalendarManager.class.php:204 +#, fuzzy +msgid "Alert special days" +msgstr "Use special days list" + +#: ../../include/class/CalendarManager.class.php:292 +#: ../../include/class/CalendarManager.class.php:509 +#, fuzzy, php-format +msgid "Calendar not found: %s" +msgstr "User not found" + +#: ../../include/class/CalendarManager.class.php:320 +#, fuzzy +msgid "Calendar successfully deleted" +msgstr "Field successfully deleted" + +#: ../../include/class/CalendarManager.class.php:343 +#, fuzzy, php-format +msgid "Special day not found: %s" +msgstr "Secret code not found" + +#: ../../include/class/CalendarManager.class.php:355 +#, fuzzy +msgid "Special day successfully deleted" +msgstr "Field successfully deleted" + +#: ../../include/class/CalendarManager.class.php:428 +msgid "Skipped dates: " +msgstr "Skipped dates: " + +#: ../../include/class/CalendarManager.class.php:466 +msgid "Success to upload iCalendar" +msgstr "ICalendar successfully uploaded" + +#: ../../include/class/CalendarManager.class.php:467 +msgid "Fail to upload iCalendar" +msgstr "Error uploading iCalendar" + +#: ../../include/class/CalendarManager.class.php:553 +#: ../../include/class/CalendarManager.class.php:910 +#: ../../update_manager_client/views/online.php:224 +msgid "Failed to update" +msgstr "" + +#: ../../include/class/CalendarManager.class.php:556 +#: ../../include/class/CalendarManager.class.php:913 +#, fuzzy +msgid "Failed to create" +msgstr "Filter created" + +#: ../../include/class/CalendarManager.class.php:572 +#, fuzzy +msgid "Failed saving calendar: name exists" +msgstr "File already exists" + +#: ../../include/class/CalendarManager.class.php:581 +msgid "Failed saving calendar: " +msgstr "" + +#: ../../include/class/CalendarManager.class.php:588 +#: ../../include/class/CalendarManager.class.php:961 +#: ../../include/functions_reporting.php:5853 +#: ../../include/functions_reporting.php:5881 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Error" + +#: ../../include/class/CalendarManager.class.php:738 +#: ../../views/calendar/edit.php:51 ../../views/calendar/list.php:50 +#: ../../views/calendar/special_days.php:52 +#, fuzzy +msgid "Special days" +msgstr "List of special days" + +#: ../../include/class/CalendarManager.class.php:852 +#, fuzzy, php-format +msgid "Special days not found: %s" +msgstr "List of special days" + +#: ../../include/class/CalendarManager.class.php:895 +#, php-format +msgid "SpecialDay not found: %s" +msgstr "" + +#: ../../include/class/CalendarManager.class.php:948 +#, fuzzy +msgid "Failed saving calendar: already exists" +msgstr "File already exists" + +#: ../../include/class/CalendarManager.class.php:956 +#, fuzzy, php-format +msgid "Failed saving special day: %s" +msgstr "File already exists" + +#: ../../include/class/CalendarManager.class.php:1022 +#, fuzzy, php-format +msgid "Same as %s" +msgstr "Same as " + +#: ../../include/class/CalendarManager.class.php:1024 +#, fuzzy +msgid "Templates not being fired" +msgstr "Template pending to be created" + +#: ../../include/class/ConsoleSupervisor.php:728 +#, fuzzy +msgid "Incorrect config value" +msgstr "Wrong collapsible" + +#: ../../include/class/ConsoleSupervisor.php:773 +#, fuzzy +msgid "Access statistics performance" +msgstr "Batch statistics period (secs)" + +#: ../../include/class/ConsoleSupervisor.php:775 +msgid "" +"Usage of agent access statistics IS NOT RECOMMENDED on systems with more " +"than 200 agents due performance penalty" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1097 +msgid "Limited mode." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1111 +msgid "License is about to expire" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1114 +msgid "Support is about to expire" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1133 +msgid "Expired license" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1134 +msgid "Your license has expired. Please, contact our sales department." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1136 +msgid "Support expired" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1137 +msgid "" +"This license is outside of support. Please, contact our sales department." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1219 +msgid "Attachment directory is not writable" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1221 +#, php-format +msgid "" +"Directory %s is not writable. Please, configure corresponding permissions." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1243 +msgid "There are too many files in attachment directory" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1245 +#, php-format +msgid "" +"There are more than %d files in attachment, consider cleaning up attachment " +"directory manually." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1277 +msgid "Remote configuration directory is not readable" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1279 +#, php-format +msgid "" +"Remote configuration directory %s is not readable. Please, adjust " +"configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1297 +msgid "Remote configuration directory is not writable" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1299 +#, php-format +msgid "" +"Remote configuration directory %s is not writable. Please, adjust " +"configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1316 +msgid "Remote collections directory is not writable" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1318 +#, php-format +msgid "Collections directory %s is not writable. Please, adjust configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1335 +msgid "Remote md5 directory is not writable" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1337 +#, php-format +msgid "MD5 directory %s is not writable. Please, adjust configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1377 +#, fuzzy +msgid "There are too many files in spool" +msgstr "There are no modules using this plugin." + +#: ../../include/class/ConsoleSupervisor.php:1379 +#, php-format +msgid "" +"There are more than %d files in %s. Consider checking DataServer performance" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1401 +msgid "There are too many BADXML files in spool" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1403 +#, php-format +msgid "There are more than %d files in %s. Consider checking software agents." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1491 +#, php-format +msgid "%s (%s) is lacking performance." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1585 +msgid "No servers available." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1586 +msgid "" +"There are no servers registered in this console. Please, check installation " +"guide." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1633 +#, php-format +msgid "%s (%s) has crashed." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1639 +#, php-format +msgid "%s (%s) has crashed, please check log files." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1648 +#, php-format +msgid "%s (%s) is not running." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1653 +#, php-format +msgid "" +"%s (%s) is not running. Please, check configuration file or remove this " +"server from server list." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1706 +msgid "No master servers found." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1707 +msgid "" +"At least one server must be defined to run as master. Please, check " +"documentation." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1768 +msgid "PHP safe mode is enabled. Some features may not work properly" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1769 +msgid "" +"To disable it, go to your PHP configuration file (php.ini) and put safe_mode " +"= Off (Do not forget to restart apache process after changes)" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1788 +#, fuzzy, php-format +msgid "%s value in PHP configuration is not recommended" +msgstr "Not recommended '%s' value in PHP configuration" + +#: ../../include/class/ConsoleSupervisor.php:1792 +#, php-format +msgid "Recommended value is %s" +msgstr "The recommended value is %s" + +#: ../../include/class/ConsoleSupervisor.php:1793 +#: ../../include/class/ConsoleSupervisor.php:1818 +msgid "Unlimited" +msgstr "Unlimited" + +#: ../../include/class/ConsoleSupervisor.php:1794 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Do not forget to restart Apache process after)" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1813 +#: ../../include/class/ConsoleSupervisor.php:1838 +#: ../../include/class/ConsoleSupervisor.php:1868 +#: ../../include/class/ConsoleSupervisor.php:1952 +#: ../../include/functions.php:6635 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Not recommended '%s' value in PHP configuration" + +#: ../../include/class/ConsoleSupervisor.php:1817 +#: ../../include/class/ConsoleSupervisor.php:1842 +#: ../../include/class/ConsoleSupervisor.php:1872 +#: ../../include/class/ConsoleSupervisor.php:1956 +#: ../../include/class/ConsoleSupervisor.php:1989 +#, php-format +msgid "Recommended value is: %s" +msgstr "The recommended value is: %s" + +#: ../../include/class/ConsoleSupervisor.php:1819 +#: ../../include/class/ConsoleSupervisor.php:1844 +#: ../../include/class/ConsoleSupervisor.php:1893 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" +"Please, change this in your PHP configuration file (php.ini) or contact your " +"administrator (remember to restart the Apache process after performing " +"changes)." + +#: ../../include/class/ConsoleSupervisor.php:1843 +#: ../../include/class/ConsoleSupervisor.php:1873 +#, php-format +msgid "%s or greater" +msgstr "%s or greater" + +#: ../../include/class/ConsoleSupervisor.php:1874 +#: ../../include/class/ConsoleSupervisor.php:1958 +#: ../../include/class/ConsoleSupervisor.php:1991 +#: ../../include/functions.php:6637 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" +"Please, change it in your PHP configuration file (php.ini) or contact the " +"administrator" + +#: ../../include/class/ConsoleSupervisor.php:1892 +msgid "Problems with disable_functions in php.ini" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1893 +msgid "" +"The variable disable_functions contains functions system() or exec() in PHP " +"configuration file (php.ini)" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1910 +#, fuzzy +msgid "Chromium is not installed" +msgstr "Extension not installed" + +#: ../../include/class/ConsoleSupervisor.php:1911 +msgid "" +"To be able to create images of the graphs for PDFs, please install the " +"chromium extension. For that, it is necessary to follow these steps:" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1933 +#: ../../include/class/ConsoleSupervisor.php:1972 +msgid "PHP UPDATE REQUIRED" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1973 +msgid "" +"You should update your PHP version because it will be out of official support" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1973 +#, fuzzy +msgid "Current PHP version" +msgstr "Create skin" + +#: ../../include/class/ConsoleSupervisor.php:1987 +msgid "PHP POST MAX SIZE" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:1990 +#, fuzzy, php-format +msgid "%sM or greater" +msgstr "%s or greater" + +#: ../../include/class/ConsoleSupervisor.php:2018 +msgid "MYSQL UPDATE REQUIRED" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2019 +msgid "" +"You should update your MYSQL version because it will be out of official " +"support" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2019 +#, fuzzy, php-format +msgid "Current MYSQL version: %s" +msgstr "Create skin" + +#: ../../include/class/ConsoleSupervisor.php:2061 +msgid "Historical database not available" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2062 +msgid "" +"Historical database is enabled, though not accessible with the current " +"configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2106 +msgid "Database maintenance problem" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2108 +#, php-format +msgid "" +"Your database hasn't been through maintenance for 48hrs. Please, check " +"documentation on how to perform this maintenance process on %s and enable it " +"as soon as possible." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2169 +msgid "Historical database maintenance problem." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2171 +#, php-format +msgid "" +"Your historical database hasn't been through maintenance for 48hrs. Please, " +"check documentation on how to perform this maintenance process on %s and " +"enable it as soon as possible." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2210 +msgid "Historical database MR mismatch" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2211 +msgid "" +"Your historical database is not using the same schema as the main DB. This " +"could produce anomalies while storing historical data." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2252 +msgid "Log collector cannot connect to OpenSearch" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2253 +#, fuzzy +msgid "OpenSearch is not available using current configuration." +msgstr "Delete the available remote configurations" + +#: ../../include/class/ConsoleSupervisor.php:2323 +msgid "Metaconsole DB is not available." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2324 +msgid "Cannot connect with Metaconsole DB using current configuration." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2353 +msgid "Scheduled downtime running." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2354 +msgid "" +"A scheduled downtime is running. Some monitoring data won't be available " +"while downtime is taking place." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2510 +msgid "Downtime scheduled soon." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2512 +#, php-format +msgid "" +"A scheduled downtime is going to be executed from %s to %s. Some monitoring " +"data won't be available while downtime is taking place." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2543 +#, fuzzy +msgid "This instance is not registered in the Warp Update section" +msgstr "This instance is not registered in the Update manager" + +#: ../../include/class/ConsoleSupervisor.php:2544 +#, fuzzy +msgid "Click here to start the registration process" +msgstr "An error ocurred in the installation process." + +#: ../../include/class/ConsoleSupervisor.php:2572 +#, fuzzy +msgid "The Log collector is not enabled" +msgstr "Toggle the collection table" + +#: ../../include/class/ConsoleSupervisor.php:2573 +msgid "The OpenSearch is defined but the log collector is not enabled." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2603 +#, fuzzy +msgid "Cannot access the Pandora FMS API" +msgstr "Cannot connect to the Pandora FMS instance" + +#: ../../include/class/ConsoleSupervisor.php:2604 +msgid "" +"Please check the configuration, some components may fail due to this " +"misconfiguration in " +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2637 +msgid "Default password for \"Admin\" user has not been changed" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2638 +msgid "" +"Please, change the default password since it is a commonly reported " +"vulnerability." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2674 +msgid "Default font doesn't exist" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2675 +msgid "" +"Your defined font doesn't exist or is not defined. Please, check font " +"parameters in your config" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2700 +msgid "Developer mode is enabled" +msgstr "Developer mode enabled" + +#: ../../include/class/ConsoleSupervisor.php:2702 +#, php-format +msgid "" +"Your %s has the \"develop_bypass\" mode enabled. This is a developer mode " +"and should be disabled in a production environment. This value is located in " +"the main index.php file" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2726 +msgid "Event storm protection is enabled." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2727 +msgid "" +"Some events may get lost while this mode is enabled. The server must be " +"restarted after altering this setting." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2753 +msgid "Failed to retrieve updates, please configure utility" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2772 +#, php-format +msgid "New %s Console update" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2775 +#, fuzzy +msgid "There is a new update available. Please.About minor release update." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2839 +msgid "DiscoveryConsoleTasks is not running properly" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2841 +msgid "Discovery relies on an appropriate cron setup." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2842 +msgid "Please, add the following line to your crontab file:" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2861 +msgid "Last execution" +msgstr "Last execution" + +#: ../../include/class/ConsoleSupervisor.php:2863 +msgid "Please, make sure process is not locked." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2874 +msgid "DiscoveryConsoleTasks is not configured." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2966 +#, php-format +msgid "%s version misaligned with Console" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:2970 +#, php-format +msgid "" +"Server %s and this console have different versions. This might cause several " +"malfunctions. Please, update this server." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3034 +msgid "AllowOverride is disabled" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3081 +#, fuzzy, php-format +msgid "Desynchronized operation on the node %s" +msgstr "Safe operation mode" + +#: ../../include/class/ConsoleSupervisor.php:3105 +msgid "Pandora FMS console log file changed location" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3109 +#, php-format +msgid "" +"Pandora FMS console log file has been moved to new location %s/log. " +"Currently you have an outdated and inoperative version of this file at %s. " +"Please, consider deleting it." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3145 +msgid "Pandora FMS audit log file changed location" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3149 +#, php-format +msgid "" +"Pandora FMS audit log file has been moved to new location %s/log. Currently " +"you have an outdated and inoperative version of this file at %s. Please, " +"consider deleting it." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3207 +#, php-format +msgid "Node %s sync queue length exceeded, " +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3209 +#, php-format +msgid "" +"Synchronization queue lenght for node %s is %d items, this value should be 0 " +"or lower than %d, please check the queue status." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3263 +#, php-format +msgid "Node %s sync queue failed, " +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3265 +#, php-format +msgid "" +"Node %s cannot process synchronization queue due %s, please check the queue " +"status." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3297 +msgid "Agent dependency error" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3299 +#, fuzzy +msgid "There are omnishell agents with dependency errors" +msgstr "There are no agents with alerts." + +#: ../../include/class/ConsoleSupervisor.php:3326 +msgid "Alert correlation changed since version 774" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3327 +msgid "" +"Log correlation and log correlation with events will be disabled in this " +"update. Some event correlation alerts may need to be modified to adapt to " +"the new format" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3350 +#, php-format +msgid "Your system has a total of %s modules" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3351 +msgid "" +"This is higher than the recommended maximum 80,000 modules per node. This " +"may result in poor performance of your system." +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3391 +#, php-format +msgid "Your system has an average of %s modules per agent" +msgstr "" + +#: ../../include/class/ConsoleSupervisor.php:3392 +msgid "" +"This is higher than the recommended maximum (200). This may result in poor " +"performance of your system." +msgstr "" + +#: ../../include/class/CredentialStore.class.php:585 +#, fuzzy, php-format +msgid "Not a valid JSON: %s" +msgstr "Not valid" + +#: ../../include/class/CredentialStore.class.php:596 +msgid "Key identifier is required" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:598 +msgid "You must select a group where store this key!" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:600 +msgid "You must specify a product type" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:602 +msgid "You must specify a username and/or password" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:604 +msgid "Identifier with forbidden characters. Check the documentation." +msgstr "" + +#: ../../include/class/CredentialStore.class.php:754 +#, fuzzy +msgid "Identifier cannot be empty" +msgstr "ID user cannot be empty" + +#: ../../include/class/CredentialStore.class.php:759 +msgid "Not allowed" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:798 +msgid "How to configure encryption." +msgstr "" + +#: ../../include/class/CredentialStore.class.php:797 +#, php-format +msgid "" +"Database encryption is not enabled. Credentials will be stored in plaintext. " +"%s" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:815 +#: ../../include/class/CredentialStore.class.php:925 +msgid "Identifier" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:882 +msgid "Add key" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:960 +msgid "Aws" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:961 +msgid "Azure" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:962 +msgid "SAP" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:963 +#, fuzzy +msgid "Google" +msgstr "Google Maps" + +#: ../../include/class/CredentialStore.class.php:964 +msgid "WMI" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:975 +msgid "Extra" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:976 +msgid "Extra (2)" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:986 +#: ../../include/class/CredentialStore.class.php:1308 +msgid "Access key ID" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:987 +#: ../../include/class/CredentialStore.class.php:1309 +msgid "Secret access key" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:993 +#: ../../include/class/CredentialStore.class.php:1023 +msgid "Account ID" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:994 +#: ../../include/class/CredentialStore.class.php:1317 +msgid "Application secret" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:995 +#: ../../include/class/CredentialStore.class.php:1318 +msgid "Tenant or domain name" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:996 +#: ../../include/class/CredentialStore.class.php:1319 +msgid "Subscription id" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1000 +#: ../../include/class/CredentialStore.class.php:1337 +#, fuzzy +msgid "Auth JSON" +msgstr "JSON" + +#: ../../include/class/CredentialStore.class.php:1114 +#, fuzzy +msgid "1" +msgstr "1h" + +#: ../../include/class/CredentialStore.class.php:1115 +msgid "2c" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1116 +msgid "3" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1133 +#: ../../include/class/CredentialStore.class.php:1433 +#, fuzzy +msgid "Authenticated and non-private method" +msgstr "Authenticated and non-private method" + +#: ../../include/class/CredentialStore.class.php:1134 +#: ../../include/class/CredentialStore.class.php:1435 +#, fuzzy +msgid "Authenticated and private method" +msgstr "Authenticated and private method" + +#: ../../include/class/CredentialStore.class.php:1135 +#: ../../include/class/CredentialStore.class.php:1437 +#, fuzzy +msgid "Non-authenticated and non-private method" +msgstr "Non-authenticated and non-private method" + +#: ../../include/class/CredentialStore.class.php:1316 +msgid "Client ID" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1326 +msgid "Account ID." +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1656 +msgid "Register new key into keystore" +msgstr "" + +#: ../../include/class/CredentialStore.class.php:1660 +msgid "Update key" +msgstr "" + +#: ../../include/class/EventSound.class.php:102 +msgid "Name already exist" +msgstr "" + +#: ../../include/class/EventSound.class.php:117 +msgid "File is too large to upload. Check the configuration in php.ini." +msgstr "" + +#: ../../include/class/EventSound.class.php:124 +#, fuzzy +msgid "Sound already are exists." +msgstr "File already exists" + +#: ../../include/class/EventSound.class.php:136 +#, fuzzy +msgid "Fail uploading the sound" +msgstr "Error uploading the extension" + +#: ../../include/class/EventSound.class.php:146 +#, fuzzy +msgid "Sound already are exists" +msgstr "File already exists" + +#: ../../include/class/EventSound.class.php:161 +#, fuzzy +msgid "Error on update status" +msgstr "Error updating service" + +#: ../../include/class/EventSound.class.php:166 +#, fuzzy +msgid "Sound not exist" +msgstr " does not exist" + +#: ../../include/class/EventSound.class.php:188 +#, fuzzy +msgid "Sounds" +msgstr "Sound events" + +#: ../../include/class/EventSound.class.php:209 +#, fuzzy +msgid "Add new sound" +msgstr "Add new node" + +#: ../../include/class/EventSound.class.php:212 +#, fuzzy +msgid "Acoustic console sound list" +msgstr "List of visual consoles" + +#: ../../include/class/EventSound.class.php:253 +msgid "Name:" +msgstr "Name:" + +#: ../../include/class/EventSound.class.php:267 +msgid "WAV Sound" +msgstr "" + +#: ../../include/class/EventSound.class.php:307 +#, fuzzy +msgid "Sound" +msgstr "%s found" + +#: ../../include/class/EventSound.class.php:337 +#, fuzzy +msgid "Search filter by Name or Sound fields content" +msgstr "" +"Search filter by alias, name, description, IP address or custom fields " +"content" + +#: ../../include/class/EventSound.class.php:434 +#, fuzzy +msgid "Disable sound" +msgstr "Disabled" + +#: ../../include/class/EventSound.class.php:438 +#, fuzzy +msgid "Enable sound" +msgstr "Enabled" + +#: ../../include/class/EventSound.class.php:498 +#, fuzzy +msgid "Invalid extension" +msgstr "Defined extensions" + +#: ../../include/class/NetworkMap.class.php:2390 +msgid "Failed to generate dotmap, please select different layout schema" +msgstr "" + +#: ../../include/class/NetworkMap.class.php:2534 +msgid "Failed to retrieve graph data." +msgstr "" + +#: ../../include/class/NetworkMap.class.php:2818 +msgid "Holding Area" +msgstr "Holding area" + +#: ../../include/class/NetworkMap.class.php:2945 +#, php-format +msgid "Edit node %s" +msgstr "Edit node %s" + +#: ../../include/class/NetworkMap.class.php:2947 +msgid "Show details and options" +msgstr "Show details and options" + +#: ../../include/class/NetworkMap.class.php:2948 +msgid "Add a interface link" +msgstr "Add an interface link" + +#: ../../include/class/NetworkMap.class.php:2949 +msgid "Set parent interface" +msgstr "Set parent interface" + +#: ../../include/class/NetworkMap.class.php:2950 +msgid "Set as children" +msgstr "Define as children element" + +#: ../../include/class/NetworkMap.class.php:2951 +msgid "Set parent" +msgstr "Define as parent element" + +#: ../../include/class/NetworkMap.class.php:2952 +#: ../../include/class/NetworkMap.class.php:2964 +msgid "Abort the action of set relationship" +msgstr "Abort the action of relationship configuration" + +#: ../../include/class/NetworkMap.class.php:2954 +#: ../../include/class/NetworkMap.class.php:3354 +msgid "Add node" +msgstr "Add node" + +#: ../../include/class/NetworkMap.class.php:2955 +msgid "Set center" +msgstr "Set center" + +#: ../../include/class/NetworkMap.class.php:2957 +#: ../../include/class/NetworkMap.class.php:2960 +msgid "Proceed" +msgstr "Proceed" + +#: ../../include/class/NetworkMap.class.php:2958 +msgid "" +"Resetting the map will delete all customizations you have done, including " +"manual relationships between elements, new items, etc." +msgstr "" +"Resetting the map will delete all customization you have done, including " +"manual relationships between elements, new items, etc." + +#: ../../include/class/NetworkMap.class.php:2962 +msgid "Restart map" +msgstr "Restart map" + +#: ../../include/class/NetworkMap.class.php:2963 +msgid "Abort the interface relationship" +msgstr "Abort the interface relationship" + +#: ../../include/class/NetworkMap.class.php:2981 +#: ../../include/class/NetworkMap.class.php:3030 +msgid "Edit node" +msgstr "Edit node" + +#: ../../include/class/NetworkMap.class.php:2991 +#: ../../include/class/NetworkMap.class.php:3046 +msgid "Adresses" +msgstr "Addresses" + +#: ../../include/class/NetworkMap.class.php:2993 +#: ../../include/class/NetworkMap.class.php:3051 +msgid "OS type" +msgstr "OS type" + +#: ../../include/class/NetworkMap.class.php:3000 +#: ../../include/class/NetworkMap.class.php:3001 +#: ../../include/class/NetworkMap.class.php:3062 +#: ../../include/class/NetworkMap.class.php:3063 +msgid "Node Details" +msgstr "Node details" + +#: ../../include/class/NetworkMap.class.php:3077 +msgid "MAC" +msgstr "MAC" + +#: ../../include/class/NetworkMap.class.php:3088 +#: ../../include/class/NetworkMap.class.php:3089 +msgid "Interface Information (SNMP)" +msgstr "Interface Information (SNMP)" + +#: ../../include/class/NetworkMap.class.php:3102 +msgid "Shape" +msgstr "Shape" + +#: ../../include/class/NetworkMap.class.php:3105 +msgid "Circle" +msgstr "Circle" + +#: ../../include/class/NetworkMap.class.php:3106 +msgid "Square" +msgstr "Square" + +#: ../../include/class/NetworkMap.class.php:3107 +msgid "Rhombus" +msgstr "Rhombus" + +#: ../../include/class/NetworkMap.class.php:3123 +#, fuzzy +msgid "Name node" +msgstr "Name node" + +#: ../../include/class/NetworkMap.class.php:3135 +#: ../../include/class/NetworkMap.class.php:3505 +#, fuzzy +msgid "Name fictional node" +msgstr "Name fictional node" + +#: ../../include/class/NetworkMap.class.php:3143 +#: ../../include/class/NetworkMap.class.php:3513 +msgid "Networkmap to link" +msgstr "Networkmap to link" + +#: ../../include/class/NetworkMap.class.php:3157 +msgid "Update fictional node" +msgstr "Update fictional node" + +#: ../../include/class/NetworkMap.class.php:3166 +msgid "Update node" +msgstr "Update node" + +#: ../../include/class/NetworkMap.class.php:3185 +#: ../../include/class/NetworkMap.class.php:3186 +msgid "Node options" +msgstr "Node Options" + +#: ../../include/class/NetworkMap.class.php:3197 +#: ../../include/class/NetworkMap.class.php:3291 +msgid "Node source" +msgstr "Node source" + +#: ../../include/class/NetworkMap.class.php:3198 +#: ../../include/class/NetworkMap.class.php:3292 +msgid "Interface source" +msgstr "Interface source" + +#: ../../include/class/NetworkMap.class.php:3199 +#: ../../include/class/NetworkMap.class.php:3293 +msgid "Interface Target" +msgstr "Interface target" + +#: ../../include/class/NetworkMap.class.php:3201 +#: ../../include/class/NetworkMap.class.php:3294 +msgid "Node target" +msgstr "Node target" + +#: ../../include/class/NetworkMap.class.php:3202 +msgid "E." +msgstr "E." + +#: ../../include/class/NetworkMap.class.php:3264 +msgid "There are not relations" +msgstr "There are no relations" + +#: ../../include/class/NetworkMap.class.php:3275 +#: ../../include/class/NetworkMap.class.php:3276 +msgid "Relations" +msgstr "Relations" + +#: ../../include/class/NetworkMap.class.php:3337 +msgid "Add interface link" +msgstr "Add interface link" + +#: ../../include/class/NetworkMap.class.php:3382 +#: ../../include/class/NetworkMap.class.php:3409 +#: ../../include/class/NetworkMap.class.php:3410 +#: ../../include/class/NetworkMap.class.php:3473 +#: ../../include/class/NetworkMap.class.php:3489 +#: ../../include/class/NetworkMap.class.php:3546 +msgid "Add agent node" +msgstr "Add agent node" + +#: ../../include/class/NetworkMap.class.php:3488 +msgid "Add agent node (filter by group)" +msgstr "Add agent node (filter by group)" + +#: ../../include/class/NetworkMap.class.php:3530 +msgid "Add fictional node" +msgstr "Add fictional node" + +#: ../../include/class/NetworkMap.class.php:3545 +msgid "Add fictional point" +msgstr "Add fictional point" + +#: ../../include/class/NetworkMap.class.php:3630 +#: ../../operation/visual_console/legacy_view.php:346 +#: ../../operation/visual_console/legacy_public_view.php:198 +msgid "Until refresh" +msgstr "Until refreshed" + +#: ../../include/class/NetworkMap.class.php:3785 +msgid "Open Minimap" +msgstr "Open Minimap" + +#: ../../include/class/NetworkMap.class.php:3791 +msgid "Hide Labels" +msgstr "Hide labels" + +#: ../../include/class/OrderInterpreter.class.php:112 +msgid "Tactical View" +msgstr "Tactical view" + +#: ../../include/class/OrderInterpreter.class.php:130 +msgid "Agent Management" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:164 +msgid "Manage Policies" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:178 +msgid "List Alerts" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:240 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:175 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:511 +msgid "Visual Console" +msgstr "Visual Console" + +#: ../../include/class/OrderInterpreter.class.php:268 +msgid "Edit User" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:278 +msgid "Tree View" +msgstr "Tree view" + +#: ../../include/class/OrderInterpreter.class.php:288 +msgid "Network Component" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:302 +msgid "Task List" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:360 +msgid "Manage Agent Groups" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:401 +#, php-format +msgid "GO TO %s" +msgstr "" + +#: ../../include/class/OrderInterpreter.class.php:430 +msgid "Results found" +msgstr "Results found" + +#: ../../include/class/OrderInterpreter.class.php:434 +#, fuzzy +msgid "Press enter to search" +msgstr "Free text for search" + +#: ../../include/class/SatelliteAgent.class.php:175 +#, fuzzy +msgid "IP Adrress" +msgstr "IP Address" + +#: ../../include/class/SatelliteAgent.class.php:182 +#, fuzzy +msgid "Only deleted" +msgstr "File deleted" + +#: ../../include/class/SatelliteAgent.class.php:183 +#, fuzzy +msgid "Only added" +msgstr "Only validated events" + +#: ../../include/class/SatelliteAgent.class.php:273 +#, fuzzy +msgid "Add host" +msgstr "Add note" + +#: ../../include/class/SatelliteAgent.class.php:543 +msgid "Agent address" +msgstr "Agent address" + +#: ../../include/class/SatelliteAgent.class.php:589 +#, fuzzy +msgid "Error saving agent. The address already exists" +msgstr "Error adding modules. The following errors already exist: " + +#: ../../include/class/SatelliteAgent.class.php:594 +#, fuzzy +msgid "Error saving agent. The Name already exists" +msgstr "" +"Error creating the local component. This local component already exists." + +#: ../../include/class/SatelliteAgent.class.php:599 +#, fuzzy +msgid "Error saving agent" +msgstr "Error adding comment" + +#: ../../include/class/SatelliteAgent.class.php:601 +#: ../../include/class/SatelliteAgent.class.php:644 +#, fuzzy, php-format +msgid "Host %s added." +msgstr "Collection" + +#: ../../include/class/SatelliteAgent.class.php:636 +#, fuzzy +msgid "Error delete agent" +msgstr "Error, empty agent" + +#: ../../include/class/SatelliteAgent.class.php:636 +#, fuzzy +msgid "Error add agent" +msgstr "Error adding '%s' agent." + +#: ../../include/class/SatelliteAgent.class.php:643 +#, fuzzy, php-format +msgid "Host %s deleted." +msgstr "No action selected" + +#: ../../include/class/SatelliteAgent.class.php:680 +#, fuzzy +msgid "Error disable agent" +msgstr "Disable agent" + +#: ../../include/class/SatelliteAgent.class.php:680 +#, fuzzy +msgid "Error enable agent" +msgstr "Enable agent" + +#: ../../include/class/SatelliteAgent.class.php:688 +#, fuzzy, php-format +msgid "Host %s disabled." +msgstr "Disable agents" + +#: ../../include/class/SatelliteAgent.class.php:689 +#, fuzzy, php-format +msgid "Host %s enabled." +msgstr "Disable agents" + +#: ../../include/class/SatelliteAgent.class.php:1149 +#, fuzzy +msgid "Add agent to satellite" +msgstr "Add agents to template" + +#: ../../include/class/SatelliteAgent.class.php:1299 +#, fuzzy +msgid "Disable / Enable Agents" +msgstr "Disable agents" + +#: ../../include/class/SatelliteAgent.class.php:1299 +#, fuzzy +msgid "Delete / create Agents" +msgstr "Delete all agents" + +#: ../../include/class/SatelliteAgent.class.php:1381 +#, fuzzy +msgid "These agents could not be deleted. They must first be enabled" +msgstr "A policy with agents cannot be deleted. Please purge it first." + +#: ../../include/class/SatelliteAgent.class.php:1406 +msgid "These agents could not be disabled. They must first be created" +msgstr "" + +#: ../../include/class/SatelliteCollection.class.php:133 +msgid "Dir" +msgstr "Dir" + +#: ../../include/class/SatelliteCollection.class.php:306 +#, fuzzy +msgid "Error adding collection" +msgstr "Error adding '%s' collection." + +#: ../../include/class/SatelliteCollection.class.php:308 +#, fuzzy, php-format +msgid "Collection %s added." +msgstr "Collection" + +#: ../../include/class/SatelliteCollection.class.php:325 +#, fuzzy +msgid "Error deleting collection" +msgstr "Error deleting skin" + +#: ../../include/class/SatelliteCollection.class.php:327 +#, fuzzy, php-format +msgid "Collection %s deleted." +msgstr "No action selected" + +#: ../../include/class/SatelliteCollection.class.php:533 +#, fuzzy +msgid "Add collection" +msgstr "Collection" + +#: ../../include/class/SatelliteCollection.class.php:575 +msgid "Delete collection" +msgstr "Delete collection" + #: ../../include/class/WelcomeWindow.class.php:450 msgid "This is your post-installation status diagnostic" msgstr "" #: ../../include/class/WelcomeWindow.class.php:468 -#, fuzzy msgid "Warp Update registration" -msgstr "Resource registration" +msgstr "" #: ../../include/class/WelcomeWindow.class.php:477 #: ../../include/class/WelcomeWindow.class.php:505 @@ -27554,135 +27920,6 @@ msgstr "Condition" msgid "You must chose an option" msgstr "You have to change the password" -#: ../../include/class/AgentWizard.class.php:465 -msgid "There are not defined Remote components for this performance." -msgstr "" - -#: ../../include/class/AgentWizard.class.php:589 -msgid "WMI Explorer" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:664 -msgid "namespace" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:835 -#: ../../include/class/AgentWizard.class.php:846 -#: ../../include/class/AgentWizard.class.php:3798 -msgid "Create modules" -msgstr "Create modules" - -#: ../../include/class/AgentWizard.class.php:1121 -#, php-format -msgid "The PEN (%s) is not registered." -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1188 -msgid "The SNMP Walk does not return anything with the received arguments." -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1248 -#, php-format -msgid "The target host response with an error: %s" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1298 -msgid "No selected modules" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1335 -#, fuzzy -msgid "Module exists in policy" -msgstr "Agent modules in policy" - -#: ../../include/class/AgentWizard.class.php:1345 -#, fuzzy -msgid "Module exists in agent" -msgstr "Module list is empty" - -#: ../../include/class/AgentWizard.class.php:1352 -msgid "Module with the same name in the module creation list" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1773 -#, php-format -msgid "Module \"%s\" exits in this policy" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:1875 -#: ../../include/class/AgentWizard.class.php:2312 -#, php-format -msgid "Module %s module_exec not configuration" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:2031 -#: ../../include/class/AgentWizard.class.php:2487 -#, php-format -msgid "Module %s satellite execution not configuration" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:2132 -#, php-format -msgid "Module \"%s\" problems insert in bbdd" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:2140 -#: ../../include/class/AgentWizard.class.php:2579 -msgid "Modules created" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:2170 -#, fuzzy, php-format -msgid "Module \"%s\" exists in this agent" -msgstr "Modules in policy agents" - -#: ../../include/class/AgentWizard.class.php:2772 -msgid "Select all filtered interfaces" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:2795 -#, fuzzy -msgid "OperStatus UP" -msgstr "Status " - -#: ../../include/class/AgentWizard.class.php:2806 -#, fuzzy -msgid "AdminStatus UP" -msgstr "Status " - -#: ../../include/class/AgentWizard.class.php:3204 -#: ../../include/class/AgentWizard.class.php:3508 -msgid "No information could be retrieved." -msgstr "" - -#: ../../include/class/AgentWizard.class.php:4110 -msgid "Add general monitoring for all selected interfaces" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:4131 -#: ../../include/class/AgentWizard.class.php:4132 -#: ../../include/class/AgentWizard.class.php:4151 -#: ../../include/class/AgentWizard.class.php:4152 -msgid "Modules selected" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:4220 -msgid "Module info" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:4252 -msgid "Current value" -msgstr "" - -#: ../../include/class/AgentWizard.class.php:5748 -#, php-format -msgid "The operation '%s' is not permitted. Review for remote components." -msgstr "" - -#: ../../include/class/AgentWizard.class.php:6214 -msgid "Modules about to be created" -msgstr "" - #: ../../include/graphs/export_data.php:92 #: ../../include/graphs/export_data.php:158 msgid "An error occured exporting the data" @@ -27711,21 +27948,6 @@ msgstr "Warning and critical thresholds" msgid "Overview graph" msgstr "Overview graph" -#: ../../include/help/clippy/agent_out_of_limits.php:35 -#, fuzzy -msgid "Agent contact date passed it's ETA!" -msgstr "Agent contact date passed its ETA!" - -#: ../../include/help/clippy/agent_out_of_limits.php:35 -msgid "" -"This happen when your agent stopped reporting or the server have any problem " -"(too load or just down). Check also connectivity between the agent and the " -"server." -msgstr "" -"This occurs when your agent has stopped reporting, or the server has any " -"issues (overloaded or down). You should also check the connectivity between " -"agent and server." - #: ../../include/help/clippy/extension_cron_send_email.php:35 msgid "" "The configuration of email for the task email is in the enterprise setup:" @@ -27736,96 +27958,6 @@ msgstr "" msgid "Please check if the email configuration is correct." msgstr "Please check if the e-mail configuration is correct." -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:34 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "Now you must go to Modules. Don't worry, I will lead you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:39 -#, fuzzy -msgid "Click in this tab" -msgstr "Click on this tab" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:53 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "Now you must create the module. Don't worry, I will teach you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:57 -msgid "Choose the network server module." -msgstr "Choose the network server module" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:61 -msgid "And click the button." -msgstr "And click on the button" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:75 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "Now you must create the module. Don't worry, I will teach you" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:79 -msgid "Now we are going to fill the form." -msgstr "Now, we will proceed to fill out the form." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:83 -msgid "Please choose Network Management." -msgstr "Please select Network Management" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:87 -msgid "Choose the component named \"Host alive\"." -msgstr "Choose the component named 'Host alive'" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:91 -msgid "You can change the name if you want." -msgstr "You can change this name if you want." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:95 -msgid "Check if the IP showed is the IP of your machine." -msgstr "Check if the IP shown is the same as the IP of your device" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:99 -msgid "And only to finish it is clicking this button." -msgstr "To finish, simply click on this button" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:114 -msgid "" -"Congrats! Your module has been created.
and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"Congratulations! Your module has been created.
Its status colour is " -"blue.
which means that the module hasn't been executed for the " -"first time. In a few seconds, if there is no problem, the status color will " -"turn into red or green." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Click on the 'alerts' tab and then fill out the form to add a new alert" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "Select the critical module" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "On the template select 'Critical Condition'" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "Now, select the previously created action." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "Click on the 'Add Alert' button to create the alert." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"To test the alert you have just created go to the main view by clicking on " -"the eye tab." - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "I will show you how to monitor a server." @@ -27949,7 +28081,7 @@ msgstr "" #: ../../include/help/clippy/homepage.php:79 msgid "Create a alert by email in a critical module." -msgstr "Create an e-mail alert for a module in critical status" +msgstr "Create an e-mail alert for a module in critical status." #: ../../include/help/clippy/homepage.php:190 #, php-format @@ -27966,27 +28098,6 @@ msgstr "If you have already configured it, you can proceed to the next step." msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "Now, expand the 'Manage Alerts' menu, and click on 'Actions'. " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will seriously impact the performance of the " -"server. For example, having 200 agents with a one minute interval, is the " -"same as having 1000 agents with a 5 minute interval. The probability of " -"getting unknown modules is higher, and the impact on the server is higher " -"because it requires a shorter response time." - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "Interval agent" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28155,7 +28266,7 @@ msgstr "" #: ../../include/help/clippy/data_configuration_module.php:35 msgid "Data Configuration Module." -msgstr "Data configuration module" +msgstr "Data configuration module." #: ../../include/help/clippy/modules_not_learning_mode.php:46 msgid "" @@ -28190,6 +28301,132 @@ msgstr "" msgid "Modules not learning mode." msgstr "Modules and series" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +#, fuzzy +msgid "Agent contact date passed it's ETA!" +msgstr "Agent contact date passed its ETA!" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"This occurs when your agent has stopped reporting, or the server has any " +"issues (overloaded or down). You should also check the connectivity between " +"agent and server." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Now you must go to Modules. Don't worry, I will lead you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +#, fuzzy +msgid "Click in this tab" +msgstr "Click on this tab" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Now you must create the module. Don't worry, I will teach you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "Choose the network server module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "And click on the button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Now you must create the module. Don't worry, I will teach you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "Now, we will proceed to fill out the form." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "Please select Network Management." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "Choose the component named 'Host alive'." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "You can change this name if you want." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Check if the IP shown is the same as the IP of your device." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "To finish, simply click on this button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Congratulations! Your module has been created.
Its status colour is " +"blue.
which means that the module hasn't been executed for the " +"first time. In a few seconds, if there is no problem, the status color will " +"turn into red or green." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Click on the 'alerts' tab and then fill out the form to add a new alert." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "Select the critical module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "On the template select 'Critical Condition'." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "Now, select the previously created action." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "Click on the 'Add Alert' button to create the alert." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"To test the alert you have just created go to the main view by clicking on " +"the eye tab." + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will seriously impact the performance of the " +"server. For example, having 200 agents with a one minute interval, is the " +"same as having 1000 agents with a 5 minute interval. The probability of " +"getting unknown modules is higher, and the impact on the server is higher " +"because it requires a shorter response time." + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "Interval agent" + #: ../../include/lib/Core/DBMaintainer.php:177 #, fuzzy, php-format msgid "Connection problems: %s" @@ -28357,7 +28594,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/example.php:249 msgid "This is an example of a dashboard widget. A widget may contain elements" msgstr "" -"This is an example of a dashboard widget. A widget may contain elements." +"This is an example of a dashboard widget. A widget may contain elements" #: ../../include/lib/Dashboard/Widgets/example.php:250 msgid "" @@ -28400,8 +28637,8 @@ msgstr "Size of icon" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "Module status" @@ -28576,7 +28813,7 @@ msgid "Status and Monitor checks" msgstr "" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "Server performance" @@ -28603,7 +28840,7 @@ msgstr "Legend position" #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:371 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:388 msgid "Please select one or more groups." -msgstr "Please select one or more groups" +msgstr "Please select one or more groups." #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:475 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:482 @@ -28618,7 +28855,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/url.php:263 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:360 msgid "Please, configure this widget before use" -msgstr "Please configure this widget before using it." +msgstr "Please configure this widget before using it" #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:169 #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:403 @@ -28632,7 +28869,7 @@ msgstr "WUX transaction" #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:320 msgid "No wux transaction selected." -msgstr "No WUX transaction selected" +msgstr "No WUX transaction selected." #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:383 msgid "Phase modules not found" @@ -28659,37 +28896,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Maintenance" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Informative" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "Minor" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "Major" @@ -28702,8 +28939,8 @@ msgstr "Pandora FMS System" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "Limit" @@ -28768,7 +29005,7 @@ msgstr "Module status" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "Modules" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -28789,7 +29026,7 @@ msgstr "View more details" #: ../../include/lib/Dashboard/Widgets/sla_percent.php:477 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:488 msgid "You don't have access" -msgstr "You don't have access." +msgstr "You don't have access" #: ../../include/lib/Dashboard/Widgets/service_level.php:528 #, fuzzy @@ -29030,7 +29267,7 @@ msgstr "Error loading widget" #: ../../include/lib/Dashboard/Widgets/maps_status.php:390 #: ../../include/lib/Dashboard/Widget.php:561 msgid "Please, configure the widget again to recover it" -msgstr "Please configure the widget again to recover it." +msgstr "Please configure the widget again to recover it" #: ../../include/lib/Dashboard/Widgets/agent_module.php:173 #: ../../include/lib/Dashboard/Widgets/agent_module.php:864 @@ -29141,70 +29378,6 @@ msgstr "" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "Security level" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -#, fuzzy -msgid "Vulnerabilities by category" -msgstr "Create category" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -#, fuzzy -msgid "Evolution" -msgstr "Resolution" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "String" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "Total time" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "Last data" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 #, fuzzy msgid "Color chart" @@ -29325,7 +29498,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "Projection Graph" @@ -29468,8 +29641,8 @@ msgid "Aggregated by" msgstr "Aggregate by" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "" @@ -29488,6 +29661,70 @@ msgstr "" msgid "Not alert fired" msgstr "" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "Security level" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +#, fuzzy +msgid "Vulnerabilities by category" +msgstr "Create category" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +#, fuzzy +msgid "Evolution" +msgstr "Resolution" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "String" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "Total time" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "Last data" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29619,37 +29856,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr "has no recon tasks assigned" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -29750,26 +29956,119 @@ msgstr "Modules in not initialised status" msgid "Events in last 24 hrs" msgstr "Event info (24h)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#: ../../include/lib/TacticalView/elements/Agents.php:135 #, fuzzy -msgid "Log storage" -msgstr "Log storage directory" +msgid "Group alias" +msgstr "Groups" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "No monitors" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +#, fuzzy +msgid "UKNOWN" +msgstr "UNKNOWN" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "Configuration elements" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Name #Ag." + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "SNMP Traps" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "Monitor status" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "More modules" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 #, fuzzy msgid "Everything's OK!" msgstr "Everything" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "In process" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "New event" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "Validate event" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "Unknown" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "Event" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#, fuzzy +msgid "Log storage" +msgstr "Log storage directory" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 #, fuzzy msgid "News Board" @@ -29839,99 +30138,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "Groups" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "No monitors" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -#, fuzzy -msgid "UKNOWN" -msgstr "UNKNOWN" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "In process" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "New event" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "Validate event" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "Unknown" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "Event" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "Configuration elements" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Name #Ag." - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "SNMP Traps" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "Monitor status" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "More modules" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30312,9 +30518,8 @@ msgid "User by non administrator user" msgstr "Please contact the administrator." #: ../../include/lib/Modules/Users/Validations/UserValidation.php:56 -#, fuzzy msgid "IdUser cannot be updated" -msgstr "Response cannot be updated" +msgstr "" #: ../../include/lib/Modules/Users/Validations/UserValidation.php:61 msgid "FullName is missing" @@ -30405,6 +30610,37 @@ msgstr "IP Address" msgid "Operative system" msgstr "Operating System" +#: ../../include/lib/Module.php:257 +#, fuzzy +msgid "error: Module has no agent assigned" +msgstr "has no recon tasks assigned" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -30818,7 +31054,7 @@ msgstr "Topology" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "Dynamic" @@ -30860,103 +31096,6 @@ msgstr "Filter modules by %s" msgid "Failed to erase policy module: %d" msgstr "Deleted %s policy modules" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "Load average (last minute)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "Load average (last 5 minutes)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "Load average (last 15 minutes)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "Total swap size configured for the host" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "Available swap space on the host" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Total real/physical memory size on the host" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Available real/physical memory space on the host" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "Total available memory on the host" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "Total cached memory" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "Total buffered memory" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Amount of memory swapped in from disk (kB/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Amount of memory swapped to disk (kB/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "Number of blocks sent to a block device" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "Number of blocks received from a block device" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "Number of interruptions processed" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "Number of context switches" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "user CPU time" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "system CPU time" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "idle CPU time" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "system Up time" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "Pagination" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Group by Enterprise String / IP" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "Active filter" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "Active filters" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "Click here to open a popup window with URL tag" @@ -31132,11 +31271,11 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1520 msgid "No image or name defined." -msgstr "No image or name defined" +msgstr "No image or name defined." #: ../../include/functions_visual_map_editor.php:1524 msgid "No label defined." -msgstr "No label defined" +msgstr "No label defined." #: ../../include/functions_visual_map_editor.php:1528 msgid "No service defined." @@ -31144,23 +31283,23 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1532 msgid "No image defined." -msgstr "No image defined" +msgstr "No image defined." #: ../../include/functions_visual_map_editor.php:1536 msgid "No process defined." -msgstr "No process defined" +msgstr "No process defined." #: ../../include/functions_visual_map_editor.php:1540 msgid "No Max value defined." -msgstr "No max value defined" +msgstr "No max value defined." #: ../../include/functions_visual_map_editor.php:1544 msgid "No width defined." -msgstr "No width defined" +msgstr "No width defined." #: ../../include/functions_visual_map_editor.php:1548 msgid "No height defined." -msgstr "No height defined" +msgstr "No height defined." #: ../../include/functions_visual_map_editor.php:1552 msgid "The width must not exceed the size of the visual console container." @@ -31172,15 +31311,15 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1560 msgid "No period defined." -msgstr "No period defined" +msgstr "No period defined." #: ../../include/functions_visual_map_editor.php:1564 msgid "No agent defined." -msgstr "No agent defined" +msgstr "No agent defined." #: ../../include/functions_visual_map_editor.php:1568 msgid "No module defined." -msgstr "No module defined" +msgstr "No module defined." #: ../../include/functions_visual_map_editor.php:1572 msgid "No module defined. This module must be string type." @@ -31188,7 +31327,7 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1576 msgid "Successfully save the changes." -msgstr "Changes successfully saved" +msgstr "Changes successfully saved." #: ../../include/functions_visual_map_editor.php:1580 msgid "Could not be save." @@ -31271,15 +31410,15 @@ msgstr "Attachment directory is not writable by HTTP Server" msgid "Please check that the web server has write rights on the %s directory" msgstr "" "Please check whether the web server has writing permissions on the %s " -"directory or not." +"directory or not" #: ../../include/functions_files_repository.php:320 msgid "The file could not be copied" -msgstr "The file could not be copied." +msgstr "The file could not be copied" #: ../../include/functions_files_repository.php:323 msgid "There was an error creating the file" -msgstr "There was an error creating the file." +msgstr "There was an error creating the file" #: ../../include/functions_files_repository.php:326 msgid "File has an invalid extension" @@ -31287,7 +31426,7 @@ msgstr "" #: ../../include/functions_files_repository.php:380 msgid "There was an error updating the file" -msgstr "There was an error updating the file." +msgstr "There was an error updating the file" #: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 #: ../../include/functions_gis.php:36 @@ -31485,647 +31624,6 @@ msgid "File is missing in disk storage. Please contact the administrator." msgstr "" "The file is missing from the disk storage. Please contact your administrator." -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Monitor in critical status" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Monitor in warning status" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Monitor in normal status" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "Unknown Monitor" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Alert recovered" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Alert stopped" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Manual alert validation" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "Agent created" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Recon host detected" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "Configuration change" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -#, fuzzy -msgid "Network configuration manager" -msgstr "Remote configuration management" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -#, fuzzy -msgid "ALERT FIRED" -msgstr "%s in %s: ALERTS TRIGGERED" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s minutes" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s months" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s years" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "Default values will be applied" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "The file exceeds the maximum size." - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "The file was only partially uploaded."
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "No file was uploaded"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "Temporary folder missing"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "Error writing file to disk"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "File upload stopped by an extension"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "Unknown upload error"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "No data found to export"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 seconds"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 seconds"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 seconds"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 minutes"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 minutes"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "Previous"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr ""
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr ""
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr ""
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr ""
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr ""
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr ""
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr ""
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr ""
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "Testing Pandora FMS e-mail"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"This is an e-mail test sent from Pandora FMS. If you can read this, your "
-"configuration works!"
-
-#: ../../include/functions.php:6636
-#, fuzzy
-msgid "Recommended value is: -1"
-msgstr "The recommended value is: %s"
-
-#: ../../include/functions_api.php:126
-#, fuzzy
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "No 'set' or 'get' or 'help' operation"
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "This operation does not exist."
-
-#: ../../include/functions_api.php:146
-#, fuzzy
-msgid "The Id does not exist in database."
-msgstr "ID does not exist in BD"
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr ""
-
-#: ../../include/functions_api.php:166
-#, fuzzy
-msgid "The user has not enough permissions for perform this action."
-msgstr "Are you sure you want to perform this action?"
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr ""
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-
-#: ../../include/functions_api.php:196
-#, fuzzy
-msgid "Auth error"
-msgstr "Attachment error"
-
-#: ../../include/functions_api.php:206
-#, fuzzy
-msgid "License not allowed for this operation."
-msgstr "No 'set' or 'get' or 'help' operation"
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-
-#: ../../include/functions_api.php:1891
-#, fuzzy, php-format
-msgid "Updated %d/%d agents"
-msgstr "Agents pending to be updated"
-
-#: ../../include/functions_api.php:1899
-#, fuzzy
-msgid "Agent updated."
-msgstr "Package not updated."
-
-#: ../../include/functions_api.php:2116
-#, fuzzy
-msgid "Could not create OS"
-msgstr "Could not be created"
-
-#: ../../include/functions_api.php:2153
-#, fuzzy
-msgid "Could not update OS"
-msgstr "Could not be updated"
-
-#: ../../include/functions_api.php:2362
-#, fuzzy
-msgid "The agent was successfully deleted"
-msgstr "Template successfully deleted"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "Network module updated"
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "Plugin module successfully updated"
-
-#: ../../include/functions_api.php:4529
-#, fuzzy, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "Synthetic module ID created: "
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "Synthetic module ID created: "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "Module data updated"
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "SNMP module updated"
-
-#: ../../include/functions_api.php:5781
-#, fuzzy
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr "Error updating alert template. 'Id_template' cannot be left blank."
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:5939
-#, fuzzy
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr "Error on updating alert template. 'Id_template' does not exist."
-
-#: ../../include/functions_api.php:6023
-#, fuzzy
-msgid "Successful update of the alert template"
-msgstr "Tags updated successfully"
-
-#: ../../include/functions_api.php:6069
-#, fuzzy
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr "Error retrieving alert template. 'Id_template' does not exist."
-
-#: ../../include/functions_api.php:6098
-#, fuzzy
-msgid "Successful delete of alert template."
-msgstr "Alert template successfully deleted"
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr ""
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "Module template successfully deleted"
-
-#: ../../include/functions_api.php:6772
-#, fuzzy
-msgid "Successful delete of module template."
-msgstr "Successfully deleted module from profile"
-
-#: ../../include/functions_api.php:6805
-#, fuzzy
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr "Error updating alert template. 'Id_template' cannot be left blank."
-
-#: ../../include/functions_api.php:6813
-#, fuzzy
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr "User update error. 'Id_user' cannot be left blank."
-
-#: ../../include/functions_api.php:6821
-#, fuzzy
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr "Error updating module data. 'Id_module' cannot be left blank."
-
-#: ../../include/functions_api.php:6892
-#, fuzzy
-msgid "Error validating alert. Specified alert does not exist."
-msgstr "Error updating user. 'Id_user' does not exist."
-
-#: ../../include/functions_api.php:6903
-#, fuzzy
-msgid "Error validating alert"
-msgstr "Error validating alert(s)"
-
-#: ../../include/functions_api.php:6977
-#, fuzzy, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "All alerts successfully validated"
-
-#: ../../include/functions_api.php:7071
-#, fuzzy
-msgid "Correct validation of all policy alerts."
-msgstr "All policy alerts successfully validated"
-
-#: ../../include/functions_api.php:7113
-#, fuzzy
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr "Error stopping the downtime. 'Id_downtime' cannot be left blank."
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "Downtime stopped"
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "and these modules do not exist or are not applicable to these agents: "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "and these agents generate issues: "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "and these agents with IDs do not exist: "
-
-#: ../../include/functions_api.php:7756
-#, fuzzy
-msgid "Planned downtime updated"
-msgstr "planned downtime"
-
-#: ../../include/functions_api.php:7831
-#, fuzzy
-msgid " Agents deleted"
-msgstr "No agents selected"
-
-#: ../../include/functions_api.php:7913
-#, fuzzy
-msgid " Agents added"
-msgstr "Agent address"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "Data module policy updated"
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "Network policy module updated"
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "Plugin policy module updated"
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "The SNMP policy module has been updated."
-
-#: ../../include/functions_api.php:9367
-#, fuzzy
-msgid "Successful deletion"
-msgstr "Deleted successfully"
-
-#: ../../include/functions_api.php:9690
-#, fuzzy
-msgid "User created."
-msgstr "Filter created"
-
-#: ../../include/functions_api.php:9785
-#, fuzzy
-msgid "User updated."
-msgstr "Filter updated"
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "User enabled"
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "User disabled"
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr ""
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:11688
-#, fuzzy
-msgid "User deleted."
-msgstr "File deleted"
-
-#: ../../include/functions_api.php:11747
-#, fuzzy
-msgid "User profile added."
-msgstr "Add profiles in bulk"
-
-#: ../../include/functions_api.php:11812
-#, fuzzy
-msgid "User profile deleted."
-msgstr "Delete profiles in bulk"
-
-#: ../../include/functions_api.php:12095
-#, fuzzy
-msgid "Module disabled successfully."
-msgstr "Module updated successfully"
-
-#: ../../include/functions_api.php:12097
-#, fuzzy
-msgid "The module could not be disabled."
-msgstr "The file could not be copied."
-
-#: ../../include/functions_api.php:12159
-#, fuzzy
-msgid "Module enabled successfully."
-msgstr "Module added successfully"
-
-#: ../../include/functions_api.php:12161
-#, fuzzy
-msgid "The module could not be enabled."
-msgstr "The file could not be copied."
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-#, fuzzy
-msgid "The alert could not be disabled."
-msgstr "The file could not be copied."
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-#, fuzzy
-msgid "The alert could not be enabled."
-msgstr "The file could not be copied."
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "Agent enabled"
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "Agent disabled"
-
-#: ../../include/functions_api.php:14666
-#, fuzzy
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "Metaconsole and all nodes license updated"
-
-#: ../../include/functions_api.php:14668
-#, fuzzy, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr "Metaconsole license updated but %d of %d node synchronization failed"
-
-#: ../../include/functions_api.php:14671
-#, fuzzy
-msgid "This function is for metaconsole only."
-msgstr "This function is only for Metaconsole"
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-#, fuzzy
-msgid "Successfully deleted."
-msgstr "Successfully deleted"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr ""
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "Created from a template "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr ""
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr ""
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-
-#: ../../include/functions_api.php:17444
-#, fuzzy
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr "Error enabling/disabling user. 'Id_user' cannot be left blank."
-
-#: ../../include/functions_api.php:17452
-#, fuzzy
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"Error enabling/disabling user. Enable/disable value cannot be left blank."
-
-#: ../../include/functions_api.php:17477
-#, fuzzy
-msgid "Error in discovery task enabling/disabling."
-msgstr "Error enabling/disabling user"
-
-#: ../../include/functions_api.php:17485
-#, fuzzy
-msgid "Enabled discovery task."
-msgstr "Enable historic database"
-
-#: ../../include/functions_api.php:17493
-#, fuzzy
-msgid "Disabled discovery task."
-msgstr "User disabled"
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "Configure user"
@@ -32789,37 +32287,37 @@ msgid ""
 "cancelled"
 msgstr ""
 "There was an error copying the agent configuration, the copy has been "
-"cancelled."
+"cancelled"
 
 #: ../../include/functions_agents.php:3051
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
-msgstr "At least one module is in CRITICAL status."
+msgstr "At least one module is in CRITICAL status"
 
 #: ../../include/functions_agents.php:3057
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
-msgstr "At least one module is in WARNING status."
+msgstr "At least one module is in WARNING status"
 
 #: ../../include/functions_agents.php:3063
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
-msgstr "At least one module is in UNKNOWN status."
+msgstr "At least one module is in UNKNOWN status"
 
 #: ../../include/functions_agents.php:3069
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "All monitors are OK"
 
@@ -33073,190 +32571,6 @@ msgstr ""
 msgid "Use agent IP"
 msgstr ""
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Error processing request"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"It is possible that this view uses a part of the information to which your "
-"user does not have access."
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "Software"
-
-#: ../../include/functions_ui.php:1360
-#, fuzzy
-msgid "Force check"
-msgstr "Force remote checks"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "Are you sure you want to perform this action?"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "Are you sure you want to delete it?"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"The alert will be triggered when the value is over "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-"The alert will be triggered when the value is under "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr ""
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "the Flexible Monitoring System"
-
-#: ../../include/functions_ui.php:2699
-#, fuzzy
-msgid "First"
-msgstr "First page"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Unknown type"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr ""
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr ""
-
-#: ../../include/functions_ui.php:4205
-#, fuzzy
-msgid "No matching records found"
-msgstr "No matching traps found"
-
-#: ../../include/functions_ui.php:4206
-#, fuzzy
-msgid "No data available in table"
-msgstr "Not available"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr ""
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "SYSTEM"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-#, fuzzy
-msgid "Enterprise version not installed"
-msgstr "Extension not installed"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Type at least two characters to search."
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr ""
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr ""
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "Command Snapshot view"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr ""
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7458
-#, fuzzy
-msgid "Show password"
-msgstr "Password authentication"
-
-#: ../../include/functions_ui.php:7558
-#, fuzzy
-msgid "WEB server"
-msgstr "WMI server"
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "Wizard mode"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "Select inventory module"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr ""
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr ""
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr ""
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr ""
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "Empty map"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "Alert actions"
@@ -33288,73 +32602,1632 @@ msgstr "GIS connections"
 msgid "GIS map layers"
 msgstr "GIS map layers"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+#, fuzzy
+msgid "Enterprise version not installed"
+msgstr "Extension not installed"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Monitor checks"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "Total agents and monitors"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "Defined alerts"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "Defined and triggered alerts"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "Monitor in critical status"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "Monitor in warning status"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "Monitor in normal status"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "Monitor in unknown status"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "Monitor not initialized"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "Monitors by status"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "Maximum"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "Non-triggered alerts"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "SYSTEM"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "Main node"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Refresh time"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Begin date"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "Start time"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Time range"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "Time comparison (separated)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Show events"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Show alerts"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "Show unknown graph"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "Show percentile"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "Projection graph"
+
+#: ../../include/functions_graph.php:5799
+#, fuzzy
+msgid "Projection graph take as begin date the current time"
+msgstr "End date must be after current time."
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "Reload"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr ""
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "Last execution"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "Force execution"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "Report type"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr ""
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "Report per agent"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "Custom script"
+
+#: ../../include/functions_cron.php:975
+#, fuzzy
+msgid "Enable task"
+msgstr "Enabled"
+
+#: ../../include/functions_cron.php:989
+#, fuzzy
+msgid "There are no jobs"
+msgstr "There are no comments."
+
+#: ../../include/functions_filemanager.php:128
+#, fuzzy, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "Collection file is larger than the limit ("
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "Security error"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "Upload error"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "Uploaded successfully"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"The file seems to be too large. Please check your php.ini configuration file "
+"or contact your administrator"
+
+#: ../../include/functions_filemanager.php:318
+#, fuzzy
+msgid "File created correctly"
+msgstr "Filter created successfully"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "Error creating file"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "Error creating a file with no name"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "Security error."
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "Directory created"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "Deleted"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "Create Filter"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+#, fuzzy
+msgid "Real path"
+msgstr "SAML path"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "Directory %s does not exist!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Parent directory"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "Directory"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "Compressed file"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "Text file"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "This file could be executed by any user"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "Make sure it cannot perform dangerous tasks"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Create directory"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"Upload file in zip format in this directory, useful to upload multiple files."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "Decompress"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Go"
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "Create new filter"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "Upload file(s)"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "This directory is read-only"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+#, fuzzy
+msgid "Please select an item from this list."
+msgstr "Please select an item to delete it."
+
+#: ../../include/functions_html.php:1015
+#, fuzzy
+msgid "Select one or more elements"
+msgstr "Delete service element"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "Filter agent"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "Type of charts"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "Filter module"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+#, fuzzy
+msgid "Type to search modules"
+msgstr "Search module"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+#, fuzzy
+msgid "Only common modules"
+msgstr "Show common modules"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "weeks"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "Day of the month"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Month"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "Day of the week"
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "Select a filter"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "Type at least two characters to search the module."
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr ""
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+#, fuzzy
+msgid "Go to top"
+msgstr "Go to "
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "Last execution"
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "Last week"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "Last month"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "Last day"
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr ""
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr ""
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "Mail configuration"
+
+#: ../../include/functions_notifications.php:849
+#, fuzzy
+msgid "Subtype customization"
+msgstr "Style configuration"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "Show alerts"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "History"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "Alert overview"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "Apply filter"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "There are no relations."
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "Mark as read"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Simple graph"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "Simple baseline graph"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "SQL vertical bar graph"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "SQL pie graph"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "Automatically combined graph"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "Availability graph"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "Module histogram graph"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+#, fuzzy
+msgid "IPAM networks"
+msgstr "No network maps"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "S.L.A."
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "Monthly SLA."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "Weekly SLA."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "Hourly SLA."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "SLA services."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "Forecasting"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "Prediction date"
+
+#: ../../include/functions_reports.php:746
+#, fuzzy
+msgid "Avg. value"
+msgstr "Avg value"
+
+#: ../../include/functions_reports.php:750
+#, fuzzy
+msgid "Max. value"
+msgstr "Max. values"
+
+#: ../../include/functions_reports.php:754
+#, fuzzy
+msgid "Min. value"
+msgstr "Min value"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Monitor report"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "Serialise data"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "Historical data"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "Increment"
+
+#: ../../include/functions_reports.php:782
+#, fuzzy
+msgid "Service Level Detailed"
+msgstr "Service label font size"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "Grouped"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "Group report"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "Exception"
+
+#: ../../include/functions_reports.php:818
+#, fuzzy
+msgid "Agents/Modules status"
+msgstr "Agents/Modules"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "Top N"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "Network interfaces"
+
+#: ../../include/functions_reports.php:845
+#, fuzzy
+msgid "Custom Render"
+msgstr "Custom field"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "Availability"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "Text / HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "Import text from URL"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "Alert report agent"
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "Alert report agent"
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:900
+#, fuzzy
+msgid "Agents inventory"
+msgstr "Agent movement"
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "Modules larger than %s"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "Inventory changes"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Agent configuration"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "Group settings"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Netflow area chart"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Netflow data chart"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Netflow summary chart"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+#, fuzzy
+msgid "Netflow top-N connections"
+msgstr "Create new map connection"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "Log"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "Log report"
+
+#: ../../include/functions_reports.php:959
+#, fuzzy
+msgid "Log report by period"
+msgstr "Log report"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+#, fuzzy
+msgid "Permissions report"
+msgstr "Session timeout"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+#, fuzzy
+msgid "NCM"
+msgstr "NMS"
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "Configuration change"
+
+#: ../../include/functions_reports.php:976
+#, fuzzy
+msgid "NCM devices list"
+msgstr "List of services"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "Security level"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "Last check"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "Event graph by user"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr ""
+
+#: ../../include/functions_reports.php:1037
+#, fuzzy
+msgid "Vulnerabilities of agent"
+msgstr "Enable agent"
+
+#: ../../include/functions_reports.php:1042
+#, fuzzy
+msgid "Top-N agents with more risk"
+msgstr "There are no agents with modules"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+#, fuzzy
+msgid "Macro"
+msgstr "Macros"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "String"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+#, fuzzy
+msgid "Graph Sql"
+msgstr "Graph list"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Agent successfully added to the layout"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Modules successfully added to the layout"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "Agents successfully added to the layout"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "Cannot load the visual map"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "No changes found"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "Get CSV file"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "Added"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Monitor in critical status"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Monitor in warning status"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Monitor in normal status"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "Unknown Monitor"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Alert recovered"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Alert stopped"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Manual alert validation"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "Agent created"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Recon host detected"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "Configuration change"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+#, fuzzy
+msgid "Network configuration manager"
+msgstr "Remote configuration management"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+#, fuzzy
+msgid "ALERT FIRED"
+msgstr "%s in %s: ALERTS TRIGGERED"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr ""
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s minutes"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s months"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s years"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "Default values will be applied"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "The file exceeds the maximum size"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "The file was only partially uploaded"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "No file was uploaded"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "Temporary folder missing"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "Error writing file to disk"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "File upload stopped by an extension"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "Unknown upload error"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "No data found to export"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 seconds"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 seconds"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 seconds"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 minutes"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 minutes"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "Previous"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr ""
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr ""
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr ""
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr ""
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr ""
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr ""
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr ""
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "Testing Pandora FMS e-mail"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"This is an e-mail test sent from Pandora FMS. If you can read this, your "
+"configuration works!."
+
+#: ../../include/functions.php:6636
+#, fuzzy
+msgid "Recommended value is: -1"
+msgstr "The recommended value is: %s"
+
+#: ../../include/functions_api.php:126
+#, fuzzy
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "No 'set' or 'get' or 'help' operation"
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "This operation does not exist."
+
+#: ../../include/functions_api.php:146
+#, fuzzy
+msgid "The Id does not exist in database."
+msgstr "ID does not exist in BD"
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr ""
+
+#: ../../include/functions_api.php:166
+#, fuzzy
+msgid "The user has not enough permissions for perform this action."
+msgstr "Are you sure you want to perform this action?"
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr ""
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+
+#: ../../include/functions_api.php:196
+#, fuzzy
+msgid "Auth error"
+msgstr "Attachment error"
+
+#: ../../include/functions_api.php:206
+#, fuzzy
+msgid "License not allowed for this operation."
+msgstr "No 'set' or 'get' or 'help' operation"
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+
+#: ../../include/functions_api.php:1891
+#, fuzzy, php-format
+msgid "Updated %d/%d agents"
+msgstr "Agents pending to be updated"
+
+#: ../../include/functions_api.php:1899
+#, fuzzy
+msgid "Agent updated."
+msgstr "Package not updated."
+
+#: ../../include/functions_api.php:2116
+#, fuzzy
+msgid "Could not create OS"
+msgstr "Could not be created"
+
+#: ../../include/functions_api.php:2153
+#, fuzzy
+msgid "Could not update OS"
+msgstr "Could not be updated"
+
+#: ../../include/functions_api.php:2362
+#, fuzzy
+msgid "The agent was successfully deleted"
+msgstr "Template successfully deleted"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "Network module updated."
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "Plugin module successfully updated."
+
+#: ../../include/functions_api.php:4529
+#, fuzzy, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "Synthetic module ID created: "
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "Synthetic module ID created: "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "Module data updated."
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "SNMP module updated."
+
+#: ../../include/functions_api.php:5781
+#, fuzzy
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr "Error updating alert template. 'Id_template' cannot be left blank."
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:5939
+#, fuzzy
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr "Error on updating alert template. 'Id_template' does not exist."
+
+#: ../../include/functions_api.php:6023
+#, fuzzy
+msgid "Successful update of the alert template"
+msgstr "Tags updated successfully"
+
+#: ../../include/functions_api.php:6069
+#, fuzzy
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr "Error retrieving alert template. 'Id_template' does not exist."
+
+#: ../../include/functions_api.php:6098
+#, fuzzy
+msgid "Successful delete of alert template."
+msgstr "Alert template successfully deleted"
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr ""
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "Module template successfully deleted."
+
+#: ../../include/functions_api.php:6772
+#, fuzzy
+msgid "Successful delete of module template."
+msgstr "Successfully deleted module from profile"
+
+#: ../../include/functions_api.php:6805
+#, fuzzy
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr "Error updating alert template. 'Id_template' cannot be left blank."
+
+#: ../../include/functions_api.php:6813
+#, fuzzy
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr "User update error. 'Id_user' cannot be left blank."
+
+#: ../../include/functions_api.php:6821
+#, fuzzy
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr "Error updating module data. 'Id_module' cannot be left blank."
+
+#: ../../include/functions_api.php:6892
+#, fuzzy
+msgid "Error validating alert. Specified alert does not exist."
+msgstr "Error updating user. 'Id_user' does not exist."
+
+#: ../../include/functions_api.php:6903
+#, fuzzy
+msgid "Error validating alert"
+msgstr "Error validating alert(s)"
+
+#: ../../include/functions_api.php:6977
+#, fuzzy, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "All alerts successfully validated"
+
+#: ../../include/functions_api.php:7071
+#, fuzzy
+msgid "Correct validation of all policy alerts."
+msgstr "All policy alerts successfully validated"
+
+#: ../../include/functions_api.php:7113
+#, fuzzy
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr "Error stopping the downtime. 'Id_downtime' cannot be left blank."
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "Downtime stopped."
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "and these modules do not exist or are not applicable to these agents: "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "and these agents generate issues: "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "and these agents with IDs do not exist: "
+
+#: ../../include/functions_api.php:7756
+#, fuzzy
+msgid "Planned downtime updated"
+msgstr "planned downtime"
+
+#: ../../include/functions_api.php:7831
+#, fuzzy
+msgid " Agents deleted"
+msgstr "No agents selected"
+
+#: ../../include/functions_api.php:7913
+#, fuzzy
+msgid " Agents added"
+msgstr "Agent address"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "Data module policy updated."
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "Network policy module updated."
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "Plugin policy module updated."
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "The SNMP policy module has been updated."
+
+#: ../../include/functions_api.php:9367
+#, fuzzy
+msgid "Successful deletion"
+msgstr "Deleted successfully"
+
+#: ../../include/functions_api.php:9690
+#, fuzzy
+msgid "User created."
+msgstr "Filter created"
+
+#: ../../include/functions_api.php:9785
+#, fuzzy
+msgid "User updated."
+msgstr "Filter updated"
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "User enabled."
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "User disabled."
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "The package has been uploaded successfully."
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:11688
+#, fuzzy
+msgid "User deleted."
+msgstr "File deleted"
+
+#: ../../include/functions_api.php:11747
+#, fuzzy
+msgid "User profile added."
+msgstr "Add profiles in bulk"
+
+#: ../../include/functions_api.php:11812
+#, fuzzy
+msgid "User profile deleted."
+msgstr "Delete profiles in bulk"
+
+#: ../../include/functions_api.php:12095
+#, fuzzy
+msgid "Module disabled successfully."
+msgstr "Module updated successfully"
+
+#: ../../include/functions_api.php:12097
+#, fuzzy
+msgid "The module could not be disabled."
+msgstr "The file could not be copied."
+
+#: ../../include/functions_api.php:12159
+#, fuzzy
+msgid "Module enabled successfully."
+msgstr "Module added successfully"
+
+#: ../../include/functions_api.php:12161
+#, fuzzy
+msgid "The module could not be enabled."
+msgstr "The file could not be copied."
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+#, fuzzy
+msgid "The alert could not be disabled."
+msgstr "The file could not be copied."
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+#, fuzzy
+msgid "The alert could not be enabled."
+msgstr "The file could not be copied."
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "Agent enabled."
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "Agent disabled."
+
+#: ../../include/functions_api.php:14666
+#, fuzzy
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "Metaconsole and all nodes license updated"
+
+#: ../../include/functions_api.php:14668
+#, fuzzy, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr "Metaconsole license updated but %d of %d node synchronization failed"
+
+#: ../../include/functions_api.php:14671
+#, fuzzy
+msgid "This function is for metaconsole only."
+msgstr "This function is only for Metaconsole"
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+#, fuzzy
+msgid "Successfully deleted."
+msgstr "Successfully deleted"
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr ""
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "Created from a template "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr ""
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr ""
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+
+#: ../../include/functions_api.php:17444
+#, fuzzy
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr "Error enabling/disabling user. 'Id_user' cannot be left blank."
+
+#: ../../include/functions_api.php:17452
+#, fuzzy
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"Error enabling/disabling user. Enable/disable value cannot be left blank."
+
+#: ../../include/functions_api.php:17477
+#, fuzzy
+msgid "Error in discovery task enabling/disabling."
+msgstr "Error enabling/disabling user"
+
+#: ../../include/functions_api.php:17485
+#, fuzzy
+msgid "Enabled discovery task."
+msgstr "Enable historic database"
+
+#: ../../include/functions_api.php:17493
+#, fuzzy
+msgid "Disabled discovery task."
+msgstr "User disabled"
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
-msgstr "Error updating: user did not sign in"
+msgstr "Error updating: user did not sign in."
 
 #: ../../include/functions_config.php:174
 msgid "Failed updated: User is not admin."
-msgstr "Update failed: user is not an admin"
+msgstr "Update failed: user is not an admin."
 
 #: ../../include/functions_config.php:200
 msgid "Language settings"
@@ -33375,7 +34248,7 @@ msgstr "Use cert."
 
 #: ../../include/functions_config.php:237
 msgid "Path doesn't exists or is not writable"
-msgstr "Path does not exist or is not writable."
+msgstr "Path does not exist or is not writable"
 
 #: ../../include/functions_config.php:242
 #, fuzzy
@@ -33548,11 +34421,11 @@ msgstr "Number of failed login attempts"
 
 #: ../../include/functions_config.php:546
 msgid "Password must have numbers"
-msgstr "The password must include numbers."
+msgstr "The password must include numbers"
 
 #: ../../include/functions_config.php:550
 msgid "Password must have symbols"
-msgstr "The password must include symbols."
+msgstr "The password must include symbols"
 
 #: ../../include/functions_config.php:554
 msgid "Apply password policy to admin users"
@@ -34022,7 +34895,7 @@ msgstr "Shortened module graph data"
 
 #: ../../include/functions_config.php:1372
 msgid "Show the group name instead the group icon."
-msgstr "Show group name instead of group icon"
+msgstr "Show group name instead of group icon."
 
 #: ../../include/functions_config.php:1376
 #, fuzzy
@@ -34031,7 +34904,7 @@ msgstr "Show group name instead of group icon"
 
 #: ../../include/functions_config.php:1384
 msgid "Default type of module charts."
-msgstr "Default module chart type"
+msgstr "Default module chart type."
 
 #: ../../include/functions_config.php:1388
 #, fuzzy
@@ -34040,7 +34913,7 @@ msgstr "Default line width for the Custom Graph"
 
 #: ../../include/functions_config.php:1392
 msgid "Default type of interface charts."
-msgstr "Default type of interface charts"
+msgstr "Default type of interface charts."
 
 #: ../../include/functions_config.php:1403
 #: ../../include/functions_config.php:3742
@@ -34374,6 +35247,11 @@ msgstr "Updated failed. The following values could not be updated: %s"
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "the Flexible Monitoring System"
+
 #: ../../include/functions_config.php:2863
 #, fuzzy
 msgid "PandoraFMS Metaconsole"
@@ -34388,1422 +35266,261 @@ msgstr "Safe operation mode"
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "Maximum"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "Non-triggered alerts"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "Main node"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Refresh time"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Begin date"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "Start time"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Time range"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "Time comparison (separated)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
 msgstr ""
 
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Show events"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Show alerts"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "Show unknown graph"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "Show percentile"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
+#: ../../include/functions_events.php:194
+msgid "NEW"
 msgstr ""
 
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "Projection graph"
-
-#: ../../include/functions_graph.php:5799
-#, fuzzy
-msgid "Projection graph take as begin date the current time"
-msgstr "End date must be after current time."
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "Reload"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
+#: ../../include/functions_events.php:197
+msgid "IN PROCESS"
 msgstr ""
 
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "Label: "
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "Data image"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "Generated"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "Report date"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "Items period before"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
+#: ../../include/functions_events.php:200
+msgid "VALIDATED"
 msgstr ""
 
-#: ../../include/functions_reporting_html.php:674
-#, fuzzy
-msgid "CVE"
-msgstr "CSV"
+#: ../../include/functions_events.php:251
+msgid "Event id"
+msgstr "Event ID"
 
-#: ../../include/functions_reporting_html.php:677
-#, fuzzy
-msgid "Detection time"
-msgstr "Selection mode"
-
-#: ../../include/functions_reporting_html.php:680
-#, fuzzy
-msgid "Attack Vector"
-msgstr "Attachment error"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-#, fuzzy
-msgid "Confidentiality"
-msgstr "Credentials"
-
-#: ../../include/functions_reporting_html.php:686
-#, fuzzy
-msgid "Integrity"
-msgstr "Integria IMS host"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "Availability"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-#, fuzzy
-msgid "L.S. Change"
-msgstr "Change"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "Max/Min Values"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "SLA Limit"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "SLA Compliance"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "Global Time"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "Total time"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "Time in failed status"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "Time in OK status"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "Time in unknown status"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "Time in not initialized status"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "Downtime"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "Checks time"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "Total number of checks"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "Failed checks"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "Checks in OK status"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "Checks in unknown status"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "There are no Agent/Modules defined"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "Not initialised"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "Downtimes"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "Average value"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "Validated"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Event validated"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "Event in process"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "New event"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "Events according to validating user"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "Events according to severity"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "Validated vs. unvalidated events"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
 #: ../../include/functions_events.php:252
 #: ../../include/functions_events.php:2571
 #: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
 msgid "Event name"
 msgstr "Event name"
 
-#: ../../include/functions_reporting_html.php:2279
+#: ../../include/functions_events.php:259
+msgid "Agent module"
+msgstr "Agent module"
+
+#: ../../include/functions_events.php:265
+#: ../../include/functions_events.php:4713
+msgid "Extra id"
+msgstr "Extra ID"
+
+#: ../../include/functions_events.php:272
 #, fuzzy
-msgid "Sec. groups"
-msgstr "Search group"
+msgid "Module custom id"
+msgstr "Module custom id"
 
-#: ../../include/functions_reporting_html.php:2299
-#, fuzzy
-msgid "Remote conf."
-msgstr "Remote configuration"
+#: ../../include/functions_events.php:1906
+#, fuzzy, php-format
+msgid "Could not connect: %s"
+msgstr "Could not connect: %s"
 
-#: ../../include/functions_reporting_html.php:2447
-#, fuzzy
-msgid "Agent secondary groups"
-msgstr "Agent icon group"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "Added"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "Deleted"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr "Cell turns grey when the module is in 'not initialize' status"
-
-#: ../../include/functions_reporting_html.php:3037
-#, fuzzy
-msgid "Last time"
-msgstr "Last triggered"
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "Agent - Module"
-
-#: ../../include/functions_reporting_html.php:3234
-#, fuzzy
-msgid "OS Type"
-msgstr "SNMP Type"
-
-#: ../../include/functions_reporting_html.php:3500
-#, fuzzy
-msgid "Data view of all groups"
-msgstr "Manage module groups"
-
-#: ../../include/functions_reporting_html.php:3630
-#, fuzzy
-msgid "Group Description"
-msgstr "Description"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "Events validated by user"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "Events by severity"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "Number of validated events"
-
-#: ../../include/functions_reporting_html.php:4470
-#, fuzzy
-msgid "Total summary"
-msgstr "Map summary"
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "No alerts defined"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "Interface '%s' throughput graph"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "MAC address"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "Current status"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "Empty modules"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "Lapse"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "From data"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "To data"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "Increment"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "Negative increase: "
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "Positive increase: "
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "Neutral increase: "
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "Time of not initialized module"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "Time of downtime"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% OK"
-
-#: ../../include/functions_reporting_html.php:5508
-#, fuzzy
-msgid "Checks Warning"
-msgstr "Warning"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "Unknown checks"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "Agent min value"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "Sum"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "Alert level"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Alert description"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "Agents in group: %s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Latest failure"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "N/A(*)"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Monitors"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "Agents by status"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "Node overview"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "Critical events"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "Events in warning status"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "Events in OK status"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "Events in unknown status"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "Important events by severity"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "Event info (1h)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
 #: ../../include/functions_events.php:2539
 #: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
 #: ../../mobile/operation/events.php:1187
 msgid "No events"
 msgstr "No events"
 
-#: ../../include/functions_reporting_html.php:7647
-#, fuzzy
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr "This SLA has been affected by the following planned downtimes"
+#: ../../include/functions_events.php:2552
+msgid "Latest events"
+msgstr "Latest events"
 
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
+#: ../../include/functions_events.php:2589
+msgid "V."
+msgstr "V."
+
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "New event"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Event validated"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "Event in process"
+
+#: ../../include/functions_events.php:2958
+msgid "Going to unknown"
+msgstr "Changing to unknown"
+
+#: ../../include/functions_events.php:2966
+msgid "Alert manually validated"
+msgstr "Alert manually validated"
+
+#: ../../include/functions_events.php:2970
+msgid "Going from critical to warning"
+msgstr "Changing from critical to warning status"
+
+#: ../../include/functions_events.php:2976
+msgid "Going up to critical state"
 msgstr ""
 
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "Dates"
+#: ../../include/functions_events.php:2982
+msgid "Going up to normal state"
+msgstr "Changing up to normal status"
 
-#: ../../include/functions_reporting_html.php:7686
-#, fuzzy
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr "This item is affected by an erroneous planned downtime"
+#: ../../include/functions_events.php:2986
+msgid "Going down from normal to warning"
+msgstr "Changing from normal to warning status"
 
-#: ../../include/functions_reporting_html.php:7686
-#, fuzzy
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr "Go to the planned downtimes section to solve this."
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-#, fuzzy
-msgid "Permissions"
-msgstr "Add new permissions"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
+#: ../../include/functions_events.php:2998
+msgid "Discovery server detected a new host"
 msgstr ""
 
-#: ../../include/functions_reporting_html.php:7848
-#, fuzzy
-msgid "Model"
-msgstr "Mode"
+#: ../../include/functions_events.php:3002
+msgid "New agent created"
+msgstr "New agent created"
 
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
+#: ../../include/functions_events.php:3022
+msgid "Unknown type:"
+msgstr "Unknown status:"
+
+#: ../../include/functions_events.php:3313
+#: ../../include/functions_events.php:3346
+msgid "Only new"
+msgstr "Only new events"
+
+#: ../../include/functions_events.php:3323
+msgid "Not Validated"
+msgstr "Not validated"
+
+#: ../../include/functions_events.php:3324
+#, fuzzy
+msgid "Not in process"
+msgstr "Not in process"
+
+#: ../../include/functions_events.php:3529
+msgid "Change owner"
+msgstr "Change owner"
+
+#: ../../include/functions_events.php:3594
+msgid "Change status"
+msgstr "Change status"
+
+#: ../../include/functions_events.php:3695
+#: ../../include/functions_events.php:5414
+#: ../../views/ITSM/ITSMTicketDetailView.php:400
+msgid "Add comment"
+msgstr "Add comment"
+
+#: ../../include/functions_events.php:3718
+#: ../../include/functions_events.php:3722
+#: ../../operation/events/events.php:1134
+msgid "Delete event"
+msgstr "Delete event"
+
+#: ../../include/functions_events.php:3745
+msgid "Custom responses"
+msgstr "Custom responses"
+
+#: ../../include/functions_events.php:4367
+msgid "Extended information"
 msgstr ""
 
-#: ../../include/functions_reporting_html.php:7850
-#, fuzzy
-msgid "Last backup date"
-msgstr "Last update"
+#: ../../include/functions_events.php:4395
+msgid "There was an error connecting to the node"
+msgstr "There was an error connecting to the node"
 
-#: ../../include/functions_reporting_html.php:7925
-#, fuzzy
-msgid "Diff"
-msgstr "Diff view"
+#: ../../include/functions_events.php:4416
+msgid "Agent details"
+msgstr "Agent details"
 
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "Last execution"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "Force execution"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "Report type"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
+#: ../../include/functions_events.php:4430
+msgid "This agent belongs to metaconsole, is not possible display it"
 msgstr ""
 
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "Report per agent"
+#: ../../include/functions_events.php:4529
+msgid "View custom fields"
+msgstr "View custom fields"
 
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "Custom script"
+#: ../../include/functions_events.php:4552
+msgid "Module details"
+msgstr "Module details"
 
-#: ../../include/functions_cron.php:975
+#: ../../include/functions_events.php:4568
+msgid "No assigned"
+msgstr "Not assigned"
+
+#: ../../include/functions_events.php:4649
+#: ../../include/functions_events.php:4658
+msgid "Go to data overview"
+msgstr "Go to data overview"
+
+#: ../../include/functions_events.php:4799
+#, php-format
+msgid "Invalid custom data: %s"
+msgstr "Invalid custom data: %s"
+
+#: ../../include/functions_events.php:5006
+#: ../../mobile/operation/events.php:825
+msgid "Event ID"
+msgstr "Event ID"
+
+#: ../../include/functions_events.php:5028
+msgid "First event"
+msgstr "First event"
+
+#: ../../include/functions_events.php:5031
+msgid "Last event"
+msgstr "Last event"
+
+#: ../../include/functions_events.php:5136
+#: ../../mobile/operation/events.php:853
+msgid "Acknowledged by"
+msgstr "Acknowledged by"
+
+#: ../../include/functions_events.php:5192
+msgid "ID extra"
+msgstr "Extra ID"
+
+#: ../../include/functions_events.php:5250
 #, fuzzy
-msgid "Enable task"
-msgstr "Enabled"
+msgid "Autovalidated"
+msgstr "Autovalidated"
 
-#: ../../include/functions_cron.php:989
-#, fuzzy
-msgid "There are no jobs"
-msgstr "There are no comments."
+#: ../../include/functions_events.php:5308
+msgid "There are no comments"
+msgstr "There are no comments"
 
-#: ../../include/functions_filemanager.php:128
+#: ../../include/functions_events.php:5324
+msgid "by"
+msgstr "by"
+
+#: ../../include/functions_events.php:6008
 #, fuzzy, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "Collection file is larger than the limit ("
+msgid "Event # %d"
+msgstr "Event # %d"
 
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "Security error"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "Upload error"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "Uploaded successfully"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-"The file seems to be too large. Please check your php.ini configuration file "
-"or contact your administrator."
-
-#: ../../include/functions_filemanager.php:318
+#: ../../include/functions_events.php:6011
 #, fuzzy
-msgid "File created correctly"
-msgstr "Filter created successfully"
+msgid "Executing command"
+msgstr "Executing command: %s"
 
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "Error creating file"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "Error creating a file with no name"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "Security error"
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "Directory created"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "Create Filter"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-#, fuzzy
-msgid "Real path"
-msgstr "SAML path"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "Directory %s does not exist!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Parent directory"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "Directory"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "Compressed file"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "Text file"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "This file could be executed by any user."
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "Make sure it cannot perform dangerous tasks."
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Create directory"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-"Upload file in zip format in this directory, useful to upload multiple files"
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "Decompress"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Go"
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "Create new filter"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "Upload file(s)"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "This directory is read-only"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-#, fuzzy
-msgid "Please select an item from this list."
-msgstr "Please select an item to delete it."
-
-#: ../../include/functions_html.php:1015
-#, fuzzy
-msgid "Select one or more elements"
-msgstr "Delete service element"
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "Filter agent"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "Type of charts"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "Filter module"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-#, fuzzy
-msgid "Type to search modules"
-msgstr "Search module"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-#, fuzzy
-msgid "Only common modules"
-msgstr "Show common modules"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "weeks"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "Day of the month"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Month"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "Day of the week"
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "Select a filter"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "Type at least two characters to search the module."
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr ""
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-#, fuzzy
-msgid "Go to top"
-msgstr "Go to "
-
-#: ../../include/functions_html.php:7984
-#, fuzzy
-msgid "Last 24hr"
-msgstr "Last execution"
-
-#: ../../include/functions_html.php:7987
-#, fuzzy
-msgid "Past week"
-msgstr "Last week"
-
-#: ../../include/functions_html.php:7988
-#, fuzzy
-msgid "Past month"
-msgstr "Last month"
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "Last day"
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr ""
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr ""
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-#, fuzzy
-msgid "Enable user configuration"
-msgstr "Mail configuration"
-
-#: ../../include/functions_notifications.php:849
-#, fuzzy
-msgid "Subtype customization"
-msgstr "Style configuration"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "Show alerts"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "History"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "Pandora FMS"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "Alert overview"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "Apply filter"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "There are no relations."
-
-#: ../../include/functions_notifications.php:1176
-#, fuzzy
-msgid "Mark all as read"
-msgstr "Mark as read"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Simple graph"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "Simple baseline graph"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "SQL vertical bar graph"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "SQL pie graph"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "Automatically combined graph"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "Availability graph"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "Module histogram graph"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "IPAM"
-
-#: ../../include/functions_reports.php:705
-#, fuzzy
-msgid "IPAM networks"
-msgstr "No network maps"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "S.L.A."
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "Monthly SLA"
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "Weekly SLA"
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "Hourly SLA"
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "SLA services"
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "Forecasting"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "Prediction date"
-
-#: ../../include/functions_reports.php:746
-#, fuzzy
-msgid "Avg. value"
-msgstr "Avg value"
-
-#: ../../include/functions_reports.php:750
-#, fuzzy
-msgid "Max. value"
-msgstr "Max. values"
-
-#: ../../include/functions_reports.php:754
-#, fuzzy
-msgid "Min. value"
-msgstr "Min value"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Monitor report"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "Serialise data"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "Historical data"
-
-#: ../../include/functions_reports.php:782
-#, fuzzy
-msgid "Service Level Detailed"
-msgstr "Service label font size"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "Grouped"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "Group report"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "Exception"
-
-#: ../../include/functions_reports.php:818
-#, fuzzy
-msgid "Agents/Modules status"
-msgstr "Agents/Modules"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "Top N"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "Network interfaces"
-
-#: ../../include/functions_reports.php:845
-#, fuzzy
-msgid "Custom Render"
-msgstr "Custom field"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "Text / HTML "
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "Import text from URL"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:881
-#, fuzzy
-msgid "Actions alert report "
-msgstr "Alert report agent"
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:900
-#, fuzzy
-msgid "Agents inventory"
-msgstr "Agent movement"
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "Modules larger than %s"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "Inventory changes"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Agent configuration"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "Group settings"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "Netflow area chart"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "Netflow data chart"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "Netflow summary chart"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-#, fuzzy
-msgid "Netflow top-N connections"
-msgstr "Create new map connection"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "Log"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "Log report"
-
-#: ../../include/functions_reports.php:959
-#, fuzzy
-msgid "Log report by period"
-msgstr "Log report"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-#, fuzzy
-msgid "Permissions report"
-msgstr "Session timeout"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-#, fuzzy
-msgid "NCM"
-msgstr "NMS"
-
-#: ../../include/functions_reports.php:971
-#, fuzzy
-msgid "NCM configuration changes"
-msgstr "Configuration change"
-
-#: ../../include/functions_reports.php:976
-#, fuzzy
-msgid "NCM devices list"
-msgstr "List of services"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-#, fuzzy
-msgid "Security hardening"
-msgstr "Security level"
-
-#: ../../include/functions_reports.php:1002
-#, fuzzy
-msgid "List of checks"
-msgstr "Last check"
-
-#: ../../include/functions_reports.php:1017
-#, fuzzy
-msgid "Severity graph bar"
-msgstr "Event graph by user"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr ""
-
-#: ../../include/functions_reports.php:1037
-#, fuzzy
-msgid "Vulnerabilities of agent"
-msgstr "Enable agent"
-
-#: ../../include/functions_reports.php:1042
-#, fuzzy
-msgid "Top-N agents with more risk"
-msgstr "There are no agents with modules"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-#, fuzzy
-msgid "Macro"
-msgstr "Macros"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "String"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-#, fuzzy
-msgid "Graph Sql"
-msgstr "Graph list"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Agent successfully added to the layout."
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Modules successfully added to the layout."
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "Agents successfully added to the layout"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "Cannot load the visual map"
+#: ../../include/functions_events.php:6032
+msgid "Execute again"
+msgstr "Execute again"
 
 #: ../../include/functions_reporting.php:170
 msgid "You have no memory for this operation, increase the memory limit."
@@ -35818,12 +35535,12 @@ msgid " modules"
 msgstr " modules"
 
 #: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
+#: ../../include/functions_reporting.php:9818
 msgid "There are no SLAs defined"
 msgstr "There are no SLAs defined"
 
 #: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
+#: ../../include/functions_reporting.php:10196
 msgid "Inverse"
 msgstr "Inverse"
 
@@ -35838,6 +35555,15 @@ msgstr "Top N"
 msgid "Top %d"
 msgstr "Top %d"
 
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "There are no Agent/Modules defined"
+
 #: ../../include/functions_reporting.php:1890
 msgid "Insuficient data"
 msgstr "Insufficient data"
@@ -35847,8 +35573,9 @@ msgid "Event Report Group"
 msgstr "Group event report"
 
 #: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr ""
+#, fuzzy, php-format
+msgid "Exclude %s"
+msgstr "Queue filter"
 
 #: ../../include/functions_reporting.php:2627
 msgid "Event Report Module"
@@ -35860,7 +35587,7 @@ msgstr "Inventory changes"
 
 #: ../../include/functions_reporting.php:3282
 msgid "No changes found."
-msgstr "No changes found"
+msgstr "No changes found."
 
 #: ../../include/functions_reporting.php:3525
 msgid "Agent/Modules"
@@ -35956,163 +35683,172 @@ msgstr "Exception - Modules in critical or warning status"
 msgid "Modules at critical or warning status"
 msgstr "Modules in critical or warning status"
 
-#: ../../include/functions_reporting.php:4290
+#: ../../include/functions_reporting.php:4301
 msgid "There are no Modules under those conditions."
-msgstr "There are no modules under those conditions"
+msgstr "There are no modules under those conditions."
 
-#: ../../include/functions_reporting.php:4294
+#: ../../include/functions_reporting.php:4305
 #, php-format
 msgid "There are no Modules over or equal to %s."
-msgstr "There are no modules larger than or equal to %s"
+msgstr "There are no modules larger than or equal to %s."
 
-#: ../../include/functions_reporting.php:4298
+#: ../../include/functions_reporting.php:4309
 #, php-format
 msgid "There are no Modules less or equal to %s."
-msgstr "There are no modules less than or equal to %s"
+msgstr "There are no modules less than or equal to %s."
 
-#: ../../include/functions_reporting.php:4302
+#: ../../include/functions_reporting.php:4313
 #, php-format
 msgid "There are no Modules less %s."
-msgstr "There are no modules less than %s"
+msgstr "There are no modules less than %s."
 
-#: ../../include/functions_reporting.php:4306
+#: ../../include/functions_reporting.php:4317
 #, php-format
 msgid "There are no Modules over %s."
-msgstr "There are no modules larger than %s"
+msgstr "There are no modules larger than %s."
 
-#: ../../include/functions_reporting.php:4310
+#: ../../include/functions_reporting.php:4321
 #, php-format
 msgid "There are no Modules equal to %s"
 msgstr "There are no modules equal to %s"
 
-#: ../../include/functions_reporting.php:4314
+#: ../../include/functions_reporting.php:4325
 #, php-format
 msgid "There are no Modules not equal to %s"
 msgstr "There are no modules not equal to %s"
 
-#: ../../include/functions_reporting.php:4318
+#: ../../include/functions_reporting.php:4329
 msgid "There are no Modules normal status"
 msgstr "There are no modules in normal status"
 
-#: ../../include/functions_reporting.php:4322
+#: ../../include/functions_reporting.php:4333
 msgid "There are no Modules at critial or warning status"
-msgstr "There are no modules in critical or warning status."
+msgstr "There are no modules in critical or warning status"
 
-#: ../../include/functions_reporting.php:4556
+#: ../../include/functions_reporting.php:4567
 msgid "Group Report"
 msgstr "Group Report"
 
-#: ../../include/functions_reporting.php:4753
+#: ../../include/functions_reporting.php:4764
 msgid "Event Report Agent"
 msgstr "Event Report Agent"
 
-#: ../../include/functions_reporting.php:5172
+#: ../../include/functions_reporting.php:5183
 msgid "Database Serialized"
 msgstr "Database serialized"
 
-#: ../../include/functions_reporting.php:5368
+#: ../../include/functions_reporting.php:5379
 msgid "Last Value"
 msgstr ""
 
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
 msgid "No data to display within the selected interval"
 msgstr ""
 
-#: ../../include/functions_reporting.php:5692
+#: ../../include/functions_reporting.php:5703
 msgid "Network interfaces report"
 msgstr "Network interface report"
 
-#: ../../include/functions_reporting.php:5786
+#: ../../include/functions_reporting.php:5797
 #, fuzzy
 msgid "Custom render report"
 msgstr "Custom reports"
 
-#: ../../include/functions_reporting.php:5806
+#: ../../include/functions_reporting.php:5817
 msgid "Error decoded json macros definition"
 msgstr ""
 
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
 msgid ""
 "This query is insecure, it could apply unwanted modiffications on the schema"
 msgstr ""
 
-#: ../../include/functions_reporting.php:6038
+#: ../../include/functions_reporting.php:6049
 msgid "The group has no agents or none of the agents has any network interface"
 msgstr ""
-"The group has no agents or none of the agents have any network interfaces."
+"The group has no agents or none of the agents have any network interfaces"
 
-#: ../../include/functions_reporting.php:6063
+#: ../../include/functions_reporting.php:6074
 msgid "bytes/s"
 msgstr "bytes/s"
 
-#: ../../include/functions_reporting.php:6183
+#: ../../include/functions_reporting.php:6194
 msgid "Alert Report Group"
 msgstr "Group alert report"
 
-#: ../../include/functions_reporting.php:6363
+#: ../../include/functions_reporting.php:6374
 msgid "Alert Report Agent"
 msgstr "Alert Report Agent"
 
-#: ../../include/functions_reporting.php:6530
+#: ../../include/functions_reporting.php:6541
 msgid "Alert Report Module"
 msgstr "Alert Report Module"
 
-#: ../../include/functions_reporting.php:6733
+#: ../../include/functions_reporting.php:6744
 msgid "SQL Graph Vertical Bars"
 msgstr "SQL vertical bar graph"
 
-#: ../../include/functions_reporting.php:6737
+#: ../../include/functions_reporting.php:6748
 msgid "SQL Graph Horizontal Bars"
 msgstr "SQL horizontal bar graph"
 
-#: ../../include/functions_reporting.php:6741
+#: ../../include/functions_reporting.php:6752
 msgid "SQL Graph Pie"
 msgstr "SQL Pie chart"
 
-#: ../../include/functions_reporting.php:6826
+#: ../../include/functions_reporting.php:6837
 msgid "Monitor Report"
 msgstr "Monitor Report"
 
-#: ../../include/functions_reporting.php:6969
+#: ../../include/functions_reporting.php:6980
 msgid "Netflow Area"
 msgstr "Netflow Area"
 
-#: ../../include/functions_reporting.php:6973
+#: ../../include/functions_reporting.php:6984
 msgid "Netflow Summary"
 msgstr "Netflow Summary"
 
-#: ../../include/functions_reporting.php:6977
+#: ../../include/functions_reporting.php:6988
 msgid "Netflow Data"
 msgstr "Netflow Data"
 
-#: ../../include/functions_reporting.php:6985
+#: ../../include/functions_reporting.php:6996
 msgid "Unknown report"
 msgstr ""
 
-#: ../../include/functions_reporting.php:7084
+#: ../../include/functions_reporting.php:7095
 msgid "InBound/Outbound traffic per SrcIP/DestIP"
 msgstr ""
 
-#: ../../include/functions_reporting.php:7104
+#: ../../include/functions_reporting.php:7115
 msgid "Prediction Date"
 msgstr "Prediction Date"
 
-#: ../../include/functions_reporting.php:7540
+#: ../../include/functions_reporting.php:7551
 msgid "AVG. Value"
 msgstr "AVG. Value"
 
-#: ../../include/functions_reporting.php:7969
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "Lapse"
+
+#: ../../include/functions_reporting.php:7980
 msgid "SQL"
 msgstr "SQL"
 
-#: ../../include/functions_reporting.php:7998
+#: ../../include/functions_reporting.php:8009
 #, fuzzy, php-format
 msgid "Failed to connect to node %s"
-msgstr "Could not obtain an internet connection"
+msgstr "Failed to connect to node %s"
 
-#: ../../include/functions_reporting.php:8177
+#: ../../include/functions_reporting.php:8188
 #, fuzzy
 msgid ""
 "Illegal query: due to security restrictions, there are some tokens or words "
@@ -36123,272 +35859,278 @@ msgstr ""
 "you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
 "update."
 
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
 msgid "No Address"
 msgstr "No address"
 
-#: ../../include/functions_reporting.php:10607
+#: ../../include/functions_reporting.php:10618
 msgid ""
 "The monitor have no data in this range of dates or monitor type is not "
 "numeric"
 msgstr ""
-"The monitor has no data in this range of dates or monitor type is not "
-"numeric."
+"The monitor has no data in this range of dates or monitor type is not numeric"
 
-#: ../../include/functions_reporting.php:10625
+#: ../../include/functions_reporting.php:10636
 msgid "The monitor type is not numeric"
-msgstr "The monitor type is not numeric."
+msgstr "The monitor type is not numeric"
 
-#: ../../include/functions_reporting.php:11056
+#: ../../include/functions_reporting.php:11067
 msgid "Rate"
 msgstr "Rate"
 
-#: ../../include/functions_reporting.php:11129
+#: ../../include/functions_reporting.php:11140
 msgid "Automatic combined graph"
 msgstr ""
 
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
 msgid "Server health"
 msgstr "Server health"
 
-#: ../../include/functions_reporting.php:12605
+#: ../../include/functions_reporting.php:12616
 #, php-format
 msgid "%d Downed servers"
 msgstr "%d servers down"
 
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
 msgid "Monitor health"
 msgstr "Monitor health"
 
-#: ../../include/functions_reporting.php:12610
+#: ../../include/functions_reporting.php:12621
 #, php-format
 msgid "%d Not Normal monitors"
 msgstr "%d not normal monitors"
 
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
 msgid "of monitors up"
 msgstr "of monitors up"
 
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
 msgid "Module sanity"
 msgstr "Module sanity"
 
-#: ../../include/functions_reporting.php:12615
+#: ../../include/functions_reporting.php:12626
 #, php-format
 msgid "%d Not inited monitors"
 msgstr "%d not initialised monitors"
 
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
 msgid "of total modules inited"
 msgstr "of total modules initialised"
 
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "Alert level"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
 #, php-format
 msgid "%d Fired alerts"
 msgstr "%d triggered alerts"
 
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
 msgid "of defined alerts not fired"
 msgstr "of defined alerts not triggered"
 
-#: ../../include/functions_reporting.php:12953
+#: ../../include/functions_reporting.php:12964
 msgid "Defined users"
 msgstr "Defined users"
 
-#: ../../include/functions_reporting.php:13649
+#: ../../include/functions_reporting.php:13660
 msgid "Agent without data"
 msgstr "Agent without data"
 
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
 #, php-format
 msgid "%d Total modules"
 msgstr "%d Total modules"
 
-#: ../../include/functions_reporting.php:13779
+#: ../../include/functions_reporting.php:13790
 #, php-format
 msgid "%d Modules in normal status"
 msgstr "%d Modules in normal status"
 
-#: ../../include/functions_reporting.php:13780
+#: ../../include/functions_reporting.php:13791
 #, php-format
 msgid "%d Modules in critical status"
 msgstr "%d Modules in critical status"
 
-#: ../../include/functions_reporting.php:13781
+#: ../../include/functions_reporting.php:13792
 #, php-format
 msgid "%d Modules in warning status"
 msgstr "%d Modules in warning status"
 
-#: ../../include/functions_reporting.php:13782
+#: ../../include/functions_reporting.php:13793
 #, php-format
 msgid "%d Modules in unknown status"
 msgstr "%d Modules in unknown status"
 
-#: ../../include/functions_reporting.php:13783
+#: ../../include/functions_reporting.php:13794
 #, php-format
 msgid "%d Modules in not init status"
 msgstr "%d Modules in not initialized status"
 
-#: ../../include/functions_reporting.php:13788
+#: ../../include/functions_reporting.php:13799
 #, php-format
 msgid "%d Normal modules"
 msgstr "%d normal modules"
 
-#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13800
 #, php-format
 msgid "%d Critical modules"
 msgstr "%d critical modules"
 
-#: ../../include/functions_reporting.php:13790
+#: ../../include/functions_reporting.php:13801
 #, php-format
 msgid "%d Warning modules"
 msgstr "%d warning modules"
 
-#: ../../include/functions_reporting.php:13791
+#: ../../include/functions_reporting.php:13802
 #, php-format
 msgid "%d Unknown modules"
 msgstr "%d modules in unknown status"
 
-#: ../../include/functions_reporting.php:13796
+#: ../../include/functions_reporting.php:13807
 #, php-format
 msgid "%d Total agents"
 msgstr "%d total agents"
 
-#: ../../include/functions_reporting.php:13797
+#: ../../include/functions_reporting.php:13808
 #, php-format
 msgid "%d Normal agents"
 msgstr "%d agents in normal status"
 
-#: ../../include/functions_reporting.php:13798
+#: ../../include/functions_reporting.php:13809
 #, php-format
 msgid "%d Critical agents"
 msgstr "%d agents in critical status"
 
-#: ../../include/functions_reporting.php:13799
+#: ../../include/functions_reporting.php:13810
 #, php-format
 msgid "%d Warning agents"
 msgstr "%d agents in warning status"
 
-#: ../../include/functions_reporting.php:13800
+#: ../../include/functions_reporting.php:13811
 #, php-format
 msgid "%d Unknown agents"
 msgstr "%d unknown agents"
 
-#: ../../include/functions_reporting.php:13801
+#: ../../include/functions_reporting.php:13812
 #, php-format
 msgid "%d not init agents"
 msgstr "%d not initialized agents"
 
-#: ../../include/functions_reporting.php:15238
+#: ../../include/functions_reporting.php:15249
 msgid "Total running modules"
 msgstr "Total running modules"
 
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
 msgid "Ratio"
 msgstr "Ratio"
 
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
 msgid "Modules by second"
 msgstr "Modules by second"
 
-#: ../../include/functions_reporting.php:15253
+#: ../../include/functions_reporting.php:15264
 msgid "Local modules"
 msgstr "Local modules"
 
-#: ../../include/functions_reporting.php:15263
+#: ../../include/functions_reporting.php:15274
 msgid "Network modules"
 msgstr "Network modules"
 
-#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15293
 msgid "Plugin modules"
 msgstr "Plugin modules"
 
-#: ../../include/functions_reporting.php:15294
+#: ../../include/functions_reporting.php:15305
 msgid "Prediction modules"
 msgstr "Prediction modules"
 
-#: ../../include/functions_reporting.php:15306
+#: ../../include/functions_reporting.php:15317
 msgid "WMI modules"
 msgstr "WMI modules"
 
-#: ../../include/functions_reporting.php:15318
+#: ../../include/functions_reporting.php:15329
 msgid "Web modules"
 msgstr "Web modules"
 
-#: ../../include/functions_reporting.php:15478
+#: ../../include/functions_reporting.php:15489
 #, fuzzy
 msgid "Start condition"
 msgstr "Start contact"
 
-#: ../../include/functions_reporting.php:15478
+#: ../../include/functions_reporting.php:15489
 #, fuzzy
 msgid "Stop condition"
 msgstr "Condition"
 
-#: ../../include/functions_reporting.php:15488
+#: ../../include/functions_reporting.php:15499
 msgid "Weekly:"
 msgstr "Weekly:"
 
-#: ../../include/functions_reporting.php:15530
+#: ../../include/functions_reporting.php:15541
 msgid "Monthly:"
 msgstr "Monthly:"
 
-#: ../../include/functions_reporting.php:16081
+#: ../../include/functions_reporting.php:16092
 msgid "Module Histogram Graph"
 msgstr "Module histogram graph"
 
-#: ../../include/functions_reporting.php:16435
+#: ../../include/functions_reporting.php:16446
 msgid "Greetings"
 msgstr "Greetings"
 
-#: ../../include/functions_reporting.php:16437
+#: ../../include/functions_reporting.php:16448
 msgid "Attached to this email there's a PDF file of the"
 msgstr "Attached to this e-mail there is a PDF file of the"
 
-#: ../../include/functions_reporting.php:16438
+#: ../../include/functions_reporting.php:16449
 msgid "report"
 msgstr "report"
 
-#: ../../include/functions_reporting.php:16441
+#: ../../include/functions_reporting.php:16452
 #: ../../mobile/include/functions_web.php:84
 #: ../../mobile/include/ui.class.php:327
 msgid "Generated at"
 msgstr "Generated at"
 
-#: ../../include/functions_reporting.php:16443
+#: ../../include/functions_reporting.php:16454
 msgid "Thanks for your time."
 msgstr "Thank you for your time."
 
-#: ../../include/functions_reporting.php:16445
+#: ../../include/functions_reporting.php:16456
 msgid "Best regards, Pandora FMS"
 msgstr "Best regards, Pandora FMS"
 
-#: ../../include/functions_reporting.php:16447
+#: ../../include/functions_reporting.php:16458
 msgid ""
 "This is an automatically generated email from Pandora FMS, please do not "
 "reply."
@@ -36396,218 +36138,709 @@ msgstr ""
 "This is an automatically generated e-mail from Pandora FMS, please do not "
 "reply."
 
-#: ../../include/functions_events.php:194
-msgid "NEW"
-msgstr ""
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "Label: "
 
-#: ../../include/functions_events.php:197
-msgid "IN PROCESS"
-msgstr ""
-
-#: ../../include/functions_events.php:200
-msgid "VALIDATED"
-msgstr ""
-
-#: ../../include/functions_events.php:251
-msgid "Event id"
-msgstr "Event ID"
-
-#: ../../include/functions_events.php:259
-msgid "Agent module"
-msgstr "Agent module"
-
-#: ../../include/functions_events.php:265
-#: ../../include/functions_events.php:4713
-msgid "Extra id"
-msgstr "Extra ID"
-
-#: ../../include/functions_events.php:272
+#: ../../include/functions_reporting_html.php:116
 #, fuzzy
-msgid "Module custom id"
-msgstr "Used modules"
+msgid "Data time"
+msgstr "Data image"
 
-#: ../../include/functions_events.php:1906
-#, fuzzy, php-format
-msgid "Could not connect: %s"
-msgstr "Could not be generated: %s"
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "Generated"
 
-#: ../../include/functions_events.php:2552
-msgid "Latest events"
-msgstr "Latest events"
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "Report date"
 
-#: ../../include/functions_events.php:2589
-msgid "V."
-msgstr "V."
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "Items period before"
 
-#: ../../include/functions_events.php:2958
-msgid "Going to unknown"
-msgstr "Changing to unknown"
-
-#: ../../include/functions_events.php:2966
-msgid "Alert manually validated"
-msgstr "Alert manually validated"
-
-#: ../../include/functions_events.php:2970
-msgid "Going from critical to warning"
-msgstr "Changing from critical to warning status"
-
-#: ../../include/functions_events.php:2976
-msgid "Going up to critical state"
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
 msgstr ""
 
-#: ../../include/functions_events.php:2982
-msgid "Going up to normal state"
-msgstr "Changing up to normal status"
-
-#: ../../include/functions_events.php:2986
-msgid "Going down from normal to warning"
-msgstr "Changing from normal to warning status"
-
-#: ../../include/functions_events.php:2998
-msgid "Discovery server detected a new host"
-msgstr ""
-
-#: ../../include/functions_events.php:3002
-msgid "New agent created"
-msgstr "New agent created"
-
-#: ../../include/functions_events.php:3022
-msgid "Unknown type:"
-msgstr "Unknown status:"
-
-#: ../../include/functions_events.php:3313
-#: ../../include/functions_events.php:3346
-msgid "Only new"
-msgstr "Only new events"
-
-#: ../../include/functions_events.php:3323
-msgid "Not Validated"
-msgstr "Not validated"
-
-#: ../../include/functions_events.php:3324
+#: ../../include/functions_reporting_html.php:674
 #, fuzzy
-msgid "Not in process"
-msgstr "Event in process"
+msgid "CVE"
+msgstr "CSV"
 
-#: ../../include/functions_events.php:3529
-msgid "Change owner"
-msgstr "Change owner"
+#: ../../include/functions_reporting_html.php:677
+#, fuzzy
+msgid "Detection time"
+msgstr "Selection mode"
 
-#: ../../include/functions_events.php:3594
-msgid "Change status"
-msgstr "Change status"
+#: ../../include/functions_reporting_html.php:680
+#, fuzzy
+msgid "Attack Vector"
+msgstr "Attachment error"
 
-#: ../../include/functions_events.php:3695
-#: ../../include/functions_events.php:5414
-#: ../../views/ITSM/ITSMTicketDetailView.php:400
-msgid "Add comment"
-msgstr "Add comment"
-
-#: ../../include/functions_events.php:3718
-#: ../../include/functions_events.php:3722
-#: ../../operation/events/events.php:1134
-msgid "Delete event"
-msgstr "Delete event"
-
-#: ../../include/functions_events.php:3745
-msgid "Custom responses"
-msgstr "Custom responses"
-
-#: ../../include/functions_events.php:4367
-msgid "Extended information"
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
 msgstr ""
 
-#: ../../include/functions_events.php:4395
-msgid "There was an error connecting to the node"
-msgstr "There was an error connecting to the node"
+#: ../../include/functions_reporting_html.php:685
+#, fuzzy
+msgid "Confidentiality"
+msgstr "Credentials"
 
-#: ../../include/functions_events.php:4416
-msgid "Agent details"
-msgstr "Agent details"
+#: ../../include/functions_reporting_html.php:686
+#, fuzzy
+msgid "Integrity"
+msgstr "Integria IMS host"
 
-#: ../../include/functions_events.php:4430
-msgid "This agent belongs to metaconsole, is not possible display it"
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
 msgstr ""
 
-#: ../../include/functions_events.php:4529
-msgid "View custom fields"
-msgstr "View custom fields"
+#: ../../include/functions_reporting_html.php:825
+#, fuzzy
+msgid "L.S. Change"
+msgstr "Change"
 
-#: ../../include/functions_events.php:4552
-msgid "Module details"
-msgstr "Module details"
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "Max/Min Values"
 
-#: ../../include/functions_events.php:4568
-msgid "No assigned"
-msgstr "Not assigned"
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "SLA Limit"
 
-#: ../../include/functions_events.php:4649
-#: ../../include/functions_events.php:4658
-msgid "Go to data overview"
-msgstr "Go to data overview"
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "SLA Compliance"
 
-#: ../../include/functions_events.php:4799
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "Global Time"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "Total time"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "Time in failed status"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "Time in OK status"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "Time in unknown status"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "Time in not initialized status"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "Downtime"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "Checks time"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "Total number of checks"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "Failed checks"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "Checks in OK status"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "Checks in unknown status"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "Not initialised"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "Downtimes"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "Average value"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+#, fuzzy
+msgid "Validated by"
+msgstr "Validated"
+
+#: ../../include/functions_reporting_html.php:1789
 #, php-format
-msgid "Invalid custom data: %s"
-msgstr "Invalid custom data: %s"
+msgid "%s System"
+msgstr ""
 
-#: ../../include/functions_events.php:5006
-#: ../../mobile/operation/events.php:825
-msgid "Event ID"
-msgstr "Event ID"
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "Events according to validating user"
 
-#: ../../include/functions_events.php:5028
-msgid "First event"
-msgstr "First event"
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "Events according to severity"
 
-#: ../../include/functions_events.php:5031
-msgid "Last event"
-msgstr "Last event"
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "Validated vs. unvalidated events"
 
-#: ../../include/functions_events.php:5136
-#: ../../mobile/operation/events.php:853
-msgid "Acknowledged by"
-msgstr "Acknowledged by"
-
-#: ../../include/functions_events.php:5192
-msgid "ID extra"
-msgstr "Extra ID"
-
-#: ../../include/functions_events.php:5250
+#: ../../include/functions_reporting_html.php:2279
 #, fuzzy
-msgid "Autovalidated"
-msgstr "Not validated"
+msgid "Sec. groups"
+msgstr "Search group"
 
-#: ../../include/functions_events.php:5308
-msgid "There are no comments"
-msgstr "There are no comments."
-
-#: ../../include/functions_events.php:5324
-msgid "by"
-msgstr "by"
-
-#: ../../include/functions_events.php:6008
-#, fuzzy, php-format
-msgid "Event # %d"
-msgstr "Event ID"
-
-#: ../../include/functions_events.php:6011
+#: ../../include/functions_reporting_html.php:2299
 #, fuzzy
-msgid "Executing command"
-msgstr "Executing command: %s"
+msgid "Remote conf."
+msgstr "Remote configuration"
 
-#: ../../include/functions_events.php:6032
-msgid "Execute again"
-msgstr "Execute again"
+#: ../../include/functions_reporting_html.php:2447
+#, fuzzy
+msgid "Agent secondary groups"
+msgstr "Agent icon group"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "No changes found"
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr "Cell turns grey when the module is in 'not initialize' status"
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "Get CSV file"
+#: ../../include/functions_reporting_html.php:3037
+#, fuzzy
+msgid "Last time"
+msgstr "Last triggered"
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "Agent - Module"
+
+#: ../../include/functions_reporting_html.php:3234
+#, fuzzy
+msgid "OS Type"
+msgstr "SNMP Type"
+
+#: ../../include/functions_reporting_html.php:3500
+#, fuzzy
+msgid "Data view of all groups"
+msgstr "Manage module groups"
+
+#: ../../include/functions_reporting_html.php:3630
+#, fuzzy
+msgid "Group Description"
+msgstr "Description"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "Events validated by user"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "Events by severity"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "Number of validated events"
+
+#: ../../include/functions_reporting_html.php:4470
+#, fuzzy
+msgid "Total summary"
+msgstr "Map summary"
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "No alerts defined"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "Interface '%s' throughput graph"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "MAC address"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "Current status"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "Empty modules"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "From data"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "To data"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "Negative increase: "
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "Positive increase: "
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "Neutral increase: "
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "Time of not initialized module"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "Time of downtime"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% OK"
+
+#: ../../include/functions_reporting_html.php:5508
+#, fuzzy
+msgid "Checks Warning"
+msgstr "Warning"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "Unknown checks"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "Agent min value"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "Sum"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Alert description"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "Agents in group: %s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Latest failure"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "N/A(*)"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Monitors"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "Agents by status"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "Node overview"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "Critical events"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "Events in warning status"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "Events in OK status"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "Events in unknown status"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "Important events by severity"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "Event info (1h)"
+
+#: ../../include/functions_reporting_html.php:7647
+#, fuzzy
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr "This SLA has been affected by the following planned downtimes"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "Dates"
+
+#: ../../include/functions_reporting_html.php:7686
+#, fuzzy
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr "This item is affected by an erroneous planned downtime"
+
+#: ../../include/functions_reporting_html.php:7686
+#, fuzzy
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr "Go to the planned downtimes section to solve this."
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+#, fuzzy
+msgid "Permissions"
+msgstr "Add new permissions"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7848
+#, fuzzy
+msgid "Model"
+msgstr "Mode"
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7850
+#, fuzzy
+msgid "Last backup date"
+msgstr "Last update"
+
+#: ../../include/functions_reporting_html.php:7925
+#, fuzzy
+msgid "Diff"
+msgstr "Diff view"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "Load average (last minute)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "Load average (last 5 minutes)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "Load average (last 15 minutes)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "Total swap size configured for the host"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "Available swap space on the host"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "Total real/physical memory size on the host"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "Available real/physical memory space on the host"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "Total available memory on the host"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "Total cached memory"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "Total buffered memory"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "Amount of memory swapped in from disk (kB/s)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "Amount of memory swapped to disk (kB/s)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "Number of blocks sent to a block device"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "Number of blocks received from a block device"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "Number of interruptions processed"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "Number of context switches"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "user CPU time"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "system CPU time"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "idle CPU time"
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "system Up time"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "Pagination"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "Group by Enterprise String / IP"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "Active filter"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "Active filters"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Error processing request"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+"It is possible that this view uses a part of the information to which your "
+"user does not have access"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "Software"
+
+#: ../../include/functions_ui.php:1360
+#, fuzzy
+msgid "Force check"
+msgstr "Force remote checks"
+
+#: ../../include/functions_ui.php:1537
+#, fuzzy
+msgid "Are you sure you want to delete alert action?"
+msgstr "Are you sure you want to perform this action?"
+
+#: ../../include/functions_ui.php:1625
+#, fuzzy
+msgid "Are you sure you want to delete alert?"
+msgstr "Are you sure you want to delete it?"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+"The alert will be triggered when the value is over "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+"The alert will be triggered when the value is under "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr ""
+
+#: ../../include/functions_ui.php:2699
+#, fuzzy
+msgid "First"
+msgstr "First page"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Unknown type"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr ""
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr ""
+
+#: ../../include/functions_ui.php:4205
+#, fuzzy
+msgid "No matching records found"
+msgstr "No matching traps found"
+
+#: ../../include/functions_ui.php:4206
+#, fuzzy
+msgid "No data available in table"
+msgstr "Not available"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Type at least two characters to search."
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr ""
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr ""
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "Command Snapshot view"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr ""
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7458
+#, fuzzy
+msgid "Show password"
+msgstr "Password authentication"
+
+#: ../../include/functions_ui.php:7558
+#, fuzzy
+msgid "WEB server"
+msgstr "WMI server"
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "Wizard mode"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "Select inventory module"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr ""
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr ""
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr ""
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr ""
+
+#: ../../include/functions_ui.php:8388
+#, fuzzy
+msgid "Empty view image"
+msgstr "Empty map"
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -36656,32 +36889,32 @@ msgstr ""
 
 #: ../../mobile/include/ui.class.php:802
 msgid "Not found header."
-msgstr "Header not found"
+msgstr "Header not found."
 
 #: ../../mobile/include/ui.class.php:804
 msgid "Not found content."
-msgstr "Content not found"
+msgstr "Content not found."
 
 #: ../../mobile/include/ui.class.php:806
 msgid "Not found footer."
-msgstr "Footer not found"
+msgstr "Footer not found."
 
 #: ../../mobile/include/ui.class.php:808
 msgid "Incorrect form."
-msgstr "Incorrect form"
+msgstr "Incorrect form."
 
 #: ../../mobile/include/ui.class.php:810
 msgid "Incorrect grid."
-msgstr "Wrong grid"
+msgstr "Wrong grid."
 
 #: ../../mobile/include/ui.class.php:812
 msgid "Incorrect collapsible."
-msgstr "Wrong collapsible"
+msgstr "Wrong collapsible."
 
 #: ../../mobile/include/user.class.php:116
 #, fuzzy
 msgid "Token invalid"
-msgstr "Not valid"
+msgstr "Token invalid"
 
 #: ../../mobile/include/user.class.php:153
 #, fuzzy
@@ -36701,7 +36934,7 @@ msgstr "Secret code not found"
 
 #: ../../mobile/include/user.class.php:270
 msgid "Please contact the administrator to reset your double authentication"
-msgstr "Please contact the administrator to reset your double authentication."
+msgstr "Please contact the administrator to reset your double authentication"
 
 #: ../../mobile/include/user.class.php:292
 msgid "There was an error checking the code"
@@ -36713,7 +36946,7 @@ msgstr "Login failed"
 
 #: ../../mobile/include/user.class.php:334
 msgid "User not found in database or incorrect password."
-msgstr "User not found in database or wrong password"
+msgstr "User not found in database or wrong password."
 
 #: ../../mobile/include/user.class.php:342
 msgid "Login out"
@@ -36736,6 +36969,161 @@ msgstr "No agents found"
 msgid "Last %s Events"
 msgstr "Last %s events"
 
+#: ../../mobile/operation/home.php:93
+#: ../../mobile/operation/server_status.php:227
+#: ../../views/tacticalView/view.php:29
+#, fuzzy
+msgid "Server status"
+msgstr "Event status"
+
+#: ../../mobile/operation/module_data.php:125
+#, fuzzy
+msgid "Module data"
+msgstr "Module tags"
+
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(Default)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "Group: %s"
+
+#: ../../mobile/operation/module_data.php:320
+#: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
+#, php-format
+msgid "Module group: %s"
+msgstr "Module group: %s"
+
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "Status: %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "Free Search: %s"
+
+#: ../../mobile/operation/module_data.php:342
+#: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
+#, php-format
+msgid "Tag: %s"
+msgstr "Tag: %s"
+
+#: ../../mobile/operation/server_status.php:371
+#, fuzzy
+msgid "No servers"
+msgstr "Network server"
+
+#: ../../mobile/operation/tactical.php:216
+msgid "Last activity"
+msgstr "Last activity"
+
+#: ../../mobile/operation/visualmaps.php:242
+#, fuzzy
+msgid "All visual consoles"
+msgstr "Visual consoles"
+
+#: ../../mobile/operation/visualmaps.php:254
+#, fuzzy
+msgid "Favourite visual consoles"
+msgstr "Favourite visual console"
+
+#: ../../mobile/operation/visualmaps.php:265
+#, fuzzy
+msgid "There are no favorite maps to show"
+msgstr "There is no data to show."
+
+#: ../../mobile/operation/module_graph.php:356
+#: ../../mobile/operation/module_graph.php:369
+#, php-format
+msgid "%s: %s"
+msgstr ""
+
+#: ../../mobile/operation/module_graph.php:402
+#, php-format
+msgid "Options for %s : %s"
+msgstr "Options for %s : %s"
+
+#: ../../mobile/operation/module_graph.php:409
+msgid "Show Alerts"
+msgstr "Show alerts"
+
+#: ../../mobile/operation/module_graph.php:417
+msgid "Show Events"
+msgstr "Show events"
+
+#: ../../mobile/operation/module_graph.php:446
+msgid "Time range (hours)"
+msgstr "Time range (hours)"
+
+#: ../../mobile/operation/module_graph.php:465
+msgid "Update graph"
+msgstr "Update graph"
+
+#: ../../mobile/operation/module_graph.php:475
+msgid "Error get the graph"
+msgstr "Error retrieving the graph"
+
+#: ../../mobile/operation/services.php:231
+#: ../../mobile/operation/services.php:272
+#: ../../mobile/operation/services.php:338
+msgid "Nonexistent. This element should be deleted"
+msgstr "Nonexistent. This element should be deleted"
+
+#: ../../mobile/operation/services.php:255
+#: ../../mobile/operation/services.php:320
+#: ../../mobile/operation/services.php:363
+msgid "This element does not affect service weigth because is disabled."
+msgstr ""
+
+#: ../../mobile/operation/services.php:377
+msgid "Dynamic element"
+msgstr ""
+
+#: ../../mobile/operation/services.php:386
+#, php-format
+msgid "Dynamic element (%d) '%s' does not match any target"
+msgstr ""
+
+#: ../../mobile/operation/services.php:395
+#, php-format
+msgid "Dynamic element (%d) '%s' causes an error: %s"
+msgstr ""
+
+#: ../../mobile/operation/services.php:405
+#, php-format
+msgid "agents like \"%s\""
+msgstr ""
+
+#: ../../mobile/operation/services.php:410
+#, php-format
+msgid "modules like \"%s\""
+msgstr ""
+
+#: ../../mobile/operation/services.php:450
+msgid "NOT INITIALIZED"
+msgstr ""
+
 #: ../../mobile/operation/agents.php:219
 #, php-format
 msgid "Filter Agents by %s"
@@ -36745,40 +37133,6 @@ msgstr "Filter agents by %s"
 msgid "No agents"
 msgstr "No agents"
 
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(Default)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "Group: %s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "Status: %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "Free Search: %s"
-
 #: ../../mobile/operation/alerts.php:208
 #, php-format
 msgid "Filter Alerts by %s"
@@ -36864,32 +37218,6 @@ msgstr "Free search: %s"
 msgid "Hours: %s"
 msgstr "Hours: %s"
 
-#: ../../mobile/operation/home.php:93
-#: ../../mobile/operation/server_status.php:227
-#: ../../views/tacticalView/view.php:29
-#, fuzzy
-msgid "Server status"
-msgstr "Event status"
-
-#: ../../mobile/operation/module_data.php:125
-#, fuzzy
-msgid "Module data"
-msgstr "Module tags"
-
-#: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
-#: ../../mobile/operation/server_status.php:522
-#, php-format
-msgid "Module group: %s"
-msgstr "Module group: %s"
-
-#: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
-#: ../../mobile/operation/server_status.php:544
-#, php-format
-msgid "Tag: %s"
-msgstr "Tag: %s"
-
 #: ../../mobile/operation/modules.php:250
 #, php-format
 msgid "Filter Modules by %s"
@@ -36897,112 +37225,17 @@ msgstr "Filter modules by %s"
 
 #: ../../mobile/operation/modules.php:670
 msgid "Interval."
-msgstr "Interval"
+msgstr "Interval."
 
 #: ../../mobile/operation/modules.php:672
 msgid "Last update."
-msgstr "Last update"
+msgstr "Last update."
 
 #: ../../mobile/operation/modules.php:850
 #, fuzzy
 msgid "Choose option"
 msgstr "Choose time"
 
-#: ../../mobile/operation/server_status.php:371
-#, fuzzy
-msgid "No servers"
-msgstr "Network server"
-
-#: ../../mobile/operation/tactical.php:216
-msgid "Last activity"
-msgstr "Last activity"
-
-#: ../../mobile/operation/visualmaps.php:242
-#, fuzzy
-msgid "All visual consoles"
-msgstr "Visual consoles"
-
-#: ../../mobile/operation/visualmaps.php:254
-#, fuzzy
-msgid "Favourite visual consoles"
-msgstr "Favourite visual console"
-
-#: ../../mobile/operation/visualmaps.php:265
-#, fuzzy
-msgid "There are no favorite maps to show"
-msgstr "There is no data to show."
-
-#: ../../mobile/operation/module_graph.php:356
-#: ../../mobile/operation/module_graph.php:369
-#, php-format
-msgid "%s: %s"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:402
-#, php-format
-msgid "Options for %s : %s"
-msgstr "Options for %s : %s"
-
-#: ../../mobile/operation/module_graph.php:409
-msgid "Show Alerts"
-msgstr "Show alerts"
-
-#: ../../mobile/operation/module_graph.php:417
-msgid "Show Events"
-msgstr "Show events"
-
-#: ../../mobile/operation/module_graph.php:446
-msgid "Time range (hours)"
-msgstr "Time range (hours)"
-
-#: ../../mobile/operation/module_graph.php:465
-msgid "Update graph"
-msgstr "Update graph"
-
-#: ../../mobile/operation/module_graph.php:475
-msgid "Error get the graph"
-msgstr "Error retrieving the graph"
-
-#: ../../mobile/operation/services.php:231
-#: ../../mobile/operation/services.php:272
-#: ../../mobile/operation/services.php:338
-msgid "Nonexistent. This element should be deleted"
-msgstr "Nonexistent. This element should be deleted."
-
-#: ../../mobile/operation/services.php:255
-#: ../../mobile/operation/services.php:320
-#: ../../mobile/operation/services.php:363
-msgid "This element does not affect service weigth because is disabled."
-msgstr ""
-
-#: ../../mobile/operation/services.php:377
-msgid "Dynamic element"
-msgstr ""
-
-#: ../../mobile/operation/services.php:386
-#, php-format
-msgid "Dynamic element (%d) '%s' does not match any target"
-msgstr ""
-
-#: ../../mobile/operation/services.php:395
-#, php-format
-msgid "Dynamic element (%d) '%s' causes an error: %s"
-msgstr ""
-
-#: ../../mobile/operation/services.php:405
-#, php-format
-msgid "agents like \"%s\""
-msgstr ""
-
-#: ../../mobile/operation/services.php:410
-#, php-format
-msgid "modules like \"%s\""
-msgstr ""
-
-#: ../../mobile/operation/services.php:450
-msgid "NOT INITIALIZED"
-msgstr ""
-
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -37032,7 +37265,7 @@ msgid ""
 "data"
 msgstr ""
 "Switch between the main database and the historical database in order to "
-"retrieve module data."
+"retrieve module data"
 
 #: ../../operation/agentes/datos_agente.php:213
 #: ../../operation/agentes/alerts_status.functions.php:170
@@ -37072,7 +37305,7 @@ msgstr "Launch"
 
 #: ../../operation/agentes/ehorus.php:198
 msgid "The connection was lost and the authorization token was expired"
-msgstr "The connection was lost and the authorization token has expired."
+msgstr "The connection was lost and the authorization token has expired"
 
 #: ../../operation/agentes/ehorus.php:198
 msgid "Reload the page to request a new authorization token"
@@ -37241,7 +37474,7 @@ msgstr "Zoom scale"
 msgid ""
 "Introduce zoom level. 1 = Highest resolution. Figures may include decimals"
 msgstr ""
-"Introduce zoom level. 1 = Highest resolution. Figures may include decimals."
+"Introduce zoom level. 1 = Highest resolution. Figures may include decimals"
 
 #: ../../operation/agentes/pandora_networkmap.editor.php:436
 #: ../../operation/agentes/pandora_networkmap.view.php:178
@@ -37307,7 +37540,7 @@ msgid ""
 "1.0 in radial"
 msgstr ""
 "Only flat and radial. Separation between arrows. By default 0.5 in flat and "
-"1.0 in radial."
+"1.0 in radial"
 
 #: ../../operation/agentes/pandora_networkmap.editor.php:549
 #: ../../operation/agentes/pandora_networkmap.view.php:315
@@ -37349,7 +37582,7 @@ msgstr "No tags"
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/status_monitor.php:618
 msgid "Only it is show tags in use."
-msgstr "Show only tags in use"
+msgstr "Show only tags in use."
 
 #: ../../operation/agentes/alerts_status.functions.php:165
 msgid "Also search in secondary groups"
@@ -37373,7 +37606,7 @@ msgstr "Source agent"
 
 #: ../../operation/agentes/exportdata.php:374
 msgid "No modules of type string. You can not calculate their average"
-msgstr "No string type modules. You cannot calculate their average."
+msgstr "No string type modules. You cannot calculate their average"
 
 #: ../../operation/agentes/exportdata.php:433
 msgid "End date"
@@ -37497,7 +37730,7 @@ msgstr "Free text for search (*):"
 
 #: ../../operation/agentes/estado_monitores.php:605
 msgid "Search by module name, list matches."
-msgstr "Search by module name, list matches"
+msgstr "Search by module name, list matches."
 
 #: ../../operation/agentes/estado_monitores.php:660
 msgid "Reset"
@@ -37600,7 +37833,7 @@ msgstr "Pending to generate"
 
 #: ../../operation/agentes/pandora_networkmap.php:874
 msgid "There are no maps defined."
-msgstr "No maps defined"
+msgstr "No maps defined."
 
 #: ../../operation/agentes/pandora_networkmap.php:888
 msgid "Create network map"
@@ -37691,78 +37924,13 @@ msgstr "Agent min value"
 
 #: ../../operation/agentes/agent_inventory.php:73
 msgid "This agent has not modules inventory"
-msgstr "This agent does not have inventory modules."
+msgstr "This agent does not have inventory modules"
 
 #: ../../operation/agentes/agent_inventory.php:248
 #: ../../operation/agentes/agent_inventory.php:249
 msgid "Diff view"
 msgstr "Diff view"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "Other modules"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "Modules network no proc"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "Modules boolean"
-
-#: ../../operation/agentes/graphs.php:260
-#, fuzzy
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "The combined graph does not show the alerts in this graph."
-
-#: ../../operation/agentes/graphs.php:265
-#, fuzzy
-msgid "Several graphs for each module"
-msgstr "Several graphs per module"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "One combined graph"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "Show as a single combined graph"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "Area stack"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "Line stack"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "Save as a custom graph"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "Filter graphs"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "There was an error loading the graph"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "Name the custom graph"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "Save custom graph"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr "Custom graph created from the tab graphs in the agent."
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -37828,7 +37996,7 @@ msgstr "Don't show subgroups:"
 
 #: ../../operation/agentes/pandora_networkmap.view.php:1644
 msgid "Success be updated."
-msgstr "Updated successfully"
+msgstr "Updated successfully."
 
 #: ../../operation/agentes/pandora_networkmap.view.php:1646
 msgid "Could not be updated."
@@ -37902,6 +38070,71 @@ msgstr "Agent detail"
 msgid "Interface information (SNMP)"
 msgstr ""
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "Other modules"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "Modules network no proc"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "Modules boolean"
+
+#: ../../operation/agentes/graphs.php:260
+#, fuzzy
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "The combined graph does not show the alerts in this graph."
+
+#: ../../operation/agentes/graphs.php:265
+#, fuzzy
+msgid "Several graphs for each module"
+msgstr "Several graphs per module"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "One combined graph"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "Show as a single combined graph"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "Area stack"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "Line stack"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "Save as a custom graph"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "Filter graphs"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "There was an error loading the graph"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "Name the custom graph"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "Save custom graph"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr "Custom graph created from the tab graphs in the agent."
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "WUX server module"
@@ -38216,7 +38449,7 @@ msgstr "Do you wish to set this map as default?"
 
 #: ../../operation/gis_maps/gis_map.php:255
 msgid "There was error on setup the default map."
-msgstr "Error setting up the default map"
+msgstr "Error setting up the default map."
 
 #: ../../operation/gis_maps/ajax.php:237 ../../operation/gis_maps/ajax.php:275
 #: ../../operation/gis_maps/ajax.php:444
@@ -38233,7 +38466,7 @@ msgstr "Num reports"
 
 #: ../../operation/gis_maps/ajax.php:279 ../../operation/gis_maps/ajax.php:448
 msgid "Default position of map."
-msgstr "Default map position"
+msgstr "Default map position."
 
 #: ../../operation/gis_maps/ajax.php:339
 msgid "Satellite Version"
@@ -38294,7 +38527,7 @@ msgstr "Messages"
 
 #: ../../operation/messages/message_edit.php:114
 msgid "This message does not exist in the system"
-msgstr "This message does not exist on the system."
+msgstr "This message does not exist on the system"
 
 #: ../../operation/messages/message_edit.php:183
 msgid "wrote"
@@ -38365,7 +38598,7 @@ msgstr "Send message"
 
 #: ../../operation/messages/message_list.php:132
 msgid "Not deleted. Error deleting messages"
-msgstr "Not deleted: error deleting the message(s)."
+msgstr "Not deleted: error deleting the message(s)"
 
 #: ../../operation/messages/message_list.php:140
 #: ../../operation/messages/message_list.php:149
@@ -38410,26 +38643,26 @@ msgid "Netflow live view"
 msgstr "Netflow live view"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "Error creating filter"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "Filter created successfully"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "Filter updated successfully"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "Error updating filter"
 
@@ -38438,8 +38671,8 @@ msgid "Connection"
 msgstr "Connection"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "Select a filter"
 
@@ -38449,7 +38682,7 @@ msgstr "IP address resolution"
 
 #: ../../operation/netflow/nf_live_view.php:410
 msgid "Resolve the IP addresses to get their hostnames."
-msgstr "Resolves IP addresses in order to obtain the hostname"
+msgstr "Resolves IP addresses in order to obtain the hostname."
 
 #: ../../operation/netflow/nf_live_view.php:413
 #, fuzzy
@@ -38476,14 +38709,14 @@ msgid "Draw"
 msgstr "Draw"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "Save as a new filter"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "Update current filter"
 
@@ -38492,36 +38725,27 @@ msgid "No filter selected"
 msgstr "No filter selected"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 #, fuzzy
 msgid "Results to show"
 msgstr "Amount to show"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "Load filter"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "Start date"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "Load filter"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38537,6 +38761,15 @@ msgstr ""
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr ""
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr ""
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr ""
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -38652,7 +38885,7 @@ msgstr "Zoom x3"
 
 #: ../../operation/reporting/graph_viewer.php:484
 msgid "No data."
-msgstr "No data"
+msgstr "No data."
 
 #: ../../operation/reporting/graph_viewer.php:586
 msgid "Custom graph viewer"
@@ -38829,6 +39062,27 @@ msgstr ""
 msgid "Are you sure you want add module?"
 msgstr ""
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:42
+#, fuzzy
+msgid "Console notifications"
+msgstr "Last modification"
+
+#: ../../operation/users/user_edit_notifications.php:43
+#, fuzzy
+msgid "E-mail notifications"
+msgstr "Last modification"
+
+#: ../../operation/users/user_edit_notifications.php:81
+#, fuzzy
+msgid "Controls have been disabled by the system administrator"
+msgstr "Please contact your system administrator"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "User detail editor"
@@ -38847,7 +39101,7 @@ msgid ""
 "Passwords didn't match or other problem encountered while updating passwords"
 msgstr ""
 "The passwords did not match or another problem occurred during password "
-"update."
+"update"
 
 #: ../../operation/users/user_edit.php:198
 #: ../../operation/users/user_edit.php:217
@@ -38877,8 +39131,9 @@ msgid "Please enter a valid phone number"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
-msgstr ""
+#, fuzzy
+msgid "Error updating passwords"
+msgstr "Error updating category"
 
 #: ../../operation/users/user_edit.php:265
 msgid "Edit my User"
@@ -38909,7 +39164,7 @@ msgstr ""
 
 #: ../../operation/users/user_edit.php:426
 msgid "If checkbox is clicked then block size global configuration is used"
-msgstr "If checkbox is clicked then block size global configuration is used."
+msgstr "If checkbox is clicked then block size global configuration is used"
 
 #: ../../operation/users/user_edit.php:520
 msgid "Theme"
@@ -38929,27 +39184,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr "This user does not have any profile/group assigned."
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:42
-#, fuzzy
-msgid "Console notifications"
-msgstr "Last modification"
-
-#: ../../operation/users/user_edit_notifications.php:43
-#, fuzzy
-msgid "E-mail notifications"
-msgstr "Last modification"
-
-#: ../../operation/users/user_edit_notifications.php:81
-#, fuzzy
-msgid "Controls have been disabled by the system administrator"
-msgstr "Please contact your system administrator"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "Builder"
@@ -39033,7 +39267,7 @@ msgstr "Zero results found"
 
 #: ../../operation/search_helps.php:17
 msgid "Zero results found."
-msgstr "Zero results found"
+msgstr "Zero results found."
 
 #: ../../operation/search_helps.php:18
 #, fuzzy, php-format
@@ -39368,8 +39602,8 @@ msgid "Completed"
 msgstr "Completed"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-#, fuzzy
-msgid "Updating to "
+#, fuzzy, php-format
+msgid "Updating to %s"
 msgstr "Updating"
 
 #: ../../update_manager_client/views/offline.php:65
@@ -39398,13 +39632,12 @@ msgid "Click on the file below to begin."
 msgstr "Please click on the file below to begin."
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
-msgstr ""
+#, fuzzy
+msgid "This action will upgrade this console to version"
+msgstr "This function is only for Metaconsole"
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39433,7 +39666,7 @@ msgstr ""
 #: ../../update_manager_client/views/offline.php:78
 #: ../../update_manager_client/views/online.php:124
 msgid "Successfully updated."
-msgstr "Successfully updated"
+msgstr "Successfully updated."
 
 #: ../../update_manager_client/views/offline.php:79
 msgid "Package rejected. These package changes will not apply."
@@ -39497,51 +39730,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-#, fuzzy
-msgid "The latest version of package installed is"
-msgstr "The latest version of package installed is:"
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an %s successfully deleted."
-#~ msgstr "Provisioning custom data %s successfully deleted"
-
-#, php-format
-#~ msgid "Cannot delete custom data %s."
-#~ msgstr "Cannot delete custom data %s"
-
-#~ msgid "There was an error when moving the custom provisioning data."
-#~ msgstr "There was an error when moving the custom provisioning data."
-
-#~ msgid "Back to file explorer"
-#~ msgstr "Back to file explorer"
-
-#~ msgid "Correct update file."
-#~ msgstr "File updated correctly"
-
-#~ msgid "Please, first save a new collection before to upload files."
-#~ msgstr "Please save a new collection before uploading files."
-
-#~ msgid "URL update manager:"
-#~ msgstr "Update manager URL:"
-
-#~ msgid "Proxy server:"
-#~ msgstr "Proxy server:"
-
-#~ msgid "Proxy port:"
-#~ msgstr "Proxy port:"
-
-#~ msgid "Proxy user:"
-#~ msgstr "Proxy user:"
-
-#~ msgid "Proxy password:"
-#~ msgstr "Proxy password:"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s tags"
-#~ msgstr "Error creating/updating %s/%s tags"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s tags"
-#~ msgstr "Created/updated %s/%s tags"
-
-#~ msgid "Cron jobs"
-#~ msgstr "Cron jobs"
-
-#~ msgid "Add new job"
-#~ msgstr "Add new job"
-
-#~ msgid "Only administrator users can create this type of functions"
-#~ msgstr "Only administrator users can create this type of functions."
-
-#~ msgid "Edit job"
-#~ msgstr "Edit job"
-
-#~ msgid "Date format in Pandora is year/month/day"
-#~ msgstr "Date format for Pandora FMS is YY/MM/DD"
-
-#~ msgid "Time format in Pandora is hours(24h):minutes:seconds"
-#~ msgstr "Time format in Pandora FMS is hours(24h):minutes:seconds"
-
-#~ msgid "Synchronizing"
-#~ msgstr "Synchronizing"
-
-#~ msgid "Users synchronization"
-#~ msgstr "Users synchronization"
-
-#~ msgid "Groups synchronization"
-#~ msgstr "Groups synchronization"
-
-#~ msgid "Alerts synchronization"
-#~ msgstr "Alerts synchronization"
-
-#~ msgid "Components synchronization"
-#~ msgstr "Components synchronization"
-
-#~ msgid "Tags synchronization"
-#~ msgstr "Tags synchronization"
-
-#~ msgid "OS synchronization"
-#~ msgstr "OS synchronization"
-
-#~ msgid "Module Groups synchronization"
-#~ msgstr "Module groups synchronization"
-
-#~ msgid "Auto login (hash) password"
-#~ msgstr "Automatic login (hash) password"
-
-#~ msgid "Directory where temporary data is stored."
-#~ msgstr "Directory in which temporary data is stored."
-
-#~ msgid ""
-#~ "Disable the definition of custom filters in the live view. Only existing "
-#~ "filters can be used."
-#~ msgstr ""
-#~ "Disable the definition of custom filters in the live view. Only existing "
-#~ "filters can be used."
-
-#~ msgid "The string modules with several lines show as command output"
-#~ msgstr ""
-#~ "String module outputs with more than one line will be shown as a snapshot."
-
-#~ msgid "Customize sections"
-#~ msgstr "Customise sections"
-
-#~ msgid "Disabled sections"
-#~ msgstr "Disabled sections"
-
-#~ msgid "Push selected sections to enable it"
-#~ msgstr "Push selected sections to enable it"
-
-#~ msgid "Pop selected sections to disable it"
-#~ msgstr "Pop selected sections to disable it"
-
-#~ msgid "Please be careful if you put a password put https access."
-#~ msgstr ""
-#~ "Please bear in mind that if you set a password, you should use HTTPS "
-#~ "access."
-
-#~ msgid " Bytes"
-#~ msgstr " Bytes"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s OS"
-#~ msgstr "Error creating/updating %s/%s OS"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s OS"
-#~ msgstr "Created/Updated %s/%s OS"
-
-#~ msgid "Synchronizing OS"
-#~ msgstr "Synchronizing OS"
-
-#, php-format
-#~ msgid "Error creating %s policies"
-#~ msgstr "Error creating %s policies"
-
-#, php-format
-#~ msgid "Created %s policies"
-#~ msgstr "Created %s policies"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s policy modules"
-#~ msgstr "Error creating/updating %s/%s policy modules"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s policy modules"
-#~ msgstr "Created/updated %s/%s policy modules"
-
-#, php-format
-#~ msgid "Error deleting %s policy modules"
-#~ msgstr "Error deleting %s policy modules"
-
-#, php-format
-#~ msgid "Error creating %s policy alerts"
-#~ msgstr "Error creating %s policy alerts"
-
-#, php-format
-#~ msgid "Created %s policy alerts"
-#~ msgstr "%s policy alerts successfully created"
-
-#, php-format
-#~ msgid "Error deleting %s policy alerts"
-#~ msgstr "Error deleting %s policy alerts"
-
-#, php-format
-#~ msgid "Deleted %s policy alerts"
-#~ msgstr "%s policy alerts deleted successfully"
-
-#~ msgid "Successful create collection package."
-#~ msgstr "Collection package created successfully"
-
-#~ msgid "Can not create collection package."
-#~ msgstr "Error creating collection package"
-
-#~ msgid "Users control filter"
-#~ msgstr "User control filter"
-
-#~ msgid "Error: The main directory of collections does not exist."
-#~ msgstr "Error: the main directory of collections does not exist."
-
-#~ msgid "Short Name"
-#~ msgstr "Short name"
-
-#~ msgid "Re-Apply changes"
-#~ msgstr "Reapply changes"
-
-#~ msgid "Are you sure to apply?"
-#~ msgstr "Are you sure you want to apply?"
-
-#~ msgid "Apply changes"
-#~ msgstr "Apply changes"
-
-#~ msgid "Operation successfully deleted from the queue"
-#~ msgstr "Operation successfully deleted from the queue"
-
-#~ msgid "Operation cannot be deleted from the queue"
-#~ msgstr "Operation cannot be deleted from the queue"
-
-#~ msgid "Apply (database and files)"
-#~ msgstr "Apply (database and files)"
-
-#~ msgid "Apply (only database)"
-#~ msgstr "Apply (only database)"
-
-#~ msgid "Incomplete"
-#~ msgstr "Incomplete"
-
-#~ msgid "Delete from queue"
-#~ msgstr "Delete from queue"
-
-#~ msgid "Empty queue."
-#~ msgstr "Empty queue"
-
-#~ msgid "No init"
-#~ msgstr "No initialized"
-
-#~ msgid "Please, set a valid IP/Name address"
-#~ msgstr "Please, set a valid IP/Name address"
-
-#~ msgid "Advanced configuration"
-#~ msgstr "Advanced configuration"
-
-#~ msgid "Edit module"
-#~ msgstr "Edit module"
-
-#~ msgid "Invalid characters founded in module name"
-#~ msgstr "Invalid characters found in module name"
-
-#~ msgid "Select the agent to be edited or deleted"
-#~ msgstr "Select the agent to be edited or deleted"
-
-#~ msgid "Manage modules"
-#~ msgstr "Manage modules"
-
-#~ msgid "Select the agent where the module will be created"
-#~ msgstr "Select the agent where the module will be created"
-
-#~ msgid "Select the module to be edited or deleted"
-#~ msgstr "Select the module to be edited or deleted"
-
-#~ msgid "Select the module where the alert will be created"
-#~ msgstr "Select the module in which the alert will be created"
-
-#~ msgid "Select the alert to be edited or deleted"
-#~ msgstr "Select the alert to be edited or deleted"
-
-#~ msgid "Please, set an interval"
-#~ msgstr "Please set an interval"
-
-#~ msgid "Web check"
-#~ msgstr "Web check"
-
-#~ msgid "Module description"
-#~ msgstr "Module description"
-
-#~ msgid "Step by step wizard"
-#~ msgstr "Step by step wizard"
-
-#~ msgid "Click Create to continue"
-#~ msgstr "Click on Create to continue"
-
-#~ msgid "The alert you are trying to add is already in the list of alerts"
-#~ msgstr "The alert you are trying to add is already in the list of alerts."
-
-#~ msgid "No description available"
-#~ msgstr "No description available"
-
-#~ msgid "No agent name specified"
-#~ msgstr "No agent name specified"
-
-#~ msgid "Group View"
-#~ msgstr "Group view"
-
-#~ msgid "Summary by status"
-#~ msgstr "Summary by status"
-
-#~ msgid "% Agents not init"
-#~ msgstr "% agents not init"
-
-#~ msgid "% Agents Unknown"
-#~ msgstr "% agents unknown"
-
-#~ msgid "% Monitors Critical"
-#~ msgstr "% monitors critical"
-
-#~ msgid "% Monitors Warning"
-#~ msgstr "% monitors warning"
-
-#~ msgid "% Monitors OK"
-#~ msgstr "% monitors OK"
-
-#~ msgid "% Monitors Unknown"
-#~ msgstr "% monitors unknown"
-
-#~ msgid "% Monitors Not init"
-#~ msgstr "% monitors not init"
-
-#~ msgid "This data doesn't show in realtime"
-#~ msgstr "This data is not displayed in real-time"
-
-#~ msgid "Group or Tag"
-#~ msgstr "Group or tag"
-
-#~ msgid "Report of state"
-#~ msgstr "Report of status"
-
-#~ msgid "Report of events"
-#~ msgstr "Report of events"
-
-#~ msgid "Info of state in events"
-#~ msgstr "Info of status in events"
-
-#~ msgid "More events"
-#~ msgstr "More events"
-
-#~ msgid "The user is not in neither group with EW profile"
-#~ msgstr "The user is not in either of the groups with an EW profile."
-
-#~ msgid "Fields"
-#~ msgstr "Fields"
-
-#~ msgid "Round Robin"
-#~ msgstr "Round Robin"
-
-#~ msgid "Less loaded"
-#~ msgstr "Less loaded"
-
-#~ msgid ""
-#~ "There is no custom entries defined. Click on \"Create custom entry\" to "
-#~ "add the first."
-#~ msgstr ""
-#~ "There is no custom entries defined. Click on 'Create custom entry' to add "
-#~ "the first entry."
-
-#~ msgid "Create custom entry"
-#~ msgstr "Create custom entry"
-
-#~ msgid "Provisioning configuration"
-#~ msgstr "Provisioning configuration"
-
-#~ msgid "Configuration:"
-#~ msgstr "Configuration:"
-
-#~ msgid ""
-#~ "There is no rules configured for this custom entry. Click on Add button "
-#~ "to create the first."
-#~ msgstr ""
-#~ "There are no rules configured for this custom entry. Click on the Add "
-#~ "button to create the first."
-
-#~ msgid "There was an error when editing the rule."
-#~ msgstr "There was an error editing the rule."
-
-#~ msgid "Operation:"
-#~ msgstr "Operation:"
-
-#~ msgid "Method:"
-#~ msgstr "Method:"
-
-#~ msgid "Value:"
-#~ msgstr "Value:"
-
-#~ msgid "Move up"
-#~ msgstr "Move up"
-
-#~ msgid "Move down"
-#~ msgstr "Move down"
-
-#, php-format
-#~ msgid "(Error Duplicate ID (%d) ) "
-#~ msgstr "(Error Duplicate ID (%d) ) "
-
-#~ msgid "User synchronization"
-#~ msgstr "User synchronization"
-
-#~ msgid "Group synchronization"
-#~ msgstr "Group synchronization"
-
-#~ msgid "Agent modules"
-#~ msgstr "Agent modules"
-
-#~ msgid "Add selected modules to agent"
-#~ msgstr "Add selected modules to agent"
-
-#~ msgid "Undo changes"
-#~ msgstr "Undo changes"
-
-#~ msgid "Latency"
-#~ msgstr "Latency"
-
-#~ msgid "Response"
-#~ msgstr "Response"
-
-#~ msgid "Add check"
-#~ msgstr "Add check"
-
-#~ msgid "Delete check"
-#~ msgstr "Delete check"
-
-#~ msgid "Various"
-#~ msgstr "Various"
-
-#~ msgid "Web configuration"
-#~ msgstr "Web configuration"
-
-#~ msgid "Str: "
-#~ msgstr "Str: "
-
-#~ msgid " Inverse interval "
-#~ msgstr " Inverse interval "
-
-#~ msgid "Alerts in module"
-#~ msgstr "Alerts in module"
-
-#~ msgid "Checks"
-#~ msgstr "Checks"
-
-#~ msgid "Deleted modules"
-#~ msgstr "Deleted modules"
-
-#~ msgid "Another module already exists with the same name"
-#~ msgstr "Another module already exists with the same name"
-
-#, php-format
-#~ msgid "Error adding module %s"
-#~ msgstr "Error adding module %s"
-
-#~ msgid ""
-#~ "There was an error creating the alerts, the operation has been cancelled"
-#~ msgstr ""
-#~ "There was an error creating the alerts, the operation has been cancelled."
-
-#~ msgid "Successfully added module."
-#~ msgstr "Module successfully added"
-
-#, php-format
-#~ msgid "%s Modules created"
-#~ msgstr "%s modules created"
-
-#, php-format
-#~ msgid "Could not update agent %s"
-#~ msgstr "Could not update agent %s"
-
-#, php-format
-#~ msgid "%s Modules deleted"
-#~ msgstr "%s modules deleted"
-
-#~ msgid ""
-#~ "There was an error creating the alerts, the operation has been cancelled ."
-#~ msgstr ""
-#~ "There was an error creating the alerts, the operation has been cancelled."
-
-#~ msgid "Module successfully added."
-#~ msgstr "Module successfully added"
-
-#, php-format
-#~ msgid "Error updating module %s"
-#~ msgstr "Error updating module %s"
-
-#~ msgid ""
-#~ "There was an error updating the alerts, the operation has been cancelled"
-#~ msgstr ""
-#~ "There was an error updating the alerts, the operation has been cancelled."
-
-#~ msgid "Successfully updated module."
-#~ msgstr "Module successfully updated"
-
-#~ msgid "Go to Pandora FMS Wiki"
-#~ msgstr "Go to Pandora FMS Wiki"
-
-#~ msgid "Change password"
-#~ msgstr "Change password"
-
-#~ msgid "Back to login"
-#~ msgstr "Back to login"
-
-#~ msgid "METACONSOLE"
-#~ msgstr "METACONSOLE"
-
-#~ msgid "Provisioning management"
-#~ msgstr "Provisioning management"
-
-#~ msgid "Group management"
-#~ msgstr "Group management"
-
-#~ msgid "Provisioning rules management"
-#~ msgstr "Provisioning rules management"
-
-#~ msgid "No admin user"
-#~ msgstr "No admin user"
-
-#~ msgid "Netflow disable custom live view filters"
-#~ msgstr "Netflow disables custom live view filters."
-
-#~ msgid "Customizable section"
-#~ msgstr "Customizable section"
-
-#~ msgid "Auto enable node access"
-#~ msgstr "Auto enable node access"
-
-#~ msgid "Babel Enterprise host"
-#~ msgstr "Babel Enterprise host"
-
-#~ msgid "Graph color (min)"
-#~ msgstr "Graph colour (min)"
-
-#~ msgid "Graph color (avg)"
-#~ msgstr "Graph colour (avg)"
-
-#~ msgid "Graph color (max)"
-#~ msgstr "Graph colour (max)"
-
-#~ msgid "Use agent access graph"
-#~ msgstr "Use agent access graph"
-
-#~ msgid "Default block size migration agents"
-#~ msgstr "Default block size of agents migration"
-
-#~ msgid "Local components"
-#~ msgstr "Local components"
-
-#~ msgid "Network components"
-#~ msgstr "Network components"
-
-#~ msgid "Plugin management"
-#~ msgstr "Plugin management"
-
-#~ msgid "Create plugin"
-#~ msgstr "Create plugin"
-
-#~ msgid "User to reset password"
-#~ msgstr "User password to be reset"
-
-#~ msgid "Reset password failed"
-#~ msgstr "Error resetting password"
-
-#~ msgid "Search results for"
-#~ msgstr "Search results for"
-
-#~ msgid "There are no agents included in this group"
-#~ msgstr "There are no agents included in this group"
-
-#~ msgid ""
-#~ "Metaconsole needs previous activation from regular console, please "
-#~ "contact system administrator if you need assistance. 
" -#~ msgstr "" -#~ "The Metaconsole needs previous activation from regular console, please " -#~ "contact the system administrator if you need assistance.
" - -#~ msgid "Groups view" -#~ msgstr "Group view" - -#~ msgid "Alerts view" -#~ msgstr "Alerts view" - -#~ msgid "Monitors view" -#~ msgstr "Monitors view" - -#~ msgid "Create new report" -#~ msgstr "Create new report" - -#~ msgid "Report templates" -#~ msgstr "Report templates" - -#~ msgid "Live view" -#~ msgstr "Live view" - -#~ msgid "Alert management" -#~ msgstr "Alert management" - -#~ msgid "Event alerts" -#~ msgstr "Event alerts" - -#~ msgid "Component management" -#~ msgstr "Component management" - -#~ msgid "Policy management" -#~ msgstr "Policy management" - -#~ msgid "Category management" -#~ msgstr "Category management" - -#~ msgid "Server management" -#~ msgstr "Server management" - -#~ msgid "Metasetup" -#~ msgstr "Metasetup" - -#~ msgid "Network traffic" -#~ msgstr "Network traffic" - -#~ msgid "PANDORA FMS NEXT GENERATION" -#~ msgstr "PANDORA FMS NEXT GENERATION" - -#~ msgid "Request new licence" -#~ msgstr "Request new license" - -#~ msgid "" -#~ "Metaconsole unreached

" -#~ "This node has a metaconsole license and cannot contact with the " -#~ "metaconsole." -#~ msgstr "" -#~ "Metaconsole unreached

" -#~ "This node has a Metaconsole license and cannot contact with the " -#~ "Metaconsole." - -#~ msgid "" -#~ "This license has expired. " -#~ "

You can not get updates until you renew the license." -#~ msgstr "" -#~ "This license has expired. " -#~ "

You cannot get any updates until you have renewed the license." - -#~ msgid "System incidents reading" -#~ msgstr "Read system issues" - -#~ msgid "System incidents writing" -#~ msgstr "Write system issues" - -#~ msgid "System incidents management" -#~ msgstr "Manage system issues" - -#~ msgid "Agents reading" -#~ msgstr "Read agents" - -#~ msgid "Alerts editing" -#~ msgstr "Edit alerts" - -#~ msgid "Alerts management" -#~ msgstr "Manage alerts" - -#~ msgid "Reports reading" -#~ msgstr "Read reports" - -#~ msgid "Reports writing" -#~ msgstr "Write reports" - -#~ msgid "Reports management" -#~ msgstr "Manage reports" - -#~ msgid "Events reading" -#~ msgstr "Read events" - -#~ msgid "Events management" -#~ msgstr "Manage events" - -#~ msgid "Systems management" -#~ msgstr "Systems management" - -#~ msgid "ACL module tags for the modules in this agent" -#~ msgstr "ACL module tags for the modules in this agent" - -#~ msgid "Only admin users can see this section." -#~ msgstr "Only admin users can see this section." - -#~ msgid "Check ACL" -#~ msgstr "Check ACL" - -#~ msgid "Translate string" -#~ msgstr "Translate string" - -#~ msgid "Subnetworks calculator" -#~ msgstr "Subnetworks calculator" - -#~ msgid "Manage addresses" -#~ msgstr "Manage addresses" - -#~ msgid "Addresses view" -#~ msgstr "Addresses view" - -#~ msgid "Failed to initialize VMware extension." -#~ msgstr "Error initializing VMware extension" - -#~ msgid "VMware View" -#~ msgstr "VMware view" - -#~ msgid "Filter backups" -#~ msgstr "Filter backups" - -#~ msgid "Path backups" -#~ msgstr "Path backups" - -#~ msgid "Lost" -#~ msgstr "Lost" - -#~ msgid "Backups list" -#~ msgstr "List of backups" - -#~ msgid "Create backup" -#~ msgstr "Create backup" - -#~ msgid "Path to save backup" -#~ msgstr "Path to save backup" - -#, php-format -#~ msgid "Created group %s" -#~ msgstr "Created group %s" - -#~ msgid "File processed" -#~ msgstr "File processed" - -#~ msgid "CSV format" -#~ msgstr "CSV format" - -#~ msgid "The CSV file must have the fields in the following order" -#~ msgstr "The CSV file must have the fields in the following order" - -#~ msgid "Separator" -#~ msgstr "Separator" - -#~ msgid "Upload CSV file" -#~ msgstr "Upload CSV file" - -#~ msgid "No addresses found on this network" -#~ msgstr "No addresses found on this network" - -#~ msgid "Edit address" -#~ msgstr "Edit address" - -#~ msgid "Disabled address" -#~ msgstr "Disabled address" - -#~ msgid "This address will not be updated by the server" -#~ msgstr "This address will not be updated by the server" - -#~ msgid "Managed" -#~ msgstr "Managed" - -#~ msgid "Reserved" -#~ msgstr "Reserved" - -#~ msgid "Change to automatic mode" -#~ msgstr "Change to automatic mode" - -#~ msgid "Change to manual mode" -#~ msgstr "Change to manual mode" - -#~ msgid "Add comments" -#~ msgstr "Add comments" - -#~ msgid "Update agent address" -#~ msgstr "Update agent address" - -#~ msgid "Please, uncheck auto option to set manual agent." -#~ msgstr "Please, uncheck auto option to set manual agent." - -#~ msgid "Mask" -#~ msgstr "Mask" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "privacy pass" -#~ msgstr "privacy pass" - -#~ msgid "Created" -#~ msgstr "Created" - -#~ msgid "Incorrect format in Subnet field" -#~ msgstr "Wrong format in Subnet field" - -#~ msgid "The location is not filled, please add a location." -#~ msgstr "The location has not been indicated, please add a location." - -#~ msgid "Total IPs" -#~ msgstr "Total IPs" - -#~ msgid "Export to Excel" -#~ msgstr "Export to Excel" - -#~ msgid "Assign next free IP" -#~ msgstr "Assign next free IP" - -#~ msgid "Next available IP" -#~ msgstr "Next available IP" - -#~ msgid "Subnet" -#~ msgstr "Subnet" - -#~ msgid "Available" -#~ msgstr "Available" - -#~ msgid "Not managed" -#~ msgstr "Unmanaged" - -#~ msgid "Not Reserved" -#~ msgstr "Not reserved" - -#~ msgid "DESC" -#~ msgstr "DESC" - -#~ msgid "ASC" -#~ msgstr "ASC" - -#~ msgid "A -> Z" -#~ msgstr "A -> Z" - -#~ msgid "Z -> A" -#~ msgstr "Z -> A" - -#~ msgid "Newer -> Older" -#~ msgstr "Newer -> Older" - -#~ msgid "Older -> Newer" -#~ msgstr "Older -> Newer" - -#~ msgid "Exact address match" -#~ msgstr "Exact address match" - -#~ msgid "Big" -#~ msgstr "Big" - -#~ msgid "Tiny" -#~ msgstr "Small" - -#~ msgid "Icons style" -#~ msgstr "Icons style" - -#~ msgid "Show only managed addresses" -#~ msgstr "Show only managed addresses" - -#~ msgid "Unreserved" -#~ msgstr "Unreserved" - -#~ msgid "OS Name" -#~ msgstr "OS name" - -#~ msgid "Last modified" -#~ msgstr "Last modification" - -#~ msgid "There is not an available IP." -#~ msgstr "There are no available IP addresses." - -#~ msgid "Next available IP Address is:" -#~ msgstr "Next available IP address is:" - -#~ msgid "Reserve this IP now" -#~ msgstr "Reserve this IP now" - -#~ msgid "Manage this IP now" -#~ msgstr "Manage this IP now" - -#~ msgid "Tracking" -#~ msgstr "Tracking" - -#~ msgid "Ping" -#~ msgstr "Ping" - -#~ msgid "Ping to host" -#~ msgstr "Ping to host" - -#~ msgid "Addresses" -#~ msgstr "Addresses" - -#~ msgid "Example:" -#~ msgstr "Example:" - -#~ msgid "Bit mask" -#~ msgstr "Bit mask" - -#~ msgid "Net mask" -#~ msgstr "Net mask" - -#~ msgid "Calculate" -#~ msgstr "Calculate" - -#~ msgid "Address field is empty" -#~ msgstr "Address field is empty" - -#~ msgid "Incorrect address format" -#~ msgstr "Incorrect address format" - -#~ msgid "Incorrect mask format" -#~ msgstr "Incorrect mask format" - -#~ msgid "Network mask" -#~ msgstr "Network mask" - -#~ msgid "Network wildcard" -#~ msgstr "Network wildcard" - -#~ msgid "Network address" -#~ msgstr "Network address" - -#~ msgid "Broadcast address" -#~ msgstr "Broadcast address" - -#~ msgid "First valid IP" -#~ msgstr "First valid IP" - -#~ msgid "Last valid IP" -#~ msgstr "Last valid IP" - -#~ msgid "Hosts/Net" -#~ msgstr "Hosts/Net" - -#~ msgid "Format: IP/Mask" -#~ msgstr "Format: IP/Mask" - -#~ msgid "Examples" -#~ msgstr "Examples" - -#~ msgid "For example: Central Data Center" -#~ msgstr "For example: Central Data Centre" - -#~ msgid "Scan interval" -#~ msgstr "Scan interval" - -#~ msgid "0 for manually scan" -#~ msgstr "0 for manual scan" - -#~ msgid "Operator users" -#~ msgstr "Operator users" - -#~ msgid "" -#~ "The list of users can manage the networks in the IPAM. Only the admin " -#~ "users can manage networks and edit the networks." -#~ msgstr "" -#~ "The list of users can manage the networks in the IPAM. Only the admin " -#~ "users can manage networks and edit the networks." - -#, php-format -#~ msgid "Error create '%s' policy, the name exist and there aren't free name." -#~ msgstr "" -#~ "Error creating '%s' policy, the name exists and there are no free names." - -#, php-format -#~ msgid "" -#~ "Warning create '%s' policy, the name exist, the policy have a name %s." -#~ msgstr "" -#~ "Warning when creating '%s' policy, the name exists and the policy has the " -#~ "name %s." - -#~ msgid "Error the policy haven't name." -#~ msgstr "Error. The policy does not have a name." - -#, php-format -#~ msgid "Success create '%s' policy." -#~ msgstr "'%s' policy successfully created" - -#, php-format -#~ msgid "Error create '%s' policy." -#~ msgstr "Error creating '%s' policy." - -#, php-format -#~ msgid "Success add '%s' agent." -#~ msgstr "'%s' agent added successfully." - -#, php-format -#~ msgid "Success add '%s' collection." -#~ msgstr "'%s' collection added successfully" - -#, php-format -#~ msgid "Success add '%s' agent plugin." -#~ msgstr "'%s' agent plugin added successfully" - -#, php-format -#~ msgid "Error add '%s' agent plugin." -#~ msgstr "Error adding '%s' agent plugin." - -#~ msgid "Error add the module, haven't type." -#~ msgstr "Error adding the module, it does not have a type." - -#~ msgid "Error add the module, error in tag component." -#~ msgstr "Error adding the module, error in tag component." - -#~ msgid "Error add the module plugin importation, plugin is not registered" -#~ msgstr "" -#~ "Error adding the module plugin importation, plugin is not registered" - -#, php-format -#~ msgid "Success add '%s' module." -#~ msgstr "'%s' module added successfully" - -#, php-format -#~ msgid "Error add '%s' module." -#~ msgstr "Error adding '%s' module" - -#, php-format -#~ msgid "Error add the alert, the template '%s' don't exist." -#~ msgstr "Error adding the alert, the template '%s' does not exist." - -#, php-format -#~ msgid "Error add the alert, the module '%s' don't exist." -#~ msgstr "Error adding the alert, the module '%s' does not exist." - -#, php-format -#~ msgid "Success add '%s' alert." -#~ msgstr "'%s' alert added successfully" - -#, php-format -#~ msgid "Error add '%s' alert." -#~ msgstr "Error adding '%s' alert" - -#, php-format -#~ msgid "Error add the alert, the action '%s' don't exist." -#~ msgstr "Error adding the alert, the action '%s' does not exist" - -#, php-format -#~ msgid "Success add '%s' action." -#~ msgstr "'%s' action added successfully" - -#, php-format -#~ msgid "Error add '%s' action." -#~ msgstr "Error adding '%s' action" - -#~ msgid "Top 5 VMs CPU Usage" -#~ msgstr "Top 5 VMs CPU Usage" - -#~ msgid "Top 5 VMs Memory Usage" -#~ msgstr "Top 5 VMs Memory Usage" - -#~ msgid "Top 5 VMs Provisioning Usage" -#~ msgstr "Top 5 VMs Provisioning Usage" - -#~ msgid "Top 5 VMs Network Usage" -#~ msgstr "Top 5 VMs Network Usage" - -#~ msgid "Host ESX" -#~ msgstr "Host ESX" - -#~ msgid "CPU Usage" -#~ msgstr "CPU Usage" - -#~ msgid "Memory Usage" -#~ msgstr "Memory Usage" - -#~ msgid "Disk I/O Rate" -#~ msgstr "Disk I/O Rate" - -#~ msgid "Network Usage" -#~ msgstr "Network Usage" - -#~ msgid "No changes in settings " -#~ msgstr "No changes in settings " - -#~ msgid "CPU usage graphs" -#~ msgstr "CPU usage graphs" - -#~ msgid "Force minimum value" -#~ msgstr "Force minimum value" - -#~ msgid "Force maximum value" -#~ msgstr "Force maximum value" - -#~ msgid "Memory usage graphs" -#~ msgstr "Memory usage graphs" - -#~ msgid "Provisioning Usage graphs" -#~ msgstr "Provisioning usage graphs" - -#~ msgid "Network usage graphs" -#~ msgstr "Network usage graphs" - -#~ msgid "Map items" -#~ msgstr "Map items" - -#~ msgid "Show datastores" -#~ msgstr "Show datastores" - -#~ msgid "Show ESXis" -#~ msgstr "Show ESXis" - -#~ msgid "Show VMs" -#~ msgstr "Show VMs" - -#~ msgid "Font size (px)" -#~ msgstr "Font size (px)" - -#~ msgid "Node radius (px)" -#~ msgstr "Node radius (px)" - -#~ msgid "this link" -#~ msgstr "this link" - -#~ msgid "Graph settings" -#~ msgstr "Graph settings" - -#~ msgid "Map settings" -#~ msgstr "Map settings" - -#~ msgid "ESX details" -#~ msgstr "ESX details" - -#~ msgid "VMware view options" -#~ msgstr "VMware view options" - -#~ msgid "View ESX Host statistics from" -#~ msgstr "View ESX Host statistics from" - -#~ msgid "Show Datastores" -#~ msgstr "Show datastores" - -#~ msgid "Show ESX" -#~ msgstr "Show ESX" - -#~ msgid "Show VM" -#~ msgstr "Show VM" - -#~ msgid "View options" -#~ msgstr "View options" - -#~ msgid "Power Status: " -#~ msgstr "Power status: " - -#~ msgid "Change Status" -#~ msgstr "Change status" - -#~ msgid "Backup" -#~ msgstr "Backup" - -#~ msgid "Export agents" -#~ msgstr "Export agents" - -#~ msgid "CSV import group" -#~ msgstr "CSV import group" - -#~ msgid "Activate license" -#~ msgstr "Activate license" - -#~ msgid "Your request key is:" -#~ msgstr "Your request key is:" - -#, php-format -#~ msgid "" -#~ "You can activate it manually
here or " -#~ "automatically filling the form below:" -#~ msgstr "" -#~ "You can activate it manually here or " -#~ "automatically by filling in the form below:" - -#~ msgid "Auth Key:" -#~ msgstr "Authentication key:" - -#~ msgid "ERROR:" -#~ msgstr "ERROR:" - -#~ msgid "Update Local Component" -#~ msgstr "Update local component" - -#~ msgid "Create Local Component" -#~ msgstr "Create local component" - -#~ msgid "Throw unknown events" -#~ msgstr "Discard unknown events" - -#~ msgid "Any value below this number is discarted" -#~ msgstr "Any value below this number is discarded" - -#~ msgid "Load a basic structure on data configuration" -#~ msgstr "Load a basic structure on data configuration" - -#~ msgid "Check the correct structure of the data configuration" -#~ msgstr "Check the correct structure of the data configuration" - -#~ msgid "First line must be \"module_begin\"" -#~ msgstr "First line must be \"module_begin\"" - -#~ msgid "Data configuration is empty" -#~ msgstr "Data configuration is empty" - -#~ msgid "Last line must be \"module_end\"" -#~ msgstr "Last line must be \"module_end\"" - -#~ msgid "" -#~ "Name is missed. Please add a line with \"module_name yourmodulename\" to " -#~ "data configuration" -#~ msgstr "" -#~ "Name is misseding. Please add a line with 'module_name yourmodulename' to " -#~ "the data configuration." - -#~ msgid "" -#~ "Type is missed. Please add a line with \"module_type yourmoduletype\" to " -#~ "data configuration" -#~ msgstr "" -#~ "Type is missing. Please add a line with 'module_type yourmoduletype' to " -#~ "data configuration." - -#~ msgid "Type is wrong. Please set a correct type" -#~ msgstr "Type is wrong. Please set a correct type." - -#~ msgid "Error in the syntax, please check the data configuration." -#~ msgstr "Error in the syntax, please check the data configuration." - -#~ msgid "Data configuration are built correctly" -#~ msgstr "Data configuration is built correctly." - -#~ msgid "Local component management" -#~ msgstr "Local component management" - -#~ msgid "Search by name, description or data, list matches." -#~ msgstr "Search by name, description or data, list matches." - -#~ msgid "Launch script" -#~ msgstr "Launch script" - -#~ msgid "Add policy" -#~ msgstr "Add policy" - -#~ msgid "Show Agent >" -#~ msgstr "Show Agent >" - -#~ msgid "This collection has not been added to any agents" -#~ msgstr "This collection has not been added to any agents" - -#~ msgid "This agent have not a remote configuration, please set it." -#~ msgstr "This agent has no remote configuration, please configure it." - -#~ msgid "Succesful add the collection" -#~ msgstr "Collection added successfully" - -#~ msgid "Unsuccesful add the collection" -#~ msgstr "Error adding the collection" - -#~ msgid "Synthetic arithmetic" -#~ msgstr "Synthetic arithmetic" - -#~ msgid "Synthetic average" -#~ msgstr "Synthetic average" - -#~ msgid "Fixed value" -#~ msgstr "Fixed value" - -#~ msgid "Add module to operation as add" -#~ msgstr "Add module to operation as add" - -#~ msgid "Add module to operations as deduct" -#~ msgstr "Add module to operations as deduct" - -#~ msgid "Add module to operations as multiplicate " -#~ msgstr "Add module to operations as multiplicate " - -#~ msgid "Add module to operations as divide" -#~ msgstr "Add module to operations as divide" - -#~ msgid "Remove selected modules" -#~ msgstr "Remove selected modules" - -#~ msgid "Add module to average operation" -#~ msgstr "Add module to average operation" - -#~ msgid "Remove selected modules from operations stack" -#~ msgstr "Remove selected modules from operations stack" - -#~ msgid "Select filter" -#~ msgstr "Select filter" - -#~ msgid "Error: The collection directory does not exist." -#~ msgstr "Error: the collection directory does not exist." - -#~ msgid "Files in " -#~ msgstr "Files in " - -#~ msgid "Plug-in updated succesfully" -#~ msgstr "Plugin updated successfully" - -#~ msgid "Plug-in cannot be updated" -#~ msgstr "Plugin cannot be updated" - -#~ msgid "Plug-in deleted succesfully" -#~ msgstr "Plugin deleted successfully" - -#~ msgid "Plug-in cannot be deleted" -#~ msgstr "Plugin cannot be deleted" - -#~ msgid "Plug-in added succesfully" -#~ msgstr "Plugin added successfully" - -#~ msgid "Plug-in cannot be added" -#~ msgstr "Plugin cannot be added" - -#~ msgid "New plug-in" -#~ msgstr "New plugin" - -#~ msgid "The changes on this field are linked with the configuration data." -#~ msgstr "The changes on this field are linked with the configuration data." - -#~ msgid "Using local component" -#~ msgstr "Using local component" - -#~ msgid "Show configuration data" -#~ msgstr "Show configuration data" - -#~ msgid "Hide configuration data" -#~ msgstr "Hide configuration data" - -#~ msgid "Data configuration" -#~ msgstr "Data configuration" - -#~ msgid "Error: The conf file of agent is not readble." -#~ msgstr "Error: the conf file of agent is not readable." - -#~ msgid "Error: The conf file of agent is not writable." -#~ msgstr "Error: the conf file of agent is not writable." - -#~ msgid "Add module" -#~ msgstr "Add module" - -#~ msgid "No module was found" -#~ msgstr "No module was found" - -#~ msgid "" -#~ "Delete this conf file implies that for restore you must reactive remote " -#~ "config in the local agent." -#~ msgstr "" -#~ "Deleting this configuration file means you will have to reactivate remote " -#~ "configuration on the local agent in order to restore it." - -#~ msgid "Run performance tests" -#~ msgstr "Run performance tests" - -#~ msgid "Target web site" -#~ msgstr "Target web site" - -#~ msgid "" -#~ "The url specified in this field is mandatory to retrieve performance " -#~ "stats." -#~ msgstr "" -#~ "The URL specified in this field is mandatory to retrieve performance " -#~ "statistics." - -#~ msgid "target web site (http://...)" -#~ msgstr "target web site (http://...)" - -#~ msgid "Execute tests from" -#~ msgstr "Execute tests from" - -#~ msgid "Paste your selenium test, exported as HTML, here" -#~ msgstr "Paste your selenium test, exported as HTML, here" - -#~ msgid "Add file" -#~ msgstr "Add file" - -#~ msgid "Upload your selenium test in html format" -#~ msgstr "Upload your selenium test in HTML format" - -#~ msgid "Success: recreate file" -#~ msgstr "File recreated successfully" - -#~ msgid "Collections Management" -#~ msgstr "Collection management" - -#~ msgid "Manager collection" -#~ msgstr "Collection manager" - -#~ msgid "Data Copy" -#~ msgstr "Data copy" - -#~ msgid "No selected agents to copy" -#~ msgstr "No selected agents to copy" - -#~ msgid "No source agent selected" -#~ msgstr "No source agent selected" - -#~ msgid "Making copy of configuration file for" -#~ msgstr "Making copy of configuration file for" - -#~ msgid " md5 file" -#~ msgstr " md5 file" - -#~ msgid "Copied " -#~ msgstr "Copied " - -#~ msgid "Error copying " -#~ msgstr "Error copying " - -#~ msgid " config file" -#~ msgstr " config file" - -#~ msgid "To agent(s):" -#~ msgstr "To agent(s):" - -#~ msgid "Replicate configuration" -#~ msgstr "Replicate configuration" - -#~ msgid "Create a new web analysis module" -#~ msgstr "Create a new web analysis module" - -#~ msgid "" -#~ "Successfully added to delete pending plugins. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to plugins pending to be deleted. It will be deleted " -#~ "in the next policy application." - -#~ msgid "Cannot be added to delete pending plugins." -#~ msgstr "Cannot be added to plugins pending to be deleted" - -#~ msgid "Successfully reverted deletion" -#~ msgstr "Deletion reverted successfully" - -#~ msgid "Could not be reverted" -#~ msgstr "Could not be reverted" - -#~ msgid "There are no defined plugins" -#~ msgstr "There are no defined plugins" - -#~ msgid "" -#~ "Successfully added to delete pending alerts. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to alerts pending to be deleted. It will be deleted in " -#~ "the next policy application." - -#~ msgid "Undo deletion" -#~ msgstr "Undo deletion" - -#~ msgid "Policy module" -#~ msgstr "Policy module" - -#~ msgid "Set off standby" -#~ msgstr "Turn off standby" - -#~ msgid "Set standby" -#~ msgstr "Set standby" - -#~ msgid "" -#~ "If you change this description, you must change into the text of Data " -#~ "configuration." -#~ msgstr "" -#~ "If you change this description, you must change it in the text of data " -#~ "configuration." - -#~ msgid "Could not be added module(s). You must select a policy" -#~ msgstr "Module(s) could not be added. You must select a policy first." - -#, php-format -#~ msgid "Successfully added module(s) (%s/%s) to policy %s" -#~ msgstr "Module(s) (%s/%s) added successfully to policy %s" - -#, php-format -#~ msgid "Could not be added module(s) (%s/%s) to policy %s" -#~ msgstr "Module(s) (%s/%s) could not be added to policy %s." - -#~ msgid "Could not be added module." -#~ msgstr "Module could not be added" - -#~ msgid "" -#~ "The module type in Data configuration is empty, take from combo box of " -#~ "form." -#~ msgstr "" -#~ "The module type in data configuration is empty, choose one from the combo " -#~ "box of the form." - -#~ msgid "" -#~ "The module name in Data configuration is empty, take from text field of " -#~ "form." -#~ msgstr "" -#~ "The module name in data configuration is empty, take it from the text " -#~ "field of form." - -#~ msgid "" -#~ "Successfully added to delete pending modules. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to modules pending to be deleted. They will be deleted " -#~ "in the next policy application." - -#~ msgid "Could not be added to deleted all modules." -#~ msgstr "Could not be added to deletion of all modules" - -#~ msgid "Successfully duplicate the module." -#~ msgstr "Duplication of module successful" - -#~ msgid "Local component" -#~ msgstr "Local component" - -#~ msgid "There are no defined modules" -#~ msgstr "There are no defined modules" - -#~ msgid "Copy selected modules to policy: " -#~ msgstr "Copy selected modules to policy: " - -#~ msgid "Are you sure to copy modules into policy?\\n" -#~ msgstr "Are you sure you want to copy modules into policy ? \\n" - -#~ msgid "Please select any module to copy" -#~ msgstr "Please select any module to copy" - -#~ msgid "Operations successfully deleted from the queue" -#~ msgstr "Operations successfully deleted from the queue" - -#~ msgid "Operations cannot be deleted from the queue" -#~ msgstr "Operations cannot be deleted from the queue" - -#~ msgid "Update pending" -#~ msgstr "Update pending" - -#~ msgid "Add to apply queue" -#~ msgstr "Add to apply queue" - -#~ msgid "Add to apply queue only for database" -#~ msgstr "Add to apply queue only for database" - -#~ msgid "Update pending groups" -#~ msgstr "Groups pending to be updated" - -#~ msgid "Link pending modules" -#~ msgstr "Link pending modules" - -#~ msgid "Will be linked in the next policy application" -#~ msgstr "They will be linked in the next policy application." - -#~ msgid "Unlink pending modules" -#~ msgstr "Unlink pending modules" - -#~ msgid "Will be unlinked in the next policy application" -#~ msgstr "They will be unlinked in the next policy application." - -#~ msgid "Delete pending" -#~ msgstr "Delete pending" - -#~ msgid "Delete pending agents" -#~ msgstr "Delete pending agents" - -#~ msgid "Will be deleted in the next policy application" -#~ msgstr "Will be deleted in the next policy application" - -#~ msgid "Delete pending groups" -#~ msgstr "Delete pending groups" - -#~ msgid "Delete pending modules" -#~ msgstr "Delete pending modules" - -#~ msgid "Delete pending inventory modules" -#~ msgstr "Delete pending inventory modules" - -#~ msgid "Delete pending external alerts" -#~ msgstr "Delete pending external alerts" - -#~ msgid "Delete pending file collections" -#~ msgstr "Delete pending file collections" - -#~ msgid "Delete pending plugins" -#~ msgstr "Delete pending plugins" - -#~ msgid "Advices" -#~ msgstr "Advices" - -#~ msgid "Queue summary" -#~ msgstr "Queue summary" - -#~ msgid "This operation could take a long time" -#~ msgstr "This operation could take some time." - -#~ msgid "Policies Management" -#~ msgstr "Policies management" - -#~ msgid "All policy agents added to delete queue" -#~ msgstr "All policy agents added to delete queue" - -#~ msgid "Policy agents cannot be added to the delete queue" -#~ msgstr "Policy agents cannot be added to the delete queue" - -#~ msgid "a" -#~ msgstr "a" - -#~ msgid "Linking" -#~ msgstr "Linking" - -#~ msgid "Agent Wizard" -#~ msgstr "Agent Wizard" - -#~ msgid "Queue" -#~ msgstr "Queue" - -#~ msgid "Deleting all policy agents" -#~ msgstr "Deleting all policy agents" - -#~ msgid "All the policy agents will be deleted" -#~ msgstr "All policy agents will be deleted." - -#~ msgid "Linking modules" -#~ msgstr "Linking modules" - -#~ msgid "Error: Update linking modules to policy" -#~ msgstr "Error: updating modules linked to policy" - -#~ msgid "Success: Update linking modules to policy" -#~ msgstr "Success: updating modules linked to policy" - -#~ msgid "Free text for filter (*)" -#~ msgstr "Free text for filter (*)" - -#~ msgid "Free text for filter" -#~ msgstr "Free text for filter" - -#~ msgid "There are no defined modules unlinked" -#~ msgstr "There are no defined modules unlinked" - -#~ msgid "List of modules unlinked" -#~ msgstr "List of unlinked modules" - -#~ msgid "Created successfuly" -#~ msgstr "Successfully created" - -#~ msgid "Duplicated alert" -#~ msgstr "Duplicated alert" - -#~ msgid "Alert Template" -#~ msgstr "Alert template" - -#~ msgid "Module is not selected" -#~ msgstr "Module is not selected" - -#~ msgid "There are no defined inventory modules" -#~ msgstr "There are no defined inventory modules" - -#~ msgid "" -#~ "Successfully added to delete the collection. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to the deletion of the collection. It will be deleted " -#~ "in the next policy application." - -#~ msgid "Outdate" -#~ msgstr "Outdated" - -#~ msgid "" -#~ "Successfully added to delete pending agents. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to agents pending to be deleted. They will be deleted " -#~ "in the next policy application." - -#~ msgid "" -#~ "Successfully added to delete pending groups. Will be deleted in the next " -#~ "policy application." -#~ msgstr "" -#~ "Successfully added to groups pending to be deleted. Will be deleted in " -#~ "the next policy application." - -#~ msgid "Successfully added to delete queue" -#~ msgstr "Successfully added to delete queue" - -#~ msgid "Could not be added to delete queue" -#~ msgstr "Could not be added to the delete queue" - -#~ msgid "Successfully deleted from delete pending agents" -#~ msgstr "Successfully deleted from agents pending to be deleted" - -#~ msgid "Could not be deleted from delete pending agents" -#~ msgstr "Could not be deleted from agents pending to be deleted" - -#~ msgid "Apply to" -#~ msgstr "Apply to" - -#~ msgid "Agents in Policy" -#~ msgstr "Agents in policy" - -#~ msgid "Groups in Policy" -#~ msgstr "Groups in policy" - -#~ msgid "Add agents to policy" -#~ msgstr "Add agents to policy" - -#~ msgid "Delete agents from policy" -#~ msgstr "Delete agents from policy" - -#~ msgid "Applied" -#~ msgstr "Applied" - -#~ msgid "Not applied" -#~ msgstr "Not applied" - -#~ msgid "R." -#~ msgstr "R." - -#~ msgid "Unlinked modules" -#~ msgstr "Unlinked modules" - -#~ msgid "U." -#~ msgstr "U." - -#~ msgid "Last application" -#~ msgstr "Last application" - -#~ msgid "Add to delete queue" -#~ msgstr "Add to delete queue" - -#~ msgid "D." -#~ msgstr "D." - -#~ msgid "This agent can not be remotely configured" -#~ msgstr "This agent cannot be remotely configured." - -#~ msgid "Policy applied" -#~ msgstr "Policy applied" - -#~ msgid "Need apply" -#~ msgstr "Must be applied" - -#~ msgid "Applying policy" -#~ msgstr "Applying policy" - -#~ msgid "Deleting from policy" -#~ msgstr "Deleting from policy" - -#~ msgid "Add groups to policy" -#~ msgstr "Add groups to policy" - -#~ msgid "Delete groups from policy" -#~ msgstr "Delete groups from policy" - -#~ msgid "Total agents in policy group" -#~ msgstr "Total agents in policy group" - -#~ msgid "Custom OID" -#~ msgstr "Custom OID" - -#~ msgid "Successfully added trap custom values" -#~ msgstr "Trap custom values added successfully" - -#~ msgid "Error adding trap custom values" -#~ msgstr "Error adding trap custom values" - -#~ msgid "This custom OID is preexistent." -#~ msgstr "This custom OID already exists." - -#~ msgid "No change in data" -#~ msgstr "No change in data" - -#~ msgid "Successfully updated trap custom values" -#~ msgstr "Trap custom values updated successfully" - -#~ msgid "Error updating trap custom values" -#~ msgstr "Error updating trap custom values" - -#~ msgid "Successfully deleted trap custom values" -#~ msgstr "Trap custom values deleted successfully" - -#~ msgid "Error deleting trap custom values" -#~ msgstr "Error deleting trap custom values" - -#, php-format -#~ msgid "Uploaded %s/%s traps" -#~ msgstr "Uploaded %s/%s traps" - -#~ msgid "" -#~ "MIB files will be loaded and searched for SNMP trap definitions. They " -#~ "will not be installed on the system! You can use the MIB uploader for " -#~ "that purpose." -#~ msgstr "" -#~ "MIB files will be loaded and searched for SNMP trap definitions. They " -#~ "will not be installed on the system! You can use the MIB uploader for " -#~ "that purpose." - -#~ msgid "Manage Satellite Server" -#~ msgstr "Manage Satellite Server" - -#~ msgid "SNMP operations" -#~ msgstr "SNMP operations" - -#~ msgid "Satellite operations" -#~ msgstr "Satellite operations" - -#~ msgid "Duplicate config" -#~ msgstr "Duplicate configuration" - -#~ msgid "Oracle" -#~ msgstr "Oracle" - -#~ msgid "VMware" -#~ msgstr "VMware" - -#~ msgid "Enterprise ACL Setup" -#~ msgstr "Enterprise ACL Setup" - -#~ msgid "Skins" -#~ msgstr "Skins" - -#~ msgid "Export targets" -#~ msgstr "Export targets" - -#~ msgid "Unsuccessful update the tags" -#~ msgstr "Error updating the tags" - -#~ msgid "Tags unused" -#~ msgstr "Tags unused" - -#~ msgid "Tags used" -#~ msgstr "Tags used" - -#~ msgid "Success: create the alerts." -#~ msgstr "Alerts created successfully" - -#~ msgid "Failed: create the alerts for this modules, please check." -#~ msgstr "Error creating the alerts for these modules, please check." - -#~ msgid "Bulk alerts policy add" -#~ msgstr "Add policy alerts in bulk" - -#~ msgid "Bulk alerts policy delete" -#~ msgstr "Delete policy alerts in bulk" - -#~ msgid "Bulk tags module policy edit" -#~ msgstr "Edit module tags in policies in bulk" - -#~ msgid "Bulk modules policy tags edit" -#~ msgstr "Edit module tags in policies in bulk" - -#~ msgid "Bulk modules policy add from agent" -#~ msgstr "Add module policies from the agent in bulk" - -#~ msgid "Bulk alert SNMP delete" -#~ msgstr "Delete SNMP alerts in bulk" - -#~ msgid "Bulk alert SNMP edit" -#~ msgstr "Edit SNMP alerts in bulk" - -#~ msgid "Bulk Satellite modules edit" -#~ msgstr "Edit Satellite modules in bulk" - -#~ msgid "Successfully copied " -#~ msgstr "Successfully copied " - -#~ msgid "Module " -#~ msgstr "Module " - -#~ msgid " cannot be copied to " -#~ msgstr " cannot be copied to " - -#~ msgid " policy" -#~ msgstr " policy" - -#~ msgid "To policies" -#~ msgstr "To policies" - -#~ msgid "No destiny policies to copy" -#~ msgstr "No destination policies to copy" - -#~ msgid "Updated modules on database" -#~ msgstr "Updated modules in the database" - -#~ msgid "Agent configuration files updated" -#~ msgstr "Agent configuration files updated" - -#~ msgid "" -#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -#~ "Single value, each Custom OIDs/Datas." -#~ msgstr "" -#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -#~ "Single value, each Custom OIDs/Datas." - -#, php-format -#~ msgid "Successfully updated alerts (%s / %s)" -#~ msgstr "Alerts (%s / %s) updated successfully" - -#, php-format -#~ msgid "Unsuccessfully updated alerts (%s / %s)" -#~ msgstr "Error updating alerts (%s / %s)" - -#~ msgid "SNMP Alerts to be edit" -#~ msgstr "SNMP alerts to be edited" - -#~ msgid "Modules unused" -#~ msgstr "Unused modules" - -#~ msgid "No name specified for the service" -#~ msgstr "No name specified for the service" - -#~ msgid "No description specified for the service" -#~ msgstr "No description specified for the service" - -#~ msgid "S.L.A. interval" -#~ msgstr "SLA interval" - -#~ msgid "S.L.A. limit" -#~ msgstr "SLA limit" - -#~ msgid "Unknown weight" -#~ msgstr "Unknown weight" - -#~ msgid "Success: remove the alerts." -#~ msgstr "Alerts removed successfully" - -#~ msgid "Failed: remove the alerts for this modules, please check." -#~ msgstr "Error removing the alerts for these modules, please check." - -#~ msgid "SMNP community" -#~ msgstr "SMNP community" - -#~ msgid "Show extended info" -#~ msgstr "Show extended info" - -#~ msgid "" -#~ "The security check cannot be performed. There are no data in " -#~ "tsession_extended to check the hash." -#~ msgstr "" -#~ "The security check cannot be performed. There are no data in " -#~ "tsession_extended to check the hash." - -#~ msgid "Security check is ok." -#~ msgstr "Security check is OK" - -#~ msgid "Security check is fail." -#~ msgstr "Security check failed" - -#~ msgid "Extended info:" -#~ msgstr "Extended info:" - -#~ msgid "Changes:" -#~ msgstr "Changes:" - -#~ msgid "List event alerts" -#~ msgstr "List event alerts" - -#~ msgid "Builder event alert" -#~ msgstr "Event alert builder" - -#~ msgid "Configure event rule" -#~ msgstr "Configure event rule" - -#~ msgid "This field will be processed with regexp" -#~ msgstr "This field will be processed with regexp" - -#~ msgid "Window" -#~ msgstr "Window" - -#~ msgid "Configure event alert" -#~ msgstr "Configure event alert" - -#~ msgid "Could not be created, please fill alert name" -#~ msgstr "Could not be created, please fill in the alert name." - -#~ msgid "Days of week" -#~ msgstr "Days of week" - -#~ msgid "Rule evaluation mode" -#~ msgstr "Rule evaluation mode" - -#~ msgid "Please Read" -#~ msgstr "Please read" - -#~ msgid "" -#~ "Since the alert can have multiple actions. You can edit them from the " -#~ "alert list of events." -#~ msgstr "" -#~ "Since the alert can have multiple actions. You can edit them from the " -#~ "list of event alerts." - -#~ msgid "Ac." -#~ msgstr "Ac." - -#~ msgid "No associated actions" -#~ msgstr "No associated actions" - -#~ msgid "View associated rules" -#~ msgstr "View associated rules" - -#~ msgid "There are no defined events alerts" -#~ msgstr "There are no defined event alerts." - -#~ msgid "Event rules" -#~ msgstr "Event rules" - -#~ msgid "Error creating rule" -#~ msgstr "Error creating rule" - -#~ msgid "Successfully created rule" -#~ msgstr "Rule created successfully" - -#~ msgid "Error updating rule" -#~ msgstr "Error updating rule" - -#~ msgid "Successfully updating rule" -#~ msgstr "Rule updated successfully" - -#~ msgid "Error updating rule operators" -#~ msgstr "Error updating rule operators" - -#~ msgid "Successfully update rule operators" -#~ msgstr "Rule operators updated successfully" - -#~ msgid "(Agent)" -#~ msgstr "(Agent)" - -#~ msgid "Operator" -#~ msgstr "Operator" - -#~ msgid "Logic expression for these rules:" -#~ msgstr "Logic expression for these rules:" - -#~ msgid "Update operators" -#~ msgstr "Update operators" - -#~ msgid "There are no defined alert event rules" -#~ msgstr "There are no defined event alert rules" - -#~ msgid "New Service" -#~ msgstr "New service" - -#~ msgid "Service created successfully" -#~ msgstr "Service created successfully" - -#~ msgid "Service updated successfully" -#~ msgstr "Service updated successfully" - -#~ msgid "Config Service" -#~ msgstr "Configuration service" - -#~ msgid "View Service" -#~ msgstr "View service" - -#~ msgid "No Services or concrete action" -#~ msgstr "No services or concrete action" - -#~ msgid "General Data" -#~ msgstr "General data" - -#~ msgid "" -#~ "Here are described the alert templates, which will use their default " -#~ "actions.\n" -#~ "\t\tYou can modify the default behaviour editing alerts in the agent who " -#~ "stores data and alert definitions about the service and the SLA status." -#~ msgstr "" -#~ "Here you will find a description of the alert templates, which will use " -#~ "their default actions.\n" -#~ "\t\tYou can modify the default behaviour by editing alerts in the agent " -#~ "who stores data and alert definitions about the service and the SLA " -#~ "status." - -#~ msgid "Filter by group" -#~ msgstr "Filter by group" - -#~ msgid "Edit service elements" -#~ msgstr "Edit service elements" - -#~ msgid "Event days" -#~ msgstr "Event days" - -#~ msgid "Seconds" -#~ msgstr "Seconds" - -#~ msgid "Replication limit" -#~ msgstr "Replication limit" - -#~ msgid "No replication yet" -#~ msgstr "No replication yet" - -#~ msgid "Replication mode" -#~ msgstr "Replication mode" - -#~ msgid "Only validated events" -#~ msgstr "Only validated events" - -#~ msgid "Metaconsole DB engine" -#~ msgstr "Metaconsole DB engine" - -#~ msgid "MySQL" -#~ msgstr "MySQL" - -#~ msgid "Metaconsole DB host" -#~ msgstr "Metaconsole DB host" - -#~ msgid "Metaconsole DB name" -#~ msgstr "Metaconsole DB name" - -#~ msgid "Metaconsole DB user" -#~ msgstr "Metaconsole DB user" - -#~ msgid "Metaconsole DB password" -#~ msgstr "Metaconsole DB password" - -#~ msgid "Show events list in local console (read only)" -#~ msgstr "Show event list in the local console (read only)" - -#~ msgid "Enterprise options" -#~ msgstr "Enterprise options" - -#~ msgid "Enterprise password policy" -#~ msgstr "Enterprise password policy" - -#~ msgid "Skins configuration" -#~ msgstr "Skin configuration" - -#~ msgid "Successfully deleted skin" -#~ msgstr "Successfully deleted skin" - -#~ msgid "Skin name" -#~ msgstr "Skin name" - -#~ msgid "Relative path" -#~ msgstr "Relative path" - -#~ msgid "There are no defined skins" -#~ msgstr "There are no defined skins." - -#~ msgid "" -#~ "Token previously configured on the destination Pandora console in order " -#~ "to use delegated authentification." -#~ msgstr "" -#~ "Token previously configured on the destination Pandora FMS console in " -#~ "order to use delegated authentication." - -#~ msgid "ElasticSearch IP" -#~ msgstr "ElasticSearch IP" - -#~ msgid "IP of ElasticSearch server" -#~ msgstr "IP of ElasticSearch server" - -#~ msgid "ElasticSearch Port" -#~ msgstr "ElasticSearch Port" - -#~ msgid "Port of ElasticSearch server" -#~ msgstr "Port of ElasticSearch server" - -#~ msgid "SAML" -#~ msgstr "SAML" - -#~ msgid "Local command" -#~ msgstr "Local command" - -#~ msgid "LDAP Attributes" -#~ msgstr "LDAP attributes" - -#~ msgid "Select profile" -#~ msgstr "Select profile" - -#~ msgid "New users will be able to log in to the nodes." -#~ msgstr "New users will be able to log in to the nodes" - -#~ msgid "AD Groups" -#~ msgstr "AD Groups" - -#~ msgid "SimpleSAML path" -#~ msgstr "SimpleSAML path" - -#~ msgid "Add new ACL element to profile" -#~ msgstr "Add new ACL element to profile" - -#~ msgid "Mobile" -#~ msgstr "Mobile" - -#~ msgid "Section 2" -#~ msgstr "Section 2" - -#~ msgid "Section 3" -#~ msgstr "Section 3" - -#~ msgid "Page" -#~ msgstr "Page" - -#~ msgid "Filter by profile" -#~ msgstr "Filter by profile" - -#~ msgid "Invalid" -#~ msgstr "Invalid" - -#~ msgid "Successfully updated skin" -#~ msgstr "Skin updated successfully" - -#~ msgid "Error updating skin" -#~ msgstr "Error updating skin" - -#~ msgid "Error creating skin" -#~ msgstr "Error creating skin" - -#~ msgid "Successfully created skin" -#~ msgstr "Skin created successfully" - -#~ msgid "" -#~ "Zip file with skin subdirectory. The name of the zip file only can have " -#~ "alphanumeric characters." -#~ msgstr "" -#~ "Zip file with skin subdirectory. The name of the zip file can only have " -#~ "alphanumeric characters." - -#~ msgid "Group/s" -#~ msgstr "Group(s)" - -#~ msgid "Cleanup sucessfully" -#~ msgstr "Cleanup successful" - -#~ msgid "Cleanup error" -#~ msgstr "Cleanup error" - -#~ msgid "Sucessfully applied" -#~ msgstr "Successfully applied" - -#~ msgid "reports" -#~ msgstr "Reports" - -#~ msgid "items" -#~ msgstr "Items" - -#~ msgid "Could not be applied" -#~ msgstr "Could not be applied" - -#~ msgid "Create template report wizard" -#~ msgstr "Create template report wizard" - -#~ msgid "Clean up template" -#~ msgstr "Clean up template" - -#~ msgid "Create report per agent" -#~ msgstr "Create report per agent" - -#~ msgid "" -#~ "Left in blank if you want to use default name: Template name - agents " -#~ "(num agents) - Date" -#~ msgstr "" -#~ "Please leave it blank if you intend to use the default name: Template " -#~ "name - agents (num agents) - Date" - -#~ msgid "Target group" -#~ msgstr "Target group" - -#~ msgid "Filter by" -#~ msgstr "Filter by" - -#~ msgid "Filter tag" -#~ msgstr "Filter tag" - -#~ msgid "Agents available" -#~ msgstr "Agents available" - -#~ msgid "Agents to apply" -#~ msgstr "Agents to apply" - -#~ msgid "Undo agents to template" -#~ msgstr "Undo agents to template" - -#~ msgid "Please set template distinct than " -#~ msgstr "Please set template distinct from " - -#~ msgid "Please set agent distinct than " -#~ msgstr "Please set agent different than " - -#~ msgid "" -#~ "This will be delete all reports created in previous template " -#~ "applications. Do you want to continue?" -#~ msgstr "" -#~ "This will delete all reports created in previous template applications. " -#~ "Do you want to continue?" - -#~ msgid "Edit template" -#~ msgstr "Edit template" - -#~ msgid "Graph template management" -#~ msgstr "Graph template management" - -#~ msgid "There are no defined graph templates" -#~ msgstr "There are no defined graph templates" - -#~ msgid "Create template" -#~ msgstr "Create template" - -#~ msgid "Graph template editor" -#~ msgstr "Graph template editor" - -#~ msgid "Template updated successfully" -#~ msgstr "Template updated successfully" - -#~ msgid "3 hours" -#~ msgstr "3 hours" - -#~ msgid "4 days" -#~ msgstr "4 days" - -#~ msgid "2 months" -#~ msgstr "2 months" - -#~ msgid "Stacked" -#~ msgstr "Stacked" - -#~ msgid "Global" -#~ msgstr "Global" - -#~ msgid "Elements to apply" -#~ msgstr "Elements to apply" - -#~ msgid "<" -#~ msgstr "<" - -#~ msgid "" -#~ "Show a resume table with max, min, average of total modules on the report " -#~ "bottom" -#~ msgstr "" -#~ "Show a summary chart with max, min and average number of total modules at " -#~ "the end of the report." - -#~ msgid "Wizard template" -#~ msgstr "Wizard template" - -#~ msgid "Advance Reporting" -#~ msgstr "Advance reporting" - -#~ msgid "Order:" -#~ msgstr "Order:" - -#~ msgid "" -#~ "Show a resume table with max, min, average of total modules on the report " -#~ "bottom:" -#~ msgstr "" -#~ "Show a resume table with max, min, average of total modules on the report " -#~ "bottom:" - -#~ msgid "" -#~ "If this option was checked, only adding in elements that type of modules " -#~ "support this option." -#~ msgstr "" -#~ "If this option is checked, only adding this type of modules supports this " -#~ "option." - -#~ msgid "Wizard SLA" -#~ msgstr "SLA-Wizard" - -#~ msgid "hourly S.L.A." -#~ msgstr "hourly SLA" - -#~ msgid "Availability Graph S.L.A." -#~ msgstr "Availability Graph SLA" - -#~ msgid "SLA min value" -#~ msgstr "SLA min value" - -#~ msgid "SLA min Value" -#~ msgstr "SLA min value" - -#~ msgid "SLA max value" -#~ msgstr "SLA max value" - -#~ msgid "SLA max Value" -#~ msgstr "SLA max value" - -#~ msgid "SLA Limit %" -#~ msgstr "SLA limit %" - -#~ msgid "SLA Limit value is needed" -#~ msgstr "SLA limit value is needed" - -#~ msgid "List templates" -#~ msgstr "List templates" - -#~ msgid "PDF" -#~ msgstr "PDF" - -#~ msgid "Export to JSON" -#~ msgstr "Export to JSON" - -#~ msgid "You haven't created templates yet." -#~ msgstr "You have not created templates yet." - -#~ msgid "Add agents" -#~ msgstr "Add agents" - -#~ msgid "Generate" -#~ msgstr "Generate" - -#~ msgid "Exact match" -#~ msgstr "Exact match" - -#~ msgid "Decrease Weight" -#~ msgstr "Decrease weight" - -#~ msgid "Increase Weight" -#~ msgstr "Increase weight" - -#~ msgid "Custom Mysql template builder" -#~ msgstr "Custom MySQL template builder" - -#~ msgid "Create custom SQL" -#~ msgstr "Create custom SQL" - -#~ msgid ": Create new custom" -#~ msgstr "Create new custom search:" - -#~ msgid "Successfully operation" -#~ msgstr "Successful operation" - -#~ msgid "Could not be operation" -#~ msgstr "Operation could not be completed" - -#~ msgid "Item Editor" -#~ msgstr "Item Editor" - -#~ msgid "Module exact match" -#~ msgstr "Module exact match" - -#~ msgid "Check it if you want to match module name literally" -#~ msgstr "Check if you want to match the module name literally" - -#~ msgid "Hide items without data" -#~ msgstr "Hide items without data" - -#~ msgid "Check it if you want not show items without data" -#~ msgstr "Check if you want to hide items without data" - -#~ msgid "Query SQL" -#~ msgstr "SQL query" - -#~ msgid "SQL preview" -#~ msgstr "SQL preview" - -#~ msgid "Modules to match" -#~ msgstr "Modules to match" - -#~ msgid "Select the modules to match when create a report for agents" -#~ msgstr "Select the modules to match when creating a report for agents." - -#~ msgid "Modules to match (Free text)" -#~ msgstr "Modules to match (Free text)" - -#~ msgid "Free text to filter the modules of agents when apply this template." -#~ msgstr "" -#~ "Free text to filter the modules of agents when applying this template." - -#~ msgid "Create a graph for each agent" -#~ msgstr "Create a graph for each agent" - -#~ msgid "" -#~ "If it is checked, the regexp or name of modules match only each to each " -#~ "to agent, instead create a big graph with all modules from all agents." -#~ msgstr "" -#~ "If this is checked, the regexp or name of modules match only once to each " -#~ "agent, instead of creating a large graph with all modules from all agents." - -#~ msgid "Please save the SLA template for start to add items in this list." -#~ msgstr "" -#~ "Please save the SLA template before starting to add items to this list." - -#~ msgid "Name and SLA limit should not be empty" -#~ msgstr "Name and SLA limit should not be empty" - -#~ msgid "Push the selected services into the list" -#~ msgstr "Push the selected services into the list" - -#~ msgid "Remove the services from the list" -#~ msgstr "Remove the services from the list" - -#~ msgid "Icon preview" -#~ msgstr "Icon preview" - -#~ msgid "The services list is empty" -#~ msgstr "The services list is empty" - -#~ msgid "Advance Options" -#~ msgstr "Advance options" - -#~ msgid "DB Status" -#~ msgstr "DB Status" - -#~ msgid "Error updating export target" -#~ msgstr "Error updating export target" - -#~ msgid "Successfully updated export target" -#~ msgstr "Successfully updated export target" - -#~ msgid "Error deleting export target" -#~ msgstr "Error deleting export target" - -#~ msgid "" -#~ "Can't be created export target: User and password must be filled with FTP " -#~ "mode" -#~ msgstr "" -#~ "Export target cannot be created: user and password must be filled with " -#~ "FTP mode" - -#~ msgid "There are no defined export targets" -#~ msgstr "There are no defined export targets" - -#~ msgid "Preffix" -#~ msgstr "Preffix" - -#~ msgid "Transfer mode" -#~ msgstr "Transfer mode" - -#~ msgid "Credential Boxes List" -#~ msgstr "Credential box list" - -#~ msgid "No Data" -#~ msgstr "No data" - -#~ msgid "Error: The conf file of server is not readble." -#~ msgstr "Error: the configuration file of server is not readable." - -#~ msgid "Error: The conf file of server is not writable." -#~ msgstr "Error: the configuration file of server is not writable." - -#~ msgid "Add Credential Box" -#~ msgstr "Add credential box" - -#~ msgid "Target directory" -#~ msgstr "Target directory" - -#~ msgid "Extra options" -#~ msgstr "Extra options" - -#~ msgid "Send to emails (separated by comma)" -#~ msgstr "Send to e-mail addresses (separated by a comma)" - -#~ msgid "Save to disk into path" -#~ msgstr "Save to disk in path" - -#~ msgid "The apache user should have read-write access on this folder. Ex: " -#~ msgstr "The Apache user should have read-write access on this folder. E.g. " - -#~ msgid "Send to email" -#~ msgstr "Send to e-mail" - -#~ msgid "Send custom report by email" -#~ msgstr "Send custom report by e-mail" - -#~ msgid "Send custom report (from template) by email" -#~ msgstr "Send custom report (from template) by e-mail" - -#~ msgid "Backup Pandora database" -#~ msgstr "Backup Pandora FMS database" - -#~ msgid "Execute custom script" -#~ msgstr "Execute custom script" - -#~ msgid "Save custom xml report to disk" -#~ msgstr "Save custom XML report to disk" - -#~ msgid "Yearly" -#~ msgstr "Yearly" - -#~ msgid "The phase does not have a defined script" -#~ msgstr "The phase does not have a defined script." - -#~ msgid "Edit Data" -#~ msgstr "Edit data" - -#~ msgid "Error accesing to API, auth error." -#~ msgstr "Error accesing API, authentication error" - -#~ msgid "Error accesing to API." -#~ msgstr "Error accessing API" - -#~ msgid "Error could not resolve the host." -#~ msgstr "Error, could not resolve the host" - -#~ msgid "Database credentials not found" -#~ msgstr "Database credentials not found" - -#~ msgid "Error connecting to the specified host" -#~ msgstr "Error connecting to the specified host" - -#~ msgid "Connected to the host, but cannot found the specified database" -#~ msgstr "Connected to host, but cannot find the specified database" - -#~ msgid "Server connection failed" -#~ msgstr "Server connection failed" - -#~ msgid "Last event replication" -#~ msgstr "Last event replication" - -#~ msgid "Agent cache failed" -#~ msgstr "Agent cache failed" - -#~ msgid "avg" -#~ msgstr "avg" - -#~ msgid "Group name" -#~ msgstr "Group name" - -#~ msgid "Global time: " -#~ msgstr "Global time: " - -#~ msgid "Lines" -#~ msgstr "Lines" - -#~ msgid "Error in dependencies field" -#~ msgstr "Error in dependencies field" - -#~ msgid "Error in enables field" -#~ msgstr "Error when enabling the field" - -#~ msgid "No files in collection" -#~ msgstr "No files in collection" - -#~ msgid "Contents" -#~ msgstr "Contents" - -#~ msgid "Crit:" -#~ msgstr "Critical:" - -#~ msgid "Warn:" -#~ msgstr "Warning:" - -#~ msgid "Ok:" -#~ msgstr "OK:" - -#~ msgid "None of the services was added" -#~ msgstr "None of the services was added" - -#, php-format -#~ msgid "%d services couldn't be added" -#~ msgstr "%d services could not be added" - -#~ msgid "There was an error retrieving the visual map information" -#~ msgstr "There was an error retrieving the visual map information" - -#~ msgid "No services selected" -#~ msgstr "No services selected" - -#~ msgid "No description" -#~ msgstr "No description" - -#~ msgid "Restoring a backup" -#~ msgstr "Restoring a backup" - -#~ msgid "" -#~ "It's a complex operation that needs human intervation to avoid system " -#~ "failures and data loosing" -#~ msgstr "" -#~ "This is a complex operation that requires human intervention to avoid " -#~ "system failures and data loss." - -#~ msgid "To restore the selected backup, please follow these steps" -#~ msgstr "To restore the selected backup, please follow these steps." - -#~ msgid "Open a root shell in your system located at " -#~ msgstr "Open a root shell in your system located at " - -#~ msgid "Restore the backup" -#~ msgstr "Restore the backup" - -#~ msgid "Modify console configuration to use this new database" -#~ msgstr "Please modify the console configuration to use this new database." - -#~ msgid "Open configuration file" -#~ msgstr "Open configuration file" - -#~ msgid "Find" -#~ msgstr "Find" - -#~ msgid "and replace with" -#~ msgstr "and replace it with" - -#~ msgid "Modify servers configuration to use this new database" -#~ msgstr "Modify server configuration to use this new database." - -#~ msgid "Find servers configuration file and replace the following lines" -#~ msgstr "" -#~ "Please find the server configuration file and replace the following lines" - -#~ msgid "Restart the servers and login again into the console" -#~ msgstr "Please restart the servers and login to the console again." - -#~ msgid "Module alert" -#~ msgstr "Module alert" - -#~ msgid "Event report agent" -#~ msgstr "Event report agent" - -#~ msgid "Event report group" -#~ msgstr "Group event report" - -#~ msgid "Event report module" -#~ msgstr "Event report module" - -#~ msgid "% OK" -#~ msgstr "% OK" - -#~ msgid "Serialized data " -#~ msgstr "Serialized data " - -#~ msgid "Uknown agents" -#~ msgstr "Unknown agents" - -#~ msgid "Last 8 hours events" -#~ msgstr "Events from the last 8 hours" - -#~ msgid "Illegal query or any other error" -#~ msgstr "Illegal query or any other error" - -#~ msgid "% Wrong" -#~ msgstr "% Wrong" - -#~ msgid "Simple Graph" -#~ msgstr "Simple Graph" - -#~ msgid "SLA Max" -#~ msgstr "SLA Max" - -#~ msgid "SLA Min" -#~ msgstr "SLA Min" - -#~ msgid "Time Total " -#~ msgstr "Time Total " - -#~ msgid "Time OK " -#~ msgstr "Time OK " - -#~ msgid "Time Error " -#~ msgstr "Time Error " - -#~ msgid "Time Unknown " -#~ msgstr "Time Unknown " - -#~ msgid "Time Not Init " -#~ msgstr "Time Not Init " - -#~ msgid "Time Downtime " -#~ msgstr "Time Downtime " - -#~ msgid "Checks Total " -#~ msgstr "Checks Total " - -#~ msgid "Checks OK " -#~ msgstr "Checks OK " - -#~ msgid "Checks Error " -#~ msgstr "Checks Error " - -#~ msgid "Checks Unknown " -#~ msgstr "Checks Unknown " - -#~ msgid "Checks Not Init " -#~ msgstr "Checks Not Init " - -#~ msgid "SLA " -#~ msgstr "SLA " - -#~ msgid "Subtitle" -#~ msgstr "Subtitle" - -#~ msgid "Time Total Month" -#~ msgstr "Time Total Month" - -#~ msgid "Time OK Month" -#~ msgstr "Time OK Month" - -#~ msgid "Time Error Month" -#~ msgstr "Time Error Month" - -#~ msgid "Time Unknown Month" -#~ msgstr "Time Unknown Month" - -#~ msgid "Time Downtime Month" -#~ msgstr "Time Downtime Month" - -#~ msgid "Time Not Init Month" -#~ msgstr "Time Not Init Month" - -#~ msgid "Checks Total Month" -#~ msgstr "Checks Total Month" - -#~ msgid "Checks OK Month" -#~ msgstr "Checks OK Month" - -#~ msgid "Checks Error Month" -#~ msgstr "Checks Error Month" - -#~ msgid "Checks Unknown Month" -#~ msgstr "Checks Unknown Month" - -#~ msgid "Checks Not Init Month" -#~ msgstr "Checks Not Init Month" - -#~ msgid "SLA Month" -#~ msgstr "SLA Month" - -#~ msgid "Day" -#~ msgstr "Day" - -#~ msgid "Time Total Day" -#~ msgstr "Time Total Day" - -#~ msgid "Time OK Day" -#~ msgstr "Time OK Day" - -#~ msgid "Time Error Day" -#~ msgstr "Time Error Day" - -#~ msgid "Time Unknown Day" -#~ msgstr "Time Unknown Day" - -#~ msgid "Time Not Init Day" -#~ msgstr "Time Not Init Day" - -#~ msgid "Time Downtime Day" -#~ msgstr "Time Downtime Day" - -#~ msgid "Time Out Day" -#~ msgstr "Time Out Day" - -#~ msgid "Checks Total Day" -#~ msgstr "Checks Total Day" - -#~ msgid "Checks OK Day" -#~ msgstr "Checks OK Day" - -#~ msgid "Checks Error Day" -#~ msgstr "Checks Error Day" - -#~ msgid "Checks Unknown Day" -#~ msgstr "Checks Unknown Day" - -#~ msgid "Checks Not Init Day" -#~ msgstr "Checks Not Init Day" - -#~ msgid "SLA Day" -#~ msgstr "SLA Day" - -#~ msgid "SLA Fixed Day" -#~ msgstr "SLA Fixed Day" - -#~ msgid "Date From Day" -#~ msgstr "Date From Day" - -#~ msgid "Date To Day" -#~ msgstr "Date To Day" - -#~ msgid "Status Day" -#~ msgstr "Status Day" - -#~ msgid "Month Number" -#~ msgstr "Month Number" - -#~ msgid "Year" -#~ msgstr "Year" - -#~ msgid "Time Total week" -#~ msgstr "Time Total week" - -#~ msgid "Time OK week" -#~ msgstr "Time OK week" - -#~ msgid "Time Error week" -#~ msgstr "Time Error week" - -#~ msgid "Time Unknown week" -#~ msgstr "Time Unknown week" - -#~ msgid "Time Downtime week" -#~ msgstr "Time Downtime week" - -#~ msgid "Time Not Init week" -#~ msgstr "Time Not Init week" - -#~ msgid "Checks Total week" -#~ msgstr "Checks Total week" - -#~ msgid "Checks OK week" -#~ msgstr "Checks OK week" - -#~ msgid "Checks Error week" -#~ msgstr "Checks Error week" - -#~ msgid "Checks Unknown week" -#~ msgstr "Checks Unknown week" - -#~ msgid "Status week" -#~ msgstr "Status week" - -#~ msgid "Day Week" -#~ msgstr "Day Week" - -#~ msgid "SLA max" -#~ msgstr "SLA max" - -#~ msgid "SLA min" -#~ msgstr "SLA min" - -#~ msgid "SLA limit" -#~ msgstr "SLA limit" - -#~ msgid "Time Error" -#~ msgstr "Time Error" - -#~ msgid "Checks Error" -#~ msgstr "Checks Error" - -#~ msgid "Checks Not Init" -#~ msgstr "Checks Not Init" - -#~ msgid "SLA Fixed" -#~ msgstr "SLA Fixed" - -#~ msgid "Time Total day" -#~ msgstr "Time Total day" - -#~ msgid "Time OK day" -#~ msgstr "Time OK day" - -#~ msgid "Time Error day" -#~ msgstr "Time Error day" - -#~ msgid "Time Unknown day" -#~ msgstr "Time Unknown day" - -#~ msgid "Time Downtime day" -#~ msgstr "Time Downtime day" - -#~ msgid "Time Not Init day" -#~ msgstr "Time Not Init day" - -#~ msgid "Checks Total day" -#~ msgstr "Checks Total day" - -#~ msgid "Checks OK day" -#~ msgstr "Checks OK day" - -#~ msgid "Checks Error day" -#~ msgstr "Checks Error day" - -#~ msgid "Checks Unknown day" -#~ msgstr "Checks Unknown day" - -#~ msgid "Status day" -#~ msgstr "Status day" - -#~ msgid "Hours" -#~ msgstr "Hours" - -#~ msgid "Time Total hours" -#~ msgstr "Time Total hours" - -#~ msgid "Time OK hours" -#~ msgstr "Time OK hours" - -#~ msgid "Time Error hours" -#~ msgstr "Time Error hours" - -#~ msgid "Time Unknown hours" -#~ msgstr "Time Unknown hours" - -#~ msgid "Time Not Init hours" -#~ msgstr "Time Not Init hours" - -#~ msgid "Time Downtime hours" -#~ msgstr "Time Downtime hours" - -#~ msgid "Time Out hours" -#~ msgstr "Time Out hours" - -#~ msgid "Checks Total hours" -#~ msgstr "Checks Total hours" - -#~ msgid "Checks OK hours" -#~ msgstr "Checks OK hours" - -#~ msgid "Checks Error hours" -#~ msgstr "Checks Error hours" - -#~ msgid "Checks Unknown hours" -#~ msgstr "Checks Unknown hours" - -#~ msgid "Checks Not Init hours" -#~ msgstr "Checks Not Init hours" - -#~ msgid "SLA hours" -#~ msgstr "SLA hours" - -#~ msgid "SLA Fixed hours" -#~ msgstr "SLA Fixed hours" - -#~ msgid "Date From hours" -#~ msgstr "Date From hours" - -#~ msgid "Date To hours" -#~ msgstr "Date To hours" - -#~ msgid "Status hours" -#~ msgstr "Status hours" - -#~ msgid "Register" -#~ msgstr "Register" - -#~ msgid "Datacenter user" -#~ msgstr "Datacenter user" - -#~ msgid "V-Center IP" -#~ msgstr "V-Center IP" - -#~ msgid "Retry send" -#~ msgstr "Retry send" - -#~ msgid "Event mode" -#~ msgstr "Event mode" - -#~ msgid "Extra settings" -#~ msgstr "Extra settings" - -#~ msgid "Correlated alerts" -#~ msgstr "Correlated alerts" - -#~ msgid "Tree view by tags" -#~ msgstr "Tree view by tags" - -#~ msgid "" -#~ "If the interval of days until events data purge is shorter than the " -#~ "events data history storage interval, data will be lost. It is " -#~ "recommended that the storage frequency is higher than the purge frequency." -#~ msgstr "" -#~ "If the interval of days until event data purge is shorter than the event " -#~ "data history storage interval, data will be lost. It is recommended to " -#~ "set storage frequency higher than purge frequency." - -#~ msgid "" -#~ "Problems with event days purge and event days that pass data to history " -#~ "DB." -#~ msgstr "" -#~ "Problems with event days purge and event days that pass data to history " -#~ "DB." - -#~ msgid "" -#~ "If days purge is less than history days pass to history db, you will have " -#~ "a problems and you lost data. Recommended that days purge will more " -#~ "taller than days to history DB" -#~ msgstr "" -#~ "If the number of days purged is lower than history days passed to the " -#~ "history DB, data will be lost. It is recommended to set purged days " -#~ "longer than days passed to history DB." - -#~ msgid "Problems with days purge and days that pass data to history DB" -#~ msgstr "Problems with days purged and days that pass data to history DB" - -#~ msgid "Advance options" -#~ msgstr "Advanced options" - -#~ msgid "Templates list" -#~ msgstr "List of templates" - -#~ msgid "Templates Wizard" -#~ msgstr "Templates Wizard" - -#~ msgid "Availability item created from wizard." -#~ msgstr "Availability item created from wizard" - -#~ msgid "Planned Downtimes" -#~ msgstr "Planned downtimes" - -#~ msgid "Planned Downtime" -#~ msgstr "Planned Downtime" - -#~ msgid "SLA Compliance per days" -#~ msgstr "SLA Compliance per days" - -#~ msgid "Summary of SLA Failures" -#~ msgstr "Summary of SLA Failures" - -#~ msgid "T. Total" -#~ msgstr "T. Total" - -#~ msgid "T. OK" -#~ msgstr "T. OK" - -#~ msgid "T. Error" -#~ msgstr "T. Error" - -#~ msgid "T. Unknown" -#~ msgstr "T. Unknown" - -#~ msgid "T. Not_init" -#~ msgstr "T. Not_init" - -#~ msgid "T. Downtime" -#~ msgstr "T. Downtime" - -#~ msgid "SLA %" -#~ msgstr "SLA %" - -#~ msgid "There are no SLAs defined." -#~ msgstr "There are no SLAs defined" - -#~ msgid "Nonexistent" -#~ msgstr "Nonexistent" - -#, php-format -#~ msgid "Graph agents(%s) - %s" -#~ msgstr "Graph agents(%s) - %s" - -#, php-format -#~ msgid "Graph agent(%s) - %s" -#~ msgstr "Graph agent(%s) - %s" - -#~ msgid "There is not data for the selected conditions" -#~ msgstr "There is no data for the selected conditions" - -#~ msgid "Template editor" -#~ msgstr "Template editor" - -#~ msgid "Get PDF file" -#~ msgstr "Get PDF file" - -#~ msgid "Error adding agent to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error adding the agent to the policy. 'Id_policy' cannot be left blank." - -#~ msgid "Error adding agent to policy. Id_agent cannot be left blank." -#~ msgstr "" -#~ "Error adding the agent to the policy. 'Id_agent' cannot be left blank." - -#~ msgid "Error applying policy. Id_policy cannot be left blank." -#~ msgstr "Error applying the policy. 'Id_policy' cannot be left blank." - -#~ msgid "Error applying policy." -#~ msgstr "Error applying policy" - -#~ msgid "Error applying policy. This policy is already pending to apply." -#~ msgstr "" -#~ "Error applying the policy. The application of this policy is still " -#~ "pending." - -#~ msgid "Error applying all policies." -#~ msgstr "Error applying all policies" - -#~ msgid "Error adding agent to policy. The agent is already in the policy." -#~ msgstr "" -#~ "Error adding the agent to the policy. The agent is already in the policy." - -#~ msgid "Service does not exist." -#~ msgstr "The service does not exist" - -#~ msgid "module that stores the service" -#~ msgstr "module that stores the service" - -#~ msgid "module that stores SLA service" -#~ msgstr "module that stores SLA service" - -#~ msgid "agent that stores the service" -#~ msgstr "agent that stores the service" - -#~ msgid "agent that stores SLA service" -#~ msgstr "agent that stores SLA service" - -#~ msgid "alert critical SLA service" -#~ msgstr "alert critical SLA service" - -#~ msgid "alert warning service" -#~ msgstr "service in warning" - -#~ msgid "alert critical service" -#~ msgstr "alert critical service" - -#~ msgid "alert unknown service" -#~ msgstr "alert unknown service" - -#, php-format -#~ msgid "Module automatic create for the service %s" -#~ msgstr "Automatic module creation for the service %s" - -#~ msgid "Critical (Alert)" -#~ msgstr "Critical (Alert)" - -#~ msgid "There are no service elements defined" -#~ msgstr "There are no service elements defined" - -#~ msgid "Weight Critical" -#~ msgstr "Weight Critical" - -#~ msgid "Weight Warning" -#~ msgstr "Warning weight" - -#~ msgid "Weight Unknown" -#~ msgstr "Weight Unknown" - -#~ msgid "Weight Ok" -#~ msgstr "Weight OK" - -#~ msgid "FAIL" -#~ msgstr "FAIL" - -#~ msgid "You must change password:" -#~ msgstr "You must change the password:" - -#~ msgid "Old pass: " -#~ msgstr "Old password: " - -#~ msgid "New pass: " -#~ msgstr "New password: " - -#~ msgid "Confirm: " -#~ msgstr "Confirm: " - -#~ msgid "Login blocked" -#~ msgstr "Login blocked" - -#~ msgid "User has been blocked. Try again in " -#~ msgstr "User has been blocked. Please try again in " - -#~ msgid " minutes" -#~ msgstr " minutes" - -#~ msgid "Login successfully" -#~ msgstr "Successfully logged in" - -#~ msgid "User pass successfully updated" -#~ msgstr "User password successfully updated" - -#~ msgid "Password must be different from the " -#~ msgstr "Password must be different from the " - -#~ msgid " previous changes." -#~ msgstr " previous changes." - -#~ msgid "Password confirm does not match" -#~ msgstr "Passwords do not match" - -#~ msgid "Password empty" -#~ msgstr "Password empty" - -#~ msgid "Date to" -#~ msgstr "To (date)" - -#~ msgid "More than 5 tags" -#~ msgstr "More than 5 tags" - -#~ msgid "Server not found." -#~ msgstr "Server not found" - -#, php-format -#~ msgid "There is a error: %s" -#~ msgstr "There is an error: %s" - -#, php-format -#~ msgid "There are %s updates, and the first to update is:" -#~ msgstr "There are %s updates, and the first to update is:" - -#~ msgid "Version number:" -#~ msgstr "Version number:" - -#~ msgid "Minor release available" -#~ msgstr "Minor release available" - -#~ msgid "New package available" -#~ msgstr "New package available" - -#~ msgid "Minor release rejected. Changes will not apply." -#~ msgstr "Minor release rejected. Changes will not be applied." - -#~ msgid "" -#~ "Minor release rejected. The database will not be updated and the package " -#~ "will apply." -#~ msgstr "" -#~ "Minor release rejected. The database will not be updated and the package " -#~ "will not be applied." - -#~ msgid "These package changes will not apply." -#~ msgstr "These package changes will not be applied." - -#~ msgid "Database successfully updated" -#~ msgstr "Database successfully updated" - -#~ msgid "Error in MR file" -#~ msgstr "Error in MR file" - -#~ msgid "Package updated successfully" -#~ msgstr "Package updated successfully" - -#~ msgid "Error in package updated" -#~ msgstr "Error in package updated" - -#~ msgid "" -#~ "Database MR version is inconsistent, do you want to apply the package?" -#~ msgstr "" -#~ "Database MR version is inconsistent, do you want to apply the package?" - -#~ msgid "There are db changes" -#~ msgstr "There are changes in the DB" - -#~ msgid "" -#~ "There are new database changes available to apply. Do you want to start " -#~ "the DB update process?" -#~ msgstr "" -#~ "There are new database changes available. Do you want to start the DB " -#~ "update process?" - -#~ msgid "We recommend launching " -#~ msgstr "We recommend launching " - -#~ msgid "" -#~ "There is a new update available to apply. Do you want to start the update " -#~ "process?" -#~ msgstr "" -#~ "There is a new update available. Do you want to start the update process?" - -#~ msgid "Apply MR" -#~ msgstr "Apply MR" - -#~ msgid "Fail to update to the last package." -#~ msgstr "Error updating to the latest package" - -#~ msgid "There was an error extracting the file '" -#~ msgstr "There was an error extracting the file" - -#~ msgid "The package was not extracted." -#~ msgstr "The package could not be extracted" - -#~ msgid "progress" -#~ msgstr "progress" - -#~ msgid "An error ocurred while reading a file." -#~ msgstr "An error ocurred while reading a file" - -#~ msgid "Some of your old files might not be recovered." -#~ msgstr "Some of your old files may be impossible to recover." - -#~ msgid "Some of your files might not be recovered." -#~ msgstr "Some of your files may be impossible to recover." - -#~ msgid "The package does not exist" -#~ msgstr "The package does not exist." - -#~ msgid "Client" -#~ msgstr "Client" - -#~ msgid "Expires" -#~ msgstr "Expires" - -#~ msgid "Policy linkation" -#~ msgstr "Policy linking" - -#~ msgid "Module linked" -#~ msgstr "Module linked" - -#~ msgid "Unlink from policy" -#~ msgstr "Unlink from policy" - -#~ msgid "Module unlinked" -#~ msgstr "Module unlinked" - -#~ msgid "Relink to policy" -#~ msgstr "Relink to policy" - -#~ msgid "Module pending to link" -#~ msgstr "Module pending to be linked" - -#~ msgid "Module pending to unlink" -#~ msgstr "Module pending to be unlinked" - -#~ msgid "Create a new policy map" -#~ msgstr "Create a new policy map" - -#~ msgid "Error, please install the PHP libXML in the system." -#~ msgstr "Error: please install PHP libXML on the system" - -#, php-format -#~ msgid "" -#~ "This extension makes registration of policies enterprise.
You can get " -#~ "more policies in our Public Resource Library" -#~ msgstr "" -#~ "This extension registers Enterprise policies.
You can get more " -#~ "policies in our Public Resource Library." - -#~ msgid "Group filter: " -#~ msgstr "Group filter: " - -#~ msgid "Empty OS" -#~ msgstr "Empty OS" - -#~ msgid "Unsucessful get module inventory data." -#~ msgstr "Getting module inventory data was unsuccessful." - -#~ msgid "Transactions List" -#~ msgstr "List of transactions" - -#~ msgid "Edit Transaction" -#~ msgstr "Edit transaction" - -#~ msgid "Go back to phases list" -#~ msgstr "Go back to phases list" - -#~ msgid "Transactional Map - Phase - " -#~ msgstr "Transactional Map - Phase - " - -#~ msgid "This agent has no policy assigned" -#~ msgstr "This agent has no assigned policy." - -#~ msgid "Policy outdate" -#~ msgstr "Policy expired" - -#~ msgid "Descripttion" -#~ msgstr "Description" - -#~ msgid "Show Collection" -#~ msgstr "Show collection" - -#~ msgid "Toggle the alert table" -#~ msgstr "Toggle the alert table" - -#~ msgid "Show Alert" -#~ msgstr "Show alert" - -#~ msgid "Toggle the module table" -#~ msgstr "Toggle the module table" - -#~ msgid "Relationship" -#~ msgstr "Relationship" - -#~ msgid "Show Modules" -#~ msgstr "Show modules" - -#~ msgid "(Un-adopted)" -#~ msgstr "(Not adopted)" - -#~ msgid "(Adopted)" -#~ msgstr "(Adopted)" - -#~ msgid "(Un-adopted) (Unlinked)" -#~ msgstr "(Not adopted) (Unlinked)" - -#~ msgid "(Adopted) (Unlinked)" -#~ msgstr "(Adopted) (Unlinked)" - -#~ msgid "Transactions list" -#~ msgstr "List of transactions" - -#~ msgid "Name can't be empty" -#~ msgstr "Name cannot be empty" - -#~ msgid "Transaction name" -#~ msgstr "Transaction name" - -#~ msgid "Running status" -#~ msgstr "Running status" - -#~ msgid "Time spent" -#~ msgstr "Time spent" - -#~ msgid "Stopping" -#~ msgstr "Stopping" - -#~ msgid "Edit phases" -#~ msgstr "Edit phases" - -#~ msgid "Error in phases section" -#~ msgstr "Error in phases section" - -#~ msgid "Create Transaction" -#~ msgstr "Create transaction" - -#~ msgid "Edit main data" -#~ msgstr "Edit main data" - -#~ msgid "View Transaction" -#~ msgstr "View transaction" - -#~ msgid "Return to windowed mode" -#~ msgstr "Return to windowed mode" - -#~ msgid "Transactional Map - " -#~ msgstr "Transactional Map - " - -#~ msgid "Master lock file not found (No data to show)" -#~ msgstr "Master lock file not found (No data to show)" - -#~ msgid "Transaction is stopped" -#~ msgstr "Transaction is stopped" - -#~ msgid "Error, please check the transaction phases" -#~ msgstr "Error, please check the transaction phases" - -#~ msgid "Recon task" -#~ msgstr "Recon task" - -#~ msgid "Please, reset the transaction" -#~ msgstr "Please, reset the transaction" - -#~ msgid "Successfully data updated" -#~ msgstr "Data updated successfully" - -#~ msgid "Could not be data updated" -#~ msgstr "Could not update data" - -#~ msgid "Transactional Map - Create Phase - " -#~ msgstr "Transactional Map - Create Phase - " - -#~ msgid "Index" -#~ msgstr "Index" - -#~ msgid "Not valid dependencies field" -#~ msgstr "Dependencies field not valid" - -#~ msgid "Not valid enables field" -#~ msgstr "Enabling field not valid" - -#~ msgid "Transactional Map - Create Transaction" -#~ msgstr "Transactional Map - Create Transaction" - -#~ msgid "Loop interval" -#~ msgstr "Loop interval" - -#~ msgid "No agent selected" -#~ msgstr "No agent selected" - -#~ msgid "No ux transaction selected." -#~ msgstr "No UX transaction selected" - -#~ msgid "No ux transactions found." -#~ msgstr "No UX transactions found" - -#~ msgid "Transaction" -#~ msgstr "Transaction" - -#~ msgid "Show transaction" -#~ msgstr "Show transaction" - -#~ msgid "Execution results for transaction " -#~ msgstr "Execution results for transaction " - -#~ msgid "Transaction history" -#~ msgstr "Transaction history" - -#~ msgid "Selected transaction has no stats" -#~ msgstr "Selected transaction has no statistics" - -#~ msgid "No WUX transactions found." -#~ msgstr "No WUX transactions found" - -#~ msgid "Failed: " -#~ msgstr "Failed: " - -#~ msgid "Success: " -#~ msgstr "Success: " - -#~ msgid "Total transaction time: " -#~ msgstr "Total transaction time: " - -#~ msgid "Invalid transaction." -#~ msgstr "Invalid transaction" - -#~ msgid "All words" -#~ msgstr "All words" - -#~ msgid "Any word" -#~ msgstr "Any word" - -#~ msgid "Search mode" -#~ msgstr "Search mode" - -#~ msgid "The start date cannot be greater than the end date" -#~ msgstr "The start date cannot be greater than the end date" - -#~ msgid "Transactional map" -#~ msgstr "Transactional map" - -#~ msgid "Custom SQL" -#~ msgstr "Custom SQL" - -#~ msgid "Export this list to CSV" -#~ msgstr "Export this list to CSV" - -#~ msgid "No Services" -#~ msgstr "No services" - -#~ msgid "SLA graph" -#~ msgstr "SLA graph" - -#~ msgid "List of elements" -#~ msgstr "List of elements" - -#~ msgid "Service table view" -#~ msgstr "Service table view" - -#~ msgid "Create Service" -#~ msgstr "Create service" - -#~ msgid "Service deleted successfully" -#~ msgstr "Service deleted successfully" - -#~ msgid "Service forced successfully" -#~ msgstr "Service forced successfully" - -#~ msgid "Error service forced" -#~ msgstr "Error forcing the service" - -#~ msgid "Send by email" -#~ msgstr "Send by e-mail" - -#~ msgid "ID Report" -#~ msgstr "Report ID" - -#~ msgid "Send by email " -#~ msgstr "Send by e-mail " - -#~ msgid "WebService engine has not been started, please check documentation." -#~ msgstr "WebService engine has not been started, please check documentation." - -#~ msgid "Retry" -#~ msgstr "Retry" - -#~ msgid "Please use SSH or Telnet." -#~ msgstr "Please use SSH or Telnet." - -#~ msgid "" -#~ "WebService engine is not working properly, please check documentation." -#~ msgstr "" -#~ "WebService engine is not working properly, please check documentation." - -#, php-format -#~ msgid "%d Updated" -#~ msgstr "%d Updated" - -#, php-format -#~ msgid "%d Updated, please restart WebSocket engine service" -#~ msgstr "%d Updated, please restart WebSocket engine service" - -#~ msgid "Quickshell" -#~ msgstr "Quickshell" - -#~ msgid "Gotty path" -#~ msgstr "Gotty path" - -#~ msgid "Gotty host" -#~ msgstr "Gotty host" - -#~ msgid "Gotty ssh port" -#~ msgstr "Gotty ssh port" - -#~ msgid "Gotty telnet port" -#~ msgstr "Gotty telnet port" - -#~ msgid "Gotty user" -#~ msgstr "Gotty user" - -#~ msgid "Gotty password" -#~ msgstr "Gotty password" - -#, php-format -#~ msgid "Success add '%s' item in report '%s'." -#~ msgstr "Successfully added '%s' item into '%s' report" - -#, php-format -#~ msgid "Error create '%s' item in report '%s'." -#~ msgstr "Error creating item '%s' on report '%s'" - -#, php-format -#~ msgid "Error create '%s' report, the name exist and there aren't free name." -#~ msgstr "" -#~ "Error creating '%s' report, the name already exists and no other names " -#~ "are available." - -#, php-format -#~ msgid "" -#~ "Warning create '%s' report, the name exist, the report have a name %s." -#~ msgstr "" -#~ "Warning creating report '%s': the name already exists and the report has " -#~ "a name '%s'." - -#~ msgid "Error the report haven't name." -#~ msgstr "Error: the report is unnamed." - -#~ msgid "Error the report haven't group." -#~ msgstr "Error: the report is not in any available group." - -#, php-format -#~ msgid "Success create '%s' report." -#~ msgstr "Report '%s' created successfully" - -#, php-format -#~ msgid "Error create '%s' report." -#~ msgstr "Error creating '%s' report" - -#, php-format -#~ msgid "Success add '%s' content." -#~ msgstr "Success adding the '%s' content" - -#, php-format -#~ msgid "Success add '%s' SLA." -#~ msgstr "Success adding the '%s' SLA" - -#, php-format -#~ msgid "Error add '%s' SLA." -#~ msgstr "Error adding the '%s' SLA" - -#, php-format -#~ msgid "Error create '%s' visual map, lost tag name." -#~ msgstr "Error creating the '%s' visual map. Tag name is missing." - -#, php-format -#~ msgid "" -#~ "Error create '%s' visual map, the name exist and there aren't free name." -#~ msgstr "" -#~ "Error creating the '%s' visual map, the name is already taken and there " -#~ "are no names available" - -#, php-format -#~ msgid "" -#~ "Warning create '%s' visual map, the name exist, the report have a name %s." -#~ msgstr "" -#~ "Warning creating the '%s' visual map: the name already exists and the " -#~ "report already has '%s' as a name." - -#, php-format -#~ msgid "Success create '%s' visual map." -#~ msgstr "Success creating the '%s' visual map" - -#, php-format -#~ msgid "Error create '%s' visual map." -#~ msgstr "Error creating the '%s' visual map" - -#, php-format -#~ msgid "Success create item type '%d' visual map." -#~ msgstr "Success creating item type '%d' on the visual map." - -#, php-format -#~ msgid "Error create item type '%d' visual map." -#~ msgstr "Error creating the '%d' visual map" - -#, php-format -#~ msgid "Success create item for agent '%s' visual map." -#~ msgstr "Success creating the '%s' agent item on the visual map" - -#, php-format -#~ msgid "Error create item for agent '%s' visual map." -#~ msgstr "Error creating the '%s' agent item on the visual map" - -#, php-format -#~ msgid "Success create '%s' component." -#~ msgstr "Success creating '%s' component" - -#, php-format -#~ msgid "Error create '%s' component." -#~ msgstr "Error creating '%s' component" - -#~ msgid "This extension makes registering resource templates easier." -#~ msgstr "This extension makes registering resource templates easier." - -#~ msgid "Here you can upload a resource template in .ptr format." -#~ msgstr "Here you can upload a resource template in .ptr format." - -#, php-format -#~ msgid "" -#~ "Please refer to our documentation for more information on how to obtain " -#~ "and use %s resources." -#~ msgstr "" -#~ "Please refer to our documentation for more information on how to obtain " -#~ "and use %s resources." - -#~ msgid "" -#~ "You can get more resurces in our Public Resource Library" -#~ msgstr "" -#~ "You can get more resurces in our Public Resource Library" - -#~ msgid "module" -#~ msgstr "module" - -#~ msgid "Previous templates" -#~ msgstr "Previous templates" - -#~ msgid "This extension makes exportation of resource template more easy." -#~ msgstr "This extension makes exportation of resource template more easy." - -#~ msgid "Files repository manager" -#~ msgstr "File repository manager" - -#~ msgid "Database interface" -#~ msgstr "Database interface" - -#~ msgid "The agent hasn't got IP" -#~ msgstr "The agent doesn't have an IP yet." - -#~ msgid "Config Network Tools" -#~ msgstr "Configure Network Tools" - -#~ msgid "Set the paths." -#~ msgstr "Set paths" - -#~ msgid "Insert data" -#~ msgstr "Insert data" - -#~ msgid "Total agent access records" -#~ msgstr "Total agent access records" - -#~ msgid "Update Group" -#~ msgstr "Update Group" - -#~ msgid "Create Group" -#~ msgstr "Create Group" - -#~ msgid "" -#~ "WARNING: You\\'re trying to create a group in a node member of a " -#~ "metaconsole.\\n\\nThis group and all of this contents will not be visible " -#~ "in the metaconsole.\\n\\nIf you want to create a visible group, you must " -#~ "do it from the metaconsole and propagate to the node. " -#~ msgstr "" -#~ "WARNING: you are trying to create a group on a node that is part of a " -#~ "Metaconsole. \\n\\nThis group and all of its content will not be visible " -#~ "on the Metaconsole.\\n\\nIf you wish to create a visible group, you will " -#~ "have to do it from the Metaconsole and propagate it to the node. " - -#~ msgid "Checking for the newest package." -#~ msgstr "Checking for the latest package" - -#~ msgid "Downloading for the newest package." -#~ msgstr "Downloading the latest package" - -#~ msgid "Package updated successfully." -#~ msgstr "Package updated successfully" - -#~ msgid "If there are any database change, it will be applied." -#~ msgstr "If there are any database changes, they will be applied." - -#~ msgid "Online update manager" -#~ msgstr "Online Update Manager" - -#~ msgid "Update manager » Setup" -#~ msgstr "Update Manager Setup" - -#~ msgid "Update manager » Offline" -#~ msgstr "Offline Update Manager" - -#~ msgid "Update manager » Online" -#~ msgstr "Online Update Manager" - -#~ msgid "View incidents" -#~ msgstr "View issues" - -#~ msgid "Edit incidents" -#~ msgstr "Edit issues" - -#~ msgid "Manage incidents" -#~ msgstr "Manage issues" - -#~ msgid "Deleting User" -#~ msgstr "Deleting user" - -#~ msgid "Delete from all consoles" -#~ msgstr "Delete from all consoles" - -#, php-format -#~ msgid "Deleting User %s from all consoles" -#~ msgstr "Deleting user %s from all consoles" - -#~ msgid "Global Profile" -#~ msgstr "Global profile" - -#~ msgid "" -#~ "This user has permissions to manage all. An admin user should not " -#~ "requiere additional group permissions, except for using Enterprise ACL." -#~ msgstr "" -#~ "This user has management permissions over everything. An admin user " -#~ "should not require additional group permissions, except when using the " -#~ "Enterprise ACL." - -#~ msgid "" -#~ "This user has separated permissions to view data in his group agents, " -#~ "create incidents belong to his groups, add notes in another incidents, " -#~ "create personal assignments or reviews and other tasks, on different " -#~ "profiles" -#~ msgstr "" -#~ "This user has separated permissions to view data in its group agents, " -#~ "create issues belonging to its groups, add notes in other issues, create " -#~ "personal assignments or reviews and other tasks, on different profiles." - -#~ msgid "Assigned node" -#~ msgstr "Assigned node" - -#~ msgid "Server where the agents created of this user will be placed" -#~ msgstr "Server in which the agents created by this user will be placed" - -#~ msgid "Agent manager" -#~ msgstr "Agent manager" - -#~ msgid "An error occurred while migrating the malformed planned downtimes" -#~ msgstr "An error occurred while migrating faulty planned downtimes" - -#~ msgid "Please run the migration again or contact with the administrator" -#~ msgstr "Please execute the migration again or contact the administrator" - -#~ msgid "No planned downtime" -#~ msgstr "No planned downtime" - -#~ msgid "once" -#~ msgstr "once" - -#~ msgid "Cannot be modified while the downtime is being executed" -#~ msgstr "Cannot be modified while downtime is taking place." - -#~ msgid "From day:" -#~ msgstr "From day:" - -#~ msgid "To day:" -#~ msgstr "To day:" - -#~ msgid "Available modules:" -#~ msgstr "Available modules:" - -#~ msgid "QR Code Agent view" -#~ msgstr "View agent QR code" - -#~ msgid "No incidents associated to this agent" -#~ msgstr "No issues associated to this agent" - -#~ msgid "Incident" -#~ msgstr "Issue" - -#~ msgid "Min. " -#~ msgstr "Min. " - -#~ msgid "Dynamic Threshold Min. " -#~ msgstr "Dynamic Threshold Min. " - -#~ msgid "Dynamic Threshold Max. " -#~ msgstr "Dynamic Threshold Max. " - -#~ msgid "Dynamic Threshold Two Tailed: " -#~ msgstr "Dynamic Threshold Two Tailed: " - -#~ msgid "Nice try buddy" -#~ msgstr "Nice try, buddy!" - -#, php-format -#~ msgid "There was a problem deleting %s modules, none deleted." -#~ msgstr "There was a problem deleting %s modules, none deleted." - -#~ msgid "All Modules deleted succesfully" -#~ msgstr "All Modules deleted successfully" - -#, php-format -#~ msgid "There was a problem only deleted %s modules of %s total." -#~ msgstr "Error deleting modules: only %s modules of %s total were deleted" - -#~ msgid "Normalize (Disabled)" -#~ msgstr "Normalize (Disabled)" - -#~ msgid "Create network component (Disabled)" -#~ msgstr "Create network component (Disabled)" - -#~ msgid "Manage Netflow Filter" -#~ msgstr "Manage Netflow Filter" - -#~ msgid "Netflow Filter" -#~ msgstr "Netflow Filter" - -#~ msgid "Filter:" -#~ msgstr "Filter:" - -#~ msgid "Custom events" -#~ msgstr "Custom events" - -#~ msgid "eHorus" -#~ msgstr "eHorus" - -#~ msgid "Update manager" -#~ msgstr "Update manager" - -#~ msgid "Update Manager offline" -#~ msgstr "Update Manager offline" - -#~ msgid "Update Manager options" -#~ msgstr "Update Manager options" - -#~ msgid "Please wait..." -#~ msgstr "Please wait..." - -#~ msgid "Not deleted. You must select an existing user" -#~ msgstr "Could not be deleted: an existing user must be chosen." - -#~ msgid "Update Command" -#~ msgstr "Update Command" - -#~ msgid "Enabled / Disabled" -#~ msgstr "Enabled / Disabled" - -#~ msgid "Update Action" -#~ msgstr "Update Action" - -#~ msgid "eHorus API" -#~ msgstr "eHorus API" - -#~ msgid "There are no defined operating systems" -#~ msgstr "There are no operating systems defined" - -#~ msgid "Normal:" -#~ msgstr "Normal:" - -#~ msgid "Type of interface charts" -#~ msgstr "Type of interface charts" - -#~ msgid "Graph TIP view:" -#~ msgstr "Graph TIP view:" - -#~ msgid "" -#~ "Use [ or ( as first character, for example '[*] Map name', to render this " -#~ "map name in main menu" -#~ msgstr "" -#~ "Use [ or ( as first character, for example '[*] Map name', to render this " -#~ "map name in main menu." - -#~ msgid "This option may cause performance issues." -#~ msgstr "This option may cause performance issues." - -#~ msgid "" -#~ "Lapses of time in which the period is divided to make more precise " -#~ "calculations\n" -#~ msgstr "" -#~ "Lapses of time in which the period is divided to make more precise " -#~ "calculations\n" - -#~ msgid "Please save the SLA for start to add items in this list." -#~ msgstr "Please save the SLA before adding items to this list." - -#~ msgid "Reports list" -#~ msgstr "List of reports" - -#~ msgid "Unsuccessful action

" -#~ msgstr "Unsuccessful action

" - -#~ msgid "Edit event responses" -#~ msgstr "Edit event responses" - -#~ msgid "Update Filter" -#~ msgstr "Update Filter" - -#~ msgid "" -#~ "The plugin command cannot be updated because some modules or components " -#~ "are using the plugin." -#~ msgstr "" -#~ "The plugin command cannot be updated because some modules or components " -#~ "are using the plugin." - -#~ msgid "No tags defined" -#~ msgstr "No tags defined" - -#~ msgid "Update Tag" -#~ msgstr "Update tag" - -#~ msgid "Create Tag" -#~ msgstr "Create tag" - -#~ msgid "user" -#~ msgstr "User" - -#~ msgid "password" -#~ msgstr "Password" - -#~ msgid "No maps defined" -#~ msgstr "No maps defined" - -#~ msgid "Circular porgress bar" -#~ msgstr "Circular porgress bar" - -#~ msgid "Val. by" -#~ msgstr "Value" - -#~ msgid "Warning
Critical" -#~ msgstr "Warning
Critical" - -#~ msgid "Kilobytes" -#~ msgstr "Kilobytes" - -#~ msgid "." -#~ msgstr "." - -#~ msgid "," -#~ msgstr "," - -#~ msgid "Scheduled jobs" -#~ msgstr "Scheduled jobs" - -#~ msgid "Does not exist agent with this name." -#~ msgstr "There are no agents with this name." - -#~ msgid "Does not exist module with this name." -#~ msgstr "There are no modules with this name." - -#~ msgid "Correct Delete" -#~ msgstr "Correctly deleted" - -#~ msgid "" -#~ "Error in creation network module. Id_module_type is not correct for " -#~ "network modules." -#~ msgstr "" -#~ "Error creating network module. 'Id_module_type' is incorrect for network " -#~ "modules." - -#~ msgid "Error in creation network module." -#~ msgstr "Error creating network module" - -#~ msgid "Error updating network module. Module name cannot be left blank." -#~ msgstr "" -#~ "Error updating the network module. The module name cannot be left blank." - -#~ msgid "Error updating network module. Id_module doesn't exist." -#~ msgstr "Error updating the network module. 'Id_module' does not exist." - -#~ msgid "Error updating network module. Id_module exists in the new agent." -#~ msgstr "" -#~ "Error updating the network module. 'Id_module' exists for the new agent." - -#~ msgid "Error in creation plugin module. Id_plugin cannot be left blank." -#~ msgstr "Error creating the plugin module. 'id_plugin' cannot be left blank." - -#~ msgid "Error in creation plugin module." -#~ msgstr "Error creating the plugin module" - -#~ msgid "Error updating plugin module. Id_module cannot be left blank." -#~ msgstr "Error updating the plugin module. 'Id_module' cannot be left blank." - -#~ msgid "Error updating plugin module. Id_module exists in the new agent." -#~ msgstr "" -#~ "Error updating the plugin module. 'Id_module' already exists in the new " -#~ "agent." - -#~ msgid "Error updating plugin module. Id_agent doesn't exist." -#~ msgstr "Error updating plugin module. Id_agent does not exist." - -#~ msgid "Error in creation data module. Module_name cannot be left blank." -#~ msgstr "Error creating the module data. 'Module_name' cannot be left blank." - -#~ msgid "Error in creation data module." -#~ msgstr "Error creating module data" - -#~ msgid "" -#~ "Error in creation synthetic module. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error creating synthetic module. 'Module_name' cannot be left blank." - -#~ msgid "Error in creation synthetic module. Agent name doesn't exist." -#~ msgstr "Error creating synthetic module. Agent name does not exist." - -#~ msgid "Error updating data module. Id_module exists in the new agent." -#~ msgstr "Error updating module data. 'Id_module' exists in the new agent." - -#~ msgid "Error updating data module. Id_agent doesn't exist." -#~ msgstr "Error updating module data. Id_agent does not exist." - -#~ msgid "Error in creation SNMP module. Module_name cannot be left blank." -#~ msgstr "Error creating the SNMP module. 'Module_name' cannot be left blank." - -#~ msgid "" -#~ "Error in creation SNMP module. Invalid id_module_type for a SNMP module." -#~ msgstr "" -#~ "Error creating the SNMP module. Invalid 'id_module_type' for an SNMP " -#~ "module." - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to " -#~ "'AES' or 'DES'. " -#~ msgstr "" -#~ "Error in creation of SNMP module. 'snmp3_priv_method' does not exist. " -#~ "Please set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error in creation SNMP module. snmp3_sec_level does not exist. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to " -#~ "'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error in creation SNMP module. snmp3_auth_method does not exist. Set it " -#~ "to 'MD5' or 'SHA'. " - -#~ msgid "Error in creation SNMP module." -#~ msgstr "Error creating the SNMP module" - -#~ msgid "Error updating SNMP module. Id_module cannot be left blank." -#~ msgstr "Error updating the SNMP module. 'Id_module' cannot be left blank." - -#~ msgid "Error updating SNMP module. Id_module exists in the new agent." -#~ msgstr "" -#~ "Error updating the SNMP module. 'Id_module' already exists for the new " -#~ "agent." - -#~ msgid "Error updating snmp module. Id_agent doesn't exist." -#~ msgstr "Error updating snmp module. Id_agent does not exist." - -#~ msgid "" -#~ "Error creating network component. Network component name cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error creating a network component. The Network component name cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error creating network component. Incorrect value for Network component " -#~ "type field." -#~ msgstr "" -#~ "Error creating the network component. Incorrect value for the \"Network " -#~ "component type\" field." - -#~ msgid "" -#~ "Error creating network component. Network component group cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error creating the network component. The network component group cannot " -#~ "be left blank." - -#~ msgid "" -#~ "Error creating network component. This network component already exists." -#~ msgstr "" -#~ "Error creating the network component. This network component already " -#~ "exists." - -#~ msgid "" -#~ "Error creating plugin component. Plugin component name cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error creating the plugin component. The plugin component name cannot be " -#~ "left blank." - -#~ msgid "Error creating plugin component. Incorrect value for Id plugin." -#~ msgstr "" -#~ "Error creating the plugin component. Incorrect value for the plugin ID." - -#~ msgid "" -#~ "Error creating plugin component. Plugin component group cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error creating plugin component. The plugin component group cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error creating plugin component. This plugin component already exists." -#~ msgstr "" -#~ "Error creating the plugin component. This plugin component already exists." - -#~ msgid "" -#~ "Error creating SNMP component. SNMP component name cannot be left blank." -#~ msgstr "" -#~ "Error creating the SNMP component. The SNMP component name cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error creating SNMP component. Incorrect value for Snmp component type " -#~ "field." -#~ msgstr "" -#~ "Error creating the SNMP component. Incorrect value for the SNMP component " -#~ "type field." - -#~ msgid "" -#~ "Error creating SNMP component. Snmp component group cannot be left blank." -#~ msgstr "" -#~ "Error creating the SNMP component. The SNMP component group cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to " -#~ "'AES' or 'DES'. " -#~ msgstr "" -#~ "Error creating SNMP component. 'snmp3_priv_method' does not exist. Please " -#~ "set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error creating SNMP component. 'snmp3_sec_level' does not exist. Please " -#~ "set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to " -#~ "'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error on creating SNMP component. 'snmp3_auth_method' does not exist. " -#~ "Please set it to 'MD5' or 'SHA'. " - -#~ msgid "Error creating SNMP component. This SNMP component already exists." -#~ msgstr "" -#~ "Error creating the SNMP component. This SNMP component already exists." - -#~ msgid "" -#~ "Error creating local component. Local component name cannot be left blank." -#~ msgstr "" -#~ "Error creating a local component. The local component name cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error creating local component. Local component group cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error creating the local component. The local component group cannot be " -#~ "left blank." - -#~ msgid "Error creating local component." -#~ msgstr "Error creating local component" - -#~ msgid "" -#~ "Error getting module value from all agents. Module name cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error retrieving the module value from all agents. The module name cannot " -#~ "be left blank." - -#~ msgid "" -#~ "Error getting module value from all agents. Module name doesn't exist." -#~ msgstr "" -#~ "Error getting module value from all agents. Module name does not exist." - -#~ msgid "Error creating alert template. Template name cannot be left blank." -#~ msgstr "" -#~ "Error creating the alert template. The template name cannot be left blank." - -#~ msgid "Error creating alert template." -#~ msgstr "Error creating the alert template" - -#~ msgid "Error updating alert template." -#~ msgstr "Error updating the alert template" - -#~ msgid "Correct updating of alert template" -#~ msgstr "Alert template successfully updated" - -#~ msgid "Error deleting alert template. Id_template cannot be left blank." -#~ msgstr "" -#~ "Error deleting the alert template. 'Id_template' cannot be left blank." - -#~ msgid "Error deleting alert template." -#~ msgstr "Error deleting the alert template" - -#~ msgid "Error getting all alert templates." -#~ msgstr "Error retrieving all alert templates" - -#~ msgid "Error getting alert template." -#~ msgstr "Error retrieving the alert template" - -#~ msgid "Error getting module groups." -#~ msgstr "Error retrieving module groups" - -#~ msgid "Error getting plugins." -#~ msgstr "Error retrieving plugins" - -#~ msgid "Error creating module from network component. Agent doesn't exist." -#~ msgstr "Error creating module from network component. Agent does not exist." - -#~ msgid "" -#~ "Error creating module from network component. Network component doesn't " -#~ "exist." -#~ msgstr "" -#~ "Error creating module from network component. Network component does not " -#~ "exist." - -#~ msgid "Error creating module from network component. Error creating module." -#~ msgstr "Error creating the module from a network component" - -#~ msgid "" -#~ "Error assigning module to template. Id_template cannot be left blank." -#~ msgstr "" -#~ "Error assigning the module to a template. 'id_template' cannot be left " -#~ "blank." - -#~ msgid "Error assigning module to template. Id_module cannot be left blank." -#~ msgstr "" -#~ "Error assigning the module to a template. 'Id_module' cannot be left " -#~ "blank." - -#~ msgid "Error assigning module to template. Id_agent cannot be left blank." -#~ msgstr "" -#~ "Error assigning the module to a template. 'Id_agent' cannot be left blank." - -#~ msgid "Error assigning module to template. Id_template doensn't exists." -#~ msgstr "" -#~ "Error assigning the module to a template. 'Id_template' does not exist." - -#~ msgid "Error assigning module to template. Id_agent doesn't exist." -#~ msgstr "Error assigning module to template. 'Id_agent' does not exist." - -#~ msgid "Error assigning module to template. Id_module doesn't exist." -#~ msgstr "Error assigning module to template. 'Id_module' does not exist." - -#~ msgid "Error assigning module to template." -#~ msgstr "Error assigning the module to a template" - -#~ msgid "" -#~ "Error deleting module template. Id_module_template cannot be left blank." -#~ msgstr "" -#~ "Error deleting the module template. 'Id_module_template' cannot be left " -#~ "blank." - -#~ msgid "Error deleting module template. Id_module_template doesn't exist." -#~ msgstr "" -#~ "Error deleting module template. 'Id_module_template' does not exist." - -#~ msgid "Error deleting module template." -#~ msgstr "Error deleting module template" - -#~ msgid "Error validate all alerts. Failed " -#~ msgstr "Error validating all alerts " - -#~ msgid "Error validating all alert policies." -#~ msgstr "Error validating all policy alerts" - -#~ msgid "Error validate all policy alerts. Failed " -#~ msgstr "Error validating all policy alerts " - -#~ msgid "Error adding data module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error adding module data to the policy. 'Id_policy' cannot be left blank." - -#~ msgid "" -#~ "Error adding data module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error adding module data to the policy. 'Module_name' cannot be left " -#~ "blank." - -#~ msgid "Error adding data module to policy." -#~ msgstr "Error adding module data to the policy" - -#~ msgid "" -#~ "Error adding data module to policy. The module is already in the policy." -#~ msgstr "" -#~ "Error adding module data to the policy. The module is already in the " -#~ "policy." - -#~ msgid "" -#~ "Error updating data module in policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error updating module data in the policy. 'Id_policy' cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error updating data module in policy. Id_policy_module cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error updating module data in policy. 'id_policy_module' cannot be left " -#~ "blank." - -#~ msgid "Error updating data module in policy. Module doesn't exist." -#~ msgstr "Error updating module data in policy. Module does not exist." - -#~ msgid "" -#~ "Error updating data module in policy. Module type is not network type." -#~ msgstr "" -#~ "Error updating module data in the policy. The module type does not match " -#~ "the network type." - -#~ msgid "" -#~ "Error adding network module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error adding the network module to the policy. 'Id_policy' cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error adding network module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error adding the network module to the policy. 'Module_name' cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error adding network module to policy. Id_module_type is not correct for " -#~ "network modules." -#~ msgstr "" -#~ "Error adding the network module to the policy. The 'id_module_type' is " -#~ "incorrect for network modules." - -#~ msgid "Error adding network module to policy." -#~ msgstr "Error adding the network module to the policy" - -#~ msgid "" -#~ "Error adding network module to policy. The module is already in the " -#~ "policy." -#~ msgstr "" -#~ "Error adding the network module to the policy. The module is already in " -#~ "the policy." - -#~ msgid "" -#~ "Error updating network module in policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error updating the network module in the policy. 'Id_policy' cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error updating network module in policy. Id_policy_module cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error updating the network module in the policy. 'Id_policy_module' " -#~ "cannot be left blank." - -#~ msgid "Error updating network module in policy. Module doesn't exist." -#~ msgstr "Error updating network module in policy. Module does not exist." - -#~ msgid "" -#~ "Error updating network module in policy. Module type is not network type." -#~ msgstr "" -#~ "Error updating the network module in the policy. The module type is not " -#~ "the network type." - -#~ msgid "" -#~ "Error adding plugin module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error adding the plugin module to the policy. 'Id_policy cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error adding plugin module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error adding the plugin module to the policy. 'Module_name' cannot be " -#~ "left blank." - -#~ msgid "" -#~ "Error adding plugin module to policy. Id_plugin cannot be left blank." -#~ msgstr "" -#~ "Error adding the plugin module to the policy. 'Id_plugin' cannot be left " -#~ "blank." - -#~ msgid "Error adding plugin module to policy." -#~ msgstr "Error adding the plugin module to the policy" - -#~ msgid "" -#~ "Error adding plugin module to policy. The module is already in the policy." -#~ msgstr "" -#~ "Error adding the plugin module to the policy. The module is already in " -#~ "the policy." - -#~ msgid "" -#~ "Error updating plugin module in policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error updating the plugin module in the policy. 'Id_policy' cannot be " -#~ "left blank" - -#~ msgid "" -#~ "Error updating plugin module in policy. Id_policy_module cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error updating the plugin module in the policy. 'Id_policy_module' cannot " -#~ "be left blank." - -#~ msgid "Error updating plugin module in policy. Module doesn't exist." -#~ msgstr "Error on updating plugin module in policy. Module does not exist." - -#~ msgid "" -#~ "Error updating plugin module in policy. Module type is not network type." -#~ msgstr "" -#~ "Error updating the plugin module in the policy. The module type is not " -#~ "the network type." - -#~ msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error adding the SNMP module to the policy. 'Id_policy' cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error adding SNMP module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error adding the SNMP module to the policy. 'Module_name' cannot be left " -#~ "blank." - -#~ msgid "Error adding SNMP module to policy." -#~ msgstr "Error adding the SNMP module to the policy" - -#~ msgid "" -#~ "Error adding SNMP module to policy. Id_module_type is not correct for " -#~ "SNMP modules." -#~ msgstr "" -#~ "Error adding the SNMP module to the policy. 'Id_module_type' is incorrect " -#~ "for SNMP modules." - -#~ msgid "" -#~ "Error adding SNMP module to policy. The module is already in the policy." -#~ msgstr "" -#~ "Error adding the SNMP module to the policy. The module is already in the " -#~ "policy." - -#~ msgid "" -#~ "Error updating SNMP module in policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error updating the SNMP module in the policy. 'Id_policy' cannot be left " -#~ "blank." - -#~ msgid "" -#~ "Error updating SNMP module in policy. Id_policy_module cannot be left " -#~ "blank." -#~ msgstr "" -#~ "Error updating the SNMP module in the policy. 'Id_policy_module' cannot " -#~ "be left blank." - -#~ msgid "Error updating SNMP module in policy. Module doesn't exist." -#~ msgstr "Error on updating SNMP module in policy. Module does not exist." - -#~ msgid "Error updating SNMP module in policy. Module type is not SNMP type." -#~ msgstr "Error updating SNMP module in policy. Module type is not SNMP type." - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to " -#~ "'AES' or 'DES'. " -#~ msgstr "" -#~ "Error updating SNMP module. 'snmp3_priv_method' does not exist. Please " -#~ "set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error on updating SNMP module. 'snmp3_sec_level' does not exist. Please " -#~ "set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to " -#~ "'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error on updating SNMP module. 'snmp3_auth_method' does not exist. Please " -#~ "set it to 'MD5' or 'SHA'. " - -#~ msgid "Error in group creation. Group_name cannot be left blank." -#~ msgstr "Error with group creation. 'Group_name' cannot be left blank." - -#~ msgid "Error in group creation. Icon_name cannot be left blank." -#~ msgstr "Error creating group. 'Icon_name' cannot be left blank." - -#~ msgid "Error in group creation. Id_parent_group doesn't exist." -#~ msgstr "Error on group creation. 'Id_parent_group' does not exist." - -#~ msgid "Error in group creation." -#~ msgstr "Error creating group" - -#~ msgid "Error in netflow filter creation. Filter name cannot be left blank." -#~ msgstr "" -#~ "Error creating NetFlow filter. The filter name cannot be left blank." - -#~ msgid "Error in netflow filter creation. Group id cannot be left blank." -#~ msgstr "Error creating the NetFlow filter. Group ID cannot be left blank." - -#~ msgid "Error in netflow filter creation. Filter cannot be left blank." -#~ msgstr "Error creating NetFlow filter. Filter cannot be left blank." - -#~ msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." -#~ msgstr "Error creating NetFlow filter. 'Aggregate_by' cannot be left blank" - -#~ msgid "" -#~ "Error in netflow filter creation. Output_format cannot be left blank." -#~ msgstr "" -#~ "Error creating NetFlow filter. 'Output_format' cannot be left blank." - -#~ msgid "Error in netflow filter creation." -#~ msgstr "Error creating NetFlow filter." - -#~ msgid "Create user." -#~ msgstr "Create user" - -#~ msgid "Error updating user. Password info incorrect." -#~ msgstr "Error updating user. Password information is incorrect." - -#~ msgid "Updated user." -#~ msgstr "User updated" - -#~ msgid "Error enable/disable user. The user doesn't exist." -#~ msgstr "Error enable/disable user. The user does not exist." - -#, php-format -#~ msgid "Created/Updated %s/%s module groups" -#~ msgstr "Created/Updated %s/%s module groups" - -#~ msgid "Delete user." -#~ msgstr "Delete user" - -#~ msgid "Add user profile." -#~ msgstr "Add user profile" - -#~ msgid "Delete user profile." -#~ msgstr "Delete user profile" - -#~ msgid "Correct module disable" -#~ msgstr "Module successfully disabled" - -#~ msgid "Error disabling module" -#~ msgstr "Error disabling module" - -#~ msgid "Error enabling module" -#~ msgstr "Error enabling module" - -#~ msgid "Error alert disable" -#~ msgstr "Error disabling alert" - -#~ msgid "Error alert enable" -#~ msgstr "Error enabling alert" - -#~ msgid "Error enable/disable agent. Id_agent cannot be left blank." -#~ msgstr "Error enabling/disabling agent. 'Id_agent' cannot be left blank." - -#~ msgid "" -#~ "Error enable/disable agent. Enable/disable value cannot be left blank." -#~ msgstr "" -#~ "Error enabling/disabling agent. Enable/disable value cannot be left blank." - -#~ msgid "Error enable/disable agent. The agent doesn't exist." -#~ msgstr "Error enable/disable agent. The agent does not exist." - -#~ msgid "Error in agent enabling/disabling." -#~ msgstr "Error enabling/disabling agent" - -#~ msgid "Error getting special_days." -#~ msgstr "Error obtaining special_days" - -#~ msgid "Error creating special day. Specified day already exists." -#~ msgstr "Error creating the special day. The specified day already exists." - -#~ msgid "Error creating special day. Invalid date format." -#~ msgstr "Error creating the special day. Invalid date format." - -#~ msgid "Error in creation special day." -#~ msgstr "Error creating the special day" - -#~ msgid "Error in creation service. No name" -#~ msgstr "Error creating service. No name." - -#~ msgid "Error in creation service. No agent id" -#~ msgstr "Error creating service. No agent ID." - -#~ msgid "Error in update service. No service id" -#~ msgstr "Error updating service. No service ID." - -#~ msgid "Error adding elements to service. No service id" -#~ msgstr "Error adding elements to service. No service ID." - -#~ msgid "Error adding elements to service" -#~ msgstr "Error adding elements to service" - -#~ msgid "Error updating special day. Id cannot be left blank." -#~ msgstr "Error updating the special day. The ID cannot be left blank." - -#~ msgid "Error updating special day. Id doesn't exist." -#~ msgstr "Error updating special day. ID does not exist." - -#~ msgid "Error updating special day. Invalid date format." -#~ msgstr "Error updating the special day. Invalid date format." - -#~ msgid "Error deleting special day. Id cannot be left blank." -#~ msgstr "Error deleting the special day. The ID cannot be left blank." - -#~ msgid "Error deleting special day. Id doesn't exist." -#~ msgstr "Error deleting the special day. ID does not exist." - -#~ msgid "Error in deletion special day." -#~ msgstr "Error deleting the special day." - -#~ msgid "Force execution" -#~ msgstr "Force execution" - -#~ msgid "F." -#~ msgstr "F." - -#~ msgid "The file was not uploaded succesfully." -#~ msgstr "Error uploading the file" - -#~ msgid "Package rejected." -#~ msgstr "Package rejected" - -#~ msgid "The package is extracted." -#~ msgstr "The package has been extracted." - -#~ msgid "Error in package extraction." -#~ msgstr "Error in package extraction" - -#~ msgid " is going to critical" -#~ msgstr " is changing to critical status" - -#~ msgid " is going to warning" -#~ msgstr " is changing to warning status" - -#~ msgid " is going to unknown" -#~ msgstr " is changing to unknown status" - -#~ msgid "The sql file contains a dangerous query" -#~ msgstr "The SQL file contains a dangerous query." - -#~ msgid "" -#~ "An error occurred while updating the database schema to the minor release " -#~ msgstr "" -#~ "An error occurred while updating the database schema to the minor release " - -#~ msgid "The directory " -#~ msgstr "The directory " - -#~ msgid " should have read permissions in order to update the database schema" -#~ msgstr "" -#~ " should have read permissions in order to update the database schema." - -#~ msgid "Your permissions have changed. Please, login again." -#~ msgstr "Your permissions have changed. Please, log in again." - -#~ msgid "Fail the tag synchronizing" -#~ msgstr "Error synchronizing tag" - -#~ msgid "" -#~ "User not found in database \n" -#~ "\t\t\t\t\tor incorrect password" -#~ msgstr "" -#~ "User not found in database \n" -#~ "\t\t\t\t\tor incorrect password" - -#~ msgid "other" -#~ msgstr "other" - -#~ msgid "Informative" -#~ msgstr "Informative" - -#~ msgid "Serious" -#~ msgstr "Serious" - -#~ msgid "Very serious" -#~ msgstr "Very serious" - -#~ msgid "Open incident" -#~ msgstr "Open issue" - -#~ msgid "Closed incident" -#~ msgstr "Closed issue" - -#~ msgid "Outdated" -#~ msgstr "Outdated" - -#~ msgid "Manage recontask" -#~ msgstr "Manage recon task" - -#~ msgid "Manage network map" -#~ msgstr "Manage network map" - -#~ msgid "Administration events" -#~ msgstr "Administration events" - -#~ msgid "Incidents statistics" -#~ msgstr "Issue statistics" - -#~ msgid "Manage event alerts" -#~ msgstr "Manage event alerts" - -#~ msgid "Manage services" -#~ msgstr "Manage services" - -#~ msgid "Active incidents" -#~ msgstr "Active issues" - -#~ msgid "Active incidents, with comments" -#~ msgstr "Active issues, with comments" - -#~ msgid "Rejected incidents" -#~ msgstr "Rejected issues" - -#~ msgid "Expired incidents" -#~ msgstr "Expired issues" - -#~ msgid "Closed incidents" -#~ msgstr "Closed issues" - -#~ msgid "SQL horizonal bar graph" -#~ msgstr "SQL horizonal bar graph" - -#~ msgid "Avg. Value" -#~ msgstr "Avg. value" - -#~ msgid "Integria inventory" -#~ msgstr "Integria IMS inventory" - -#~ msgid "Integria API password" -#~ msgstr "Integria IMS API password" - -#~ msgid "Integria URL" -#~ msgstr "Integria IMS URL" - -#~ msgid "Replication DB engine" -#~ msgstr "Replication DB engine" - -#~ msgid "Custom logo metaconsole" -#~ msgstr "Custom logo Metaconsole" - -#~ msgid "Refresh Holding area" -#~ msgstr "Refresh holding area" - -#~ msgid "" -#~ "Click here to start the " -#~ "registration process" -#~ msgstr "" -#~ "Click here to start the " -#~ "registration process" - -#~ msgid "Maximum of events shown" -#~ msgstr "Maximum number of displayed events" - -#~ msgid "Create text" -#~ msgstr "Create text" - -#~ msgid "Browse" -#~ msgstr "Browse" - -#~ msgid "Events -by module-" -#~ msgstr "Events -by module-" - -#~ msgid "Event graph" -#~ msgstr "Event graph" - -#~ msgid "Event graph by agent" -#~ msgstr "Event graph by agent" - -#~ msgid "Agent Module" -#~ msgstr "Agent module" - -#~ msgid "Is not allowed delete events in process" -#~ msgstr "You cannot delete events in process." - -#~ msgid "Subscribe to our newsletter" -#~ msgstr "Subscribe to our newsletter" - -#, php-format -#~ msgid "" -#~ "By subscribing to the newsletter, you accept that your email will be " -#~ "transferred to a database owned by %s. These data will be used only to " -#~ "provide you with information about %s and will not be given to third " -#~ "parties. You can unsubscribe from this database at any time from the " -#~ "newsletter subscription options." -#~ msgstr "" -#~ "By subscribing to the newsletter, you accept that your e-mail will be " -#~ "transferred to a database owned by %s. These data will be used only to " -#~ "provide you with information about %s and will not be given to third " -#~ "parties. You can unsubscribe from this database at any time from the " -#~ "newsletter subscription options." - -#~ msgid "You must specify an email" -#~ msgstr "You must specify an e-mail" - -#~ msgid "There is a unknown error." -#~ msgstr "There is a unknown error." - -#~ msgid "Remote server error on newsletter request" -#~ msgstr "Remote server error on newsletter request" - -#~ msgid "E-mail successfully subscribed to newsletter." -#~ msgstr "E-mail successfully subscribed to newsletter" - -#~ msgid "E-mail has already subscribed to newsletter." -#~ msgstr "E-mail is already subscribed to the newsletter" - -#~ msgid "Update manager returns error code: " -#~ msgstr "Update manager returns error code: " - -#~ msgid "Failed extracting the package to temp directory." -#~ msgstr "Error extracting the package to the temp directory" - -#~ msgid "Failed the copying of the files." -#~ msgstr "Error copying the files" - -#~ msgid "Package extracted successfully." -#~ msgstr "Package extracted successfully" - -#~ msgid "Newsletter Subscribed" -#~ msgstr "Subscribed to newsletter" - -#~ msgid "Newsletter Reminder" -#~ msgstr "Newsletter reminder" - -#~ msgid "Also receive an email" -#~ msgstr "Also receive an e-mail" - -#~ msgid "Monitor view" -#~ msgstr "Monitor view" - -#~ msgid "Advanced Options" -#~ msgstr "Advanced options" - -#~ msgid "This group doesn't have any monitor" -#~ msgstr "This group does not have any monitor" - -#~ msgid "" -#~ "To see the list of modules paginated, enable this option in the Styles " -#~ "Configuration." -#~ msgstr "" -#~ "To see the list of modules paginated, enable this option in the Styles " -#~ "Configuration." - -#~ msgid "Agent info" -#~ msgstr "Agent info" - -#~ msgid "There is no GIS data." -#~ msgstr "There is no GIS data." - -#~ msgid "No actions" -#~ msgstr "No actions" - -#~ msgid "Report of State" -#~ msgstr "Status report" - -#~ msgid "Message successfully sent" -#~ msgstr "Message successfully sent" - -#, php-format -#~ msgid "Error sending message to group %s" -#~ msgstr "Error sending message to group %s" - -#~ msgid "Draw live filter" -#~ msgstr "Draw live filter" - -#~ msgid "" -#~ "Search by any alphanumeric field in the trap.\n" -#~ "\t\tREMEMBER trap sources need to be searched by IP Address" -#~ msgstr "" -#~ "Search by any alphanumeric field in the trap.\n" -#~ "\t\tREMEMBER trap sources need to be searched by IP Address." - -#~ msgid "From (Date)" -#~ msgstr "From (Date)" - -#~ msgid "To (Date)" -#~ msgstr "To (Date)" - -#~ msgid "There are no SNMP traps in database that contains this filter" -#~ msgstr "There are no SNMP traps in database containing this filter." - -#~ msgid "Refresh every" -#~ msgstr "Refresh every" - -#~ msgid "Trap type:" -#~ msgstr "Trap type:" - -#~ msgid "Marquee" -#~ msgstr "Marquee" - -#~ msgid "Sound Alerts" -#~ msgstr "Sound alerts" - -#~ msgid "List of Incidents" -#~ msgstr "List of issues" - -#~ msgid "File could not be saved due to database error" -#~ msgstr "The file could not be saved due to a database error." - -#~ msgid "File uploaded" -#~ msgstr "File uploaded" - -#~ msgid "File could not be uploaded" -#~ msgstr "The file could not be uploaded." - -#~ msgid "Create incident" -#~ msgstr "Create issue" - -#~ msgid "Opened at" -#~ msgstr "Opened at" - -#~ msgid "Update incident" -#~ msgstr "Update issue" - -#~ msgid "Notes attached to incident" -#~ msgstr "Notes attached to the issue" - -#~ msgid "Incidents by source" -#~ msgstr "Issues by source" - -#~ msgid "Incident management" -#~ msgstr "Issue management" - -#~ msgid "Successfully reclaimed ownership" -#~ msgstr "Ownership reclaimed successfully" - -#~ msgid "Could not reclame ownership" -#~ msgstr "Could not reclame ownership" - -#~ msgid "Error creating incident" -#~ msgstr "Error creating the issue" - -#~ msgid "Incident created" -#~ msgstr "Issue created" - -#~ msgid "Incidents:" -#~ msgstr "Issues:" - -#~ msgid "All incidents" -#~ msgstr "All issues" - -#~ msgid "All priorities" -#~ msgstr "All priorities" - -#~ msgid "Users:" -#~ msgstr "Users:" - -#~ msgid "Agents:" -#~ msgstr "Agents:" - -#~ msgid "All agents" -#~ msgstr "All agents" - -#~ msgid "Groups:" -#~ msgstr "Groups:" - -#~ msgid "Free text:" -#~ msgstr "Free text:" - -#~ msgid "Search by incident name or description, list matches." -#~ msgstr "Search by issue name or description, list matches." - -#~ msgid "Delete incidents" -#~ msgstr "Delete issues" - -#~ msgid "Become owner" -#~ msgstr "Become owner" - -#, php-format -#~ msgid "Show %s of %s. View all matches" -#~ msgstr "Show %s of %s. Show all matching entities." - -#~ msgid "Set initial date" -#~ msgstr "Set initial date" - -#~ msgid "Invalid date selected" -#~ msgstr "Invalid date selected" - -#~ msgid "No filter loaded" -#~ msgstr "No filter loaded" - -#~ msgid "Filter loaded" -#~ msgstr "Filter loaded" - -#~ msgid "Event control filter" -#~ msgstr "Event control filter" - -#~ msgid "Error creating filter." -#~ msgstr "Error creating filter" - -#~ msgid "Error creating filter is duplicated." -#~ msgstr "Cannot create filter: duplicate filter" - -#~ msgid "Error updating filter." -#~ msgstr "Error updating filter" - -#~ msgid "Marquee display" -#~ msgstr "Marquee display" - -#~ msgid "Sound events" -#~ msgstr "Sound events" - -#~ msgid "" -#~ "Event viewer is disabled due event replication. For more information, " -#~ "please contact with the administrator" -#~ msgstr "" -#~ "Event viewer is disabled due to event replication. For more information, " -#~ "please contact the administrator." - -#~ msgid "More detail" -#~ msgstr "More detail" - -#~ msgid "The Agent: " -#~ msgstr "The Agent: " - -#~ msgid " has " -#~ msgstr " has " - -#~ msgid " events." -#~ msgstr " events." - -#~ msgid "Recon View" -#~ msgstr "Recon view" - -#~ msgid "Network recon task" -#~ msgstr "Network recon task" - -#~ msgid "Create Visual Console" -#~ msgstr "Create Visual Console" - -#~ msgid "There are no clusters defined yet." -#~ msgstr "There are no clusters defined yet." - -#~ msgid "There are no services defined yet." -#~ msgstr "There are no services defined yet." - -#~ msgid "Create Services" -#~ msgstr "Create Services" - -#~ msgid "There are no custom graphs defined yet." -#~ msgstr "There are no custom graphs defined yet." - -#~ msgid "Custom Graphs" -#~ msgstr "Custom Graphs" - -#~ msgid "There are no transactions defined yet." -#~ msgstr "There are no transactions defined yet." - -#~ msgid "Create Transactions" -#~ msgstr "Create Transactions" - -#~ msgid "" -#~ "The new transactional server allows you to execute tasks dependent on the " -#~ "others following a user-defined design. This means that it is possible to " -#~ "coordinate several executions to check a target at a given time.\n" -#~ "\n" -#~ "Transaction graphs represent the different processes within our " -#~ "infrastructure that we use to deliver our service." -#~ msgstr "" -#~ "The new transactional server allows you to execute tasks dependent on the " -#~ "others following a user-defined design. This means that it is possible to " -#~ "coordinate several executions to check a target at a given time.\n" -#~ "\n" -#~ "Transaction graphs represent the different processes within the " -#~ "infrastructure used to deliver our service." - -#~ msgid "NEXT GENERATION" -#~ msgstr "NEXT GENERATION" - -#~ msgid "Pandora FMS Overview" -#~ msgstr "Pandora FMS Overview" - -#~ msgid "Welcome to Pandora FMS" -#~ msgstr "Welcome to Pandora FMS" - -#~ msgid "Message overview" -#~ msgstr "Message overview" - -#, php-format -#~ msgid "You have %d unread message(s)" -#~ msgstr "You have %d unread message(s)" - -#~ msgid "System alerts detected - Please fix as soon as possible" -#~ msgstr "System alerts detected - Please fix them as soon as possible" - -#, php-format -#~ msgid "You have %d warning(s)" -#~ msgstr "You have %d warning(s)" - -#~ msgid "Pandora FMS Diagnostic tool" -#~ msgstr "Pandora FMS Diagnostic tool" - -#~ msgid "Item" -#~ msgstr "Item" - -#~ msgid "Data value" -#~ msgstr "Data value" - -#~ msgid "Global health" -#~ msgstr "Global health" - -#~ msgid "Layout" -#~ msgstr "Layout" - -#~ msgid "Remote modules" -#~ msgstr "Remote modules" - -#~ msgid "Could not be validated" -#~ msgstr "Could not be validated" - -#~ msgid "Map could not be generated" -#~ msgstr "Map could not be generated" - -#~ msgid "times" -#~ msgstr "times" - -#~ msgid "MTTR" -#~ msgstr "MTTR" - -#~ msgid "TTO" -#~ msgstr "TTO" - -#~ msgid "TTRT" -#~ msgstr "TTRT" - -#~ msgid "Alert report module" -#~ msgstr "Alert report module" - -#, php-format -#~ msgid "Error updating passwords: %s" -#~ msgstr "Error updating passwords: %s" - -#~ msgid "No events selected" -#~ msgstr "No events selected" - -#~ msgid "Successfully validated" -#~ msgstr "Successfully validated" - -#~ msgid "No incidents match your search filter" -#~ msgstr "No incidents match your search filter" - -#~ msgid "There are no messages" -#~ msgstr "There are no messages" - -#~ msgid "at" -#~ msgstr "at" - -#~ msgid "Network map deleted successfully" -#~ msgstr "Network map deleted successfully" - -#~ msgid "Network map created successfully" -#~ msgstr "Network map created successfully" - -#~ msgid "Network map saved successfully" -#~ msgstr "Network map successfully saved" - -#~ msgid "Policies view" -#~ msgstr "Policy view" - -#~ msgid "Topology view" -#~ msgstr "Topology view" - -#~ msgid "Depth" -#~ msgstr "Depth" - -#~ msgid "No Overlap" -#~ msgstr "No Overlap" - -#~ msgid "Only modules with alerts" -#~ msgstr "Only modules with alerts" - -#~ msgid "Hide policy modules" -#~ msgstr "Hide policy modules" - -#~ msgid "Regenerate" -#~ msgstr "Regenerate" - -#~ msgid "Distance between nodes" -#~ msgstr "Distance between nodes" - -#~ msgid "Full list of monitors" -#~ msgstr "Full list of monitors" - -#~ msgid "Last position in " -#~ msgstr "Last position in " - -#~ msgid "Assigned user" -#~ msgstr "Assigned user" - -#~ msgid "Add a file" -#~ msgstr "Add a file" - -#~ msgid "Time used" -#~ msgstr "Time used" - -#~ msgid "Have cost" -#~ msgstr "Have cost" - -#~ msgid "Public" -#~ msgstr "Public" - -#~ msgid "Add workunit" -#~ msgstr "Add workunit" - -#~ msgid "said" -#~ msgstr "said" - -#~ msgid "Not closed" -#~ msgstr "Not closed" - -#~ msgid "Search string" -#~ msgstr "Search string" - -#~ msgid "Workunits" -#~ msgstr "Workunits" - -#~ msgid "Delete incident" -#~ msgstr "Delete incident" - -#~ msgid "View incident details" -#~ msgstr "View incident details" - -#~ msgid "New Incident" -#~ msgstr "New Incident" - -#~ msgid "Generic upload error" -#~ msgstr "Generic upload error" - -#~ msgid "CSV File" -#~ msgstr "CSV File" - -#~ msgid "Refresh: " -#~ msgstr "Refresh: " - -#~ msgid "Error deleting recon task" -#~ msgstr "Error deleting recon task" - -#~ msgid "Ports" -#~ msgstr "Ports" - -#~ msgid "Recon server" -#~ msgstr "Recon server" - -#~ msgid "Recon script creation" -#~ msgstr "Recon script creation" - -#~ msgid "Recon script update" -#~ msgstr "Recon script update" - -#~ msgid "Network sweep" -#~ msgstr "Network sweep" - -#~ msgid "Module template" -#~ msgstr "Module template" - -#~ msgid "Descriptive name for the connection" -#~ msgstr "Descriptive name for the connection" - -#~ msgid "Group that owns the connection" -#~ msgstr "Group that owns the connection" - -#~ msgid "Zoom level used when the map is opened" -#~ msgstr "Zoom level used when the map is opened" - -#~ msgid "Position to center the map when the map is opened" -#~ msgstr "Position to centre the map when the map is opened" - -#~ msgid "Graphic resolution (1-low, 5-high)" -#~ msgstr "Graphic resolution (1-low, 5-high)" - -#~ msgid "" -#~ "If Enterprise ACL System is enabled without rules you will lose access to " -#~ "Pandora FMS Console (even admin). Do you want to continue?" -#~ msgstr "" -#~ "If Enterprise ACL System is enabled without rules you will lose access to " -#~ "Pandora FMS Console (even admin). Do you want to continue?" - -#~ msgid "There are no SNMP filters" -#~ msgstr "There are no SNMP filters" - -#~ msgid "Show in two columns" -#~ msgstr "Show in two columns" - -#~ msgid "Show in landscape" -#~ msgstr "Show in landscape" - -#~ msgid "Items filter" -#~ msgstr "Items filter" - -#~ msgid "Width proportional" -#~ msgstr "Proportional width" - -#~ msgid "Label color" -#~ msgstr "Label colour" - -#~ msgid "G.F." -#~ msgstr "G.F." - -#~ msgid "G.M." -#~ msgstr "G.M." - -#~ msgid "O.M." -#~ msgstr "O.M." - -#~ msgid "O.F." -#~ msgstr "O.F." - -#~ msgid "L.F." -#~ msgstr "L.F." - -#~ msgid "A.O.T." -#~ msgstr "A.O.T." - -#~ msgid "A.G.T." -#~ msgstr "A.G.T." - -#~ msgid "O." -#~ msgstr "O." - -#~ msgid "There are no scheduled downtimes" -#~ msgstr "There are no scheduled downtimes" - -#~ msgid "Executed" -#~ msgstr "Executed" - -#~ msgid "There is already an agent in the database with this name" -#~ msgstr "There is already an agent in the database with this name" - -#, php-format -#~ msgid "Deleted data above %d" -#~ msgstr "Deleted data above %d" - -#~ msgid "Some required fields are missed" -#~ msgstr "Some required fields are missing" - -#~ msgid "name" -#~ msgstr "name" - -#~ msgid "Processing error" -#~ msgstr "Processing error" - -#~ msgid "No tags selected" -#~ msgstr "No tags selected" - -#~ msgid "DB maintenance" -#~ msgstr "DB maintenance" - -#~ msgid "DB information" -#~ msgstr "DB information" - -#~ msgid "Database purge" -#~ msgstr "Database purge" - -#~ msgid "Database audit" -#~ msgstr "Database audit" - -#~ msgid "Massive alerts addition" -#~ msgstr "Massive alerts addition" - -#~ msgid "Massive alerts deletion" -#~ msgstr "Massive alerts deletion" - -#~ msgid "Massive alert actions deletion" -#~ msgstr "Massive alert actions deletion" - -#~ msgid "Massive alert enable/disable" -#~ msgstr "Massive alert enable/disable" - -#~ msgid "Massive alert setting standby" -#~ msgstr "Massive alert setting standby" - -#~ msgid "Massive agents edition" -#~ msgstr "Massive agents edition" - -#~ msgid "Massive agents deletion" -#~ msgstr "Massive agents deletion" - -#~ msgid "Massive profiles addition" -#~ msgstr "Massive profiles addition" - -#~ msgid "Massive profiles deletion" -#~ msgstr "Massive profiles deletion" - -#~ msgid "Massive modules deletion" -#~ msgstr "Massive modules deletion" - -#~ msgid "Massive modules edition" -#~ msgstr "Massive modules edition" - -#~ msgid "Massive modules copy" -#~ msgstr "Massive modules copy" - -#~ msgid "Database maintenance" -#~ msgstr "Database maintenance" - -#~ msgid "Choose agent" -#~ msgstr "Choose agent" - -#, php-format -#~ msgid "Information on agent %s in the database" -#~ msgstr "Information on agent %s in the database" - -#~ msgid "Purge data" -#~ msgstr "Purge data" - -#~ msgid "All data until now" -#~ msgstr "All data until now" - -#~ msgid "Purge" -#~ msgstr "Purge" - -#~ msgid "Successfully deleted old events" -#~ msgstr "Successfully deleted old events" - -#~ msgid "Error deleting old events" -#~ msgstr "Error deleting old events" - -#~ msgid "Records" -#~ msgstr "Records" - -#~ msgid "First date" -#~ msgstr "First date" - -#~ msgid "Purge all event data" -#~ msgstr "Purge all event data" - -#~ msgid "Do it!" -#~ msgstr "Do it!" - -#~ msgid "Maximum is equal to minimum" -#~ msgstr "Maximum is equal to minimum" - -#~ msgid "Filtering data module" -#~ msgstr "Filtering data module" - -#~ msgid "Filtering completed" -#~ msgstr "Filtering completed" - -#~ msgid "Purge data out of these limits" -#~ msgstr "Purge data out of these limits" - -#~ msgid "Database information" -#~ msgstr "Database information" - -#~ msgid "Latest date" -#~ msgstr "Latest date" - -#~ msgid "Purge all audit data" -#~ msgstr "Purge all audit data" - -#~ msgid "Group that owns the map" -#~ msgstr "Group that owns the map" - -#~ msgid "Default zoom level when opening the map" -#~ msgstr "Default zoom level when opening the map" - -#~ msgid "It is possible to edit, delete and reorder the layers." -#~ msgstr "It is possible to edit, delete and reorder the layers." - -#~ msgid "Update Layer" -#~ msgstr "Update Layer" - -#~ msgid "Log Info" -#~ msgstr "Log info" - -#, php-format -#~ msgid "" -#~ "This extension makes registration of server plugins more easy. Here you " -#~ "can upload a server plugin in Pandora FMS 3.x zipped format (.pspz). " -#~ "Please refer to documentation on how to obtain and use Pandora FMS Server " -#~ "Plugins.

You can get more plugins in our Public " -#~ "Resource Library" -#~ msgstr "" -#~ "This extension makes registration of server plugins more easy. Here you " -#~ "can upload a server plugin in Pandora FMS 3.x zipped format (.pspz). " -#~ "Please refer to documentation on how to obtain and use Pandora FMS Server " -#~ "Plugins.

You can get more plugins in our Public " -#~ "Resource Library" - -#~ msgid "Ping to " -#~ msgstr "Ping to " - -#~ msgid "SNMPget executable does not exist." -#~ msgstr "SNMPget executable does not exist." - -#~ msgid "File is too large (> 500KB)" -#~ msgstr "File is too large (> 500KB)" - -#~ msgid "Successfully modules created" -#~ msgstr "Modules created successfully" - -#~ msgid "Units" -#~ msgstr "Units" - -#~ msgid "Week" -#~ msgstr "Week" - -#~ msgid "files" -#~ msgstr "files" - -#~ msgid "Monitors down on period" -#~ msgstr "Monitors down on period" - -#~ msgid "Monitors BAD" -#~ msgstr "Monitors BAD" - -#~ msgid "Inside limits" -#~ msgstr "Inside limits" - -#~ msgid "On the edge" -#~ msgstr "On the edge" - -#~ msgid "Actual" -#~ msgstr "Actual" - -#~ msgid "Recon server detected a new host" -#~ msgstr "Recon server detected a new host" - -#, php-format -#~ msgid "User %s login at %s" -#~ msgstr "User %s login at %s" - -#, php-format -#~ msgid "User %s logout at %s" -#~ msgstr "User %s logout at %s" - -#~ msgid "ITIL" -#~ msgstr "ITIL" - -#~ msgid "WebChat" -#~ msgstr "WebChat" - -#~ msgid "Recon view" -#~ msgstr "Recon view" - -#~ msgid "Connect mode" -#~ msgstr "Connect mode" - -#~ msgid "Go to agent detail" -#~ msgstr "Go to agent detail" - -#~ msgid "Webchat" -#~ msgstr "Webchat" - -#, php-format -#~ msgid "User %s was deleted in the DB at %s" -#~ msgstr "User %s was deleted in the DB at %s" - -#~ msgid "Success data deleted" -#~ msgstr "Data deleted sucessfully" - -#~ msgid "Time compare" -#~ msgstr "Time compare" - -#~ msgid "Separated" -#~ msgstr "Separated" - -#~ msgid "Overlapped" -#~ msgstr "Overlapped" - -#~ msgid "Incident updated" -#~ msgstr "Incident updated" - -#~ msgid "Incident deleted" -#~ msgstr "Incident deleted" - -#~ msgid "Workunit added" -#~ msgstr "Workunit added" - -#~ msgid "Copy dashboard" -#~ msgstr "Copy dashboard" - -#~ msgid "Events by criticity" -#~ msgstr "Events by criticity" - -#, php-format -#~ msgid "PandoraFMS: %s" -#~ msgstr "PandoraFMS: %s" - -#~ msgid "License Info" -#~ msgstr "Licence Info" - -#~ msgid "License info" -#~ msgstr "Licence info" - -#~ msgid "" -#~ "Maximum number of parent hosts that will be created if parent detection " -#~ "is enabled." -#~ msgstr "" -#~ "Maximum number of parent hosts that will be created if parent detection " -#~ "is enabled." - -#~ msgid "Data will be compacted in intervals of the specified length." -#~ msgstr "Data will be compacted in intervals of the specified length." - -#~ msgid "" -#~ "User can customize the home page. By default, will display 'Agent " -#~ "Detail'. Example: Select 'Other' and type sec=estado&sec2=operation/" -#~ "agentes/estado_agente to show agent detail view" -#~ msgstr "" -#~ "User can customise the home page. By default, it will display 'Agent " -#~ "Detail'. Example: Select 'Other' and type sec=estado&sec2=operation/" -#~ "agentes/estado_agente to show agent detail view" - -#~ msgid "Output format" -#~ msgstr "Output format" - -#~ msgid "Megabytes" -#~ msgstr "Megabytes" - -#~ msgid "Kilobytes per second" -#~ msgstr "Kilobytes per second" - -#~ msgid "Megabytes per second" -#~ msgstr "Megabytes per second" - -#~ msgid "Export to CSV " -#~ msgstr "Export to CSV " - -#~ msgid "Quiet: Disable modules that we indicate below." -#~ msgstr "Quiet: Disable the modules indicated below." - -#, php-format -#~ msgid "Free space on %s" -#~ msgstr "Free space on %s" - -#, php-format -#~ msgid "%s service modules created succesfully" -#~ msgstr "%s service modules created successfully" - -#, php-format -#~ msgid "%s process modules created succesfully" -#~ msgstr "%s process modules created successfully" - -#, php-format -#~ msgid "%s disk space modules created succesfully" -#~ msgstr "%s disk space modules created successfully" - -#, php-format -#~ msgid "%s modules created from components succesfully" -#~ msgstr "%s modules created from components successfully" - -#, php-format -#~ msgid "Error creating %s modules from components" -#~ msgstr "Error creating %s modules from components" - -#~ msgid "Free space on disk" -#~ msgstr "Free space on disk" - -#~ msgid "WMI components" -#~ msgstr "WMI components" - -#, php-format -#~ msgid "DEBUG: Invalid module type specified in %s:%s" -#~ msgstr "DEBUG: Invalid module type specified in %s:%s" - -#~ msgid "Module macros" -#~ msgstr "Module macros" - -#~ msgid "Activate this to prevent the relation from being updated or deleted" -#~ msgstr "Activate this to prevent the relation from being updated or deleted" - -#, php-format -#~ msgid "Error creating %s modules" -#~ msgstr "Error creating %s modules" - -#~ msgid "Devices" -#~ msgstr "Devices" - -#~ msgid "Temperature sensors" -#~ msgstr "Temperature sensors" - -#~ msgid "Device" -#~ msgstr "Device" - -#~ msgid "Temperature" -#~ msgstr "Temperature" - -#, php-format -#~ msgid "Purge task launched for agent %s :: Data older than %s" -#~ msgstr "Purge task launched for agent %s :: Data older than %s" - -#, php-format -#~ msgid "Deleting records for module %s" -#~ msgstr "Deleting records for module %s" - -#~ msgid "There are no defined graphs" -#~ msgstr "There are no defined graphs" - -#~ msgid "Load default event fields" -#~ msgstr "Load default event fields" - -#~ msgid "No special days configured" -#~ msgstr "No special days configured" - -#~ msgid "Interactive charts" -#~ msgstr "Interactive charts" - -#~ msgid "Massive alert actions addition" -#~ msgstr "Massive alert actions addition" - -#~ msgid "Paginate module view" -#~ msgstr "Paginated module view" - -#~ msgid "Fixed menu" -#~ msgstr "Fixed menu" - -#~ msgid "Directory where netflow data will be stored." -#~ msgstr "Directory where netflow data will be stored." - -#~ msgid "Specifies the time interval in seconds to rotate netflow data files." -#~ msgstr "" -#~ "Specifies the time interval in seconds to rotate netflow data files." - -#, php-format -#~ msgid "The last version of package installed is: %d" -#~ msgstr "The last version of package installed is: %d" - -#~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage " -#~ "(number of agents and modules running). To disable it, remove remote " -#~ "server address from Update Manager plugin setup." -#~ msgstr "" -#~ "Update Manager sends anonymous information about Pandora FMS usage " -#~ "(number of agents and modules running). To disable it, please remove " -#~ "remote server address from the Update Manager plugin setup." - -#~ msgid "" -#~ "If there are any database change, it will be applied on the next login." -#~ msgstr "" -#~ "If there are any database changes, they will be applied on the next login." - -#~ msgid "Successfully deleted export target" -#~ msgstr "Successfully deleted export target" - -#~ msgid "Error creating service" -#~ msgstr "Error creating service" - -#~ msgid "Error updating service" -#~ msgstr "Error updating service" - -#~ msgid "SLA critical service alert" -#~ msgstr "SLA critical service alert" - -#~ msgid "Service element created successfully" -#~ msgstr "Service element created successfully" - -#~ msgid "Error creating service element" -#~ msgstr "Error creating service item" - -#~ msgid "Service element updated successfully" -#~ msgstr "Service item updated successfully" - -#~ msgid "Error updating service element" -#~ msgstr "Error updating service item" - -#~ msgid "Service element deleted successfully" -#~ msgstr "Service item deleted successfully" - -#~ msgid "Error deleting service element" -#~ msgstr "Error deleting service item" - -#~ msgid "Edit element service" -#~ msgstr "Edit element service" - -#~ msgid "Create element service" -#~ msgstr "Create element service" - -#~ msgid "First select an agent" -#~ msgstr "First select an agent" - -#~ msgid "" -#~ "Maybe delete the extended data or the audit data is previous to table " -#~ "tsession_extended." -#~ msgstr "" -#~ "Maybe delete the extended data or the audit data is previous to table " -#~ "tsession_extended." - -#~ msgid "7 days" -#~ msgstr "7 days" - -#~ msgid "Update all" -#~ msgstr "Update all" - -#~ msgid "HTTP auth (pass)" -#~ msgstr "HTTP auth (pass)" - -#~ msgid "HTTP auth (server)" -#~ msgstr "HTTP auth (server)" - -#~ msgid "HTTP auth (realm)" -#~ msgstr "HTTP auth (realm)" - -#~ msgid ": Edit: " -#~ msgstr "Edit : " - -#~ msgid "Variable" -#~ msgstr "Variable" - -#~ msgid "Delete all" -#~ msgstr "Delete all" - -#~ msgid "Val." -#~ msgstr "Val." - -#~ msgid "Massive alerts policy addition" -#~ msgstr "Massive alerts policy addition" - -#~ msgid "Massive alerts policy deletion" -#~ msgstr "Massive alerts policy deletion" - -#~ msgid "Massive alert SNMP deletion" -#~ msgstr "Massive alert SNMP deletion" - -#~ msgid "Massive alert SNMP edition" -#~ msgstr "Massive alert SNMP edition" - -#~ msgid "Massive Satellite modules edition" -#~ msgstr "Massive Satellite Modules Editing" - -#~ msgid "Error parsing MIB" -#~ msgstr "Error parsing MIB" - -#, php-format -#~ msgid "Fail uploaded %s/%s traps" -#~ msgstr "Failure in uploading %s/%s traps" - -#~ msgid "Directory where log data will be stored." -#~ msgstr "Directory where the log data will be stored." - -#~ msgid "Sets the maximum lifetime for log data in days." -#~ msgstr "Sets the maximum lifetime for log data in days." - -#~ msgid "" -#~ "Before activating this option check your ACL Setup. You may lose access " -#~ "to the console." -#~ msgstr "" -#~ "Before activating this option, check your ACL Setup. You may lose access " -#~ "to the console." - -#~ msgid "" -#~ "Rules applied to the management of passwords. This policy applies to all " -#~ "users except the administrator." -#~ msgstr "" -#~ "Rules applied to the management of passwords. This policy applies to all " -#~ "users except to the administrator." - -#~ msgid "Remote Pandora FMS" -#~ msgstr "Remote Pandora FMS" - -#~ msgid "Remote Babel Enterprise" -#~ msgstr "Remote Babel Enterprise" - -#~ msgid "Show a map made by user" -#~ msgstr "Show a map made by user" - -#~ msgid "Show a report made by user" -#~ msgstr "Show a report made by user" - -#~ msgid "Single graph" -#~ msgstr "Single graph" - -#~ msgid "Show a graph of an agent module" -#~ msgstr "Show a graph of an agent module" - -#~ msgid "5 hours" -#~ msgstr "5 hours" - -#~ msgid "" -#~ "Please could you fill the widget data previous to filling the list items." -#~ msgstr "" -#~ "Please could you fill the widget data previous to filling the list items." - -#~ msgid "Regex for to filter modules" -#~ msgstr "Regex for to filter modules" - -#~ msgid "Successful added modules" -#~ msgstr "Successful added modules" - -#~ msgid "Unsuccessful added modules" -#~ msgstr "Unsuccessful added modules" - -#~ msgid "Show the URL content" -#~ msgstr "Show the URL content" - -#~ msgid "Height in px (zero for auto)" -#~ msgstr "Height in px (zero for auto)" - -#~ msgid "My URL" -#~ msgstr "My URL" - -#~ msgid "Invalid URL" -#~ msgstr "Invalid URL" - -#~ msgid "No overlap" -#~ msgstr "No overlap" - -#~ msgid "8" -#~ msgstr "8" - -#~ msgid "9" -#~ msgstr "9" - -#~ msgid "10" -#~ msgstr "10" - -#~ msgid "11" -#~ msgstr "11" - -#~ msgid "12" -#~ msgstr "12" - -#~ msgid "General and quick visual maps report" -#~ msgstr "General and quick visual maps report" - -#~ msgid "Show a defined custom graph" -#~ msgstr "Show a defined custom graph" - -#~ msgid "General and quick group status report" -#~ msgstr "General and quick group status report" - -#~ msgid "Show a list of global monitor health" -#~ msgstr "Show a list of global monitor health" - -#~ msgid "Dashboard replicate" -#~ msgstr "Dashboard replicate" - -#~ msgid "Not copyed. Error copying data. You must select a dashboard" -#~ msgstr "" -#~ "Not copied, rror copying data. You have to select a dashboard first." - -#~ msgid "Not copyed. Error copying data" -#~ msgstr "Not copied. Error copying data." - -#~ msgid "Successfully copyed" -#~ msgstr "Successfully copied." - -#~ msgid "Source user's group" -#~ msgstr "Source user's group" - -#~ msgid "Destination user's group" -#~ msgstr "Destination user's group" - -#~ msgid "Group Dashboards" -#~ msgstr "Group Dashboards" - -#~ msgid "Replicate Dashboard" -#~ msgstr "Replicate Dashboard" - -#~ msgid "Dashboard successfuly updated" -#~ msgstr "Dashboard successfuly updated." - -#~ msgid "Could not update dashboard" -#~ msgstr "Could not update dashboard." - -#~ msgid "Could not create dashboard" -#~ msgstr "Could not create dashboard." - -#~ msgid "Dashboard successfuly created" -#~ msgstr "Dashboard successfuly created." - -#~ msgid "Next Dashboard" -#~ msgstr "Next Dashboard" - -#~ msgid "Play" -#~ msgstr "Play" - -#~ msgid "Previous Dashboard" -#~ msgstr "Previous Dashboard" - -#~ msgid "Next slide in" -#~ msgstr "Next slide in" - -#~ msgid "Add dashboard" -#~ msgstr "Add dashboard" - -#~ msgid "Update dashboard" -#~ msgstr "Update dashboard" - -#~ msgid "Delete dashboard" -#~ msgstr "Delete dashboard" - -#~ msgid "Dashboard options" -#~ msgstr "Dashboard options" - -#~ msgid "Add new dashboard view" -#~ msgstr "Add new dashboard view" - -#~ msgid "Add new widget" -#~ msgstr "Add new widget" - -#~ msgid "Visualmap" -#~ msgstr "Visual map" - -#~ msgid "Check this to copy user original profiles" -#~ msgstr "Check this to copy the user's original profiles" - -#~ msgid "Visual" -#~ msgstr "Visual" - -#~ msgid "" -#~ "Complete path to Pandora console without last \"/\" character. Example " -#~ msgstr "" -#~ "Complete path to Pandora console without last \"/\" character. Example " - -#~ msgid "Please search for anything text." -#~ msgstr "Please search for anything text." - -#, php-format -#~ msgid "Created/Updated %s/%s groups" -#~ msgstr "Groups %s/%s created / updated" - -#~ msgid "redirected ip server in conf into source DB" -#~ msgstr "Redirected IP-server in conf into source DB" - -#~ msgid "created agent in destination DB" -#~ msgstr "created agent in destination DB" - -#~ msgid "created agent modules in destination DB" -#~ msgstr "created agent modules in destination DB" - -#~ msgid "created agent alerts in destination DB" -#~ msgstr "created agent alerts in destination DB" - -#~ msgid "created alerts actions in destination DB" -#~ msgstr "created alert actions in destination DB" - -#~ msgid "disabled agent in source DB" -#~ msgstr "disabled agents in source DB" - -#~ msgid "" -#~ "Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -#~ "Console." -#~ msgstr "" -#~ "Unset metaconsole IP in the \"IP list with API access\" guess Pandora " -#~ "Console." - -#~ msgid "Successfully moved" -#~ msgstr "Successfully moved" - -#~ msgid "Could not be moved" -#~ msgstr "Could not be moved" - -#~ msgid "" -#~ "In order to have the best user experience with Pandora FMS, we " -#~ "strongly recommend to use" -#~ msgstr "" -#~ "In order to have the best user experience with Pandora FMS, we " -#~ "strongly recommend to use" - -#~ msgid "" -#~ "Mozilla Firefox or " -#~ "Google Chrome browsers." -#~ msgstr "" -#~ "Mozilla Firefox or " -#~ "Google Chrome browsers." - -#~ msgid "Tag management" -#~ msgstr "Tag management" - -#~ msgid "Not networkmap defined." -#~ msgstr "No networkmap defined." - -#~ msgid "Successful update the networkmap." -#~ msgstr "Updating of the the network map successful." - -#~ msgid "Unsuccessful update the networkmap." -#~ msgstr "Updating of the the network map unsuccessful." - -#~ msgid "Unnamed " -#~ msgstr "Unnamed " - -#~ msgid "Filter by agents" -#~ msgstr "Filter by agents" - -#~ msgid "Filter by modules" -#~ msgstr "Filter by modules" - -#~ msgid "Show children Metaconsole" -#~ msgstr "Show children Metaconsole" - -#~ msgid "Show modulegroup" -#~ msgstr "Show module group" - -#~ msgid "There is no group selected" -#~ msgstr "There is no group selected" - -#, php-format -#~ msgid "Cannot connect to %s Pandora to generate networkmap." -#~ msgstr "Cannot connect to %s Pandora to generate network map." - -#~ msgid "Create new module" -#~ msgstr "Create new module" - -#~ msgid "Go to module detail" -#~ msgstr "Go to module detail" - -#~ msgid "There was a problem loading alert" -#~ msgstr "A problem occurred while loading alerts" - -#~ msgid "Stand By" -#~ msgstr "Stand By" - -#~ msgid "Go to Alert detail" -#~ msgstr "Go to Alert detail" - -#~ msgid "Delete alert" -#~ msgstr "Delete alert" - -#~ msgid "Copy Dashboard" -#~ msgstr "Copy dashboard" - -#~ msgid "Network console" -#~ msgstr "Network console" - -#~ msgid "Error deleting service" -#~ msgstr "Error deleting service" - -#~ msgid "Networkmap enterprise" -#~ msgstr "Enterprise network map" - -#, php-format -#~ msgid "Networkmap enterprise - %s" -#~ msgstr "Enterprise network map - %s" - -#~ msgid "Start empty networkmap" -#~ msgstr "Start empty networkmap" - -#~ msgid "Size of networkmap (Width x Height)" -#~ msgstr "Size of network map (Width x Height)" - -#~ msgid "x" -#~ msgstr "x" - -#~ msgid "Refresh networkmap state" -#~ msgstr "Refresh network map state" - -#~ msgid "Resize the networkmap" -#~ msgstr "Resize the networkmap" - -#~ msgid "This operation can't be undone, because it is on DB." -#~ msgstr "This operation can't be undone because it's on the DB." - -#~ msgid "Networkmap resized." -#~ msgstr "Network map resized." - -#~ msgid "Error process map" -#~ msgstr "Error in processing map" - -#~ msgid "Details of node:" -#~ msgstr "Details of node :" - -#~ msgid "This is the automatic generated report" -#~ msgstr "This is the automatically generated report" - -#~ msgid "Open the attached file to view it" -#~ msgstr "Open the attached file to view it" - -#~ msgid "Cron extension is not running" -#~ msgstr "Cron extension is not running" - -#~ msgid "" -#~ "This extension relies on a proper setup of cron, the time-based " -#~ "scheduling service" -#~ msgstr "" -#~ "This extension relies on a proper setup of cron, the time-based " -#~ "scheduling service." - -#~ msgid "Cron extension is running" -#~ msgstr "Cron extension is running" - -#~ msgid "First_execution" -#~ msgstr "First_execution" - -#~ msgid "" -#~ "Maybe the first run is not exactly equal to this value because the cron " -#~ "configuration is diferent." -#~ msgstr "" -#~ "Maybe the first run is not exactly equal to this value because the cron " -#~ "configuration is different." - -#~ msgid "First execution" -#~ msgstr "First execution" - -#~ msgid "CSV import" -#~ msgstr "CSV import" - -#, php-format -#~ msgid "Created agent %s" -#~ msgstr "Created agent %s" - -#~ msgid "Summary of SLA Fails" -#~ msgstr "Summary of SLA Failures" - -#~ msgid "Radius" -#~ msgstr "Radius" - -#~ msgid "Show modules:" -#~ msgstr "Show modules:" - -#~ msgid "Trial" -#~ msgstr "Trial" - -#~ msgid "Automated Pandora FMS report for user defined report" -#~ msgstr "Automated Pandora FMS report for user defined report" - -#~ msgid "Generated: " -#~ msgstr "Generated: " - -#~ msgid "Report date: " -#~ msgstr "Report date: " - -#~ msgid "Description: " -#~ msgstr "Description: " - -#~ msgid "CONTENTS" -#~ msgstr "CONTENTS" - -#~ msgid "SO" -#~ msgstr "SO" - -#~ msgid "Into your destination database." -#~ msgstr "Into your destination database." - -#~ msgid "Module store the service does not exist." -#~ msgstr "Module for storing the service does not exist." - -#~ msgid "Module store SLA service does not exist." -#~ msgstr "Module for storing SLA service does not exist." - -#~ msgid "Agent store the service does not exist." -#~ msgstr "Agent for storing the service does not exist." - -#~ msgid "Agent store SLA service does not exist." -#~ msgstr "Agent to store the SLA service does not exist." - -#~ msgid "Alert critical SLA service does not exist." -#~ msgstr "Alert for critical SLA service does not exist." - -#~ msgid "Alert warning service does not exist." -#~ msgstr "Alert warning service does not exist." - -#~ msgid "Alert critical service does not exist." -#~ msgstr "Alert for critical service does not exist." - -#~ msgid "Alert unknown service does not exist." -#~ msgstr "Alert for unknown service does not exist." - -#~ msgid "NEW PASS: " -#~ msgstr "NEW PASS: " - -#~ msgid "CONFIRM: " -#~ msgstr "CONFIRM: " - -#~ msgid "Error updating user pass (no change?)" -#~ msgstr "Error updating user pass (no change ?)" - -#~ msgid "Networkmaps" -#~ msgstr "Network maps" - -#~ msgid "Continue despite this warning" -#~ msgstr "Continue despite this warning" - -#~ msgid "There are not warnings" -#~ msgstr "There are no warnings" - -#~ msgid "New chat message" -#~ msgstr "New chat message" - -#~ msgid "Incidents opened" -#~ msgstr "Incidents opened" - -#~ msgid "Create new message" -#~ msgstr "Create new message" - -#~ msgid "Bytes per second" -#~ msgstr "Bytes per second" - -#~ msgid "Only run with it is filter for any group" -#~ msgstr "Only run with it is filter for any group" - -#~ msgid "L2 network interfaces" -#~ msgstr "L2 network interfaces" - -#~ msgid "Show event graph" -#~ msgstr "Show event graph" - -#~ msgid "Alerts found" -#~ msgstr "Alerts found" - -#~ msgid "Events generated -by agent-" -#~ msgstr "Events generated -by agent-" - -#~ msgid "Shortcut bar" -#~ msgstr "Shortcut bar" - -#~ msgid "" -#~ "This will activate a shortcut bar with alerts, events, messages... " -#~ "information" -#~ msgstr "" -#~ "This will activate a shortcut bar with alerts, events, messages... " -#~ "information" - -#~ msgid "No options selected" -#~ msgstr "No options selected" - -#~ msgid "There was an error with the zip file" -#~ msgstr "There was an error with the zip file" - -#, php-format -#~ msgid "For security reasons the following characters are not allowed: %s" -#~ msgstr "For security reasons, the following characters are not allowed : %s" - -#~ msgid "Netflow pie chart" -#~ msgstr "Netflow pie chart" - -#~ msgid "Minimal" -#~ msgstr "Minimum" - -#~ msgid "Error updating network module. Id_module doesn't exists." -#~ msgstr "Error updating the network module. 'Id_module' doesn't exist." - -#~ msgid "Problem with Pandora FMS database" -#~ msgstr "Problem with Pandora FMS database" - -#~ msgid "" -#~ "For security reasons, normal operation is not possible until you delete " -#~ "installer file.\n" -#~ "\t\t\tPlease delete the ./install.php file before running Pandora " -#~ "FMS Console." -#~ msgstr "" -#~ "For security reasons, normal operation is not possible until you delete " -#~ "the installer file.\n" -#~ "\t\t\tPlease delete the ./install.php file before running the " -#~ "Pandora FMS Console." - -#~ msgid "Auto Save" -#~ msgstr "Auto Save" - -#, php-format -#~ msgid "projection for %s" -#~ msgstr "Projection for %s" - -#~ msgid "Pie graph and Summary table" -#~ msgstr "Pie graph and summary table" - -#~ msgid "Statistics table" -#~ msgstr "Statistics table" - -#~ msgid "15 mins" -#~ msgstr "15 mins" - -#~ msgid "5 days" -#~ msgstr "5 days" - -#~ msgid "Last year" -#~ msgstr "Last year" - -#~ msgid "1 min" -#~ msgstr "1 min" - -#~ msgid "2 mins" -#~ msgstr "2 mins" - -#~ msgid "5 mins" -#~ msgstr "5 mins" - -#~ msgid "Aggregate" -#~ msgstr "Aggregate" - -#~ msgid "MB" -#~ msgstr "MB" - -#~ msgid "MB/s" -#~ msgstr "MB/s" - -#~ msgid "kB" -#~ msgstr "kB" - -#~ msgid "kB/s" -#~ msgstr "kB/s" - -#~ msgid "B/s" -#~ msgstr "B/s" - -#~ msgid "Error first setup Open update" -#~ msgstr "Error on first setup open update" - -#~ msgid "Unsuccessfull multiple delete." -#~ msgstr "Unsuccessfull multiple delete." - -#~ msgid "Module data received" -#~ msgstr "Module data received" - -#~ msgid "Pandora FMS assistant" -#~ msgstr "Pandora FMS assistant" - -#~ msgid "Dynamic view" -#~ msgstr "Dynamic view" - -#~ msgid "Radial dynamic view" -#~ msgstr "Radial dynamic view" - -#~ msgid "Combined graph" -#~ msgstr "Combined graph" - -#~ msgid "Closed tickets" -#~ msgstr "Closed tickets" - -#~ msgid "Opened tickets" -#~ msgstr "Opened tickets" - -#~ msgid "Please do not answer or reply to this email" -#~ msgstr "Please do not answer or reply to this e-mail" - -#~ msgid "The configuration of email for the task email is in the file:" -#~ msgstr "The configuration of e-mail for the task e-mail is in the file:" - -#~ msgid "Masive tags module policy edition" -#~ msgstr "Masive tags module policy edition" - -#~ msgid "Masive modules policy tags edition" -#~ msgstr "Masive modules policy tags edition" - -#~ msgid "Are you sure? All the visual map services will be recreated" -#~ msgstr "Are you sure? All the visual map services will be recreated" - -#~ msgid "Only average" -#~ msgstr "Only average" - -#~ msgid "" -#~ "In manual mode you should set the weights manually. In auto mode the " -#~ "weights have default values.\n" -#~ "\t\tIn simple mode only the elements configured as \"critical element\" " -#~ "are used to calculate the service status." -#~ msgstr "" -#~ "In manual mode you should set the weights manually. In auto mode the " -#~ "weights have default values.\n" -#~ "\t\tIn simple mode only the elements configured as \"critical element\" " -#~ "are used to calculate the service status." - -#~ msgid "No colections for this agent" -#~ msgstr "No colections for this agent" - -#~ msgid "No colections" -#~ msgstr "No colections" - -#~ msgid "Another collection with the same short name" -#~ msgstr "Another collection with the same short name" - -#~ msgid "Main dashboard" -#~ msgstr "Main dashboard" - -#~ msgid "List of Services" -#~ msgstr "List of Services" - -#~ msgid "List of networkmap Enterprise" -#~ msgstr "List of networkmap Enterprise" - -#~ msgid "Activate licence" -#~ msgstr "Activate licence" - -#~ msgid "E-mail:" -#~ msgstr "E-mail:" - -#, php-format -#~ msgid "® Ártica soluciones Pandora FMS %s - Build %s" -#~ msgstr "® Ártica soluciones Pandora FMS %s - Build %s" - -#~ msgid "Contact:" -#~ msgstr "Contact:" - -#~ msgid "" -#~ "Destination group is the same than in the original server, if there is " -#~ "not any group with that name, will be created if check box is selected. " -#~ "Destination group filter is just used to check agents in that group" -#~ msgstr "" -#~ "Destination group is the same than in the original server, if there is " -#~ "not any group with that name, will be created if check box is selected. " -#~ "Destination group filter is just used to check agents in that group" - -#~ msgid "Based on name" -#~ msgstr "Based on name" - -#~ msgid "Please choose other server." -#~ msgstr "Please choose other server." - -#~ msgid "Networkmap list" -#~ msgstr "Networkmap list" - -#~ msgid "Show the tree view" -#~ msgstr "Show the tree view" - -#~ msgid "Group does not exist. Agent " -#~ msgstr "Group does not exist. Agent " - -#~ msgid "Created group in destination DB" -#~ msgstr "Created group in destination DB" - -#~ msgid "Error creating group. Agent " -#~ msgstr "Error creating group. Agent " - -#~ msgid "Group already exists in destination DB" -#~ msgstr "Group already exists in destination DB" - -#~ msgid "# Failed" -#~ msgstr "# Failed" - -#~ msgid "Poling time" -#~ msgstr "Poling time" - -#~ msgid "Time unavailable" -#~ msgstr "Time unavailable" - -#~ msgid "This element should be deleted" -#~ msgstr "This element should be deleted" - -#~ msgid "OLD PASS: " -#~ msgstr "OLD PASS: " - -#~ msgid "Create Recon Task" -#~ msgstr "Create Recon Task" - -#~ msgid "Strict ACL" -#~ msgstr "Strict ACL" - -#~ msgid "No tag selected" -#~ msgstr "No tag selected" - -#~ msgid "Display proc modules in binary format (OK/FAIL)." -#~ msgstr "Display proc modules in binary format (OK/FAIL)." - -#~ msgid "This is defined in minutes" -#~ msgstr "This is defined in minutes" - -#~ msgid "List of visual console" -#~ msgstr "List of visual console" - -#~ msgid "The session may be expired" -#~ msgstr "The session may be expired" - -#~ msgid "There was an error loading the network map" -#~ msgstr "There was an error loading the network map" - -#~ msgid "Store group" -#~ msgstr "Store group" - -#~ msgid "Monitor all your systems with a single tool" -#~ msgstr "Monitor all your systems with a single tool" - -#~ msgid "" -#~ "There is a new update please go to menu Administration and into " -#~ "extensions go to " -#~ "Update Manager for more details." -#~ msgstr "" -#~ "There is a new update please go to menu Administration and into " -#~ "extensions go to " -#~ "Update Manager for more details." - -#~ msgid "This license has expired." -#~ msgstr "This license has expired." - -#~ msgid "Source ID" -#~ msgstr "Source ID" - -#, php-format -#~ msgid "Agent '%s'" -#~ msgstr "Agent '%s'" - -#~ msgid "Events info (1hr)" -#~ msgstr "Events info (1hr)" - -#~ msgid "" -#~ "There is a new update available. Please go to Administration:Setup:Update Manager for more details." -#~ msgstr "" -#~ "There is a new update available. Please go to Administration:Setup:Update Manager for more details." - -#~ msgid "Display proc modules in binary format (OK/FAIL)" -#~ msgstr "Display proc modules in binary format (OK/FAIL)" - -#~ msgid "Netflow Statistics" -#~ msgstr "Netflow Statistics" - -#~ msgid "Advance Config AD" -#~ msgstr "Advance Config AD" - -#~ msgid "Show percentil 95º" -#~ msgstr "Show percentil 95º" - -#, php-format -#~ msgid "Percentile %dº" -#~ msgstr "Percentile %dº" - -#, php-format -#~ msgid "" -#~ "Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" -#~ msgstr "Pandora DB couldn't retrieve all tables. The (%s) of lost tables is" - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the default " -#~ "value as %s." -#~ msgstr "" -#~ "Unsuccessful: field %s in table %s must have its default value set to %s" - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the type with %s." -#~ msgstr "Unsuccessful: the field %s for table %s must be set with type %s" - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the null values " -#~ "with %s." -#~ msgstr "Unsuccessful: field %s in table %s must have its %s null values set" - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the key as " -#~ "defined in the SQL file." -#~ msgstr "" -#~ "Unsuccesful: field %s in table %s must have its key set as is defined in " -#~ "the SQL file" - -#~ msgid "Please check the SQL file for to know the kind of key needed." -#~ msgstr "Please check the SQL file in order to know the kind of key needed." - -#~ msgid "" -#~ "Please check the SQL file for to know the kind of extra config needed." -#~ msgstr "" -#~ "Please check the SQL file in order to know the kind of extra " -#~ "configuration needed." - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted as defined in " -#~ "the SQL file." -#~ msgstr "" -#~ "Unsuccessful: field %s in table %s must be set as defined in the SQL file." - -#~ msgid "" -#~ "Please check the SQL file for to know the kind of default value needed." -#~ msgstr "" -#~ "Please check the SQL file in order to know the default value necessary" - -#~ msgid "" -#~ "This tool is used just to view your Pandora FMS system logfiles directly " -#~ "from console" -#~ msgstr "" -#~ "This tool is used just to view your Pandora FMS system logfiles directly " -#~ "from the console" - -#~ msgid "Port (use 0 for default)" -#~ msgstr "Port (use 0 as default)" - -#~ msgid "" -#~ "This extension can run as PHP script in a shell for extract more " -#~ "information, but it must be run as root or across sudo. For example: " -#~ "sudo php /var/www/pandora_console/extensions/system_info.php -d -s -c" -#~ msgstr "" -#~ "This extension can run as a PHP script on a shell in order to extract " -#~ "more information, but it must be run as root user or via the 'sudo' " -#~ "command. For example: sudo php /var/www/pandora_console/extensions/" -#~ "system_info.php -d -s -c" - -#~ msgid "Number lines of log" -#~ msgstr "Number of log lines" - -#~ msgid "Unsuccessful installed enterprise tables into the testing DB" -#~ msgstr "Enterprise tables could not be installed into the testing DB" - -#~ msgid "You need to specify a user and a host address" -#~ msgstr "You must specify a username and a host address" - -#~ msgid "Pandora Diagnostic info" -#~ msgstr "Pandora Diagnostics info" - -#~ msgid "VNC view" -#~ msgstr "VNC mode" - -#~ msgid "VNC Display (:0 by default)" -#~ msgstr "VNC Display (:0 as default value)" - -#~ msgid "" -#~ "You can set the command path in the menu Administration -> Extensions -" -#~ "> Config Network Tools" -#~ msgstr "" -#~ "You can set the command path from the menu Administration -> " -#~ "Extensions -> Config Network Tools" - -#~ msgid "" -#~ "This extension makes exportation of resource template more easy. Here you " -#~ "can export as a resource template in Pandora FMS 3.x format (.ptr). " -#~ msgstr "" -#~ "This extension makes exporting resource templates easier. You can export " -#~ "resource templates in Pandora FMS 3.x format (.ptr) " - -#~ msgid "There are no recon task defined yet." -#~ msgstr "There are no recon tasks defined yet." - -#~ msgid "" -#~ "A service is a way to group your IT resources based on their " -#~ "functionalities. \n" -#~ "\t\t\t\t\tA service could be e.g. your official website, your CRM system, " -#~ "your support application, or even your printers.\n" -#~ "\t\t\t\t\t Services are logical groups which can include hosts, routers, " -#~ "switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -#~ "\t\t\t\t\t By the following example, you're able to see more clearly what " -#~ "a service is:\n" -#~ "\t\t\t\t\t\tA chip manufacturer sells computers by its website all around " -#~ "the world. \n" -#~ "\t\t\t\t\t\tHis company consists of three big departments: A management, " -#~ "an on-line shop and support." -#~ msgstr "" -#~ "A service is a way to group your IT resources based on their " -#~ "functionalities. \n" -#~ "\t\t\t\t\tA service could be, for example, your official website, your " -#~ "CRM system, your support application, or even your printers.\n" -#~ "\t\t\t\t\t Services are logical groups which can include hosts, routers, " -#~ "switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -#~ "\t\t\t\t\t By the following example, you're able to see more clearly what " -#~ "a service is:\n" -#~ "\t\t\t\t\t\tA chip manufacturer sells computers from its website all " -#~ "around the world. \n" -#~ "\t\t\t\t\t\tHis company consists of three big departments: Management, an " -#~ "on-line shop and support." - -#~ msgid "Pandora FMS help system" -#~ msgstr "Pandora FMS help wizard" - -#~ msgid "Press here to activate shortcut bar" -#~ msgstr "Press here to activate the shortcut bar" - -#~ msgid "QR Code of the page" -#~ msgstr "Page QR Code" - -#~ msgid "Go to Pandora FMS Website" -#~ msgstr "Go to the Pandora FMS Website" - -#~ msgid "" -#~ "Your session is over. Please close your browser window to close this " -#~ "Pandora session." -#~ msgstr "" -#~ "Your session has ended. Please close your browser window to close this " -#~ "Pandora FMS session." - -#~ msgid "" -#~ "It is highly recommended that you choose and install a modern browser. It " -#~ "is free of charge and only takes a couple of minutes." -#~ msgstr "" -#~ "It's highly recommended that you choose and install an updated browser. " -#~ "It's free of charge and will only take a couple of minutes" - -#~ msgid "" -#~ "Pandora FMS frontend is built on advanced, modern technologies and does " -#~ "not support old browsers." -#~ msgstr "" -#~ "Pandora FMS' frontend is built with advanced, modern technologies and " -#~ "doesn't support older browsers." - -#~ msgid "Why is it recommended to upgrade the web browser?" -#~ msgstr "Why is it recommendable to upgrade your browser?" - -#~ msgid "" -#~ "New browsers usually come with support for new technologies, increasing " -#~ "web page speed, better privacy settings and so on. They also resolve " -#~ "security and functional issues." -#~ msgstr "" -#~ "Newer browsers usually include support for new technology, increasing " -#~ "browsing speed, improving privacy settings, and so on. They also solve " -#~ "security and functional issues." - -#~ msgid "Language code for Pandora" -#~ msgstr "Pandora FMS Language settings" - -#~ msgid "Unable to do SNMP walk" -#~ msgstr "Unable to perform an SNMP walk" - -#, php-format -#~ msgid "Error creating %s disk space modules" -#~ msgstr "Error upon creating %s disk space modules" - -#, php-format -#~ msgid "Error creating %s process modules" -#~ msgstr "Error when creating %s service modules" - -#, php-format -#~ msgid "Error creating %s service modules" -#~ msgstr "Error when creating %s service modules" - -#~ msgid "Unable to do WMI explorer" -#~ msgstr "Unable to perform WMI exploration" - -#~ msgid "WMI Explore" -#~ msgstr "WMI Explorer" - -#~ msgid "Remove from modules list" -#~ msgstr "Remove from the module list" - -#~ msgid "Add to modules list" -#~ msgstr "Add to the module list" - -#~ msgid "Get more modules in Pandora FMS Library" -#~ msgstr "Get more modules on the Pandora FMS Library" - -#~ msgid "Any value below this number is discarted." -#~ msgstr "Any value below this number is discarded" - -#~ msgid "Any value over this number is discarted." -#~ msgstr "Any value larger than this number is discarded" - -#~ msgid "The module still stores data but the alerts and events will be stop" -#~ msgstr "Module will still store data but alerts and events will be stopped." - -#~ msgid "" -#~ "If cron is set the module interval is ignored and the module runs on the " -#~ "specified date and time" -#~ msgstr "" -#~ "If cron is set, the module's interval is ignored and the module runs on " -#~ "the specified date and time" - -#~ msgid "" -#~ "Please, install the SNMP remote plugin (The name of the plugin must be " -#~ "snmp_remote.pl)" -#~ msgstr "" -#~ "Please, install the remote SNMP plugin (the plugin must be named " -#~ "snmp_remote.pl)" - -#~ msgid "The agent's name must be the same as the one defined at the console" -#~ msgstr "Agent name must be the same as the one defined on the console" - -#~ msgid "Only it is show when
the agent is saved." -#~ msgstr "Only shown when
the agent is saved." - -#~ msgid "" -#~ "In case you fill any Field 1, Field 2 or Field 3 above, those will " -#~ "replace the corresponding fields of this associated \"Default action\"." -#~ msgstr "" -#~ "In case you fill out any Field 1, Field 2 or Field 3 above, they'll " -#~ "replace the corresponding fields on this associated \"Default action\"." - -#~ msgid "Database audit purge" -#~ msgstr "Purge audit data" - -#~ msgid "Purge audit data over 30 days" -#~ msgstr "Purge audit data from last 30 days" - -#~ msgid "Purge audit data over 90 days" -#~ msgstr "Purge audit data from last 90 days" - -#~ msgid "Purge audit data over 3 days" -#~ msgstr "Purge audit data from last 3 days" - -#~ msgid "Purge audit data over 7 days" -#~ msgstr "Purge audit data from last 7 days" - -#~ msgid "Purge audit data over 14 days" -#~ msgstr "Purge audit data from last 14 days" - -#~ msgid "Event database cleanup" -#~ msgstr "Database events cleanup" - -#~ msgid "Purge audit data over 1 day" -#~ msgstr "Purge audit data from last day" - -#~ msgid "Purge event data over 30 days" -#~ msgstr "Purge event data from last 30 days" - -#~ msgid "Purge event data over 90 days" -#~ msgstr "Purge event data from last 90 days" - -#~ msgid "Purge event data over 7 days" -#~ msgstr "Purge event data from last 7 days" - -#~ msgid "Purge event data over 14 days" -#~ msgstr "Purge event data from last 14 days" - -#~ msgid "Purge event data over 1 day" -#~ msgstr "Purge event data from last day" - -#~ msgid "Purge event data over 3 days" -#~ msgstr "Purge event data from last 3 days" - -#~ msgid "Get data from agent" -#~ msgstr "Retrieve data from agent" - -#, php-format -#~ msgid "Total records deleted: %s" -#~ msgstr "Total number of records deleted: %s" - -#~ msgid "" -#~ "Please be patient. This operation can take a long time depending on the " -#~ "amount of modules." -#~ msgstr "" -#~ "Please be patient, this operation can take a long time depending on the " -#~ "amount of modules" - -#, php-format -#~ msgid "Total errors: %s" -#~ msgstr "Total amount of errors: %s" - -#~ msgid "Get data" -#~ msgstr "Retrieve data" - -#~ msgid "Select the agent you want information about" -#~ msgstr "Choose the agent you wish to view information about" - -#~ msgid "Total number of packets" -#~ msgstr "Total number of packages" - -#~ msgid "Packets less than one day old" -#~ msgstr "Packages less than one day old" - -#~ msgid "Packets less than three days old" -#~ msgstr "Packages less than three days old" - -#~ msgid "Packets less than one week old" -#~ msgstr "Packages less than one week old" - -#~ msgid "Packets less than two weeks old" -#~ msgstr "Packages less than two weeks old" - -#~ msgid "Packets less than three months old" -#~ msgstr "Packages less than three months old" - -#~ msgid "Packets less than one month old" -#~ msgstr "Packages less than one month old" - -#~ msgid "" -#~ "Click here to get the data from the agent specified in the select box" -#~ msgstr "Click here to retrieve data from the agent specified." - -#~ msgid "Information on all agents in the database" -#~ msgstr "Information on all agents from the database" - -#~ msgid "Purge data over 1 week" -#~ msgstr "Purge data from the last week" - -#~ msgid "Purge data over 2 weeks" -#~ msgstr "Purge data from the last 2 weeks" - -#~ msgid "Purge data over 1 month" -#~ msgstr "Purge data from the last month" - -#~ msgid "Purge data over 3 months" -#~ msgstr "Purge data from the last 3 months" - -#~ msgid "Purge data over 3 days" -#~ msgstr "Purge data from the last 3 days" - -#~ msgid "Purge data over 1 day" -#~ msgstr "Purge data from last day" - -#~ msgid "Default event fields will be loaded. Do you want to continue?" -#~ msgstr "Default event fields will be loaded. Continue?" - -#~ msgid "Descriptive name for the map" -#~ msgstr "Name for descriptive map" - -#~ msgid "" -#~ "Each layer can show agents from one group or the agents added to that " -#~ "layer or both." -#~ msgstr "" -#~ "Each layer can show agents from one group, agents added to that layer, or " -#~ "both." - -#~ msgid "Select agents first" -#~ msgstr "Select the agents first" - -#~ msgid "No Validated" -#~ msgstr "Not validated" - -#~ msgid "Successfully created recon task" -#~ msgstr "Recon task successfully created" - -#~ msgid "Wrong format in Subnet field" -#~ msgstr "Wrong format in the Subnet field" - -#~ msgid "Successfully updated recon task" -#~ msgstr "Recon task successfully updated" - -#~ msgid "SNMP Default community" -#~ msgstr "Default SNMP community" - -#~ msgid "Recon scripts registered in Pandora FMS" -#~ msgstr "Recon scripts registered on Pandora FMS" - -#~ msgid "Limit parameters massive" -#~ msgstr "Massive parameter limits" - -#~ msgid "" -#~ "If SSL is not properly configured you will lose access to Pandora FMS " -#~ "Console. Do you want to continue?" -#~ msgstr "" -#~ "If SSL is not properly configured, you will lose access to the Pandora " -#~ "FMS Console. Do you want to continue?" - -#~ msgid "" -#~ "If the compaction or purge of the data is more frequent than the events " -#~ "deletion, anomalies in module graphs could appear" -#~ msgstr "" -#~ "If data compression or purge is more frequent than event cleanups, it " -#~ "could lead to anomalies in module graphs." - -#~ msgid "" -#~ "If this option is enabled, the users can use double authentication with " -#~ "their accounts" -#~ msgstr "" -#~ "If this option is enabled, double authentication for user accounts will " -#~ "be available." - -#~ msgid "" -#~ "This enabling this, you get a label with agent name in GIS maps. If you " -#~ "have lots of agents in the map, will be unreadable. Disabled by default." -#~ msgstr "" -#~ "Enabling this shows a label with the agent name on the GIS maps. If you " -#~ "have a lot of agents on the map, it will be unreadable. Disabled by " -#~ "default." - -#~ msgid "The data number of the module graphs will be rounded and shortened" -#~ msgstr "" -#~ "The numeric data of module graphs will be rounded out and shortened." - -#~ msgid "Custom directory where the graphviz binaries are stored." -#~ msgstr "Custom directory in which graphviz binaries are stored." - -#~ msgid "" -#~ "Update Manager is one of the most advanced features of Pandora FMS " -#~ "Enterprise version, for more information visit
http://pandorafms.com." -#~ msgstr "" -#~ "The Update Manager is one of the most advanced features on the Pandora " -#~ "FMS Enterprise Edition. For more information visit http://pandorafms.com." - -#~ msgid "" -#~ "With this option enabled, the user will can access to accurate " -#~ "information. It is not recommended for admin users because performance " -#~ "could be affected" -#~ msgstr "" -#~ "With this option enabled, the user will be able to access accurate " -#~ "information. Not recommended for admin users because it can affect " -#~ "performance." - -#~ msgid "Visual console writing" -#~ msgstr "Write visual console" - -#~ msgid "Visual console reading" -#~ msgstr "Read visual console" - -#~ msgid "Network maps management" -#~ msgstr "Manage network maps" - -#~ msgid "Network maps writing" -#~ msgstr "Write network maps" - -#~ msgid "Database event" -#~ msgstr "Database events" - -#~ msgid "Log max lifetime" -#~ msgstr "Max. log lifespan" - -#~ msgid "Too much files in your tempora/attachment directory" -#~ msgstr "Too many files in your temporary/attachment directory" - -#~ msgid "" -#~ "Please check that the web server has write rights on the {HOMEDIR}/" -#~ "attachment directory" -#~ msgstr "" -#~ "Please check that the webserver has writing permission over the {HOMEDIR}/" -#~ "attachment directory" - -#~ msgid "PHP safe mode is enabled. Some features may not properly work." -#~ msgstr "PHP safe mode is enabled. Some features may not work properly." - -#~ msgid "Module Agent address" -#~ msgstr "Module's agent address" - -#~ msgid "# Checks" -#~ msgstr "# of checks" - -#~ msgid "% Fail" -#~ msgstr "Fail %" - -#~ msgid "Agent min" -#~ msgstr "Min amount of agents" - -#~ msgid "Monitors OK" -#~ msgstr "Monitors in OK status" - -#~ msgid "Alerts not fired" -#~ msgstr "Non-triggered alerts" - -#~ msgid "Last activity in Pandora FMS console" -#~ msgstr "Latest activity in the Pandora FMS console" - -#~ msgid "" -#~ "Cannot connect to the database, please check your database setup in the " -#~ "include/config.php file.

\n" -#~ "\t\t\tProbably your database, hostname, user or password values are " -#~ "incorrect or \n" -#~ "\t\t\tthe database server is not running." -#~ msgstr "" -#~ "Cannot connect to the database, please check your database setup in the " -#~ "include/config.php file.

\n" -#~ "\t\t\tProbably your database, hostname, username or password values are " -#~ "incorrect, or \n" -#~ "\t\t\tthe database's server is not running." - -#~ msgid "" -#~ "Pandora FMS Console cannot find include/config.php or this file " -#~ "has invalid\n" -#~ "\t\t\tpermissions and HTTP server cannot read it. Please read " -#~ "documentation to fix this problem." -#~ msgstr "" -#~ "The Pandora FMS Console cannot find include/config.php or this " -#~ "file has invalid\n" -#~ "\t\t\tpermissions and the HTTP server cannot read it. Please read the " -#~ "documentation to fix this problem." - -#~ msgid "" -#~ "Cannot load configuration variables from database. Please check your " -#~ "database setup in the\n" -#~ "\t\t\tinclude/config.php file.

\n" -#~ "\t\t\tMost likely your database schema has been created but there are is " -#~ "no data in it, you have a problem with the database access credentials or " -#~ "your schema is out of date.\n" -#~ "\t\t\t

Pandora FMS Console cannot find include/config.php " -#~ "or this file has invalid\n" -#~ "\t\t\tpermissions and HTTP server cannot read it. Please read " -#~ "documentation to fix this problem.
" -#~ msgstr "" -#~ "Cannot load configuration variables from database. Please check your " -#~ "database setup in the\n" -#~ "\t\t\tinclude/config.php file.

\n" -#~ "\t\t\tMost likely your database scheme has been created but there is no " -#~ "data in it, you might have a problem with the database access credentials " -#~ "or your scheme is out of date.\n" -#~ "\t\t\t

Pandora FMS Console cannot find include/config.php " -#~ "or the file has invalid\n" -#~ "\t\t\tpermissions and the HTTP server cannot read it. Please read the " -#~ "documentation to fix this problem.
" - -#~ msgid "" -#~ "For security reasons, config.php must have restrictive " -#~ "permissions, and \"other\" users \n" -#~ "\t\t\tshould not read it or write to it. It should be written only for " -#~ "owner \n" -#~ "\t\t\t(usually www-data or http daemon user), normal operation is not " -#~ "possible until you change \n" -#~ "\t\t\tpermissions for include/config.php file. Please do it, it is " -#~ "for your security." -#~ msgstr "" -#~ "For security reasons, config.php must have restrictive " -#~ "permissions, and \"other\" users \n" -#~ "\t\t\tshould not be allowed to read it or write on it. It should be " -#~ "written on only by the owner \n" -#~ "\t\t\t(usually www-data or http daemon user). Normal operation is not " -#~ "possible until you change \n" -#~ "\t\t\tthe permissions for the include/config.php file. We strongly " -#~ "recommend you do so - it's for your own security." - -#~ msgid "Error in creation network module. Agent name doesn't exists." -#~ msgstr "Error creating the network module. The agent's name doesn't exist." - -#~ msgid "Error updating plugin module. Id_module doesn't exists." -#~ msgstr "Error updating the plugin module. 'Id_module' doesn't exist." - -#~ msgid "Error in creation plugin module. Agent name doesn't exists." -#~ msgstr "Error creating the plugin module. Agent's name doesn't exist." - -#~ msgid "Error in creation synthetic module. Agent name doesn't exists." -#~ msgstr "" -#~ "Error creating the synthetic module. The agent's name doesn't exist." - -#~ msgid "Error updating data module. Id_module doesn't exists." -#~ msgstr "Error updating the data module. 'id_module' doesn't exist." - -#~ msgid "Error in creation data module. Agent name doesn't exists." -#~ msgstr "Error creating the data module. The agent's name doesn't exist." - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_auth_method doesn't exists. Set it " -#~ "to 'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error creating the SNMP module. snmp3_auth_method doesn't exist. Set it " -#~ "to 'MD5' or 'SHA'. " - -#~ msgid "Error in creation SNMP module. Agent name doesn't exists." -#~ msgstr "Error creating the SNMP module. The agent name doesn't exist." - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_priv_method doesn't exists. Set it " -#~ "to 'AES' or 'DES'. " -#~ msgstr "" -#~ "Error creating the SNMP module. 'snmp3_priv_method' doesn't exist. Please " -#~ "set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error in creation SNMP module. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error creating the SNMP module. snmp3_sec_level doesn't exist. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "Error updating SNMP module. Id_module doesn't exists." -#~ msgstr "Error updating the SNMP module. 'Id_module' doesn't exist." - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error creating the SNMP component. 'snmp3_sec_level' doesn't exist. " -#~ "Please set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_auth_method doesn't exists. Set it " -#~ "to 'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error creating the SNMP component. 'snmp3_auth_method' doesn't exist. " -#~ "Please set it to 'MD5' or 'SHA'. " - -#~ msgid "" -#~ "Error creating SNMP component. snmp3_priv_method doesn't exists. Set it " -#~ "to 'AES' or 'DES'. " -#~ msgstr "" -#~ "Error creating the SNMP component. 'snmp3_priv_method' doesn't exist. " -#~ "Please set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error getting module value from all agents. Module name doesn't exists." -#~ msgstr "" -#~ "Error retrieving the module value from all agents. The module name " -#~ "doesn't exist." - -#~ msgid "Error updating alert template. Id_template doesn't exists." -#~ msgstr "Error updating the alert template. 'Id_template' doesn't exist." - -#~ msgid "Error getting alert template. Id_template doesn't exists." -#~ msgstr "Error retrieving the alert template. 'Id_template' doesn't exist." - -#~ msgid "Error assigning module to template. Id_module doesn't exists." -#~ msgstr "" -#~ "Error assigning the module to a template. 'Id_module' doesn't exist." - -#~ msgid "Error assigning module to template. Id_agent doesn't exists." -#~ msgstr "Error assigning the module to a template. 'Id_agent' doesn't exist." - -#~ msgid "Error creating module from network component. Agent doesn't exists." -#~ msgstr "" -#~ "Error creating the module from the network component. The agent doesn't " -#~ "exist." - -#~ msgid "" -#~ "Error creating module from network component. Network component doesn't " -#~ "exists." -#~ msgstr "" -#~ "Error when creating the module from a network component. The network " -#~ "component doesn't exist." - -#~ msgid "Error deleting module template. Id_module_template doesn't exists." -#~ msgstr "" -#~ "Error deleting the module template. 'Id_module_template' doesn't exist." - -#~ msgid "Error adding agent to policy. Id_agent doesn't exists." -#~ msgstr "" -#~ "Error when adding the agent to the policy. 'Id_agent' doesn't exist." - -#~ msgid "Error updating data module in policy. Module doesn't exists." -#~ msgstr "Error updating data module in policy." - -#~ msgid "Error updating network module in policy. Module doesn't exists." -#~ msgstr "" -#~ "Error updating the network module in the policy. The module doesn't exist." - -#~ msgid "Error updating plugin module in policy. Module doesn't exists." -#~ msgstr "" -#~ "Error updating the plugin module in the policy. The module doesn't exist." - -#~ msgid "Error updating SNMP module in policy. Module doesn't exists." -#~ msgstr "" -#~ "Error updating the SNMP module in the policy. The module doesn't exist." - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_priv_method doesn't exists. Set it to " -#~ "'AES' or 'DES'. " -#~ msgstr "" -#~ "Error updating the SNMP module. 'snmp3_priv_method' doesn't exist. Please " -#~ "set it to 'AES' or 'DES'. " - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_auth_method doesn't exists. Set it to " -#~ "'MD5' or 'SHA'. " -#~ msgstr "" -#~ "Error updating the SNMP module. 'snmp3_auth_method' doesn't exist. Please " -#~ "set it to 'MD5' or 'SHA'. " - -#~ msgid "" -#~ "Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -#~ msgstr "" -#~ "Error updating the SNMP module. 'snmp3_sec_level' doesn't exist. Please " -#~ "set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#~ msgid "Error in group creation. Id_parent_group doesn't exists." -#~ msgstr "Error creating group. 'Id_parent_group' doesn't exist." - -#~ msgid "Error updating user. Id_user doesn't exists." -#~ msgstr "User update error. 'Id_user' doesn't exist." - -#~ msgid "Error enable/disable user. The user doesn't exists." -#~ msgstr "Error enabling/disabling user. The user doesn't exist." - -#~ msgid "Error enable/disable agent. The agent doesn't exists." -#~ msgstr "Error enabling/disabling agent. The agent doesn't exist." - -#~ msgid "Error deleting special day. Id doesn't exists." -#~ msgstr "Error deleting the special day. The ID doesn't exist." - -#~ msgid "Error updating special day. Id doesn't exists." -#~ msgstr "Error updating the special day. The ID doesn't exist." - -#~ msgid "Months" -#~ msgstr "Month" - -#~ msgid "Target IP cannot be blank." -#~ msgstr "The target IP cannot be left blank." - -#~ msgid "" -#~ "This item is affected by a malformed planned downtime. Go to the planned " -#~ "downtimes section to solve this." -#~ msgstr "" -#~ "This item is affect by an erroneous planned downtime. Go to the planned " -#~ "downtime section to solve this." - -#~ msgid "" -#~ "Illegal query: Due security restrictions, there are some tokens or words " -#~ "you cannot use: *, delete, drop, alter, modify, union, password, pass, " -#~ "insert or update." -#~ msgstr "" -#~ "Illegal query. Due to security reasons, there are some tokens or words " -#~ "you cannot use: *, delete, drop, alter, modify, union, password, pass, " -#~ "insert or update." - -#~ msgid "Netflow statistics table" -#~ msgstr "Netflow statistics chart" - -#~ msgid "Could not delete network map" -#~ msgstr "Couldn't delete the network map" - -#~ msgid "one combined graph" -#~ msgstr "single combined graph" - -#~ msgid "Could not save network map" -#~ msgstr "Couldn't save the network map" - -#~ msgid "Could not create network map" -#~ msgstr "Couldn't create the network map" - -#~ msgid "Separation between elements in the map (in Non-overlap mode)" -#~ msgstr "Separation amongst elements on the map (in no-overlap mode)" - -#~ msgid "Show events graph" -#~ msgstr "Show the events graph" - -#~ msgid "Resolution epilog" -#~ msgstr "Resolution epilogue" - -#~ msgid "File is too big" -#~ msgstr "The file is too big." - -#~ msgid "File was partially uploaded. Please try again" -#~ msgstr "The file was partially uploaded. Please try again." - -#~ msgid "" -#~ "There was a problem updating the incident, please check if any field was " -#~ "modified and the values are correct." -#~ msgstr "" -#~ "There was a problem updating the incident: please check if any field has " -#~ "been modified and if the values are correct." - -#~ msgid "There was a problem creating incident" -#~ msgstr "There was a problem creating the incident." - -#~ msgid "There was a problem uploading file" -#~ msgstr "There was a problem uploading the file" - -#~ msgid "You user doesn't have enough rights to delete this file" -#~ msgstr "" -#~ "Your user account doesn't have the necessary permissions to delete this " -#~ "file." - -#~ msgid "" -#~ "There is a error in the message from your Integria or there is not " -#~ "connection." -#~ msgstr "" -#~ "There is an error in your Integria's message, or there is no connection." - -#~ msgid "There was a problem adding workunit" -#~ msgstr "There was a problem adding the workunit" - -#~ msgid "There was a problem deteling incident" -#~ msgstr "There was a problem deleting the incident" - -#~ msgid "Helps" -#~ msgstr "Help" - -#~ msgid "Helps found" -#~ msgstr "Help found" - -#~ msgid "Save the actual layout design" -#~ msgstr "Save actual layout design" - -#~ msgid "Different parent" -#~ msgstr "Different parent" - -#~ msgid "Different name" -#~ msgstr "Different name" - -#~ msgid "Go to pandorafms.com" -#~ msgstr "Go to pandorafms.com" - -#~ msgid "Pandora Help" -#~ msgstr "Pandora Help" - -#~ msgid "Login off" -#~ msgstr "Login off" - -#~ msgid "Generate networkmap with parents relationships" -#~ msgstr "Generate networkmap with parents relationships" - -#~ msgid "" -#~ "This feature is deprecated, be careful because in the next releases it " -#~ "will be disappear." -#~ msgstr "" -#~ "This feature is deprecated, be careful because in the next releases it " -#~ "will be disappear." - -#~ msgid "Refresh network map state" -#~ msgstr "Refresh network map state" - -#~ msgid "No name and description specified for the service" -#~ msgstr "No name and description specified for the service" - -#~ msgid "You should set the weights manually" -#~ msgstr "You should set the weights manually" - -#~ msgid "The weights have default values" -#~ msgstr "The weights have default values" - -#~ msgid "" -#~ "Enable this option will be synchronice the groups and tags each new user " -#~ "when he/she will login." -#~ msgstr "" -#~ "Enable this option will be synchronice the groups and tags each new user " -#~ "when he/she will login." - -#~ msgid "This widget only working in desktop version." -#~ msgstr "This widget will only work on desktop version." - -#~ msgid "" -#~ "If event purge is less than events days pass to history db, you will have " -#~ "a problems and you lost data. Recommended that event days purge will more " -#~ "taller than event days to history DB" -#~ msgstr "" -#~ "If event purge is lower than events days passed to history DB you will " -#~ "lose data. We recommend that events days purge is longer than events days " -#~ "passed to history DB" - -#~ msgid "No slides selected" -#~ msgstr "No slides selected" - -#~ msgid "Show a service map" -#~ msgstr "Show a service map" - -#~ msgid "Tab" -#~ msgstr "Tab" - -#~ msgid "Open all nodes" -#~ msgstr "Open all nodes" - -#~ msgid "Show a value of module in a table" -#~ msgstr "Show a value of module in a table" - -#~ msgid "Show status of a module" -#~ msgstr "Show status of a module" - -#~ msgid "Show a value of module" -#~ msgstr "Show a value of module" - -#~ msgid "Show a value of module and icon" -#~ msgstr "Show a value of module and icon" - -#~ msgid "Module with icon" -#~ msgstr "Module with icon" - -#~ msgid "Dashboard name" -#~ msgstr "Dashboard name" - -#, php-format -#~ msgid "Error creating/updating %s/%s module groups" -#~ msgstr "Error creating/updating %s/%s module groups" - -#~ msgid "Legend Graph" -#~ msgstr "Legend Graph" - -#~ msgid "Total Time" -#~ msgstr "Total Time" - -#~ msgid "Total Checks" -#~ msgstr "Total Checks" - -#~ msgid "Time Downtimes" -#~ msgstr "Time Downtimes" - -#~ msgid "Time Not init" -#~ msgstr "Time Not init" - -#~ msgid "Agent min Value" -#~ msgstr "Agent min Value" - -#~ msgid "Percentil 95" -#~ msgstr "Percentil 95" - -#~ msgid "Apply all" -#~ msgstr "Apply all" - -#~ msgid "" -#~ "Select the path where SimpleSAML has been installed (by default '/opt/')" -#~ msgstr "" -#~ "Select the path where SimpleSAML has been installed (by default '/opt/')" - -#~ msgid "Main help" -#~ msgstr "Main help" - -#~ msgid "Pandora FMS instance identification wizard" -#~ msgstr "Pandora FMS instance identification wizard" - -#~ msgid "The Pandora FMS community wizard" -#~ msgstr "The Pandora FMS community wizard" - -#~ msgid "Return" -#~ msgstr "Return" - -#~ msgid "Stay up to date with the Pandora FMS community" -#~ msgstr "Stay up to date with the Pandora FMS community" - -#~ msgid "" -#~ "This is the online help for Pandora FMS console. This help is -in best " -#~ "cases- just a brief contextual help, not intented to teach you how to use " -#~ "Pandora FMS. Official documentation of Pandora FMS is about 900 pages, " -#~ "and you probably don't need to read it entirely, but sure, you should " -#~ "download it and take a look.

\n" -#~ "\tDownload the official documentation" -#~ msgstr "" -#~ "This is the online help for Pandora FMS console. This help is -in best " -#~ "cases- just a brief contextual help, not intented to teach you how to use " -#~ "Pandora FMS. Official documentation of Pandora FMS is about 900 pages, " -#~ "and you probably don't need to read it entirely, but you can download it " -#~ "and take a look.

\n" -#~ "\tDownload the official documentation" - -#~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage " -#~ "(number of agents and modules running). To disable it, please remove the " -#~ "remote server address from the Update Manager plugin setup." -#~ msgstr "" -#~ "Update Manager sends anonymous information about Pandora FMS usage " -#~ "(number of agents and modules running). To disable it, please remove the " -#~ "remote server address from the Update Manager plugin setup." - -#~ msgid "Do you want to continue without any registration" -#~ msgstr "Do you want to continue without any registration?" - -#~ msgid "" -#~ "Report generating on the Enterprise version is also more powerful: it has " -#~ "wizards, you can schedule emails in PDF to be sent according to the " -#~ "schedule you decide, and it has a template system to create personalized " -#~ "reports quickly for each of your customers. It will even allow your " -#~ "customers to generate their own reports from templates created by you. If " -#~ "reports are key to your business, Pandora FMS Enterprise version is for " -#~ "you." -#~ msgstr "" -#~ "Report generating on the Enterprise version is also more powerful: it has " -#~ "wizards, you can schedule emails in PDF to be sent according to the " -#~ "schedule you decide, and it has a template system to create personalized " -#~ "reports quickly for each of your customers. It will even allow your " -#~ "customers to generate their own reports from templates created by you. If " -#~ "reports are key to your business, Pandora FMS Enterprise version is for " -#~ "you." - -#~ msgid "Already subscribed to Pandora FMS newsletter" -#~ msgstr "Already subscribed to Pandora FMS newsletter" - -#, php-format -#~ msgid "%s" -#~ msgstr "%s" - -#~ msgid " of module " -#~ msgstr " of module " - -#~ msgid "" -#~ "Cannot connect to the database, please check your database setup in the " -#~ "include/config.php file.

\n" -#~ "\t\t\tProbably your database, hostname, user or password values are " -#~ "incorrect or\n" -#~ "\t\t\tthe database server is not running." -#~ msgstr "" -#~ "Cannot connect to the database, please check your database setup in the " -#~ "include/config.php file.

\n" -#~ "\t\t\tProbably your database, hostname, user or password values are " -#~ "incorrect or\n" -#~ "\t\t\tthe database server is not running." - -#~ msgid "Audit log directory" -#~ msgstr "Audit log directory" - -#~ msgid "" -#~ "Click here to start the " -#~ "newsletter subscription process" -#~ msgstr "" -#~ "Click here to start the " -#~ "newsletter subscription process" - -#~ msgid "Not subscribed to the newsletter" -#~ msgstr "Not subscribed to the newsletter" - -#~ msgid "Time Uknown" -#~ msgstr "Time Uknown" - -#~ msgid "Unsuccessfull action

" -#~ msgstr "Unsuccessfull action

" - -#~ msgid "The format is: [url='url to navigate']'text to show'[/url]" -#~ msgstr "The format is: [url='url to navigate']'text to show'[/url]" - -#~ msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" -#~ msgstr "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" - -#~ msgid "The last version of package installed is:" -#~ msgstr "The last version of package installed is:" - -#~ msgid "Update manager » Messages" -#~ msgstr "Update manager » Messages" - -#~ msgid "Update manager messages" -#~ msgstr "Update manager messages" - -#~ msgid "Without protocol and port" -#~ msgstr "Without protocol and port" - -#~ msgid "Hostname of the eHorus API" -#~ msgstr "Hostname of the eHorus API" - -#~ msgid "" -#~ "Time in seconds to set the maximum time of the requests to the eHorus API" -#~ msgstr "" -#~ "Time in seconds to set the maximum time of the requests to the eHorus API" - -#~ msgid "0 to disable" -#~ msgstr "0 to disable" - -#~ msgid "e.g., switch.ehorus.com" -#~ msgstr "e.g., switch.eHorus.com" - -#~ msgid "Directory where audit log is stored." -#~ msgstr "Directory where audit log is stored." - -#~ msgid "audit log directory" -#~ msgstr "audit log directory" - -#~ msgid "" -#~ "If you check this option, the lateral menus display with left click. " -#~ "Otherwise it will show by placing the mouse over" -#~ msgstr "" -#~ "If you check this option, the lateral menus display with left click. " -#~ "Otherwise it will show by placing the mouse over" - -#~ msgid "Display lateral menus with click" -#~ msgstr "Display lateral menus with click" - -#~ msgid "Custom logo in login" -#~ msgstr "Custom logo in login" - -#~ msgid "Allows only show the average in graphs" -#~ msgstr "Allows only the average in graphs to be shown" - -#~ msgid "Use agent ip" -#~ msgstr "Use agent IP" - -#~ msgid "Create group if doesn’t exist in destination" -#~ msgstr "Create group if it doesn't exist in destination" - -#~ msgid "® Ártica ST" -#~ msgstr "® Ártica ST" - -#~ msgid "Top 5 VMs Disk Usage" -#~ msgstr "Top 5 VMs Disk Usage" - -#~ msgid "VMware map" -#~ msgstr "VMware map" - -#~ msgid "WMware Plugin Settings" -#~ msgstr "WMware Plugin Settings" - -#~ msgid "Datacenter Name" -#~ msgstr "Datacenter Name" - -#~ msgid "Config parameters" -#~ msgstr "Config parameters" - -#~ msgid "Config Path" -#~ msgstr "Config Path" - -#~ msgid "There was an error updating the execution data of the plugin" -#~ msgstr "There was an error updating the execution data of the plugin" - -#~ msgid "There was an error activating the execution of the plugin" -#~ msgstr "There was an error activating the execution of the plugin" - -#~ msgid "" -#~ "To enable the plugin execution, this extension needs the Cron jobs " -#~ "extension installed.\n" -#~ "\tKeep in mind that the Cron jobs execution period will be the less real " -#~ "execution period, so if you want to run the plugin every\n" -#~ "\t5 minutes, for example, the Cron jobs script should be configured in " -#~ "the cron to run every 5 minutes or less" -#~ msgstr "" -#~ "To enable the plugin execution, this extension needs the Cron jobs " -#~ "extension installed.\n" -#~ "\tKeep in mind that the Cron jobs execution period will be the less real " -#~ "execution period, so if you want to run the plugin every\n" -#~ "\t5 minutes, for example, the Cron jobs script should be configured in " -#~ "the cron to run every 5 minutes or less" - -#~ msgid "The file is not readable by HTTP Server" -#~ msgstr "The file is not readable by HTTP Server" - -#~ msgid "The file is not writable by HTTP Server" -#~ msgstr "The file is not writable by HTTP Server" - -#~ msgid "Show SLA percent" -#~ msgstr "Show SLA percent" - -#~ msgid "Show Agent/Module View" -#~ msgstr "Show Agent/Module View" - -#~ msgid "Show branch children" -#~ msgstr "Show branch children" - -#~ msgid "" -#~ "Let me introduce my self: I am Pandorin, the annoying assistant of " -#~ "Pandora FMS. You can follow my steps to do basic tasks in Pandora FMS or " -#~ "you can close me and never see me again." -#~ msgstr "" -#~ "Let me introduce myself: I am Pandorin, the annoying assistant of Pandora " -#~ "FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " -#~ "close me and never see me again." - -#~ msgid "Problems with disable functions in PHP.INI" -#~ msgstr "Problems with disabling functions in PHP.INI" - -#, php-format -#~ msgid "" -#~ "Your PHP environment is setted with %d max_input_vars. Maybe you must not " -#~ "set this value with upper values." -#~ msgstr "" -#~ "Your PHP environment is set with %d max_input_vars. Maybe you must not " -#~ "set this value with upper values." - -#~ msgid "Pandora Console URL" -#~ msgstr "Pandora FMS Console URL" - -#~ msgid "Number fired of alerts" -#~ msgstr "Number of alerts triggered" - -#~ msgid "If it is empty, Pandora searchs the ping system." -#~ msgstr "If empty, Pandora FMS will search the ping system" - -#~ msgid "If it is empty, Pandora searchs the traceroute system." -#~ msgstr "If empty, Pandora FMS will search the traceroute system" - -#~ msgid "If it is empty, Pandora searchs the dig system." -#~ msgstr "If empty, Pandora FMS will search the dig system" - -#~ msgid "If it is empty, Pandora searchs the nmap system." -#~ msgstr "If empty, Pandora FMS will search the Nmap system." - -#~ msgid "If it is empty, Pandora searchs the snmpget system." -#~ msgstr "If empty, Pandora FMS will search the snmpget system" - -#~ msgid "" -#~ "This extension makes registration of server plugins more easy. \n" -#~ "\t\t\t\t\t\tHere you can upload a server plugin in Pandora FMS 3.x zipped " -#~ "format (.pspz). \n" -#~ "\t\t\t\t\t\tPlease refer to documentation on how to obtain and use " -#~ "Pandora FMS Server Plugins.\n" -#~ "\t\t\t\t\t\t

You can get more plugins in our Public Resource Library " -#~ msgstr "" -#~ "This extension makes registering server plugins an easier task\n" -#~ "\t\t\t\t\t\tHere you can upload a server plugin in Pandora FMS 3.x zipped " -#~ "format (.pspz). \n" -#~ "\t\t\t\t\t\tPlease refer to the official documentation on how to obtain " -#~ "and use Pandora FMS Server Plugins.\n" -#~ "\t\t\t\t\t\t

You can get more plugins from our Public Resource Library. " - -#~ msgid "Pandora Server MySQL load" -#~ msgstr "Pandora FMS Server MySQL load" - -#~ msgid "Pandora Server Disk IO Wait" -#~ msgstr "Pandora FMS Server Disk IO Wait" - -#~ msgid "Pandora Server Pending packets" -#~ msgstr "Pending packages from Pandora FMS Server" - -#~ msgid "Pandora Server CPU" -#~ msgstr "Pandora FMS Server CPU" - -#~ msgid "" -#~ "The new Update Manager client is shipped with Pandora FMS It helps system administrators to " -#~ "update their Pandora FMS automatically, since the Update Manager does the " -#~ "task of getting new modules, new plugins and new features (even full " -#~ "migrations tools for future versions) automatically." -#~ msgstr "" -#~ "The new Update Manager client is included on Pandora FMS. It helps system administrators to " -#~ "update their Pandora FMS automatically, since the Update Manager " -#~ "retrieves new modules, new plugins and new features automatically (even " -#~ "full migrations tools for future versions)." - -#~ msgid "" -#~ "Do you want to consolidate all your system monitoring? Do you have many " -#~ "systems, making it difficult to manage them in a comprehensive manner? " -#~ "Would you like to deploy monitoring, alerts and even local plugins with a " -#~ "single click? Pandora FMS Enterprise Policies are exactly what you need; " -#~ "you'll save time, effort and annoyances. More information pandorafms.com" -#~ msgstr "" -#~ "Do you want to consolidate all your system monitoring? Do you have many " -#~ "systems, making it difficult to manage them in a comprehensive manner? " -#~ "Would you like to deploy monitoring, alerts and even local plugins with a " -#~ "single click? Pandora FMS Enterprise Policies are exactly what you need. " -#~ "You will save time and effort, and avoid problems. More information at pandorafms.com." - -#~ msgid "" -#~ "The Enterprise version comes with a different update system, with fully " -#~ "tested, professionally-supported packages, and our support team is there " -#~ "to help you in case of problems or queries. Update Manager is another " -#~ "feature present in the Enterprise version and not included in the " -#~ "OpenSource version. There are lots of advanced business-oriented features " -#~ "contained in Pandora FMS Enterprise Edition. For more information visit " -#~ "pandorafms.com" -#~ msgstr "" -#~ "The Enterprise version comes with a different update system, with fully " -#~ "tested, professionally-supported packages, and our support team is there " -#~ "to help you in case of problems or queries. Update Manager is another " -#~ "feature included in the Enterprise version and not included in the " -#~ "OpenSource version. There are lots of advanced business-oriented features " -#~ "contained in Pandora FMS Enterprise Edition. For more information visit " -#~ "pandorafms.com" - -#~ msgid "" -#~ "The Update Manager client is included on Pandora FMS. It helps system " -#~ "administrators update their Pandora FMS automatically, since the Update " -#~ "Manager retrieves new modules, new plugins and new features (even full " -#~ "migrations tools for future versions) automatically." -#~ msgstr "" -#~ "The Update Manager client is included on Pandora FMS. It helps system " -#~ "administrators to update Pandora FMS automatically, since the Update " -#~ "Manager retrieves new modules, new plugins and new features (even full " -#~ "migrations tools for future versions) automatically." - -#~ msgid "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact system administrator if you need assistance.

\n" -#~ "\tPlease know that all attempts to access this page are recorded in " -#~ "security logs of Pandora System Database" -#~ msgstr "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact the system administrator if you need assistance.

\n" -#~ "\tPlease know that all attempts to access this page are recorded in " -#~ "security logs of Pandora FMS System Database." - -#~ msgid "" -#~ "Pandora FMS Enterprise also features event correlation. Through " -#~ "correlation you can generate realtime alerts and / or new events based on " -#~ "logical rules. This allows you to automate troubleshooting. If you know " -#~ "the value of working with events, event correlation will take you to a " -#~ "new level." -#~ msgstr "" -#~ "Pandora FMS Enterprise also features event correlation. Through " -#~ "correlation you can generate real-time alerts and/or new events based on " -#~ "logical rules. This allows you to automate troubleshooting. If you know " -#~ "how important it is to work with events, event correlation will take you " -#~ "to a new level." - -#~ msgid "" -#~ "Graphs are designed to show the data collected by Pandora FMS in a " -#~ "temporary scale defined by the user.\n" -#~ "\t\t\t\tPandora FMS Graphs display data in real time. They are generated " -#~ "every time the operator requires any of them and display the up-to-date " -#~ "state.\n" -#~ "\t\t\t\tThere are two types of graphs: The agent's automated graphs and " -#~ "the graphs the user customizes by using one or more modules to do so." -#~ msgstr "" -#~ "Graphs are designed to show the data collected by Pandora FMS in a user " -#~ "defined timeframe.\n" -#~ "\t\t\t\tPandora FMS Graphs display data in real time. They are generated " -#~ "every time the operator requires any of them and display the updated " -#~ "status.\n" -#~ "\t\t\t\tThere are two types of graphs: the agent automated graphs and the " -#~ "graphs the user customizes by using one or more modules to do so." - -#~ msgid "" -#~ "Pandora FMS allows you to create visual maps in which each user is able " -#~ "to create his own monitoring map.\n" -#~ "\t\t\tThe new visual console editor is much more practical, although the " -#~ "old visual console editor had its advantages. \n" -#~ "\t\t\tWithin the new visual console, we've been successful in imitating " -#~ "the sensation and touch of a drawing application like GIMP. \n" -#~ "\t\t\tWe've also simplified the editor by dividing it into several " -#~ "subject-matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' " -#~ "and 'Editor'.\n" -#~ "\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are " -#~ "'static image', 'percentage bar', 'module graph' and 'simple value'. " -#~ msgstr "" -#~ "Pandora FMS allows users to create visual maps on which each user is able " -#~ "to create a personal monitoring map.\n" -#~ "\t\t\tThe new visual console editor is much more practical, although the " -#~ "previous visual console editor had its advantages. \n" -#~ "\t\t\tOn the new visual console, we have successfully imitated the " -#~ "sensation and touch of a drawing application like GIMP. \n" -#~ "\t\t\tWe have also simplified the editor by dividing it into several " -#~ "subject-divided tabs named 'Data', 'Preview', 'Wizard', 'List of " -#~ "Elements' and 'Editor'.\n" -#~ "\t\t\tThe items the Pandora FMS Visual Map was designed to handle are " -#~ "'static images', 'percentage bars', 'module graphs' and 'simple values'. " - -#~ msgid "" -#~ "The Recon Task definition of Pandora FMS is used to find new elements in " -#~ "the network. \n" -#~ "\t\tIf it detects any item, it will add that item to the monitoring, and " -#~ "if that item it is already being monitored, then it will \n" -#~ "\t\tignore it or will update its information.There are three types of " -#~ "detection: Based on ICMP (pings), \n" -#~ "\t\tSNMP (detecting the topology of " -#~ "networks and their interfaces), and other " -#~ "customized \n" -#~ "\t\ttype. You can define your own customized recon script." -#~ msgstr "" -#~ "The Recon Task definition for Pandora FMS is used to find new elements on " -#~ "the network. \n" -#~ "\t\tIf it detects any item, it will add that item into the monitoring " -#~ "process, and if that item is already being monitored, then it will \n" -#~ "\t\tignore it or it will update its information. There are three types of " -#~ "detection: based on ICMP (pings), \n" -#~ "\t\tSNMP (detecting the topology of " -#~ "networks and their interfaces), and customized \n" -#~ "\t\tdetection. You can define your own customized recon script." - -#~ msgid "" -#~ "Pandora FMS contains a scheduled downtime management system. \n" -#~ "\t\t\t\t\t\tThis system was designed to deactivate the alerts in the " -#~ "intervals whenever there is down time by deactivating the agent.\n" -#~ "\t\t\t\t\t\tIf an agent is deactivated, it doesn't collect information. " -#~ "In a down time, the down-time intervals aren't taken into \n" -#~ "\t\t\t\t\t\taccount for most of the metrics or types of reports, because " -#~ "the agents don't contain any data within those intervals. " -#~ msgstr "" -#~ "Pandora FMS contains a scheduled downtime management system. \n" -#~ "\t\t\t\t\t\tThis system was designed to deactivate alerts during specific " -#~ "intervals whenever there is a downtime by deactivating the agent.\n" -#~ "\t\t\t\t\t\tIf an agent is deactivated, it does not gather information. " -#~ "During a downtime, down-time intervals are not taken into \n" -#~ "\t\t\t\t\t\taccount for most metrics or report types, because agents do " -#~ "not contain any data within those intervals. " - -#~ msgid "" -#~ "From Pandora FMS versions 5 and above, the access to modules can be " -#~ "configured by a tags system.\n" -#~ "\t\t\t\t\t\t\t\tTags are configured on the system and be assigned to the " -#~ "chosen modules. \n" -#~ "\t\t\t\t\t\t\t\tThe user's access can be limited to modules with certain " -#~ "tags in this way. " -#~ msgstr "" -#~ "On Pandora FMS version 5 and newer, access to modules can be configured " -#~ "with a tagging system.\n" -#~ "\t\t\t\t\t\t\t\tTags are configured on the system and are assigned to the " -#~ "chosen modules. \n" -#~ "\t\t\t\t\t\t\t\tUser access can therefore be restricted to modules with " -#~ "certain tags. " - -#~ msgid "Blank characters are used as AND conditions" -#~ msgstr "Blank characters are used as AND conditions." - -#~ msgid "" -#~ "If this is your first time with Pandora FMS, we propose you a few links " -#~ "to learn more about Pandora FMS. Monitoring could be overwhelm, but take " -#~ "your time to learn how to use the power of Pandora FMS!" -#~ msgstr "" -#~ "If this is your first time using Pandora FMS, we suggest a few links that " -#~ "will help you learn more about the software. Monitoring can be " -#~ "overwhelming, but take your time to learn how to harness the power of " -#~ "Pandora FMS!" - -#~ msgid "" -#~ "If you have modified auth system, this problem could be because Pandora " -#~ "cannot override authorization variables from the config database. Remove " -#~ "them from your database by executing:
DELETE FROM tconfig WHERE "
-#~ "token = \"auth\";
" -#~ msgstr "" -#~ "If you have modified the authentication system, the problem could be that " -#~ "Pandora FMS cannot override the authorization variables from the " -#~ "configuration database. Remove them from your database by executing:" -#~ "
DELETE FROM tconfig WHERE token = \"auth\";
" - -#~ msgid "" -#~ "Please fill the following information in order to configure your Pandora " -#~ "FMS instance successfully" -#~ msgstr "" -#~ "Please fill out the following information in order to configure your " -#~ "Pandora FMS instance successfully." - -#~ msgid "This is your last activity in Pandora FMS console" -#~ msgstr "This is the last activity you performed on the Pandora FMS console." - -#~ msgid "" -#~ "Pandora FMS help system has been called with a help reference that " -#~ "currently don't exist. There is no help content to show." -#~ msgstr "" -#~ "The Pandora FMS help wizard has been asked for a reference that currently " -#~ "does not exist. There is no help content available for this topic." - -#~ msgid "Pandora audit" -#~ msgstr "Pandora FMS audit" - -#~ msgid "You can remotely edit this agent configuration" -#~ msgstr "Agent settings can be remotely edited." - -#~ msgid "This field allows url insertion using the BBCode's url tag" -#~ msgstr "This field allows URL insertion using the BBCode URL tag." - -#~ msgid "Agent icon for GIS Maps." -#~ msgstr "Agent icon for GIS Maps" - -#~ msgid "The SNMP remote plugin doesnt seem to be installed" -#~ msgstr "The remote SNMP plugin does not appear to be installed." - -#~ msgid "The number of bytes written to this device since boot" -#~ msgstr "Number of bytes written to this device since startup" - -#~ msgid "The number of bytes read from this device since boot" -#~ msgstr "Number of bytes read from this device since startup" - -#~ msgid "The number of write accesses from this device since boot" -#~ msgstr "Number of write accesses from this device since startup" - -#~ msgid "The number of read accesses from this device since boot" -#~ msgstr "Number of read accesses from this device since startup" - -#~ msgid "Disk use information" -#~ msgstr "Disk usage information" - -#~ msgid "Remote system doesnt support host SNMP information" -#~ msgstr "The remote system does not support the host SNMP information." - -#, php-format -#~ msgid "Check if the process %s is running or not" -#~ msgstr "Check if the process %s is running" - -#~ msgid "No agent selected or the agent does not exist" -#~ msgstr "No agent selected or the agent does not exist." - -#~ msgid "Modules created succesfully" -#~ msgstr "Modules successfully created" - -#~ msgid "" -#~ "If the device is a network device, try with the SNMP Interfaces wizard" -#~ msgstr "If it is a network device, try with the SNMP interface wizard." - -#~ msgid "Insert by Pandora Console" -#~ msgstr "Insert from Pandora FMS Console" - -#~ msgid "Update by Pandora Console" -#~ msgstr "Update from Pandora FMS Console" - -#~ msgid "Save by Pandora Console" -#~ msgstr "Save from Pandora FMS Console" - -#~ msgid "Agents defined in Pandora" -#~ msgstr "Agents defined in Pandora FMS" - -#~ msgid "" -#~ "Most likely you have recently upgraded from an earlier version of Pandora " -#~ "and either
\n" -#~ "\t\t\t\t1) forgot to use the database converter
\n" -#~ "\t\t\t\t2) used a bad version of the database converter (see Bugreport " -#~ "#2124706 for the solution)
\n" -#~ "\t\t\t\t3) found a new bug - please report a way to duplicate this error" -#~ msgstr "" -#~ "You have probably upgraded recently from an earlier version of Pandora " -#~ "FMS and either
\n" -#~ "\t\t\t\t1) forgot to use the database converter
\n" -#~ "\t\t\t\t2) used a bad version of the database converter (see Bugreport " -#~ "#2124706 for the solution)
\n" -#~ "\t\t\t\t3) found a new bug - please report a way to duplicate this error" - -#~ msgid "" -#~ "In case you use an Export server you can link this module and export data " -#~ "to one these." -#~ msgstr "" -#~ "If you are using an Export server you can link this module and export " -#~ "data to one of these." - -#~ msgid "" -#~ "The alert would fire when the value is not between and " -#~ msgstr "" -#~ "The alert will be triggered when the value is not between and " - -#~ msgid "" -#~ "Please check your Pandora Server setup and be sure that database " -#~ "maintenance daemon is running. It's very important to keep up-to-date " -#~ "database to get the best performance and results in Pandora" -#~ msgstr "" -#~ "Please make sure your Pandora FMS Server settings are correct and that " -#~ "the database maintenance daemon is running. It is very important to keep " -#~ "your database up to date in order to get the best performance and results " -#~ "from Pandora FMS." - -#~ msgid "" -#~ "At least one map connection must be defined, it will be possible to " -#~ "change between the connections in the map" -#~ msgstr "" -#~ "At least one map connection has to be defined. It is possible to change " -#~ "between connections on the map." - -#~ msgid "Groups defined in Pandora" -#~ msgstr "Groups defined in Pandora FMS" - -#~ msgid "Module groups defined in Pandora" -#~ msgstr "Module groups defined in Pandora FMS" - -#~ msgid "Show address instead module name." -#~ msgstr "Show address instead of module name" - -#~ msgid "Hide not init agents" -#~ msgstr "Hide not initialized agents" - -#~ msgid "Please select Agent" -#~ msgstr "Please select an agent" - -#~ msgid "" -#~ "Are you sure to sort the items into the report?\\nThis action change the " -#~ "sorting of items into data base." -#~ msgstr "" -#~ "Are you sure you want to sort the items into the report?\\nThis action " -#~ "changes the way items are sorted into the database." - -#~ msgid "The parent relationships in Pandora will be drawn in the map." -#~ msgstr "" -#~ "The parent-child relations in Pandora FMS will be represented on the map." - -#~ msgid "Recon-task name already exists" -#~ msgstr "The recon task name already exists." - -#~ msgid "Recon-task name already exists and incorrect format in Subnet field" -#~ msgstr "" -#~ "The recon task name already exists and the format is incorrect for the " -#~ "Subnet field." - -#~ msgid "Successfully deleted recon task" -#~ msgstr "Recon task deleted successfully" - -#~ msgid "" -#~ "By default, in Windows, Pandora FMS only support Standard network sweep, " -#~ "not custom scripts" -#~ msgstr "" -#~ "On Windows, Pandora FMS only supports standard network sweeps by default, " -#~ "not custom scripts." - -#~ msgid "There are no recon task configured" -#~ msgstr "There are no recon tasks configured." - -#~ msgid "" -#~ "You must select a Recon Server for the Task, otherwise the Recon Task " -#~ "will never run" -#~ msgstr "" -#~ "You must appoint a recon server for the task, otherwise the recon task " -#~ "will not run." - -#~ msgid "" -#~ "Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command " -#~ "line format). If dont want to do a sweep using portscan, left it in blank" -#~ msgstr "" -#~ "Defined ports such as 80 or 80,443,512 or even 0-1024 (same format as " -#~ "Nmap command line) are left blank if you do not want to perform a sweep " -#~ "using portscan." - -#~ msgid "Plugin creation" -#~ msgstr "Plugin creation" - -#~ msgid "Plugins registered in Pandora FMS" -#~ msgstr "Plugins registered on Pandora FMS" - -#~ msgid "Problem deleting reconscript" -#~ msgstr "Error deleting recon script" - -#~ msgid "reconscript deleted successfully" -#~ msgstr "Recon script deleted successfully" - -#~ msgid "This selects what to change by clicking on the map" -#~ msgstr "Select what changes when you click on the map" - -#~ msgid "Success updatng OS" -#~ msgstr "OS updated successfully" - -#~ msgid "" -#~ "Configure a purge period more frequent than a compact data period has no " -#~ "sense" -#~ msgstr "" -#~ "Configuring a more frequent purge interval than a data compacting " -#~ "interval is illogical." - -#~ msgid "" -#~ "Set a value too high cause a slowdown on console and a performance " -#~ "penalty in the system." -#~ msgstr "" -#~ "Setting excessively high values will cause a slowdown on the console and " -#~ "a performance problem in the system." - -#~ msgid "" -#~ "If realtime statistics are disabled, statistics interval resfresh will be " -#~ "set here." -#~ msgstr "" -#~ "If real-time statistics are disabled, the refresh interval for statistics " -#~ "will be set here." - -#~ msgid "" -#~ "This number is the maximum number of files in attachment directory. If " -#~ "this number is reached then a warning message will appear in the header " -#~ "notification space." -#~ msgstr "" -#~ "This number is the maximum number of files for the attachment directory. " -#~ "If this number is reached, a warning message will appear in the header " -#~ "notification space." - -#~ msgid "" -#~ "Enable this option if you want to fallback to local authentication when " -#~ "remote (ldap etc...) authentication failed." -#~ msgstr "" -#~ "Please enable this option if you wish to fallback to a local " -#~ "authentication protocol, if remote authentication (LDAP, etc.) fails." - -#~ msgid "e.g., 18080" -#~ msgstr "e.g. 18080" - -#~ msgid "" -#~ "Path where you put your cert and name of this cert. Remember your cert " -#~ "only in .pem extension." -#~ msgstr "" -#~ "Path where you insert your certificate and name of this certificate. " -#~ "Remember that your certificate should only be in .pem extension." - -#~ msgid "Enable GIS features in Pandora Console" -#~ msgstr "Enable GIS features for the Pandora FMS Console" - -#~ msgid "" -#~ "When it is set as \"yes\" in some important sections check if the user " -#~ "have gone from url Pandora." -#~ msgstr "" -#~ "If enabled, it actively checks if the user comes from a Pandora FMS URL." - -#~ msgid "" -#~ "The planned downtimes created in the past will affect the SLA reports" -#~ msgstr "Planned downtimes created in the past will affect the SLA reports." - -#~ msgid "" -#~ "Configuration of our clippy, 'full mode' show the icon in the header and " -#~ "the contextual helps and it is noise, 'on demand' it is equal to full but " -#~ "it is not noise and 'expert' the icons in the header and the context is " -#~ "not." -#~ msgstr "" -#~ "Settings of the assistant. When 'Full mode' is enabled the icon in the " -#~ "header and help texts will all be active and will automatically be " -#~ "displayed. 'On demand' mode is the same as 'Full mode' but users will " -#~ "choose when the helper is activated. In 'Expert' mode, the icons in the " -#~ "header and help texts are all disabled." - -#~ msgid "Directory where the server logs are stored." -#~ msgstr "The directory where server logs are stored." - -#~ msgid "" -#~ "Maximum number of points that a netflow area chart will display. The " -#~ "higher the resolution the performance. Values between 50 and 100 are " -#~ "recommended." -#~ msgstr "" -#~ "Maximum number of points that a Netflow area chart will display. Higher " -#~ "resolutions take more time to render. Values between 50 and 100 are " -#~ "recommended." - -#~ msgid "Sets the maximum lifetime for netflow data in days." -#~ msgstr "Sets the max. lifespan for Netflow data in days." - -#~ msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" -#~ msgstr "Agent icon for GIS Maps. If set to 'none', group icon will be used." - -#~ msgid "" -#~ "When the agent name have a lot of characters, in some places in Pandora " -#~ "Console it is necesary truncate to N characters." -#~ msgstr "" -#~ "When the agent name has a lot of characters, you need to truncate it into " -#~ "N characters in some sections in the Pandora FMS Console." - -#~ msgid "" -#~ "When the item title name have a lot of characters, in some places in " -#~ "Pandora Console it is necesary truncate to N characters." -#~ msgstr "" -#~ "When the item name has a lot of characters, you need to truncate it into " -#~ "N characters in some sections of the Pandora FMS Console." - -#~ msgid "" -#~ "This enabling this, max, min and avg values will be shown with units." -#~ msgstr "" -#~ "When enabled, maximum, minimum and average values are displayed with " -#~ "units." - -#~ msgid "" -#~ "When the module name have a lot of characters, in some places in Pandora " -#~ "Console it is necesary truncate to N characters." -#~ msgstr "" -#~ "When the module name has a lot of characters, you need to truncate it " -#~ "into N characters in some sections of the Pandora FMS Console." - -#~ msgid "" -#~ "When the description name have a lot of characters, in some places in " -#~ "Pandora Console it is necesary truncate to N characters." -#~ msgstr "" -#~ "When the description name has a lot of characters, you need to truncate " -#~ "it into N characters in some sections of the Pandora FMS Console." - -#~ msgid "Graph resolution (1-low, 5-high)" -#~ msgstr "Graph resolution (1 = low / 5 = high)" - -#~ msgid "Whether to use Javascript or static PNG graphs" -#~ msgstr "Javascript or static PNG graphs" - -#~ msgid "" -#~ "This interval will affect to the lines between elements on the Visual " -#~ "Console" -#~ msgstr "" -#~ "This interval will affect the lines between elements on the Visual Console" - -#~ msgid "Show QR Code icon in the header" -#~ msgstr "Display the QR Code icon on the header" - -#~ msgid "Mark as not read" -#~ msgstr "Mark as unread" - -#~ msgid "There is not any update manager messages." -#~ msgstr "There are no update manager messages" - -#~ msgid "" -#~ "Remember that this package will override the actual Pandora FMS files and " -#~ "it is recommended to do a backup before continue with the update." -#~ msgstr "" -#~ "Please keep in mind that this package is going to override your actual " -#~ "Pandora FMS files and that it is recommended to make a backup before " -#~ "continuing the updating process." - -#~ msgid "Profiles defined in Pandora" -#~ msgstr "Profiles defined on Pandora FMS" - -#~ msgid "Pandora management" -#~ msgstr "Pandora FMS management" - -#~ msgid "" -#~ "The current authentication scheme doesn't support creating users from " -#~ "Pandora FMS" -#~ msgstr "" -#~ "The current authentication scheme does not support the creation of users " -#~ "on Pandora FMS." - -#~ msgid "" -#~ "Unsucessful delete profile. Because the profile is used by some admin " -#~ "users." -#~ msgstr "Error deleting profile: it is being used by some admin users." - -#~ msgid "Users defined in Pandora" -#~ msgstr "Users defined on Pandora FMS" - -#~ msgid "Netflow Pie" -#~ msgstr "Netflow Pie Chart" - -#~ msgid "Default show only average or min and max" -#~ msgstr "Only avg, min and max are displayed by default" - -#~ msgid "" -#~ "Please change the default password because is a common vulnerability " -#~ "reported." -#~ msgstr "" -#~ "Please change the default password. It is a commonly reported security " -#~ "issue not to do so." - -#~ msgid "Remote configuration directory is not writtable for the console" -#~ msgstr "Remote configuration directory is not writable by the console" - -#~ msgid "" -#~ "There are too much files in attachment directory. This is not fatal, but " -#~ "you should consider cleaning up your attachment directory manually" -#~ msgstr "" -#~ "There are too many files in the attachment directory. This is not a fatal " -#~ "issue, but you should consider cleaning your attachment directory " -#~ "manually." - -#~ msgid "Default password for \"Admin\" user has not been changed." -#~ msgstr "The default password for the \"Admin\" user has not been changed." - -#~ msgid "Remote configuration directory is not readble for the console" -#~ msgstr "Remote configuration directory is unreadable for the console" - -#~ msgid "" -#~ "Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " -#~ "developer mode and should be disabled in a production system. This value " -#~ "is written in the main index.php file" -#~ msgstr "" -#~ "Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " -#~ "developer mode and should be disabled in a production system. This value " -#~ "is written into the main index.php file." - -#~ msgid "Database maintance problem" -#~ msgstr "Database maintenance issue" - -#~ msgid "" -#~ "Your database is not well maintained. Seems that it have more than 48hr " -#~ "without a proper maintance. Please review Pandora FMS documentation about " -#~ "how to execute this maintance process (pandora_db.pl) and enable it as " -#~ "soon as possible" -#~ msgstr "" -#~ "Your database is not maintained correctly. It seems that more than 48 " -#~ "hours have passed without proper maintenance. Please review Pandora FMS " -#~ "documents on how to perform this maintenance process (pandora_db.pl) and " -#~ "enable it as soon as possible." - -#~ msgid "Default font doesnt exist" -#~ msgstr "The default font does not exist." - -#~ msgid "" -#~ "Your defined font doesnt exist or is not defined. Please check font " -#~ "parameters in your config" -#~ msgstr "" -#~ "Your selected font does not exist or is not defined. Please check the " -#~ "font parameters in your configuration." - -#~ msgid "" -#~ "Event storm protection is activated. No events will be generated during " -#~ "this mode." -#~ msgstr "" -#~ "Event Storm protection is enabled. No events will be generated as long as " -#~ "this mode is active." - -#~ msgid "" -#~ "You need to restart server after altering this configuration setting." -#~ msgstr "" -#~ "You will need to restart the server after modifying this configuration " -#~ "setting." - -#~ msgid "" -#~ "To disable, change it on your PHP configuration file (php.ini) and put " -#~ "safe_mode = Off (Dont forget restart apache process after changes)" -#~ msgstr "" -#~ "In order to disable it, please go to your PHP configuration file (php." -#~ "ini) and set the 'safe_mode' option to 'Off'. Please do not forget to " -#~ "restart the Apache process after the changes are completed." - -#~ msgid "New update of Pandora Console" -#~ msgstr "New Pandora FMS Console update" - -#~ msgid "" -#~ "Variable disable_functions containts functions system() or exec(), in PHP " -#~ "configuration file (php.ini)" -#~ msgstr "" -#~ "The variable disable_functions contains the system() or exec() functions " -#~ "in the PHP configuration file (php.ini)." - -#~ msgid "" -#~ "For security reasons, config.php must have restrictive " -#~ "permissions, and \"other\" users\n" -#~ "\t\t\tshould not read it or write to it. It should be written only for " -#~ "owner\n" -#~ "\t\t\t(usually www-data or http daemon user), normal operation is not " -#~ "possible until you change\n" -#~ "\t\t\tpermissions for include/config.php file. Please do it, it is " -#~ "for your security." -#~ msgstr "" -#~ "For security reasons, config.php must have restrictive " -#~ "permissions, and \"other\" users\n" -#~ "\t\t\tshould not read it or write to it. It should be written only by the " -#~ "owner\n" -#~ "\t\t\t(usually www-data or http daemon user), normal operation is not " -#~ "possible until you change\n" -#~ "\t\t\tpermissions for include/config.php file. Please do it, it is " -#~ "for your security." - -#~ msgid "Could not be save" -#~ msgstr "Could not be saved" - -#~ msgid "Units. Value" -#~ msgstr "Unit value" - -#~ msgid "History db" -#~ msgstr "History DB" - -#~ msgid "" -#~ "You can not delete the last group in Pandora. A common installation must " -#~ "has almost one group." -#~ msgstr "" -#~ "You cannot delete the last group in Pandora FMS. A common installation " -#~ "must have at least one group." - -#~ msgid "Total monitors" -#~ msgstr "Total number of monitors" - -#~ msgid "Total alerts monitored" -#~ msgstr "Total number of monitored alerts" - -#~ msgid "" -#~ "The first thing you have to do is to setup the config email in the " -#~ "Pandora FMS Server." -#~ msgstr "" -#~ "The first thing you have to do is set up the email configuration on the " -#~ "Pandora FMS server." - -#~ msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -#~ msgstr "Ping a Linux or Windows server using a Pandora FMS agent" - -#~ msgid "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact system administrator if you need assistance.

Please know " -#~ "that all attempts to access this page are recorded in security logs of " -#~ "Pandora System Database" -#~ msgstr "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact your system administrator if you need help.

Please " -#~ "remember that any attempts to access this page will be recorded on the " -#~ "Pandora FMS System Database." - -#, php-format -#~ msgid "Filter Networkmaps by %s" -#~ msgstr "Filter network maps by %s" - -#~ msgid "" -#~ "Agent statuses are re-calculated by the server, they are not shown in " -#~ "real time." -#~ msgstr "" -#~ "Agent statuses are recalculated by the server and are not shown in real " -#~ "time." - -#~ msgid "Please, make your changes and apply with the Reload button" -#~ msgstr "" -#~ "Please establish your changes and apply them with the Reload " -#~ "button." - -#~ msgid "Avg. Only" -#~ msgstr "Avg. only" - -#~ msgid "" -#~ "Show events is disabled because this Pandora node is set the event " -#~ "replication." -#~ msgstr "" -#~ "Display of events is disabled because this Pandora FMS node has the event " -#~ "replication configured." - -#~ msgid "Could not be set in process" -#~ msgstr "Could not be set as 'in process'" - -#~ msgid "" -#~ "You can not change your password from Pandora FMS under the current " -#~ "authentication scheme" -#~ msgstr "" -#~ "You cannot change your password from Pandora FMS under the current " -#~ "authentication scheme." - -#~ msgid "" -#~ "You can not change your user info from Pandora FMS under the current " -#~ "authentication scheme" -#~ msgstr "" -#~ "You cannot change your user info from Pandora FMS under the current " -#~ "authentication scheme." - -#~ msgid "Error login." -#~ msgstr "Login error" - -#~ msgid "Connection established...get last 24h messages..." -#~ msgstr "Connection established - retrieving messages from the past 24h" - -#~ msgid "Error in connection." -#~ msgstr "Connection error" - -#~ msgid "Error sendding message." -#~ msgstr "Error sending message" - -#~ msgid "Error: there are cells not empty." -#~ msgstr "Error: cells cannot be empty" - -#~ msgid "" -#~ "Error, you are trying to add a widget in a empty cell. Please save the " -#~ "layout before to add any widget in this cell." -#~ msgstr "" -#~ "Error, you are trying to add a widget in an empty cell. Please save the " -#~ "layout before adding any widget in this cell." - -#~ msgid "" -#~ "If propagate acl is activated, this group will include its child groups" -#~ msgstr "" -#~ "If propagate ACL is activated, this group will include its child groups." - -#~ msgid "Empty for a transparent background color or CSS compatible value" -#~ msgstr "Empty for a transparent background colour or CSS compatible value" - -#~ msgid "Alerts Fired report" -#~ msgstr "Triggered alerts report" - -#~ msgid "Latest events list" -#~ msgstr "List of latest events" - -#~ msgid "12 Hours" -#~ msgstr "12 hours" - -#~ msgid "24 Hours" -#~ msgstr "24 hours" - -#~ msgid "2 Hours" -#~ msgstr "2 hours" - -#~ msgid "Maps status" -#~ msgstr "Map status" - -#~ msgid "Separator of data" -#~ msgstr "Data separator" - -#~ msgid "Show a map of the monitored network" -#~ msgstr "Show a map of the monitored network" - -#~ msgid "My Post" -#~ msgstr "My post" - -#~ msgid "Missing id" -#~ msgstr "Missing ID" - -#~ msgid "Show a top n of agents modules." -#~ msgstr "Show top N of agents modules" - -#~ msgid "Selection module one by one" -#~ msgstr "Selection modules one by one" - -#~ msgid "Top N events by agent." -#~ msgstr "Top N events by agent" - -#~ msgid "Top N Events by agent." -#~ msgstr "Top N events by agent" - -#~ msgid "Top N Events by module." -#~ msgstr "Top N events by module" - -#~ msgid "Top N events by module." -#~ msgstr "Top N events by module" - -#~ msgid "" -#~ "The user doesn't have permission to read agents. Please contact with your " -#~ "pandora administrator." -#~ msgstr "" -#~ "The user does not have permission to read agents. Please contact with " -#~ "your Pandora FMS administrator." - -#~ msgid "Pandora database backup utility" -#~ msgstr "Pandora FMS database backup utility" - -#~ msgid "Cron extension has never run or it's not configured well" -#~ msgstr "Cron extension has never run or is not well configured." - -#~ msgid "Please, add the following line to your crontab file" -#~ msgstr "Please add the following line to your crontab file." - -#~ msgid "Please check that the web server has write rights on the file" -#~ msgstr "Please check that the web server has write access on the file." - -#~ msgid "The file does not exists" -#~ msgstr "The file does not exist." - -#~ msgid "Plugin Path" -#~ msgstr "Plugin path" - -#~ msgid "Delete remote conf agent files in Pandora" -#~ msgstr "Delete remote conf agent files in Pandora FMS" - -#~ msgid "Plug-in cannot be disabled" -#~ msgstr "Plugin cannot be disabled" - -#~ msgid "Plug-in enabled succesfully" -#~ msgstr "Plugin enabled successfully" - -#~ msgid "Plug-in cannot be enabled" -#~ msgstr "Plugin cannot be enabled" - -#~ msgid "Plug-in disabled succesfully" -#~ msgstr "Plugin disabled successfully" - -#~ msgid "" -#~ "The dir of custom logos is in your www Pandora Console in \"images/" -#~ "custom_logo\". You can upload more files (ONLY JPEG) in upload tool in " -#~ "console." -#~ msgstr "" -#~ "The directory for custom logos can be found on the Pandora FMS Console " -#~ "under 'images/custom_logo'. You can upload more files (ONLY IN JPEG) " -#~ "using the console upload tool." - -#~ msgid "Generate a dynamic report\"" -#~ msgstr "Generate a dynamic report" - -#~ msgid "Delete remote conf server files in Pandora" -#~ msgstr "Delete remote configuration server files in Pandora FMS" - -#~ msgid "" -#~ "Delete this conf file implies that Pandora will send back local config to " -#~ "console" -#~ msgstr "" -#~ "Deleting this configuration file implies that Pandora FMS will send local " -#~ "configuration back to console" - -#~ msgid "" -#~ "This values are by default because the service is auto calculate mode." -#~ msgstr "" -#~ "These are default values because the service is in auto calculate mode." - -#~ msgid "Error empty service" -#~ msgstr "Error, empty service" - -#~ msgid "Error empty module" -#~ msgstr "Error, empty module" - -#~ msgid "" -#~ "Only the critical elements are relevant to calculate the service status" -#~ msgstr "" -#~ "Only critical elements are relevant when calculating the service status." - -#~ msgid "Ok weight" -#~ msgstr "OK weight" - -#~ msgid "" -#~ "Only the elements configured as 'critical element' are used to calculate " -#~ "the service status" -#~ msgstr "" -#~ "Only the elements configured as 'critical element' are used to calculate " -#~ "the service status." - -#~ msgid "Please set limit between 0 to 100." -#~ msgstr "Please set limit between 0 and 100." - -#~ msgid "Critical Service alert" -#~ msgstr "Critical service alert" - -#~ msgid "Warning Service alert" -#~ msgstr "Warning service alert" - -#~ msgid "Remote Integria" -#~ msgstr "Remote Integria IMS" - -#~ msgid "" -#~ "Event history is ONLY used for event reports, is not used in graphs or " -#~ "event viewer." -#~ msgstr "" -#~ "Event history is ONLY used for event reports, it is not used in graphs or " -#~ "event viewer." - -#~ msgid "Number of days before events is transfered to history database." -#~ msgstr "Number of days before events are transferred to history database" - -#~ msgid "Time interval between data transfer." -#~ msgstr "Time interval between data transfer" - -#~ msgid "" -#~ "Data size of mechanism used to transfer data (similar to a data buffer.)" -#~ msgstr "" -#~ "Data size of mechanism used to transfer the data (similar to a data " -#~ "buffer)" - -#~ msgid "Number of days before data is transfered to history database." -#~ msgstr "Number of days before the data is transferred to history database." - -#~ msgid "Only one service map widget is supported at this moment" -#~ msgstr "Only one service map widget is supported at this moment." - -#~ msgid "" -#~ "Server name doesnt match. Check the node server name and configure the " -#~ "same one on metasetup" -#~ msgstr "" -#~ "Server name does not match. Check the node server name and configure the " -#~ "same one on metasetup." - -#~ msgid "Restoring a Pandora database backup must be done manually" -#~ msgstr "Restoration the Pandora FMS database backup must be done manually." - -#~ msgid "Ignore Time" -#~ msgstr "Ignore time" - -#~ msgid "There are no modules." -#~ msgstr "There are no modules" - -#, php-format -#~ msgid "" -#~ "License out of limits

" -#~ "This license allows %d agents and you have %d agents configured." -#~ msgstr "" -#~ "License expired

This " -#~ "license allows %d agents and you have %d agents configured." - -#, php-format -#~ msgid "" -#~ "License out of limits

" -#~ "This license allows %d modules and you have %d modules configured." -#~ msgstr "" -#~ "License expired

This " -#~ "license allows %d modules and you have %d modules configured." - -#~ msgid "Could not be create, duplicated server name." -#~ msgstr "Could not be created, duplicated server name." - -#~ msgid "Succesful updated" -#~ msgstr "Updated successfully" - -#~ msgid "Unsucessful updated" -#~ msgstr "Error updating" - -#~ msgid "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact system administrator if you need assistance. \n" -#~ "\t\t\t\t\t
Please know that all attempts to access this page are " -#~ "recorded in security logs of Pandora System Database" -#~ msgstr "" -#~ "Access to this page is restricted to authorized users only, please " -#~ "contact the system administrator if you need assistance. \n" -#~ "\t\t\t\t\t
Please know that all attempts to access this page are " -#~ "recorded in security logs of Pandora FMS System Database." - -#~ msgid "There was a problem loading tag" -#~ msgstr "There was a problem loading the tag." - -#~ msgid "No Dashboards" -#~ msgstr "No dashboards" - -#~ msgid "Visual console are not shown due screen size limitations" -#~ msgstr "Visual console is not shown due to screen size limitations" - -#~ msgid "For to view the list modules paginated, set in setup visuals." -#~ msgstr "To view the list modules paginated, set in setup visuals." - -#~ msgid "" -#~ "All the items are not available in CSV, only the previous versions ones." -#~ msgstr "All the items are not available in CSV, only the previous versions." - -#~ msgid "Alerts Fired" -#~ msgstr "Triggered alerts" - -#~ msgid "Successful the DB Pandora has all tables" -#~ msgstr "Success! Pandora FMS DB contains all tables" - -#, php-format -#~ msgid "" -#~ "This extension makes registration of resource template more easy. Here " -#~ "you can upload a resource template in Pandora FMS 3.x format (.ptr). " -#~ "Please refer to documentation on how to obtain and use Pandora FMS " -#~ "resources.

You can get more resurces in our Public " -#~ "Resource Library" -#~ msgstr "" -#~ "This extension makes registering resource templates easier. You can " -#~ "upload a resource template in Pandora FMS 3.x format (.ptr files) here. " -#~ "Please refer to our documentation for more information on how to obtain " -#~ "and use Pandora FMS resources.

You can get more resources in our " -#~ "Public Resource Library." - -#~ msgid "Thanks for using Pandora FMS" -#~ msgstr "Thank you for using Pandora FMS." - -#~ msgid "Or disable Pandora FMS enterprise" -#~ msgstr "Or disable Pandora FMS Enterprise" - -#~ msgid "SNMP remote plugin is necessary for this feature" -#~ msgstr "The remote SNMP plugin is necessary to execute this feature." - -#~ msgid "Run import command using the following command" -#~ msgstr "Please execute the import command using the following command" - -#, php-format -#~ msgid "%s modules created succesfully" -#~ msgstr "%s modules created successfully" - -#, php-format -#~ msgid "" -#~ "Your PHP has set maximum allowed size for uploaded files limit in %s. For " -#~ "avoid problems with big updates please set to 100M" -#~ msgstr "" -#~ "Your PHP has set maximum allowed size for uploaded files limit in %s. To " -#~ "avoid problems with large updates please set it to 100M." - -#, php-format -#~ msgid "" -#~ "Your PHP has set post parameter max size limit in %s. For avoid problems " -#~ "with big updates please set to 100M" -#~ msgstr "" -#~ "Your PHP has set post parameter max size limit in %s. To avoid problems " -#~ "with large updates please set it to 100M." - -#, php-format -#~ msgid "" -#~ "Your PHP has set memory limit in %s. For avoid problems with big updates " -#~ "please set to 500M" -#~ msgstr "" -#~ "Your PHP has set memory limit in %s. To avoid problems with large updates " -#~ "please set it to 500M." - -#~ msgid "To get your Pandora FMS Enterprise License:" -#~ msgstr "To get your Pandora FMS Enterprise License:" - -#~ msgid "Alert report group" -#~ msgstr "Group alert report" - -#~ msgid "" -#~ "To continue using Pandora FMS, please disable enterprise by renaming the " -#~ "Enterprise directory in the console.

Or contact Artica at " -#~ "info@artica.es for a valid license:" -#~ msgstr "" -#~ "To continue using Pandora FMS, please disable Enterprise by renaming the " -#~ "Enterprise directory in the console.

Or contact Ártica ST at " -#~ "info@artica.es for a valid license:" - -#~ msgid "" -#~ "In the same fashion, when subscribed to the newsletter you accept that " -#~ "your email will pass on to a database property of Artica TS. This data " -#~ "will solely be used to provide you with information about Pandora FMS and " -#~ "will not be conceded to third parties. You'll be able to unregister from " -#~ "said database at any time from the newsletter subscription options" -#~ msgstr "" -#~ "Similarly, when subscribing to the newsletter you accept that your email " -#~ "will be forwarded to a database owned by Ártica ST. This data will solely " -#~ "be used to provide you with information about Pandora FMS and will not be " -#~ "conceded to third parties. You can unregister from this database at any " -#~ "time from the newsletter subscription options." - -#~ msgid "Please contact Artica at info@artica.es for a valid licence." -#~ msgstr "Please contact Ártica ST at info@artica.es for a valid license." - -#~ msgid "Please contact Artica at info@artica.es to renew the license." -#~ msgstr "Please contact Ártica ST at info@artica.es to renew the license." - -#~ msgid "" -#~ "Besides receiving and processing data to monitor systems or " -#~ "applications, \n" -#~ "\t\t\tyou're also required to monitor possible incidents which might take " -#~ "place on these systems within the system monitoring process.\n" -#~ "\t\t\tFor it, the Pandora FMS team has designed an incident manager " -#~ "within which any user is able to open incidents, \n" -#~ "\t\t\texplaining what's happened on the network and to update them with " -#~ "comments and files any time in case there is a need to do so.\n" -#~ "\t\t\tThis system allows the users to work as a team, along with " -#~ "different roles and work-flow systems which allows an incident to be \n" -#~ "\t\t\tmoved from one group to another, and that members from different " -#~ "groups and different people could work on the same incident, sharing " -#~ "information and files.\n" -#~ "\t\t" -#~ msgstr "" -#~ "Besides receiving and processing data to monitor systems or " -#~ "applications, \n" -#~ "\t\t\tyou also need to monitor possible issues which might take place on " -#~ "these subsystems within the system monitoring process.\n" -#~ "\t\t\tTo do so, the Pandora FMS team has designed an issue manager from " -#~ "which any user is able to open issues, \n" -#~ "\t\t\tthat explain what has happened on the network, and update them with " -#~ "comments and files, at any time, if necessary.\n" -#~ "\t\t\tThis system allows users to work as a team, along with different " -#~ "roles and work-flow systems which allow an issue to be \n" -#~ "\t\t\tmoved from one group to another, and members from different groups " -#~ "and different people to work on the same issue, sharing information and " -#~ "files.\n" -#~ "\t\t" - -#~ msgid "Choose if the discovery of a new system creates an incident or not." -#~ msgstr "Choose if the discovery of a new system creates an issue or not." - -#~ msgid "Enable Integria incidents in Pandora Console" -#~ msgstr "Enable Integria IMS issues in the Pandora FMS Console" - -#~ msgid "" -#~ "Limit the number of events that are replicated metaconsole each specified " -#~ "range." -#~ msgstr "" -#~ "Limit the number of events that are replicated in the Metaconsole during " -#~ "each specified range." - -#~ msgid "" -#~ "\"Translate string\" extension is missed in the server. This extension is " -#~ "mandatory to be configured on metaconsole." -#~ msgstr "" -#~ "'Translate string' extension is missing in the server. This extension " -#~ "must be configured on the Metaconsole." +#~ msgid "Your report has been planned, and the system will email you a " +#~ msgstr "Your report has been planned, and the system will email you a " diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo index 44fd1a37c4..647608a53c 100644 Binary files a/pandora_console/include/languages/es.mo and b/pandora_console/include/languages/es.mo differ diff --git a/pandora_console/include/languages/es.po b/pandora_console/include/languages/es.po index 5cff86e866..bef93e6659 100644 --- a/pandora_console/include/languages/es.po +++ b/pandora_console/include/languages/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-14 23:49+0200\n" -"PO-Revision-Date: 2024-05-15 00:37+0200\n" +"POT-Creation-Date: 2024-05-15 18:20+0200\n" +"PO-Revision-Date: 2024-05-15 18:20+0200\n" "Last-Translator: Laura Cano \n" "Language-Team: Spanish\n" "Language: es\n" @@ -48,8 +48,8 @@ msgid "Extensions" msgstr "Extensiones" #: ../../extensions/extension_uploader.php:39 -#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34 -#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29 +#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222 +#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501 #: ../../include/class/Diagnostics.class.php:166 @@ -144,11 +144,11 @@ msgstr "Cargador de extensiones" #: ../../include/ajax/alert_list.ajax.php:230 #: ../../include/ajax/module.php:1973 #: ../../include/class/AlertsList.class.php:314 +#: ../../include/class/AgentsAlerts.class.php:434 +#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/NetworkMap.class.php:2989 #: ../../include/class/NetworkMap.class.php:3041 #: ../../include/class/NetworkMap.class.php:3373 -#: ../../include/class/AgentsAlerts.class.php:434 -#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/WelcomeWindow.class.php:1244 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255 @@ -161,7 +161,6 @@ msgstr "Cargador de extensiones" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538 #: ../../include/lib/Dashboard/Widgets/inventory.php:285 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282 @@ -172,6 +171,7 @@ msgstr "Cargador de extensiones" #: ../../include/lib/Dashboard/Widgets/top_n.php:225 #: ../../include/lib/Dashboard/Widgets/top_n.php:322 #: ../../include/lib/Dashboard/Widgets/module_value.php:334 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214 @@ -186,8 +186,12 @@ msgstr "Cargador de extensiones" #: ../../include/functions_visual_map_editor.php:449 #: ../../include/functions_gis.php:229 #: ../../include/functions_snmp_browser.php:1871 -#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 #: ../../include/functions_graph.php:4991 +#: ../../include/functions_reports.php:1423 +#: ../../include/functions_inventory.php:409 +#: ../../include/functions_inventory.php:1395 +#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_reporting.php:7772 #: ../../include/functions_reporting_html.php:628 #: ../../include/functions_reporting_html.php:815 #: ../../include/functions_reporting_html.php:899 @@ -215,15 +219,10 @@ msgstr "Cargador de extensiones" #: ../../include/functions_reporting_html.php:6647 #: ../../include/functions_reporting_html.php:6687 #: ../../include/functions_reporting_html.php:6937 -#: ../../include/functions_reports.php:1423 -#: ../../include/functions_reporting.php:7761 -#: ../../include/functions_inventory.php:409 -#: ../../include/functions_inventory.php:1395 -#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 +#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404 -#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/services.php:225 +#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -246,9 +245,9 @@ msgstr "Agente" #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557 #: ../../godmode/agentes/module_manager_editor_prediction.php:152 #: ../../godmode/agentes/planned_downtime.list.php:425 +#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/agentes/module_manager_editor_common.php:1555 #: ../../godmode/agentes/module_manager_editor_common.php:1609 -#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/alerts/alert_list.list.php:566 #: ../../godmode/alerts/alert_list.list.php:831 #: ../../godmode/alerts/alert_view.php:97 @@ -309,8 +308,11 @@ msgstr "Agente" #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377 #: ../../include/functions_visual_map_editor.php:491 -#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 -#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098 +#: ../../include/functions_graph.php:5098 +#: ../../include/functions_reports.php:1454 +#: ../../include/functions_inventory.php:1396 +#: ../../include/functions_inventory.php:1452 +#: ../../include/functions_reporting.php:7773 #: ../../include/functions_reporting_html.php:1203 #: ../../include/functions_reporting_html.php:1602 #: ../../include/functions_reporting_html.php:2691 @@ -327,11 +329,8 @@ msgstr "Agente" #: ../../include/functions_reporting_html.php:5486 #: ../../include/functions_reporting_html.php:6217 #: ../../include/functions_reporting_html.php:6265 -#: ../../include/functions_reports.php:1454 -#: ../../include/functions_reporting.php:7762 -#: ../../include/functions_inventory.php:1396 -#: ../../include/functions_inventory.php:1452 -#: ../../mobile/operation/services.php:332 +#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 +#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -348,12 +347,16 @@ msgstr "Módulo" #: ../../godmode/agentes/status_monitor_custom_fields.php:133 #: ../../godmode/agentes/status_monitor_custom_fields.php:170 #: ../../godmode/events/custom_events.php:113 -#: ../../include/ajax/heatmap.ajax.php:337 -#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081 +#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081 +#: ../../include/ajax/custom_fields.php:478 #: ../../include/lib/Dashboard/Widgets/events_list.php:874 #: ../../include/functions_netflow.php:301 #: ../../include/functions_graph.php:3401 #: ../../include/functions_graph.php:3402 +#: ../../include/functions_events.php:270 +#: ../../include/functions_events.php:354 +#: ../../include/functions_reporting.php:5113 +#: ../../include/functions_reporting.php:5154 #: ../../include/functions_reporting_html.php:3036 #: ../../include/functions_reporting_html.php:4056 #: ../../include/functions_reporting_html.php:4064 @@ -366,10 +369,6 @@ msgstr "Módulo" #: ../../include/functions_reporting_html.php:4095 #: ../../include/functions_reporting_html.php:4152 #: ../../include/functions_reporting_html.php:4236 -#: ../../include/functions_reporting.php:5102 -#: ../../include/functions_reporting.php:5143 -#: ../../include/functions_events.php:270 -#: ../../include/functions_events.php:354 #: ../../mobile/operation/module_data.php:164 #: ../../mobile/operation/modules.php:726 #: ../../mobile/operation/modules.php:730 @@ -498,11 +497,11 @@ msgstr "" #: ../../include/class/CustomNetScan.class.php:547 #: ../../include/class/CustomNetScan.class.php:561 #: ../../include/class/Diagnostics.class.php:1913 -#: ../../include/class/SatelliteAgent.class.php:1379 -#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/class/ExtensionsDiscovery.class.php:787 #: ../../include/class/AgentWizard.class.php:1433 #: ../../include/class/AgentWizard.class.php:4182 +#: ../../include/class/SatelliteAgent.class.php:1379 +#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 @@ -539,22 +538,22 @@ msgstr "" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844 #: ../../include/functions_massive_operations.php:155 -#: ../../include/functions.php:1178 ../../include/functions.php:1416 -#: ../../include/functions.php:1419 ../../include/functions.php:1458 -#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371 +#: ../../include/functions_agents.php:5069 #: ../../include/functions_graph.php:3237 #: ../../include/functions_graph.php:3239 -#: ../../include/functions_graph.php:4776 -#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59 +#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178 +#: ../../include/functions.php:1416 ../../include/functions.php:1419 +#: ../../include/functions.php:1458 ../../include/functions_events.php:3273 +#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231 +#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59 #: ../../mobile/operation/modules.php:70 #: ../../operation/agentes/group_view.php:251 #: ../../operation/agentes/group_view.php:256 #: ../../operation/agentes/estado_agente.php:311 #: ../../operation/agentes/estado_monitores.php:546 +#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/graphs.php:236 #: ../../operation/agentes/graphs.php:250 -#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/status_monitor.php:574 #: ../../operation/gis_maps/render_view.php:166 #: ../../operation/netflow/nf_live_view.php:392 @@ -674,11 +673,13 @@ msgstr "Guardar agente (%s), módulo (%s) datos XML." #: ../../include/class/AuditLog.class.php:154 #: ../../include/class/AuditLog.class.php:246 #: ../../include/lib/Dashboard/Widgets/inventory.php:328 +#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586 -#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/TacticalView/elements/Events.php:447 -#: ../../include/functions.php:3194 +#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194 +#: ../../include/functions_reporting.php:5112 +#: ../../include/functions_reporting.php:5153 #: ../../include/functions_reporting_html.php:898 #: ../../include/functions_reporting_html.php:2692 #: ../../include/functions_reporting_html.php:4055 @@ -691,9 +692,6 @@ msgstr "Guardar agente (%s), módulo (%s) datos XML." #: ../../include/functions_reporting_html.php:4235 #: ../../include/functions_reporting_html.php:7296 #: ../../include/functions_reporting_html.php:7924 -#: ../../include/functions_reporting.php:5101 -#: ../../include/functions_reporting.php:5142 -#: ../../include/functions_inventory.php:1397 #: ../../mobile/operation/tactical.php:351 #: ../../operation/agentes/agent_inventory.php:135 #: ../../operation/netflow/nf_live_view.php:506 @@ -762,8 +760,8 @@ msgstr "Guardar" #: ../../operation/agentes/stat_win.php:480 #: ../../operation/events/events.php:3656 #: ../../operation/netflow/nf_live_view.php:965 -#: ../../operation/network/network_usage_map.php:414 #: ../../operation/network/network_report.php:682 +#: ../../operation/network/network_usage_map.php:414 #: ../../operation/reporting/graph_viewer.php:504 #: ../../operation/reporting/reporting_viewer.php:390 #: ../../operation/inventory/inventory.php:1470 @@ -787,8 +785,8 @@ msgstr "Seleccionar hora" #: ../../operation/agentes/stat_win.php:481 #: ../../operation/events/events.php:3657 #: ../../operation/netflow/nf_live_view.php:966 -#: ../../operation/network/network_usage_map.php:415 #: ../../operation/network/network_report.php:683 +#: ../../operation/network/network_usage_map.php:415 #: ../../operation/reporting/graph_viewer.php:505 #: ../../operation/reporting/reporting_viewer.php:391 #: ../../operation/inventory/inventory.php:1471 @@ -814,8 +812,8 @@ msgstr "Hora" #: ../../operation/agentes/stat_win.php:482 #: ../../operation/events/events.php:3658 #: ../../operation/netflow/nf_live_view.php:967 -#: ../../operation/network/network_usage_map.php:416 #: ../../operation/network/network_report.php:684 +#: ../../operation/network/network_usage_map.php:416 #: ../../operation/reporting/graph_viewer.php:506 #: ../../operation/reporting/reporting_viewer.php:392 #: ../../operation/inventory/inventory.php:1472 @@ -840,8 +838,8 @@ msgstr "Hora" #: ../../operation/agentes/stat_win.php:483 #: ../../operation/events/events.php:3659 #: ../../operation/netflow/nf_live_view.php:968 -#: ../../operation/network/network_usage_map.php:417 #: ../../operation/network/network_report.php:685 +#: ../../operation/network/network_usage_map.php:417 #: ../../operation/reporting/graph_viewer.php:507 #: ../../operation/reporting/reporting_viewer.php:393 #: ../../operation/inventory/inventory.php:1473 @@ -865,8 +863,8 @@ msgstr "Minuto" #: ../../operation/agentes/stat_win.php:484 #: ../../operation/events/events.php:3660 #: ../../operation/netflow/nf_live_view.php:969 -#: ../../operation/network/network_usage_map.php:418 #: ../../operation/network/network_report.php:686 +#: ../../operation/network/network_usage_map.php:418 #: ../../operation/reporting/graph_viewer.php:508 #: ../../operation/reporting/reporting_viewer.php:394 #: ../../operation/inventory/inventory.php:1474 @@ -883,8 +881,8 @@ msgstr "Segundo" #: ../../godmode/reporting/reporting_builder.item_editor.php:6163 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735 -#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306 +#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../operation/agentes/datos_agente.php:319 #: ../../operation/agentes/interface_traffic_graph_win.php:450 #: ../../operation/agentes/estado_monitores.php:495 @@ -892,8 +890,8 @@ msgstr "Segundo" #: ../../operation/agentes/stat_win.php:485 #: ../../operation/events/events.php:3661 #: ../../operation/netflow/nf_live_view.php:970 -#: ../../operation/network/network_usage_map.php:419 #: ../../operation/network/network_report.php:687 +#: ../../operation/network/network_usage_map.php:419 #: ../../operation/reporting/graph_viewer.php:509 #: ../../operation/reporting/reporting_viewer.php:395 #: ../../operation/inventory/inventory.php:1475 @@ -927,8 +925,8 @@ msgstr "Ahora" #: ../../operation/agentes/stat_win.php:486 #: ../../operation/events/events.php:3662 #: ../../operation/netflow/nf_live_view.php:971 -#: ../../operation/network/network_usage_map.php:420 #: ../../operation/network/network_report.php:688 +#: ../../operation/network/network_usage_map.php:420 #: ../../operation/reporting/graph_viewer.php:510 #: ../../operation/reporting/reporting_viewer.php:396 #: ../../operation/inventory/inventory.php:1476 @@ -939,385 +937,6 @@ msgstr "Ahora" msgid "Close" msgstr "Cerrar" -#: ../../extensions/module_groups.php:48 -msgid "Counters Module" -msgstr "Módulo de contadores" - -#: ../../extensions/module_groups.php:49 -msgid "Alerts_Fired" -msgstr "Alertas_disparadas" - -#: ../../extensions/module_groups.php:50 -#: ../../godmode/groups/group_list.php:1291 -#: ../../godmode/massive/massive_copy_modules.php:125 -#: ../../godmode/massive/massive_copy_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:393 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 -#: ../../include/ajax/module.php:2350 -#: ../../include/class/ExtensionsDiscovery.class.php:788 -#: ../../include/class/AgentWizard.class.php:1436 -#: ../../include/class/AgentWizard.class.php:4196 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 -#: ../../include/functions_massive_operations.php:156 -#: ../../include/functions.php:1182 ../../include/functions.php:1418 -#: ../../include/functions.php:1419 ../../include/functions.php:1421 -#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 -#: ../../include/functions_graph.php:3249 -#: ../../include/functions_graph.php:3251 -#: ../../include/functions_graph.php:4780 -#: ../../include/functions_reporting_html.php:1521 -#: ../../include/functions_reporting_html.php:6131 -#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57 -#: ../../mobile/operation/modules.php:71 -#: ../../operation/agentes/group_view.php:252 -#: ../../operation/agentes/group_view.php:257 -#: ../../operation/agentes/estado_agente.php:312 -#: ../../operation/agentes/estado_monitores.php:542 -#: ../../operation/agentes/status_monitor.php:575 -#: ../../operation/gis_maps/render_view.php:165 -#: ../../operation/custom_fields/custom_fields_view.php:176 -#: ../../operation/tree.php:210 ../../operation/tree.php:301 -#: ../../operation/tree.php:515 -msgid "Critical" -msgstr "Crítico" - -#: ../../extensions/module_groups.php:52 -#: ../../godmode/alerts/alert_list.builder.php:350 -#: ../../godmode/groups/group_list.php:1301 -#: ../../godmode/massive/massive_copy_modules.php:126 -#: ../../godmode/massive/massive_copy_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:394 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 -#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 -#: ../../include/class/ExtensionsDiscovery.class.php:789 -#: ../../include/graphs/functions_flot.php:352 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 -#: ../../include/lib/ClusterViewer/ClusterManager.php:642 -#: ../../include/lib/TacticalView/elements/Alerts.php:218 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 -#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 -#: ../../include/functions_massive_operations.php:157 -#: ../../include/functions.php:1368 ../../include/functions.php:4319 -#: ../../include/functions_netflow.php:2129 -#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641 -#: ../../include/functions_ui.php:642 -#: ../../include/functions_reporting_html.php:4814 -#: ../../include/functions_reporting_html.php:5217 -#: ../../include/functions_filemanager.php:782 -#: ../../include/functions_reports.php:569 -#: ../../include/functions_visual_map.php:2457 -#: ../../include/functions_visual_map.php:2485 -#: ../../include/functions_visual_map.php:2503 -#: ../../include/functions_visual_map.php:2521 -#: ../../include/functions_reporting.php:7181 -#: ../../include/functions_events.php:3018 -#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60 -#: ../../mobile/operation/modules.php:72 -#: ../../operation/agentes/group_view.php:248 -#: ../../operation/agentes/group_view.php:253 -#: ../../operation/agentes/estado_agente.php:313 -#: ../../operation/agentes/estado_monitores.php:547 -#: ../../operation/agentes/pandora_networkmap.view.php:1761 -#: ../../operation/agentes/status_monitor.php:576 -#: ../../operation/events/events.php:930 -#: ../../operation/custom_fields/custom_fields_view.php:177 -#: ../../operation/tree.php:211 ../../operation/tree.php:302 -#: ../../operation/tree.php:525 -msgid "Unknown" -msgstr "Desconocido" - -#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 -#: ../../godmode/massive/massive_operations.php:471 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 -#: ../../godmode/setup/setup_visuals.php:2333 -#: ../../godmode/setup/setup_general.php:1012 -#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775 -#: ../../include/class/HelpFeedBack.class.php:370 -#: ../../include/class/ConfigPEN.class.php:674 -#: ../../include/class/ConfigPEN.class.php:698 -#: ../../include/class/CredentialStore.class.php:1654 -#: ../../include/class/ModuleTemplates.class.php:1368 -#: ../../include/class/SatelliteAgent.class.php:1147 -#: ../../include/class/ExtensionsDiscovery.class.php:257 -#: ../../include/class/WelcomeWindow.class.php:176 -#: ../../include/class/AgentWizard.class.php:6265 -#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 -#: ../../include/functions_db.php:1980 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1516 -#: ../../include/functions_reporting_html.php:4820 -#: ../../include/functions_reporting_html.php:6126 -#: ../../operation/agentes/pandora_networkmap.editor.php:751 -#: ../../operation/agentes/pandora_networkmap.php:904 -#: ../../operation/snmpconsole/snmp_browser.php:629 -#: ../../operation/snmpconsole/snmp_browser.php:705 -msgid "OK" -msgstr "OK" - -#: ../../extensions/module_groups.php:54 -msgid "Not_init" -msgstr "No_iniciado" - -#: ../../extensions/module_groups.php:251 -msgid "Combined table of agent group and module group" -msgstr "Tabla combinada de grupos de agentes y grupos de módulos" - -#: ../../extensions/module_groups.php:260 -#: ../../extensions/agents_modules.php:597 -#: ../../extensions/realtime_graphs.php:67 -#: ../../general/first_task/cluster_builder.php:38 -#: ../../godmode/agentes/status_monitor_custom_fields.php:44 -#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 -#: ../../godmode/snmpconsole/snmp_filters.php:55 -#: ../../include/class/AgentsAlerts.class.php:753 -#: ../../include/class/SnmpConsole.class.php:230 -#: ../../operation/agentes/group_view.php:97 -#: ../../operation/agentes/estado_agente.php:282 -#: ../../operation/agentes/interface_view.php:76 -#: ../../operation/agentes/alerts_status.php:202 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/netflow/netflow_explorer.php:55 -#: ../../operation/netflow/nf_live_view.php:188 -#: ../../operation/network/network_usage_map.php:63 -#: ../../operation/snmpconsole/snmp_statistics.php:100 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 -#: ../../operation/snmpconsole/snmp_browser.php:95 -#: ../../operation/inventory/inventory.php:389 -#: ../../operation/custom_fields/custom_fields_view.php:53 -#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 -#: ../../operation/menu.php:280 ../../operation/tree.php:185 -#: ../../views/cluster/list.php:40 -msgid "Monitoring" -msgstr "Monitorización" - -#: ../../extensions/module_groups.php:264 -#: ../../extensions/agents_modules.php:601 -#: ../../extensions/realtime_graphs.php:71 -#: ../../godmode/agentes/status_monitor_custom_fields.php:48 -#: ../../include/class/AgentsAlerts.class.php:757 -#: ../../operation/agentes/group_view.php:101 -#: ../../operation/agentes/estado_agente.php:286 -#: ../../operation/agentes/interface_view.php:80 -#: ../../operation/agentes/alerts_status.php:206 -#: ../../operation/agentes/status_monitor.php:344 -#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 -msgid "Views" -msgstr "Vistas" - -#: ../../extensions/module_groups.php:275 -msgid "Search by agent group" -msgstr "Buscar por grupo de agente" - -#: ../../extensions/module_groups.php:288 -msgid "Search by module group" -msgstr "Buscar por grupo de módulos" - -#: ../../extensions/module_groups.php:305 -#: ../../extensions/agents_modules.php:710 -#: ../../extensions/realtime_graphs.php:203 -#: ../../godmode/agentes/planned_downtime.list.php:647 -#: ../../godmode/agentes/module_manager.php:93 -#: ../../godmode/agentes/module_manager.php:108 -#: ../../godmode/agentes/module_manager.php:109 -#: ../../godmode/agentes/modificar_agente.php:397 -#: ../../godmode/agentes/modificar_agente.php:412 -#: ../../godmode/agentes/modificar_agente.php:413 -#: ../../godmode/groups/group_list.php:854 -#: ../../godmode/groups/group_list.php:955 -#: ../../godmode/modules/manage_network_templates_form.php:277 -#: ../../godmode/modules/manage_network_templates_form.php:337 -#: ../../godmode/modules/manage_network_components.php:707 -#: ../../godmode/netflow/nf_edit_form.php:283 -#: ../../godmode/netflow/nf_item_list.php:174 -#: ../../godmode/reporting/reporting_builder.list_items.php:267 -#: ../../godmode/reporting/visual_console_favorite.php:204 -#: ../../godmode/reporting/map_builder.php:390 -#: ../../godmode/reporting/reporting_builder.php:769 -#: ../../godmode/reporting/graphs.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 -#: ../../godmode/snmpconsole/snmp_filters.php:216 -#: ../../godmode/snmpconsole/snmp_filters.php:314 -#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 -#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 -#: ../../include/ajax/agent.php:653 -#: ../../include/class/ModuleTemplates.class.php:713 -#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/agentes/estado_monitores.php:649 -#: ../../operation/agentes/interface_view.functions.php:134 -#: ../../operation/agentes/agent_inventory.php:165 -#: ../../operation/agentes/graphs.php:298 -#: ../../operation/agentes/status_monitor.php:1046 -#: ../../operation/netflow/nf_live_view.php:326 -#: ../../operation/netflow/nf_live_view.php:641 -#: ../../operation/netflow/nf_live_view.php:642 -#: ../../operation/network/network_usage_map.php:297 -#: ../../operation/network/network_usage_map.php:330 -#: ../../operation/network/network_usage_map.php:331 -#: ../../operation/network/network_report.php:285 -#: ../../operation/network/network_report.php:312 -#: ../../operation/network/network_report.php:355 -#: ../../operation/network/network_report.php:356 -#: ../../operation/reporting/graph_viewer.php:437 -#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 -msgid "Filter" -msgstr "Filtro" - -#: ../../extensions/module_groups.php:322 -#: ../../extensions/realtime_graphs.php:229 -#: ../../godmode/agentes/planned_downtime.list.php:661 -#: ../../godmode/agentes/planned_downtime.list.php:662 -#: ../../godmode/agentes/planned_downtime.list.php:711 -#: ../../godmode/agentes/planned_downtime.list.php:712 -#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 -#: ../../godmode/groups/group_list.php:872 -#: ../../godmode/groups/group_list.php:978 -#: ../../godmode/modules/manage_network_components.php:723 -#: ../../godmode/reporting/reporting_builder.list_items.php:283 -#: ../../godmode/reporting/visual_console_favorite.php:220 -#: ../../godmode/reporting/map_builder.php:406 -#: ../../godmode/reporting/reporting_builder.php:785 -#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 -#: ../../include/class/AgentsAlerts.class.php:882 -#: ../../include/functions_snmp_browser.php:1013 -#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 -#: ../../operation/agentes/estado_agente.php:552 -#: ../../operation/agentes/agent_inventory.php:188 -#: ../../operation/agentes/status_monitor.php:1094 -#: ../../operation/reporting/graph_viewer.php:453 -#: ../../operation/reporting/reporting_viewer.php:321 -#: ../../operation/inventory/inventory.php:822 -#: ../../operation/custom_fields/custom_fields_view.php:323 -msgid "Filters" -msgstr "Filtros" - -#: ../../extensions/module_groups.php:351 -#: ../../godmode/reporting/visual_console_builder.wizard.php:391 -#: ../../godmode/files_repo/files_repo_form.php:61 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 -#: ../../include/lib/Dashboard/Widgets/tactical.php:331 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 -#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 -#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 -#: ../../include/lib/Dashboard/Widgets/events_list.php:463 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 -#: ../../include/lib/TacticalView/elements/Configurations.php:52 -#: ../../include/lib/TacticalView/elements/Groups.php:51 -#: ../../include/functions_maps.php:46 -#: ../../include/functions_networkmap.php:1297 -#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 -#: ../../mobile/operation/groups.php:70 -#: ../../operation/agentes/pandora_networkmap.php:746 -#: ../../operation/reporting/graph_analytics.php:870 -#: ../../operation/tree.php:91 ../../operation/tree.php:149 -msgid "Groups" -msgstr "Grupos" - -#: ../../extensions/module_groups.php:460 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Celda naranja cuando el grupo de módulos y el agente del módulo tengan al " -"menos una alerta disparada." - -#: ../../extensions/module_groups.php:461 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Celda roja cuando el grupo de módulos y el agente tengan al menos un módulo " -"en estado crítico y los demás en cualquier otro estado" - -#: ../../extensions/module_groups.php:462 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Celda amarilla cuando el grupo de módulos y el agente tengan al menos un " -"módulo en estado crítico y los demás en cualquier otro estado" - -#: ../../extensions/module_groups.php:463 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Celda gris cuando el grupo de módulos y el agente tengan al menos un módulo " -"en estado desconocido y todos los demás están en OK" - -#: ../../extensions/module_groups.php:464 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Celda verde cuando el grupo de módulos y el agente tengan todos los módulos " -"en estado OK" - -#: ../../extensions/module_groups.php:465 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Celda azul cuando el grupo de módulos y el agente tengan todos los módulos " -"en estado no iniciado." - -#: ../../extensions/module_groups.php:469 -#: ../../extensions/agents_modules.php:1118 -#: ../../godmode/snmpconsole/snmp_alert.php:2196 -#: ../../include/class/SnmpConsole.class.php:545 -#: ../../include/lib/Dashboard/Widgets/top_n.php:327 -#: ../../include/functions_reporting_html.php:2960 -msgid "Legend" -msgstr "Leyenda" - -#: ../../extensions/module_groups.php:471 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"La tabla muestra los grupos de módulos en columnas y los grupos de agente en " -"filas. La celda muestra todos los módulos" - -#: ../../extensions/module_groups.php:472 -msgid "There are no defined groups or module groups" -msgstr "No hay grupos o grupos de módulos definidos" - -#: ../../extensions/module_groups.php:492 -#: ../../godmode/groups/configure_modu_group.php:43 -#: ../../godmode/groups/modu_group_list.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:94 -#: ../../godmode/menu.php:189 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 -#: ../../operation/tree.php:103 ../../operation/tree.php:153 -msgid "Module groups" -msgstr "Grupos de módulos" - #: ../../extensions/quick_shell.php:88 msgid "GoTTY setup" msgstr "Configuración GoTTY" @@ -1340,9 +959,9 @@ msgstr "SSH" #: ../../godmode/agentes/module_manager_editor_wmi.php:123 #: ../../godmode/massive/massive_edit_modules.php:1105 #: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../include/class/AgentWizard.class.php:677 #: ../../include/class/CredentialStore.class.php:973 #: ../../include/class/CredentialStore.class.php:1350 -#: ../../include/class/AgentWizard.class.php:677 #: ../../include/functions_ui.php:7737 msgid "Username" msgstr "Usuario" @@ -1375,8 +994,8 @@ msgstr "Error de conexión. Compruebe los ajustes en %s" msgid "GoTTY general parameters" msgstr "Parámetros generales de GoTTY" -#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476 -#: ../../include/functions_html.php:8395 +#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395 +#: ../../include/functions_ui.php:6476 #: ../../operation/agentes/ver_agente.php:1251 msgid "Address" msgstr "Dirección" @@ -1461,11 +1080,11 @@ msgstr "No hay otros usuarios conectados" #: ../../include/lib/Dashboard/Widgets/events_list.php:858 #: ../../include/lib/TacticalView/elements/Alerts.php:113 #: ../../include/lib/TacticalView/elements/Alerts.php:212 -#: ../../include/functions_users.php:1105 ../../include/functions.php:3194 -#: ../../include/functions_config.php:791 -#: ../../include/functions_reporting_html.php:7293 -#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254 +#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497 +#: ../../include/functions.php:3194 ../../include/functions_config.php:791 +#: ../../include/functions_events.php:254 #: ../../include/functions_events.php:306 +#: ../../include/functions_reporting_html.php:7293 #: ../../mobile/include/user.class.php:427 #: ../../mobile/operation/tactical.php:350 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71 @@ -1500,10 +1119,11 @@ msgstr "Último acceso" #: ../../include/lib/Dashboard/Widgets/inventory.php:1069 #: ../../include/functions_treeview.php:684 #: ../../include/functions_agents.php:4831 +#: ../../include/functions_events.php:4476 #: ../../include/functions_reporting_html.php:824 -#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199 -#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418 -#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423 +#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99 +#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420 +#: ../../mobile/operation/agents.php:423 #: ../../operation/agentes/log_sources_status.php:60 #: ../../operation/agentes/estado_agente.php:1133 #: ../../operation/agentes/ver_agente.php:1098 @@ -1582,12 +1202,12 @@ msgstr "Información que debe mostrarse" #: ../../godmode/massive/massive_add_policies_alerts.php:116 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120 #: ../../godmode/massive/massive_edit_agents.php:740 -#: ../../godmode/modules/manage_network_templates_form.php:235 -#: ../../godmode/modules/manage_network_templates_form.php:303 -#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/modules/manage_network_components.php:654 #: ../../godmode/modules/manage_network_components.php:792 #: ../../godmode/modules/manage_network_components_form_common.php:141 +#: ../../godmode/modules/manage_network_templates_form.php:235 +#: ../../godmode/modules/manage_network_templates_form.php:303 +#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/netflow/nf_edit.php:167 #: ../../godmode/netflow/nf_edit_form.php:256 #: ../../godmode/reporting/create_container.php:261 @@ -1625,18 +1245,18 @@ msgstr "Información que debe mostrarse" #: ../../include/ajax/heatmap.ajax.php:524 #: ../../include/ajax/custom_fields.php:702 #: ../../include/ajax/custom_fields.php:756 +#: ../../include/class/CustomNetScan.class.php:506 +#: ../../include/class/ModuleTemplates.class.php:728 +#: ../../include/class/AgentsAlerts.class.php:776 +#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/class/AgentDeployWizard.class.php:342 +#: ../../include/class/CalendarManager.class.php:1042 #: ../../include/class/CredentialStore.class.php:814 #: ../../include/class/CredentialStore.class.php:846 #: ../../include/class/CredentialStore.class.php:937 -#: ../../include/class/CustomNetScan.class.php:506 -#: ../../include/class/ModuleTemplates.class.php:728 #: ../../include/class/NetworkMap.class.php:2995 #: ../../include/class/NetworkMap.class.php:3056 #: ../../include/class/NetworkMap.class.php:3422 -#: ../../include/class/AgentsAlerts.class.php:776 -#: ../../include/class/CalendarManager.class.php:1042 -#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357 #: ../../include/lib/Dashboard/Widgets/service_view.php:271 @@ -1644,8 +1264,8 @@ msgstr "Información que debe mostrarse" #: ../../include/lib/Dashboard/Widgets/inventory.php:272 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064 #: ../../include/lib/Dashboard/Widgets/events_list.php:859 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697 @@ -1658,33 +1278,33 @@ msgstr "Información que debe mostrarse" #: ../../include/functions_massive_operations.php:123 #: ../../include/functions_agents.php:4859 #: ../../include/functions_snmp_browser.php:1925 -#: ../../include/functions_graph.php:4867 +#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502 +#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921 +#: ../../include/functions_visual_map.php:4257 +#: ../../include/functions_events.php:255 +#: ../../include/functions_events.php:309 +#: ../../include/functions_events.php:5150 #: ../../include/functions_reporting_html.php:115 #: ../../include/functions_reporting_html.php:818 #: ../../include/functions_reporting_html.php:2271 #: ../../include/functions_reporting_html.php:3034 #: ../../include/functions_reporting_html.php:4911 #: ../../include/functions_reporting_html.php:7740 -#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634 -#: ../../include/functions_html.php:1921 -#: ../../include/functions_visual_map.php:4257 -#: ../../include/functions_events.php:255 -#: ../../include/functions_events.php:309 -#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235 -#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406 -#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118 -#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232 -#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696 -#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994 -#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171 -#: ../../mobile/operation/modules.php:176 -#: ../../mobile/operation/modules.php:266 -#: ../../mobile/operation/modules.php:267 #: ../../mobile/operation/server_status.php:162 #: ../../mobile/operation/server_status.php:167 #: ../../mobile/operation/visualmaps.php:113 #: ../../mobile/operation/visualmaps.php:118 +#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158 +#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236 +#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113 +#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231 +#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691 +#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857 +#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995 +#: ../../mobile/operation/modules.php:171 +#: ../../mobile/operation/modules.php:176 +#: ../../mobile/operation/modules.php:266 +#: ../../mobile/operation/modules.php:267 #: ../../operation/agentes/pandora_networkmap.editor.php:350 #: ../../operation/agentes/pandora_networkmap.editor.php:434 #: ../../operation/agentes/alerts_status.functions.php:86 @@ -1745,16 +1365,16 @@ msgstr "Recurrencia" #: ../../include/ajax/heatmap.ajax.php:431 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328 #: ../../include/functions_treeview.php:120 -#: ../../include/functions_graph.php:5014 -#: ../../include/functions_reporting_html.php:2435 -#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947 +#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675 +#: ../../include/functions_html.php:1947 #: ../../include/functions_events.php:4565 +#: ../../include/functions_reporting_html.php:2435 +#: ../../mobile/operation/server_status.php:174 +#: ../../mobile/operation/server_status.php:175 #: ../../mobile/operation/modules.php:183 #: ../../mobile/operation/modules.php:184 #: ../../mobile/operation/modules.php:293 #: ../../mobile/operation/modules.php:294 -#: ../../mobile/operation/server_status.php:174 -#: ../../mobile/operation/server_status.php:175 #: ../../operation/agentes/estado_monitores.php:619 #: ../../operation/agentes/ver_agente.php:1227 #: ../../operation/agentes/status_monitor.php:868 @@ -1786,8 +1406,8 @@ msgstr "Grupo del módulo" #: ../../godmode/massive/massive_edit_modules.php:355 #: ../../godmode/massive/massive_edit_modules.php:404 #: ../../godmode/massive/massive_edit_modules.php:520 -#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/modules/manage_network_components.php:660 +#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/netflow/nf_edit_form.php:264 #: ../../godmode/reporting/create_container.php:646 #: ../../godmode/reporting/reporting_builder.list_items.php:217 @@ -1819,13 +1439,13 @@ msgstr "Grupo del módulo" #: ../../godmode/files_repo/files_repo_form.php:51 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259 #: ../../include/class/AuditLog.class.php:269 -#: ../../include/class/CredentialStore.class.php:509 -#: ../../include/class/EventSound.class.php:347 #: ../../include/class/TipsWindow.class.php:756 #: ../../include/class/TipsWindow.class.php:923 #: ../../include/class/SnmpConsole.class.php:303 #: ../../include/class/SnmpConsole.class.php:309 #: ../../include/class/SnmpConsole.class.php:321 +#: ../../include/class/CredentialStore.class.php:509 +#: ../../include/class/EventSound.class.php:347 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430 #: ../../include/lib/Dashboard/Widgets/inventory.php:278 #: ../../include/lib/Dashboard/Widgets/inventory.php:302 @@ -1841,13 +1461,14 @@ msgstr "Grupo del módulo" #: ../../include/functions_massive_operations.php:188 #: ../../include/functions_massive_operations.php:245 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686 -#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214 -#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668 +#: ../../include/functions_groupview.php:97 +#: ../../include/functions_modules.php:3668 #: ../../include/functions_modules.php:3670 #: ../../include/functions_groups.php:655 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954 #: ../../include/functions_notifications.php:106 +#: ../../include/functions.php:1214 ../../include/functions.php:1474 #: ../../include/functions_reporting.php:3533 #: ../../include/functions_reporting.php:3630 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65 @@ -1898,11 +1519,11 @@ msgstr "Todo" #: ../../godmode/massive/massive_delete_alerts.php:315 #: ../../godmode/massive/massive_delete_modules.php:517 #: ../../godmode/massive/massive_delete_modules.php:585 -#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/massive/massive_enable_disable_alerts.php:175 #: ../../godmode/massive/massive_standby_alerts.php:204 #: ../../godmode/massive/massive_add_alerts.php:231 #: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/reporting/reporting_builder.list_items.php:211 #: ../../godmode/reporting/visual_console_builder.wizard.php:463 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401 @@ -1914,24 +1535,24 @@ msgstr "Todo" #: ../../include/class/Diagnostics.class.php:1259 #: ../../include/class/Diagnostics.class.php:1263 #: ../../include/class/Diagnostics.class.php:1267 -#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/class/AgentsAlerts.class.php:252 #: ../../include/class/AgentsAlerts.class.php:569 +#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/TacticalView/elements/Agents.php:41 #: ../../include/lib/TacticalView/elements/Agents.php:136 #: ../../include/functions_massive_operations.php:272 -#: ../../include/functions_groups.php:53 +#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700 +#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801 +#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088 +#: ../../include/functions_html.php:6694 #: ../../include/functions_reporting_html.php:2773 #: ../../include/functions_reporting_html.php:4600 -#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784 -#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071 -#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694 #: ../../mobile/include/functions_web.php:23 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205 -#: ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agents.php:205 #: ../../operation/agentes/group_view.php:183 #: ../../operation/agentes/group_view.php:240 #: ../../operation/agentes/interface_view.functions.php:78 @@ -1973,6 +1594,49 @@ msgstr "Mostrar todos los módulos" msgid "Agents/Modules" msgstr "Agentes/Módulos" +#: ../../extensions/agents_modules.php:597 +#: ../../extensions/realtime_graphs.php:67 +#: ../../extensions/module_groups.php:260 +#: ../../general/first_task/cluster_builder.php:38 +#: ../../godmode/agentes/status_monitor_custom_fields.php:44 +#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 +#: ../../godmode/snmpconsole/snmp_filters.php:55 +#: ../../include/class/AgentsAlerts.class.php:753 +#: ../../include/class/SnmpConsole.class.php:230 +#: ../../operation/agentes/group_view.php:97 +#: ../../operation/agentes/estado_agente.php:282 +#: ../../operation/agentes/interface_view.php:76 +#: ../../operation/agentes/alerts_status.php:202 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/netflow/netflow_explorer.php:55 +#: ../../operation/netflow/nf_live_view.php:188 +#: ../../operation/network/network_usage_map.php:63 +#: ../../operation/snmpconsole/snmp_statistics.php:100 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 +#: ../../operation/snmpconsole/snmp_browser.php:95 +#: ../../operation/inventory/inventory.php:389 +#: ../../operation/custom_fields/custom_fields_view.php:53 +#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 +#: ../../operation/menu.php:280 ../../operation/tree.php:185 +#: ../../views/cluster/list.php:40 +msgid "Monitoring" +msgstr "Monitorización" + +#: ../../extensions/agents_modules.php:601 +#: ../../extensions/realtime_graphs.php:71 +#: ../../extensions/module_groups.php:264 +#: ../../godmode/agentes/status_monitor_custom_fields.php:48 +#: ../../include/class/AgentsAlerts.class.php:757 +#: ../../operation/agentes/group_view.php:101 +#: ../../operation/agentes/estado_agente.php:286 +#: ../../operation/agentes/interface_view.php:80 +#: ../../operation/agentes/alerts_status.php:206 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 +msgid "Views" +msgstr "Vistas" + #: ../../extensions/agents_modules.php:648 #: ../../operation/events/events.php:1636 #: ../../operation/gis_maps/render_view.php:139 @@ -1995,9 +1659,9 @@ msgstr "Volver a modo normal" #: ../../operation/gis_maps/render_view.php:161 #: ../../operation/visual_console/legacy_view.php:274 #: ../../operation/visual_console/legacy_public_view.php:141 -#: ../../operation/visual_console/view.php:579 #: ../../operation/visual_console/public_view.php:156 -#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173 +#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177 +#: ../../views/dashboard/header.php:173 msgid "Refresh" msgstr "Actualizar" @@ -2005,6 +1669,57 @@ msgstr "Actualizar" msgid "Agent/module view" msgstr "Vista de agente/módulo" +#: ../../extensions/agents_modules.php:710 +#: ../../extensions/realtime_graphs.php:203 +#: ../../extensions/module_groups.php:305 +#: ../../godmode/agentes/planned_downtime.list.php:647 +#: ../../godmode/agentes/module_manager.php:93 +#: ../../godmode/agentes/module_manager.php:108 +#: ../../godmode/agentes/module_manager.php:109 +#: ../../godmode/agentes/modificar_agente.php:397 +#: ../../godmode/agentes/modificar_agente.php:412 +#: ../../godmode/agentes/modificar_agente.php:413 +#: ../../godmode/groups/group_list.php:854 +#: ../../godmode/groups/group_list.php:955 +#: ../../godmode/modules/manage_network_components.php:707 +#: ../../godmode/modules/manage_network_templates_form.php:277 +#: ../../godmode/modules/manage_network_templates_form.php:337 +#: ../../godmode/netflow/nf_edit_form.php:283 +#: ../../godmode/netflow/nf_item_list.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:267 +#: ../../godmode/reporting/visual_console_favorite.php:204 +#: ../../godmode/reporting/map_builder.php:390 +#: ../../godmode/reporting/reporting_builder.php:769 +#: ../../godmode/reporting/graphs.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/snmpconsole/snmp_filters.php:216 +#: ../../godmode/snmpconsole/snmp_filters.php:314 +#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 +#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 +#: ../../include/ajax/agent.php:653 +#: ../../include/class/ModuleTemplates.class.php:713 +#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/estado_monitores.php:649 +#: ../../operation/agentes/interface_view.functions.php:134 +#: ../../operation/agentes/agent_inventory.php:165 +#: ../../operation/agentes/graphs.php:298 +#: ../../operation/agentes/status_monitor.php:1046 +#: ../../operation/netflow/nf_live_view.php:326 +#: ../../operation/netflow/nf_live_view.php:641 +#: ../../operation/netflow/nf_live_view.php:642 +#: ../../operation/network/network_report.php:285 +#: ../../operation/network/network_report.php:312 +#: ../../operation/network/network_report.php:355 +#: ../../operation/network/network_report.php:356 +#: ../../operation/network/network_usage_map.php:297 +#: ../../operation/network/network_usage_map.php:330 +#: ../../operation/network/network_usage_map.php:331 +#: ../../operation/reporting/graph_viewer.php:437 +#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 +msgid "Filter" +msgstr "Filtro" + #: ../../extensions/agents_modules.php:720 #: ../../godmode/agentes/planned_downtime.list.php:1000 #: ../../godmode/modules/manage_network_templates.php:290 @@ -2040,9 +1755,9 @@ msgstr "No hay agentes con módulos" #: ../../godmode/massive/massive_copy_modules.php:226 #: ../../godmode/massive/massive_delete_modules.php:499 #: ../../godmode/massive/massive_delete_modules.php:603 -#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_modules.php:603 +#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/reporting/reporting_builder.list_items.php:228 #: ../../godmode/reporting/visual_console_builder.wizard.php:480 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494 @@ -2055,8 +1770,6 @@ msgstr "No hay agentes con módulos" #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347 #: ../../include/lib/TacticalView/elements/Configurations.php:76 -#: ../../include/functions_reporting_html.php:2773 -#: ../../include/functions_reporting_html.php:6938 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160 #: ../../include/functions_html.php:6767 #: ../../include/functions_reports.php:745 @@ -2068,9 +1781,12 @@ msgstr "No hay agentes con módulos" #: ../../include/functions_reports.php:769 #: ../../include/functions_reports.php:773 #: ../../include/functions_reports.php:777 -#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330 +#: ../../include/functions_reports.php:781 +#: ../../include/functions_reporting_html.php:2773 +#: ../../include/functions_reporting_html.php:6938 +#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410 -#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236 +#: ../../mobile/operation/modules.php:236 #: ../../operation/agentes/exportdata.php:360 #: ../../operation/agentes/group_view.php:184 #: ../../operation/agentes/group_view.php:241 @@ -2120,6 +1836,15 @@ msgstr "Cuadro gris cuando el módulo está en estado desconocido" msgid "Cell turns blue when the module is in 'not initialize' status" msgstr "Celda azul cuando el módulo está en estado \"no iniciado\"" +#: ../../extensions/agents_modules.php:1118 +#: ../../extensions/module_groups.php:469 +#: ../../godmode/snmpconsole/snmp_alert.php:2196 +#: ../../include/class/SnmpConsole.class.php:545 +#: ../../include/lib/Dashboard/Widgets/top_n.php:327 +#: ../../include/functions_reporting_html.php:2960 +msgid "Legend" +msgstr "Leyenda" + #: ../../extensions/agents_modules.php:1130 msgid "Agents/Modules view" msgstr "Vista de Agentes/Módulos" @@ -2192,12 +1917,205 @@ msgstr "Incremental" msgid "Clear graph" msgstr "Limpiar gráfica" +#: ../../extensions/realtime_graphs.php:229 +#: ../../extensions/module_groups.php:322 +#: ../../godmode/agentes/planned_downtime.list.php:661 +#: ../../godmode/agentes/planned_downtime.list.php:662 +#: ../../godmode/agentes/planned_downtime.list.php:711 +#: ../../godmode/agentes/planned_downtime.list.php:712 +#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 +#: ../../godmode/groups/group_list.php:872 +#: ../../godmode/groups/group_list.php:978 +#: ../../godmode/modules/manage_network_components.php:723 +#: ../../godmode/reporting/reporting_builder.list_items.php:283 +#: ../../godmode/reporting/visual_console_favorite.php:220 +#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/reporting_builder.php:785 +#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 +#: ../../include/class/AgentsAlerts.class.php:882 +#: ../../include/functions_snmp_browser.php:1013 +#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 +#: ../../operation/agentes/estado_agente.php:552 +#: ../../operation/agentes/agent_inventory.php:188 +#: ../../operation/agentes/status_monitor.php:1094 +#: ../../operation/reporting/graph_viewer.php:453 +#: ../../operation/reporting/reporting_viewer.php:321 +#: ../../operation/inventory/inventory.php:822 +#: ../../operation/custom_fields/custom_fields_view.php:323 +msgid "Filters" +msgstr "Filtros" + #: ../../extensions/realtime_graphs.php:295 #: ../../godmode/agentes/module_manager_editor_network.php:45 #: ../../include/functions_snmp_browser.php:663 msgid "Use this OID" msgstr "Usar esta OID" +#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 +msgid "Request successfully processed" +msgstr "Petición procesada correctamente" + +#: ../../extensions/api_checker.php:185 +msgid "Incorrect URL" +msgstr "URL incorrecta" + +#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 +msgid "API checker" +msgstr "Comprobación API" + +#: ../../extensions/api_checker.php:249 +#, php-format +msgid "%s Console URL" +msgstr "%s URL de la consola" + +#: ../../extensions/api_checker.php:256 +#: ../../godmode/users/configure_user.php:1018 +#: ../../godmode/users/configure_user.php:1041 +#: ../../operation/users/user_edit.php:296 +#: ../../operation/users/user_edit.php:335 +msgid "API Token" +msgstr "Token de API" + +#: ../../extensions/api_checker.php:256 +msgid "Use API Token instead API Pass, User and Password." +msgstr "Utilice el token de API en lugar de API Pass, Usuario y Contraseña." + +#: ../../extensions/api_checker.php:261 +msgid "API Pass" +msgstr "Contraseña de la API" + +#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 +#: ../../general/login_page.php:353 +#: ../../godmode/agentes/module_manager_editor_wmi.php:143 +#: ../../godmode/massive/massive_edit_modules.php:1110 +#: ../../godmode/modules/manage_network_components_form_wmi.php:63 +#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 +#: ../../godmode/users/user_management.php:346 +#: ../../godmode/users/configure_user.php:1167 +#: ../../include/class/AgentWizard.class.php:690 +#: ../../include/class/CredentialStore.class.php:974 +#: ../../include/class/CredentialStore.class.php:1024 +#: ../../include/class/CredentialStore.class.php:1301 +#: ../../include/class/CredentialStore.class.php:1327 +#: ../../include/class/CredentialStore.class.php:1351 +#: ../../include/class/WelcomeWindow.class.php:1008 +#: ../../include/class/WelcomeWindow.class.php:1144 +#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753 +#: ../../mobile/include/user.class.php:435 +#: ../../operation/users/user_edit.php:860 +msgid "Password" +msgstr "Contraseña" + +#: ../../extensions/api_checker.php:287 +msgid "Action (get or set)" +msgstr "Acción (obtener o establecer)" + +#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 +#: ../../general/main_menu.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 +#: ../../godmode/extensions.php:169 +#: ../../include/class/ExternalTools.class.php:627 +#: ../../include/functions_menu.php:710 +#: ../../include/functions_reporting_html.php:3335 +#: ../../include/functions_reporting_html.php:6219 +msgid "Operation" +msgstr "Operación" + +#: ../../extensions/api_checker.php:299 +#: ../../godmode/agentes/fields_manager.php:152 +#: ../../godmode/agentes/agent_manager.php:376 +#: ../../godmode/agentes/module_manager_editor_common.php:199 +#: ../../godmode/alerts/alert_commands.php:1002 +#: ../../godmode/groups/modu_group_list.php:260 +#: ../../godmode/groups/group_list.php:1032 +#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 +#: ../../include/class/AlertsList.class.php:313 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 +#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 +#: ../../views/ITSM/ITSMTicketListView.php:77 +msgid "ID" +msgstr "ID" + +#: ../../extensions/api_checker.php:304 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:311 +msgid "Return Type" +msgstr "Tipo de retorno" + +#: ../../extensions/api_checker.php:316 +#: ../../godmode/groups/configure_group.php:266 +#: ../../godmode/massive/massive_edit_users.php:278 +#: ../../godmode/snmpconsole/snmp_alert.php:46 +#: ../../godmode/users/user_management.php:46 +#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806 +#: ../../include/class/SnmpConsole.class.php:333 +#: ../../include/class/SnmpConsole.class.php:1406 +#: ../../include/class/SnmpConsole.class.php:1433 +#: ../../include/functions_graph.php:3444 +#: ../../operation/gis_maps/render_view.php:168 +#: ../../operation/users/user_edit.php:471 +msgid "Other" +msgstr "Otros" + +#: ../../extensions/api_checker.php:323 +msgid "Other Mode" +msgstr "Otro modo" + +#: ../../extensions/api_checker.php:337 +msgid "Raw URL" +msgstr "URL en crudo" + +#: ../../extensions/api_checker.php:344 +msgid "Credentials" +msgstr "Credenciales" + +#: ../../extensions/api_checker.php:349 +msgid "Call parameters" +msgstr "Parámetros de llamada" + +#: ../../extensions/api_checker.php:349 +msgid "Action: get Operation: module_last_value id: 63" +msgstr "Acción: obtener Operación : module_last_value id: 63" + +#: ../../extensions/api_checker.php:356 +msgid "Custom URL" +msgstr "URL personalizada" + +#: ../../extensions/api_checker.php:364 +msgid "Call" +msgstr "Llamada" + +#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 +#: ../../include/functions_db.php:1965 +#: ../../include/functions_reporting_html.php:5561 +#: ../../include/functions_reporting_html.php:5708 +#: ../../include/functions_reporting_html.php:6051 +#: ../../include/functions_reporting_html.php:6062 +msgid "Result" +msgstr "Resultado" + +#: ../../extensions/api_checker.php:378 +#: ../../godmode/events/event_responses.editor.php:229 +#: ../../godmode/events/event_responses.editor.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 +#: ../../include/class/WelcomeWindow.class.php:713 +#: ../../include/functions_reporting_html.php:2283 +#: ../../operation/gis_maps/ajax.php:316 +msgid "URL" +msgstr "URL" + +#: ../../extensions/api_checker.php:395 +msgid "Hide URL" +msgstr "Ocultar URL" + +#: ../../extensions/api_checker.php:399 +msgid "Show URL" +msgstr "Mostrar URL" + #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751 #: ../../godmode/menu.php:567 msgid "DB Schema check" @@ -2353,170 +2271,252 @@ msgstr "" msgid "Test databases may have been left over due to lack of drop privileges." msgstr "" -#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 -msgid "Request successfully processed" -msgstr "Petición procesada correctamente" +#: ../../extensions/module_groups.php:48 +msgid "Counters Module" +msgstr "Módulo de contadores" -#: ../../extensions/api_checker.php:185 -msgid "Incorrect URL" -msgstr "URL incorrecta" +#: ../../extensions/module_groups.php:49 +msgid "Alerts_Fired" +msgstr "Alertas_disparadas" -#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 -msgid "API checker" -msgstr "Comprobación API" +#: ../../extensions/module_groups.php:50 +#: ../../godmode/groups/group_list.php:1291 +#: ../../godmode/massive/massive_copy_modules.php:125 +#: ../../godmode/massive/massive_copy_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:429 +#: ../../godmode/massive/massive_edit_modules.php:393 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 +#: ../../include/ajax/module.php:2350 +#: ../../include/class/ExtensionsDiscovery.class.php:788 +#: ../../include/class/AgentWizard.class.php:1436 +#: ../../include/class/AgentWizard.class.php:4196 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 +#: ../../include/functions_massive_operations.php:156 +#: ../../include/functions_agents.php:5070 +#: ../../include/functions_graph.php:3249 +#: ../../include/functions_graph.php:3251 +#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182 +#: ../../include/functions.php:1418 ../../include/functions.php:1419 +#: ../../include/functions.php:1421 ../../include/functions.php:1462 +#: ../../include/functions_events.php:3277 +#: ../../include/functions_reporting_html.php:1521 +#: ../../include/functions_reporting_html.php:6131 +#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 +#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71 +#: ../../operation/agentes/group_view.php:252 +#: ../../operation/agentes/group_view.php:257 +#: ../../operation/agentes/estado_agente.php:312 +#: ../../operation/agentes/estado_monitores.php:542 +#: ../../operation/agentes/status_monitor.php:575 +#: ../../operation/gis_maps/render_view.php:165 +#: ../../operation/custom_fields/custom_fields_view.php:176 +#: ../../operation/tree.php:210 ../../operation/tree.php:301 +#: ../../operation/tree.php:515 +msgid "Critical" +msgstr "Crítico" -#: ../../extensions/api_checker.php:249 -#, php-format -msgid "%s Console URL" -msgstr "%s URL de la consola" +#: ../../extensions/module_groups.php:52 +#: ../../godmode/alerts/alert_list.builder.php:350 +#: ../../godmode/groups/group_list.php:1301 +#: ../../godmode/massive/massive_copy_modules.php:126 +#: ../../godmode/massive/massive_copy_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:430 +#: ../../godmode/massive/massive_edit_modules.php:394 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 +#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 +#: ../../include/class/ExtensionsDiscovery.class.php:789 +#: ../../include/graphs/functions_flot.php:352 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 +#: ../../include/lib/ClusterViewer/ClusterManager.php:642 +#: ../../include/lib/TacticalView/elements/Alerts.php:218 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 +#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 +#: ../../include/functions_massive_operations.php:157 +#: ../../include/functions_netflow.php:2129 +#: ../../include/functions_agents.php:5071 +#: ../../include/functions_filemanager.php:782 +#: ../../include/functions_reports.php:569 +#: ../../include/functions_visual_map.php:2457 +#: ../../include/functions_visual_map.php:2485 +#: ../../include/functions_visual_map.php:2503 +#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368 +#: ../../include/functions.php:4319 ../../include/functions_events.php:3018 +#: ../../include/functions_events.php:3177 +#: ../../include/functions_reporting.php:7192 +#: ../../include/functions_reporting_html.php:4814 +#: ../../include/functions_reporting_html.php:5217 +#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642 +#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72 +#: ../../operation/agentes/group_view.php:248 +#: ../../operation/agentes/group_view.php:253 +#: ../../operation/agentes/estado_agente.php:313 +#: ../../operation/agentes/estado_monitores.php:547 +#: ../../operation/agentes/pandora_networkmap.view.php:1761 +#: ../../operation/agentes/status_monitor.php:576 +#: ../../operation/events/events.php:930 +#: ../../operation/custom_fields/custom_fields_view.php:177 +#: ../../operation/tree.php:211 ../../operation/tree.php:302 +#: ../../operation/tree.php:525 +msgid "Unknown" +msgstr "Desconocido" -#: ../../extensions/api_checker.php:256 -#: ../../godmode/users/configure_user.php:1018 -#: ../../godmode/users/configure_user.php:1041 -#: ../../operation/users/user_edit.php:296 -#: ../../operation/users/user_edit.php:335 -msgid "API Token" -msgstr "Token de API" +#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 +#: ../../godmode/massive/massive_operations.php:471 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 +#: ../../godmode/setup/setup_general.php:1012 +#: ../../godmode/setup/setup_general.php:1030 +#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775 +#: ../../include/class/HelpFeedBack.class.php:370 +#: ../../include/class/ConfigPEN.class.php:674 +#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/ModuleTemplates.class.php:1368 +#: ../../include/class/ExtensionsDiscovery.class.php:257 +#: ../../include/class/AgentWizard.class.php:6265 +#: ../../include/class/CredentialStore.class.php:1654 +#: ../../include/class/SatelliteAgent.class.php:1147 +#: ../../include/class/WelcomeWindow.class.php:176 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 +#: ../../include/functions_db.php:1980 +#: ../../include/functions_reporting_html.php:1321 +#: ../../include/functions_reporting_html.php:1516 +#: ../../include/functions_reporting_html.php:4820 +#: ../../include/functions_reporting_html.php:6126 +#: ../../operation/agentes/pandora_networkmap.editor.php:751 +#: ../../operation/agentes/pandora_networkmap.php:904 +#: ../../operation/snmpconsole/snmp_browser.php:629 +#: ../../operation/snmpconsole/snmp_browser.php:705 +msgid "OK" +msgstr "OK" -#: ../../extensions/api_checker.php:256 -msgid "Use API Token instead API Pass, User and Password." -msgstr "Utilice el token de API en lugar de API Pass, Usuario y Contraseña." +#: ../../extensions/module_groups.php:54 +msgid "Not_init" +msgstr "No_iniciado" -#: ../../extensions/api_checker.php:261 -msgid "API Pass" -msgstr "Contraseña de la API" +#: ../../extensions/module_groups.php:251 +msgid "Combined table of agent group and module group" +msgstr "Tabla combinada de grupos de agentes y grupos de módulos" -#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 -#: ../../general/login_page.php:353 -#: ../../godmode/agentes/module_manager_editor_wmi.php:143 -#: ../../godmode/massive/massive_edit_modules.php:1110 -#: ../../godmode/modules/manage_network_components_form_wmi.php:63 -#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 -#: ../../godmode/users/configure_user.php:1167 -#: ../../godmode/users/user_management.php:346 -#: ../../include/class/CredentialStore.class.php:974 -#: ../../include/class/CredentialStore.class.php:1024 -#: ../../include/class/CredentialStore.class.php:1301 -#: ../../include/class/CredentialStore.class.php:1327 -#: ../../include/class/CredentialStore.class.php:1351 -#: ../../include/class/WelcomeWindow.class.php:1008 -#: ../../include/class/WelcomeWindow.class.php:1144 -#: ../../include/class/AgentWizard.class.php:690 -#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795 -#: ../../mobile/include/user.class.php:435 -#: ../../operation/users/user_edit.php:860 -msgid "Password" -msgstr "Contraseña" +#: ../../extensions/module_groups.php:275 +msgid "Search by agent group" +msgstr "Buscar por grupo de agente" -#: ../../extensions/api_checker.php:287 -msgid "Action (get or set)" -msgstr "Acción (obtener o establecer)" +#: ../../extensions/module_groups.php:288 +msgid "Search by module group" +msgstr "Buscar por grupo de módulos" -#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 -#: ../../general/main_menu.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 -#: ../../godmode/extensions.php:169 -#: ../../include/class/ExternalTools.class.php:627 -#: ../../include/functions_menu.php:710 -#: ../../include/functions_reporting_html.php:3335 -#: ../../include/functions_reporting_html.php:6219 -msgid "Operation" -msgstr "Operación" +#: ../../extensions/module_groups.php:351 +#: ../../godmode/reporting/visual_console_builder.wizard.php:391 +#: ../../godmode/files_repo/files_repo_form.php:61 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 +#: ../../include/lib/Dashboard/Widgets/tactical.php:331 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 +#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 +#: ../../include/lib/Dashboard/Widgets/events_list.php:463 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 +#: ../../include/lib/TacticalView/elements/Configurations.php:52 +#: ../../include/lib/TacticalView/elements/Groups.php:51 +#: ../../include/functions_maps.php:46 +#: ../../include/functions_networkmap.php:1297 +#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 +#: ../../mobile/operation/groups.php:70 +#: ../../operation/agentes/pandora_networkmap.php:746 +#: ../../operation/reporting/graph_analytics.php:870 +#: ../../operation/tree.php:91 ../../operation/tree.php:149 +msgid "Groups" +msgstr "Grupos" -#: ../../extensions/api_checker.php:299 -#: ../../godmode/agentes/fields_manager.php:152 -#: ../../godmode/agentes/agent_manager.php:376 -#: ../../godmode/agentes/module_manager_editor_common.php:199 -#: ../../godmode/alerts/alert_commands.php:1002 -#: ../../godmode/groups/modu_group_list.php:260 -#: ../../godmode/groups/group_list.php:1032 -#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 -#: ../../include/class/AlertsList.class.php:313 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 -#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 -#: ../../views/ITSM/ITSMTicketListView.php:77 -msgid "ID" -msgstr "ID" +#: ../../extensions/module_groups.php:460 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Celda naranja cuando el grupo de módulos y el agente del módulo tengan al " +"menos una alerta disparada." -#: ../../extensions/api_checker.php:304 -msgid "ID 2" -msgstr "ID 2" +#: ../../extensions/module_groups.php:461 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Celda roja cuando el grupo de módulos y el agente tengan al menos un módulo " +"en estado crítico y los demás en cualquier otro estado" -#: ../../extensions/api_checker.php:311 -msgid "Return Type" -msgstr "Tipo de retorno" +#: ../../extensions/module_groups.php:462 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Celda amarilla cuando el grupo de módulos y el agente tengan al menos un " +"módulo en estado crítico y los demás en cualquier otro estado" -#: ../../extensions/api_checker.php:316 -#: ../../godmode/groups/configure_group.php:266 -#: ../../godmode/massive/massive_edit_users.php:278 -#: ../../godmode/snmpconsole/snmp_alert.php:46 -#: ../../godmode/users/configure_user.php:61 -#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806 -#: ../../include/class/SnmpConsole.class.php:333 -#: ../../include/class/SnmpConsole.class.php:1406 -#: ../../include/class/SnmpConsole.class.php:1433 -#: ../../include/functions_graph.php:3444 -#: ../../operation/gis_maps/render_view.php:168 -#: ../../operation/users/user_edit.php:471 -msgid "Other" -msgstr "Otros" +#: ../../extensions/module_groups.php:463 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Celda gris cuando el grupo de módulos y el agente tengan al menos un módulo " +"en estado desconocido y todos los demás están en OK" -#: ../../extensions/api_checker.php:323 -msgid "Other Mode" -msgstr "Otro modo" +#: ../../extensions/module_groups.php:464 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Celda verde cuando el grupo de módulos y el agente tengan todos los módulos " +"en estado OK" -#: ../../extensions/api_checker.php:337 -msgid "Raw URL" -msgstr "URL en crudo" +#: ../../extensions/module_groups.php:465 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Celda azul cuando el grupo de módulos y el agente tengan todos los módulos " +"en estado no iniciado." -#: ../../extensions/api_checker.php:344 -msgid "Credentials" -msgstr "Credenciales" +#: ../../extensions/module_groups.php:471 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"La tabla muestra los grupos de módulos en columnas y los grupos de agente en " +"filas. La celda muestra todos los módulos" -#: ../../extensions/api_checker.php:349 -msgid "Call parameters" -msgstr "Parámetros de llamada" +#: ../../extensions/module_groups.php:472 +msgid "There are no defined groups or module groups" +msgstr "No hay grupos o grupos de módulos definidos" -#: ../../extensions/api_checker.php:349 -msgid "Action: get Operation: module_last_value id: 63" -msgstr "Acción: obtener Operación : module_last_value id: 63" - -#: ../../extensions/api_checker.php:356 -msgid "Custom URL" -msgstr "URL personalizada" - -#: ../../extensions/api_checker.php:364 -msgid "Call" -msgstr "Llamada" - -#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 -#: ../../include/functions_db.php:1965 -#: ../../include/functions_reporting_html.php:5561 -#: ../../include/functions_reporting_html.php:5708 -#: ../../include/functions_reporting_html.php:6051 -#: ../../include/functions_reporting_html.php:6062 -msgid "Result" -msgstr "Resultado" - -#: ../../extensions/api_checker.php:378 -#: ../../godmode/events/event_responses.editor.php:229 -#: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/reporting/reporting_builder.item_editor.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 -#: ../../include/class/WelcomeWindow.class.php:713 -#: ../../include/functions_reporting_html.php:2283 -#: ../../operation/gis_maps/ajax.php:316 -msgid "URL" -msgstr "URL" - -#: ../../extensions/api_checker.php:395 -msgid "Hide URL" -msgstr "Ocultar URL" - -#: ../../extensions/api_checker.php:399 -msgid "Show URL" -msgstr "Mostrar URL" +#: ../../extensions/module_groups.php:492 +#: ../../godmode/groups/configure_modu_group.php:43 +#: ../../godmode/groups/modu_group_list.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:94 +#: ../../godmode/menu.php:189 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 +#: ../../operation/tree.php:103 ../../operation/tree.php:153 +msgid "Module groups" +msgstr "Grupos de módulos" #: ../../general/first_task/HA_cluster_builder.php:37 msgid "There are no HA clusters defined yet." @@ -2914,11 +2914,11 @@ msgstr "No hay etiquetas definidas todavía." #: ../../include/lib/Dashboard/Widgets/tree_view.php:345 #: ../../include/functions_profile.php:205 #: ../../include/functions_treeview.php:151 -#: ../../include/functions_reporting_html.php:2439 -#: ../../include/functions_reporting_html.php:4966 #: ../../include/functions_events.php:263 #: ../../include/functions_events.php:333 #: ../../include/functions_events.php:5179 +#: ../../include/functions_reporting_html.php:2439 +#: ../../include/functions_reporting_html.php:4966 #: ../../mobile/operation/events.php:870 #: ../../operation/agentes/alerts_status.functions.php:160 #: ../../operation/agentes/group_view.php:246 @@ -2946,58 +2946,6 @@ msgstr "" "\t\t\t\t\t\t\t\tPor ello, se puede restringir el acceso de un usuario a los " "módulos mediante ciertas etiquetas." -#: ../../general/first_task/cluster_builder.php:45 -msgid "" -"A cluster is a group of devices that provide the same service in high " -"availability." -msgstr "" -"Un clúster es un grupo de servicios que proporciona el mismo servicio en " -"alta disponibilidad." - -#: ../../general/first_task/cluster_builder.php:47 -msgid "Depending on how they provide that service, we can find two types:" -msgstr "Dependiendo de cómo proporcionen ese servicio, hay dos tipos:" - -#: ../../general/first_task/cluster_builder.php:49 -msgid "" -"Clusters to balance the service load: these are active - active (A/A) mode " -"clusters. It means that all the nodes (or machines that compose it) are " -"working. They must be working because if one stops working, it will overload " -"the others." -msgstr "" -"Clústers para equilibrar la carga del servicio: son clústers de modo activo-" -"activo(A/A), por lo tanto todos los nodos (o máquinas que lo componen) están " -"funcionando. Tienen que estar todos en funcionamiento porque si uno se " -"detiene, sobrecargará a los demás." - -#: ../../general/first_task/cluster_builder.php:51 -msgid "" -"Clusters to guarantee service: these are active - passive (A/P) mode " -"clusters. It means that one of the nodes (or machines that make up the " -"cluster) will be running (primary) and another will not (secondary). When " -"the primary goes down, the secondary must take over and give the service " -"instead. Although many of the elements of this cluster are active-passive, " -"it will also have active elements in both of them that indicate that the " -"passive node is \"online\", so that in the case of a service failure in the " -"master, the active node collects this information." -msgstr "" -"Clústers para garantizar el servicio: son clústers de modo activo-pasivo (A/" -"P). Quiere decir que uno de los nodos (o máquinas que componen el clúster) " -"estará en funcionamiento (primario) y el otro no (secundario). Cuando uno " -"primario se detiene, el secundario lo releva y proporciona el servicio en su " -"lugar. Aunque muchos de los elementos de este clúster son activo-pasivo, " -"también tendrá elementos activos en los dos que indican que el nodo pasivo " -"se encuentra \"en línea\", para que en caso de fallo del sistema en el " -"maestro, sea el nodo activo el que recoja esta información." - -#: ../../general/first_task/cluster_builder.php:59 -msgid "Create cluster" -msgstr "Crear clúster" - -#: ../../general/first_task/cluster_builder.php:64 -msgid "There are no defined clusters" -msgstr "No hay grupos definidos" - #: ../../general/first_task/map_builder.php:38 #, php-format msgid "" @@ -3072,6 +3020,58 @@ msgstr "Configurar servicios" msgid "No services found" msgstr "No se han encontrado servicios" +#: ../../general/first_task/cluster_builder.php:45 +msgid "" +"A cluster is a group of devices that provide the same service in high " +"availability." +msgstr "" +"Un clúster es un grupo de servicios que proporciona el mismo servicio en " +"alta disponibilidad." + +#: ../../general/first_task/cluster_builder.php:47 +msgid "Depending on how they provide that service, we can find two types:" +msgstr "Dependiendo de cómo proporcionen ese servicio, hay dos tipos:" + +#: ../../general/first_task/cluster_builder.php:49 +msgid "" +"Clusters to balance the service load: these are active - active (A/A) mode " +"clusters. It means that all the nodes (or machines that compose it) are " +"working. They must be working because if one stops working, it will overload " +"the others." +msgstr "" +"Clústers para equilibrar la carga del servicio: son clústers de modo activo-" +"activo(A/A), por lo tanto todos los nodos (o máquinas que lo componen) están " +"funcionando. Tienen que estar todos en funcionamiento porque si uno se " +"detiene, sobrecargará a los demás." + +#: ../../general/first_task/cluster_builder.php:51 +msgid "" +"Clusters to guarantee service: these are active - passive (A/P) mode " +"clusters. It means that one of the nodes (or machines that make up the " +"cluster) will be running (primary) and another will not (secondary). When " +"the primary goes down, the secondary must take over and give the service " +"instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the " +"passive node is \"online\", so that in the case of a service failure in the " +"master, the active node collects this information." +msgstr "" +"Clústers para garantizar el servicio: son clústers de modo activo-pasivo (A/" +"P). Quiere decir que uno de los nodos (o máquinas que componen el clúster) " +"estará en funcionamiento (primario) y el otro no (secundario). Cuando uno " +"primario se detiene, el secundario lo releva y proporciona el servicio en su " +"lugar. Aunque muchos de los elementos de este clúster son activo-pasivo, " +"también tendrá elementos activos en los dos que indican que el nodo pasivo " +"se encuentra \"en línea\", para que en caso de fallo del sistema en el " +"maestro, sea el nodo activo el que recoja esta información." + +#: ../../general/first_task/cluster_builder.php:59 +msgid "Create cluster" +msgstr "Crear clúster" + +#: ../../general/first_task/cluster_builder.php:64 +msgid "There are no defined clusters" +msgstr "No hay grupos definidos" + #: ../../general/first_task/custom_graphs.php:18 #, php-format msgid "" @@ -3099,10 +3099,7 @@ msgstr "Crear gráficas personalizadas" #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119 -#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176 -#: ../../mobile/operation/events.php:769 #: ../../mobile/operation/module_data.php:107 -#: ../../mobile/operation/modules.php:218 #: ../../mobile/operation/server_status.php:209 #: ../../mobile/operation/tactical.php:79 #: ../../mobile/operation/visualmaps.php:159 @@ -3110,7 +3107,9 @@ msgstr "Crear gráficas personalizadas" #: ../../mobile/operation/module_graph.php:256 #: ../../mobile/operation/visualmap.php:184 #: ../../mobile/operation/services.php:68 -#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285 +#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187 +#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769 +#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285 msgid "You don't have access to this page" msgstr "No tienes permiso para acceder a esta página" @@ -3152,16 +3151,15 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1603 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/class/SatelliteAgent.class.php:212 -#: ../../include/class/CalendarManager.class.php:1086 -#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/SnmpConsole.class.php:387 #: ../../include/class/AgentWizard.class.php:2785 +#: ../../include/class/CalendarManager.class.php:1086 +#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp.php:358 #: ../../include/functions_snmp_browser.php:1044 #: ../../include/functions_snmp_browser.php:1693 -#: ../../mobile/operation/agent.php:323 +#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323 #: ../../operation/agentes/estado_agente.php:377 #: ../../operation/agentes/agent_inventory.php:153 #: ../../operation/agentes/status_monitor.php:927 @@ -3743,9 +3741,9 @@ msgstr "Se ha enviado un email a su dirección de correo electrónico" #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3754,9 +3752,9 @@ msgstr "Se ha enviado un email a su dirección de correo electrónico" #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -4168,7 +4166,6 @@ msgstr "Editar mi usuario" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4177,6 +4174,7 @@ msgstr "Editar mi usuario" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4189,9 +4187,9 @@ msgstr "Editar mi usuario" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4230,20 +4228,20 @@ msgstr "Editar mi usuario" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4260,8 +4258,6 @@ msgstr "Editar mi usuario" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4297,20 +4293,20 @@ msgstr "Enviar" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4364,200 +4360,6 @@ msgstr "¿Está seguro de que desea borrar este tutorial?" msgid "Close wizard" msgstr "Cerrar asistente" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"No existe ningún mapa por defecto. Por favor, selecciona uno en la sección " -"de configuración." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"No hay datos de GIS para este agente, por lo que es colocado en posición por " -"defecto del mapa." - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"Cuando se cambia la posición de agente, el agente activa automáticamente la " -"opción \"Ignorar nuevos datos GIS\"" - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "Posición del agente" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "Latitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "Longitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "Altitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -msgid "Ignore new GIS data" -msgstr "Ignorar nuevos datos GIS" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "Sí" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "No" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "Actualizar" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "Error al añadir módulos" @@ -4591,12 +4393,11 @@ msgstr "Asignar" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4610,17 +4411,17 @@ msgstr "Nombre del módulo" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4638,10 +4439,10 @@ msgstr "Nombre del módulo" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4652,21 +4453,21 @@ msgstr "Nombre del módulo" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4681,11 +4482,11 @@ msgstr "Tipo" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4694,18 +4495,18 @@ msgstr "Tipo" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4743,9 +4544,9 @@ msgstr "Tipo" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4753,7 +4554,6 @@ msgstr "Tipo" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4762,6 +4562,7 @@ msgstr "Tipo" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4820,10 +4621,9 @@ msgstr "Descripción" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4838,9 +4638,9 @@ msgstr "Acción" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4857,11 +4657,11 @@ msgstr "Acción" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4888,10 +4688,10 @@ msgstr "Acción" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4902,28 +4702,28 @@ msgstr "Acción" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -4961,10 +4761,10 @@ msgstr "Eliminar" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -5013,9 +4813,9 @@ msgstr "Forzar clave primaria" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5116,10 +4916,10 @@ msgstr "No se encontró ningún mapa de red." #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5135,13 +4935,13 @@ msgstr "No se encontró ningún mapa de red." #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5157,27 +4957,29 @@ msgstr "No se encontró ningún mapa de red." #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5187,9 +4989,6 @@ msgstr "No se encontró ningún mapa de red." #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5303,8 +5102,8 @@ msgstr "Tipo de servidor" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5329,9 +5128,9 @@ msgstr "Tipo de servidor" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5352,22 +5151,21 @@ msgstr "Intervalo" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5376,9 +5174,12 @@ msgstr "Intervalo" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5393,19 +5194,22 @@ msgstr "Intervalo" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5422,12 +5226,6 @@ msgstr "Intervalo" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5476,24 +5274,23 @@ msgstr "Advertencia" #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5529,6 +5326,87 @@ msgstr "Eliminar campos para seleccionar" msgid "Fields selected" msgstr "Campos seleccionados" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "Actualizar" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5577,7 +5455,6 @@ msgstr "Campos seleccionados" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5589,12 +5466,6 @@ msgstr "Campos seleccionados" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5610,6 +5481,13 @@ msgstr "Campos seleccionados" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5645,15 +5523,17 @@ msgstr "Campos seleccionados" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5664,16 +5544,18 @@ msgstr "Campos seleccionados" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5681,10 +5563,6 @@ msgstr "Campos seleccionados" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5730,15 +5608,15 @@ msgstr "Campos seleccionados" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5799,8 +5677,8 @@ msgstr "Gestor de campos personalizados del agente" #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5882,16 +5760,16 @@ msgstr "" #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5916,9 +5794,9 @@ msgstr "Almacén de credenciales" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "Comunidad SNMP" @@ -5926,9 +5804,9 @@ msgstr "Comunidad SNMP" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "Versión SNMP" @@ -5978,9 +5856,9 @@ msgstr "La longitud de la contraseña debe ser mínimo de ocho caracteres." #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "Método de privacidad" @@ -6006,9 +5884,9 @@ msgstr "AES" #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Conexión privada" @@ -6023,9 +5901,9 @@ msgstr "Método de autentificación" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -6042,9 +5920,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Nivel de seguridad" @@ -6077,8 +5955,8 @@ msgstr "Método con autentificación y privacidad" #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6381,9 +6259,9 @@ msgstr "No se pudo borrar. Error al borrar los datos" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "Para" @@ -6419,9 +6297,9 @@ msgid "Execution type" msgstr "Tipo de ejecución" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6464,8 +6342,8 @@ msgstr "Cualquiera" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6479,13 +6357,13 @@ msgstr "Cualquiera" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6505,13 +6383,13 @@ msgstr "Cualquiera" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6550,13 +6428,12 @@ msgstr "Ejecución" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6593,11 +6470,11 @@ msgid "Copy" msgstr "Copiar" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6652,24 +6529,19 @@ msgstr "Agentes y módulos afectados" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6709,11 +6581,16 @@ msgstr "Agentes y módulos afectados" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6892,9 +6769,9 @@ msgstr "Error del módulo del inventario" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -7037,501 +6914,13 @@ msgid "Plugin server module" msgstr "Módulo del servidor de plugin" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "Plugin" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "ID personalizado" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "Icono de agente" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "Nombre del agente" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" -"El nombre del agente es un identificador único (que se genera " -"automáticamente el los agentes software). Si lo configura manualmente, " -"asegúrese de que no está duplicado. Aunque permite introducir espacios, no " -"es recomendable su uso en el nombre del agente, puede utilizarlos en el " -"alias del agente. El nombre del agente no se muestra en la interfaz, es un " -"nombre interno." - -#: ../../godmode/agentes/agent_manager.php:393 -msgid "Edit agent name" -msgstr "Editar nombre de agente" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "Alias" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" -"Esta será la etiqueta de texto que representará el agente en todo tipo de " -"pantallas e informes. Puede estar duplicado, contener espacios y caracteres " -"que no sean ASCII." - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "Usar el alias como nombre" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "Este agente puede ser configurado remotamente" - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "Dirección IP" - -#: ../../godmode/agentes/agent_manager.php:439 -msgid "Check unique IP" -msgstr "Comprobar IP única" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -msgid "Delete selected IPs" -msgstr "Eliminar direcciones IP seleccionadas" - -#: ../../godmode/agentes/agent_manager.php:478 -msgid "Fix IP address" -msgstr "Corregir dirección IP" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" -"Evite la actualización automática de la dirección IP cuando cambie la IP del " -"agente." - -#: ../../godmode/agentes/agent_manager.php:483 -msgid "IP Address list" -msgstr "Lista de direcciones IP" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "Grupo primario" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" -"Aunque un agente puede pertenecer a múltiples grupos, solo puede tener un " -"grupo padre." - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" -"El tiempo que transcurre al actualizar los datos en el agente. Los módulos " -"remotos tienen su propio intervalo, pero este tiempo se utiliza para " -"averiguar si un agente ya no responde (estado desconocido). Cuando " -"transcurre el doble de tiempo del intervalo definido, se considera que este " -"está en estado desconocido (o también si todos sus modelos remotos se " -"encuentran en estado desconocido). Un agente puede encontrarse en estado " -"desconocido si el último contacto de todos sus módulos locales (basados en " -"agentes software) es mayor del doble del intervalo del agente, incluso si " -"tiene módulos remotos actualizados." - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "SO" - -#: ../../godmode/agentes/agent_manager.php:607 -msgid "OS version" -msgstr "Versión del sistema operativo" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "Servidor" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "Servidor que ejecutará preferentemente las tareas remotas." - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" -"Configuración remota deshabilitada, actívela para habilitar las opciones " -"básicas de agente" - -#: ../../godmode/agentes/agent_manager.php:746 -msgid "Enable security hardening monitoring" -msgstr "Activar monitorización de hardening de seguridad" - -#: ../../godmode/agentes/agent_manager.php:759 -msgid "Enable log collection" -msgstr "Habilitar recolección de logs" - -#: ../../godmode/agentes/agent_manager.php:773 -msgid "Enable inventory" -msgstr "Activar inventario" - -#: ../../godmode/agentes/agent_manager.php:791 -msgid "Pandora RC connected with id " -msgstr "Pandora RC conectado con ID " - -#: ../../godmode/agentes/agent_manager.php:800 -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "Este agente no tiene ningún agente Pandora RC instalado, instale uno." - -#: ../../godmode/agentes/agent_manager.php:806 -msgid "Enable remote control" -msgstr "Habilitar control remoto" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "Solo disponible para agentes 774 o superiores" - -#: ../../godmode/agentes/agent_manager.php:823 -msgid "Remote config is enabled only in the Enteprise version" -msgstr "La configuración remota solo está habilitada en la versión Enterprise" - -#: ../../godmode/agentes/agent_manager.php:833 -msgid "Basic options" -msgstr "Opciones básicas" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "Grupos secundarios" - -#: ../../godmode/agentes/agent_manager.php:866 -msgid "Agent parent" -msgstr "Agente padre" - -#: ../../godmode/agentes/agent_manager.php:894 -msgid "Cascade protection modules" -msgstr "Módulos de protección en cascada" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "Modo de aprendizaje" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "Modo normal" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "Modo autodeshabilitado" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "Definición de módulos" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" -"Se pueden seleccionar tres modos de trabajo en la definición de módulos. " -"Módulo de aprendizaje: Módulo por defecto, si llega un XML con nuevos " -"módulos, se crearán automáticamente; es un comportamiento de aprendizaje. " -"Modo normal: si llega un XML con nuevos módulos, solamente se crearán si se " -"han declarado previamente en la Consola. Modo de autodeshabilitado: Es el " -"mismo que el modo de aprendizaje, pero si todos loa módulos entran en estado " -"desconocido, el agente se deshabitará hasta que se vuelva a recibir " -"información." - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "Servicios de protección en cascada" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" -"Para evitar una avalancha de alertas en cascada, puede elegir cualquier " -"módulo de agente (cualquiera) o un módulo específico. En el primer caso, " -"cuando haya al menos un módulo en crítico, dicho evento/alerta será lanzado, " -"pero ningún otro de cualquier otro módulo del mismo agente. En El Segundo " -"caso, cuando el módulo especificado se encuentre en crítico, el agente no " -"generará alertas/eventos." - -#: ../../godmode/agentes/agent_manager.php:958 -msgid "Update new GIS data" -msgstr "Actualizar nuevos datos GIS" - -#: ../../godmode/agentes/agent_manager.php:1034 -msgid "URL Address" -msgstr "Dirección URL" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "Modo deshabilitado" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" -"Un agente desactivado no genera actividad (o crea eventos/alertas) o procesa " -"datos o genera monitorización activamente. In muchos listados ni siquiera " -"aparece." - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" -"Un agente “muteado” continúa procesando datos de monitorización, pero no " -"genera eventos o alertas." - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "Borrar el archivo de configuración remota" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "Configuración remota" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "Modo seguro de operación" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" -"Cuando el módulo establecido en esta opción entra en estado crítico, los " -"otros módulos del agente se desactivan automáticamente. Dicha opción puede " -"ser muy útil para evitar el malgasto de recursos, particularmente en " -"comprobaciones remotas. Por ejemplo, si se elige un módulo Host alive, las " -"comprobaciones SNMP no se llevarán a cabo en el dispositivo con el que no " -"esté conectado." - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "Escaneado de vulnerabilidad" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "Deshabilitado" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "Habilitado" - -#: ../../godmode/agentes/agent_manager.php:1134 -msgid "Use global settings" -msgstr "Usar Configuraciones Globales" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "Ignore unknown" -msgstr "Ignorar desconocidos" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" -"Esto deshabita el cálculo del estado desconocido en el agente y en " -"cualquiera de sus módulos, por lo que nunca pasará a desconocido. El estado " -"mostrado es el último estado conocido." - -#: ../../godmode/agentes/agent_manager.php:1218 -msgid "Link text:" -msgstr "Texto del enlace:" - -#: ../../godmode/agentes/agent_manager.php:1229 -msgid "Link URL:" -msgstr "URL del enlace:" - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "Borrar agente" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -msgid "This agent belongs to the clusters" -msgstr "Este agente pertenece a los ilustres" - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -msgid "This action is not reversible. Are you sure?" -msgstr "Esta acción no es reversible. ¿Está seguro?" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "Un grupo secundario no puede ser también primario." - -#: ../../godmode/agentes/agent_manager.php:1554 -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "Esta dirección IP está en uso. ¿Está seguro de que desea guardarla?" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" -"El cambio del nombre interno del agente podría causar duplicidad y dar " -"errores" - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7577,6 +6966,25 @@ msgstr "" msgid "P" msgstr "P" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "Servidor" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 msgid "S" @@ -7634,6 +7042,35 @@ msgstr "Duplicar" msgid "Normalize" msgstr "Normalizar" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "Deshabilitado" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7680,699 +7117,6 @@ msgstr "" msgid "Delete module" msgstr "Eliminar módulo" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "Configuración manual" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "No se encontró ningún componente" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "Utilizar módulo de librería" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "Sin asignar" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -msgid "Warning threshold" -msgstr "Umbral de advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "Mín / Máx" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "Reducir / aumentar" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" -"Normal: Cualquier valor dentro del intervalo especificado cambiará el " -"estado. Intervalo inverso: Cualquier valor fuera del intervalo especificado " -"cambiará el estado. Porcentaje: Este modo toma en cuenta el porcentaje de " -"variación del módulo (comparado con su valor previo), y cambiará el estado " -"si cumple con los valores de aumento o reducción indicados. Un valor que " -"coincida con los umbrales de Advertencia y Crítico desencadenará el estado " -"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "Normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "Intervalo inverso" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -msgid "Percentage" -msgstr "Porcentaje" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "Str." - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -msgid "Change to critical status after" -msgstr "Cambiar al estado crítico después de" - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -msgid "intervals in warning status." -msgstr "intervalos en estado de advertencia." - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -msgid "Critical threshold" -msgstr "Umbral crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" -"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado." -"\\nIntervalo inverso: Cualquier valor fuera del intervalo especificado " -"cambiará el estado. Porcentaje: Este modo toma en cuenta el porcentaje de " -"variación del módulo (comparado con su valor previo), y cambiará el estado " -"si cumple con los valores de aumento o reducción indicados. Un valor que " -"coincida con los umbrales de Advertencia y Crítico desencadenará el estado " -"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "Histórico de datos" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" -"Si se encuentra desactivado, solamente guardará el último dato conocido, lo " -"que impedirá que muestre gráficas. Esto es útil para ahorrar espacio en la " -"base de datos. Debería encontrarse deshabitado solo en aquellos casos en los " -"que sea necesario que el sistema funcione con mayor fluidez y ahorre " -"recursos." - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" -"Esto deshabita el cálculo del estado del módulo en desconocido, por lo que " -"nunca pasará a desconocido. El estado mostrado es el último estado conocido." - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "Intervalo del agente x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "Por defecto" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -msgid "Identification and Categorization" -msgstr "Identificación y categorización" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "Categoría" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "Etiquetas disponibles" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "Añadir etiquetas al módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "Padre del módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "Etiquetas desde política" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "Instrucciones de desconocido" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "Instrucciones de crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "Instrucciones de advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -msgid "Execution interval" -msgstr "Intervalo de ejecución" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron desde" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron hasta" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "Thresholds and state changes" -msgstr "Umbrales y cambios de estado" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" -"Indica los valores mínimos y máximos que acepta el módulo. Cualquier valor " -"fuera de este intervalo será descartado. Por ejemplo, con un valor máximo de " -"100, un valor de datos de 200 no se guardará en la base de datos." - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "Valor mínimo" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "Valor máximo" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "Intervalo de rango dinámico" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" -"Si esta opción se encuentra activada, los umbrales del módulo se ajustarán " -"automáticamente en basa a la desviación media y estándar de sus valores en " -"el intervalo de tiempo especificado." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "Mín." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, no-php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" -"Permite ajustar el límite inferior del umbral dinámico, en porcentaje. Por " -"ejemplo, si el valor medio del módulo es 60 y el umbral inferior de estado " -"crítico se fijó en 80, un Umbral Dinámico Máximo a 10 fijaría el umbral en " -"88, un 10% por debajo de lo establecido." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "Máx." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" -"Permite ajustar el límite superior del umbral dinámico, en porcentaje. Por " -"ejemplo si el valor medio del módulo es 60 y el umbral superior del estado " -"crítico se encuentra en 80, un Máximo de Umbral Dinámico a 10 modificaría el " -"umbral a 88, un 10% más del valor establecido." - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "Two Tailed" -msgstr "Dos colas" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" -"Permite establecer un umbral menor además de un umbral superior por defecto. " -"Si se habilita, tanto los valores muy altos como muy bajos provocarán " -"cambios de estado." - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "Umbral FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" -"Indica el número de valores consecutivos en un umbral de deben recibirse " -"para que el módulo cambie de estado. Por ejemplo, con un valor de 0 (por " -"defecto) el módulo cambiará de estado en cuanto reciba datos dentro del " -"umbral crítico, pero con un valor de 2, el módulo debe recibir dos datos " -"críticos más (consecutivos) para cambiar a estado crítico. Es posible " -"establecer la misma “tolerancia” para todos los cambios de estado o elegir " -"un valor diferente para cada uno. Esta función es particularmente útil en " -"entornos inestables, porque impide recibir falsos positivos." - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "Todos los cambios de estado" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "Cada cambio de estado" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -msgid "Change all states" -msgstr "Cambiar todos los estados" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "A normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "A advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "A crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "Intervalo FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "FF tiempo de espera" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "Mantener los contadores" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -msgid "Data and their processing" -msgstr "Datos y su tratamiento" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "Unidad" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "Posprocesado" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" -"Permite cambiar la unidad de los datos recibidos. Para llevar esto a cabo, " -"multiplique los datos recibidos por el valor establecido en esta opción (por " -"ejemplo en Segundos *0.016666666667 = Minutos). Los datos se guardan ya " -"transformados en la base de datos, por lo que cambiar este parámetro cuando " -"el módulo contiene datos podría causar anomalías en los gráficos y otros " -"elementos." - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -msgid "MADE enabled" -msgstr "MADE habilitado" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" -"Al activar esta opción, los datos del módulo se procesarán a través del " -"motor MADE (si está activado), y los eventos se generarán automáticamente " -"mediante el motor de la IA" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -msgid "Notifications and alerts" -msgstr "Notificaciones y alertas" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "Servidor de exportación" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "No necesario" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "Descartar eventos desconocidos" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" -"Con este modo se detectará el estado desconocido, pero no generará eventos." - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" -"Un modulo silenciado seguirá recibiendo y almacenando datos, pero ya no " -"desencadenará alertas o generará eventos." - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "Servicios de protección en cascada" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "Tiempo de espera" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "Reintentos" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "Valor" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "Directo" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "Conmutación" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "Rel. tipo" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "Añadir relación" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "Cambios" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "Estado normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "Estado de advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "Estado crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "" -"Por favor, introduce un máximo de advertencia mayor que el mínimo de " -"advertencia" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "" -"Por favor introduce un máximo de crítico mayor que el mínimo de crítico" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -msgid "Please introduce a positive percentage value" -msgstr "Introduzca un valor porcentual positivo" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8547,13 +7291,13 @@ msgstr "No se ha podido crear" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8593,60 +7337,60 @@ msgstr "Tipo de periodicidad" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "Lun" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "Mar" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "Mié" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "Jue" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "Vie" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "Sáb" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "Dom" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 msgid "From day" msgstr "Desde el día" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "Hasta el día" @@ -8662,6 +7406,18 @@ msgstr "La hora de inicio debe ser previa a la hora de finalización" msgid "To hour" msgstr "Hasta la hora" +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron desde" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron hasta" + #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" msgstr "Configurar el tiempo" @@ -8700,6 +7456,32 @@ msgstr "Agentes planificados para esta parada" msgid "There are no agents" msgstr "No hay agentes" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "SO" + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "Todas las alertas" @@ -8804,15 +7586,15 @@ msgstr "Vista" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8893,6 +7675,16 @@ msgstr "Asistente de interfaces SNMP" msgid "WMI Wizard" msgstr "Asistente WMI" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "Configuración remota" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 msgid "Network config manager" @@ -9294,10 +8086,10 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "Alias del agente" @@ -9334,6 +8126,17 @@ msgstr "¿Esta seguro de que desea deshabilitar el cluster de agentes?" msgid "You are going to delete a cluster agent" msgstr "Va a eliminar un agente del cluster" +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +msgid "This agent belongs to the clusters" +msgstr "Este agente pertenece a los ilustres" + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "Borrar agente" + #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 #: ../../operation/agentes/estado_agente.php:1362 @@ -9353,6 +8156,1198 @@ msgstr "No hay ningún agente definido" msgid "Deploy agent" msgstr "Desplegar agente" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"No existe ningún mapa por defecto. Por favor, selecciona uno en la sección " +"de configuración." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"No hay datos de GIS para este agente, por lo que es colocado en posición por " +"defecto del mapa." + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Cuando se cambia la posición de agente, el agente activa automáticamente la " +"opción \"Ignorar nuevos datos GIS\"" + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "Posición del agente" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "Latitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "Longitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "Altitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +msgid "Ignore new GIS data" +msgstr "Ignorar nuevos datos GIS" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "Sí" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "No" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "ID personalizado" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "Icono de agente" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "Nombre del agente" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" +"El nombre del agente es un identificador único (que se genera " +"automáticamente el los agentes software). Si lo configura manualmente, " +"asegúrese de que no está duplicado. Aunque permite introducir espacios, no " +"es recomendable su uso en el nombre del agente, puede utilizarlos en el " +"alias del agente. El nombre del agente no se muestra en la interfaz, es un " +"nombre interno." + +#: ../../godmode/agentes/agent_manager.php:393 +msgid "Edit agent name" +msgstr "Editar nombre de agente" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "Alias" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" +"Esta será la etiqueta de texto que representará el agente en todo tipo de " +"pantallas e informes. Puede estar duplicado, contener espacios y caracteres " +"que no sean ASCII." + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "Usar el alias como nombre" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "Este agente puede ser configurado remotamente" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "Dirección IP" + +#: ../../godmode/agentes/agent_manager.php:439 +msgid "Check unique IP" +msgstr "Comprobar IP única" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +msgid "Delete selected IPs" +msgstr "Eliminar direcciones IP seleccionadas" + +#: ../../godmode/agentes/agent_manager.php:478 +msgid "Fix IP address" +msgstr "Corregir dirección IP" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "" +"Evite la actualización automática de la dirección IP cuando cambie la IP del " +"agente." + +#: ../../godmode/agentes/agent_manager.php:483 +msgid "IP Address list" +msgstr "Lista de direcciones IP" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "Grupo primario" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" +"Aunque un agente puede pertenecer a múltiples grupos, solo puede tener un " +"grupo padre." + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" +"El tiempo que transcurre al actualizar los datos en el agente. Los módulos " +"remotos tienen su propio intervalo, pero este tiempo se utiliza para " +"averiguar si un agente ya no responde (estado desconocido). Cuando " +"transcurre el doble de tiempo del intervalo definido, se considera que este " +"está en estado desconocido (o también si todos sus modelos remotos se " +"encuentran en estado desconocido). Un agente puede encontrarse en estado " +"desconocido si el último contacto de todos sus módulos locales (basados en " +"agentes software) es mayor del doble del intervalo del agente, incluso si " +"tiene módulos remotos actualizados." + +#: ../../godmode/agentes/agent_manager.php:607 +msgid "OS version" +msgstr "Versión del sistema operativo" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "Servidor que ejecutará preferentemente las tareas remotas." + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "" +"Configuración remota deshabilitada, actívela para habilitar las opciones " +"básicas de agente" + +#: ../../godmode/agentes/agent_manager.php:746 +msgid "Enable security hardening monitoring" +msgstr "Activar monitorización de hardening de seguridad" + +#: ../../godmode/agentes/agent_manager.php:759 +msgid "Enable log collection" +msgstr "Habilitar recolección de logs" + +#: ../../godmode/agentes/agent_manager.php:773 +msgid "Enable inventory" +msgstr "Activar inventario" + +#: ../../godmode/agentes/agent_manager.php:791 +msgid "Pandora RC connected with id " +msgstr "Pandora RC conectado con ID " + +#: ../../godmode/agentes/agent_manager.php:800 +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "Este agente no tiene ningún agente Pandora RC instalado, instale uno." + +#: ../../godmode/agentes/agent_manager.php:806 +msgid "Enable remote control" +msgstr "Habilitar control remoto" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "Solo disponible para agentes 774 o superiores" + +#: ../../godmode/agentes/agent_manager.php:823 +msgid "Remote config is enabled only in the Enteprise version" +msgstr "La configuración remota solo está habilitada en la versión Enterprise" + +#: ../../godmode/agentes/agent_manager.php:833 +msgid "Basic options" +msgstr "Opciones básicas" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "Grupos secundarios" + +#: ../../godmode/agentes/agent_manager.php:866 +msgid "Agent parent" +msgstr "Agente padre" + +#: ../../godmode/agentes/agent_manager.php:894 +msgid "Cascade protection modules" +msgstr "Módulos de protección en cascada" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "Modo de aprendizaje" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "Modo normal" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "Modo autodeshabilitado" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "Definición de módulos" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" +"Se pueden seleccionar tres modos de trabajo en la definición de módulos. " +"Módulo de aprendizaje: Módulo por defecto, si llega un XML con nuevos " +"módulos, se crearán automáticamente; es un comportamiento de aprendizaje. " +"Modo normal: si llega un XML con nuevos módulos, solamente se crearán si se " +"han declarado previamente en la Consola. Modo de autodeshabilitado: Es el " +"mismo que el modo de aprendizaje, pero si todos loa módulos entran en estado " +"desconocido, el agente se deshabitará hasta que se vuelva a recibir " +"información." + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "Servicios de protección en cascada" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" +"Para evitar una avalancha de alertas en cascada, puede elegir cualquier " +"módulo de agente (cualquiera) o un módulo específico. En el primer caso, " +"cuando haya al menos un módulo en crítico, dicho evento/alerta será lanzado, " +"pero ningún otro de cualquier otro módulo del mismo agente. En El Segundo " +"caso, cuando el módulo especificado se encuentre en crítico, el agente no " +"generará alertas/eventos." + +#: ../../godmode/agentes/agent_manager.php:958 +msgid "Update new GIS data" +msgstr "Actualizar nuevos datos GIS" + +#: ../../godmode/agentes/agent_manager.php:1034 +msgid "URL Address" +msgstr "Dirección URL" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "Modo deshabilitado" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" +"Un agente desactivado no genera actividad (o crea eventos/alertas) o procesa " +"datos o genera monitorización activamente. In muchos listados ni siquiera " +"aparece." + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" +"Un agente “muteado” continúa procesando datos de monitorización, pero no " +"genera eventos o alertas." + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "Borrar el archivo de configuración remota" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "Modo seguro de operación" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" +"Cuando el módulo establecido en esta opción entra en estado crítico, los " +"otros módulos del agente se desactivan automáticamente. Dicha opción puede " +"ser muy útil para evitar el malgasto de recursos, particularmente en " +"comprobaciones remotas. Por ejemplo, si se elige un módulo Host alive, las " +"comprobaciones SNMP no se llevarán a cabo en el dispositivo con el que no " +"esté conectado." + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "Escaneado de vulnerabilidad" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "Habilitado" + +#: ../../godmode/agentes/agent_manager.php:1134 +msgid "Use global settings" +msgstr "Usar Configuraciones Globales" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "Ignore unknown" +msgstr "Ignorar desconocidos" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" +"Esto deshabita el cálculo del estado desconocido en el agente y en " +"cualquiera de sus módulos, por lo que nunca pasará a desconocido. El estado " +"mostrado es el último estado conocido." + +#: ../../godmode/agentes/agent_manager.php:1218 +msgid "Link text:" +msgstr "Texto del enlace:" + +#: ../../godmode/agentes/agent_manager.php:1229 +msgid "Link URL:" +msgstr "URL del enlace:" + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +msgid "This action is not reversible. Are you sure?" +msgstr "Esta acción no es reversible. ¿Está seguro?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "Un grupo secundario no puede ser también primario." + +#: ../../godmode/agentes/agent_manager.php:1554 +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "Esta dirección IP está en uso. ¿Está seguro de que desea guardarla?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" +"El cambio del nombre interno del agente podría causar duplicidad y dar " +"errores" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "Configuración manual" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "No se encontró ningún componente" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "Utilizar módulo de librería" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "Sin asignar" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +msgid "Warning threshold" +msgstr "Umbral de advertencia" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "Mín / Máx" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "Reducir / aumentar" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal: Cualquier valor dentro del intervalo especificado cambiará el " +"estado. Intervalo inverso: Cualquier valor fuera del intervalo especificado " +"cambiará el estado. Porcentaje: Este modo toma en cuenta el porcentaje de " +"variación del módulo (comparado con su valor previo), y cambiará el estado " +"si cumple con los valores de aumento o reducción indicados. Un valor que " +"coincida con los umbrales de Advertencia y Crítico desencadenará el estado " +"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "Normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "Intervalo inverso" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +msgid "Percentage" +msgstr "Porcentaje" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "Str." + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +msgid "Change to critical status after" +msgstr "Cambiar al estado crítico después de" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +msgid "intervals in warning status." +msgstr "intervalos en estado de advertencia." + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +msgid "Critical threshold" +msgstr "Umbral crítico" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado." +"\\nIntervalo inverso: Cualquier valor fuera del intervalo especificado " +"cambiará el estado. Porcentaje: Este modo toma en cuenta el porcentaje de " +"variación del módulo (comparado con su valor previo), y cambiará el estado " +"si cumple con los valores de aumento o reducción indicados. Un valor que " +"coincida con los umbrales de Advertencia y Crítico desencadenará el estado " +"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "Histórico de datos" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" +"Si se encuentra desactivado, solamente guardará el último dato conocido, lo " +"que impedirá que muestre gráficas. Esto es útil para ahorrar espacio en la " +"base de datos. Debería encontrarse deshabitado solo en aquellos casos en los " +"que sea necesario que el sistema funcione con mayor fluidez y ahorre " +"recursos." + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" +"Esto deshabita el cálculo del estado del módulo en desconocido, por lo que " +"nunca pasará a desconocido. El estado mostrado es el último estado conocido." + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "Intervalo del agente x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "Por defecto" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +msgid "Identification and Categorization" +msgstr "Identificación y categorización" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "Categoría" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "Etiquetas disponibles" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "Añadir etiquetas al módulo" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "Padre del módulo" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "Etiquetas desde política" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "Instrucciones de desconocido" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "Instrucciones de crítico" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "Instrucciones de advertencia" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +msgid "Execution interval" +msgstr "Intervalo de ejecución" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "Thresholds and state changes" +msgstr "Umbrales y cambios de estado" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" +"Indica los valores mínimos y máximos que acepta el módulo. Cualquier valor " +"fuera de este intervalo será descartado. Por ejemplo, con un valor máximo de " +"100, un valor de datos de 200 no se guardará en la base de datos." + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "Valor mínimo" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "Valor máximo" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "Intervalo de rango dinámico" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" +"Si esta opción se encuentra activada, los umbrales del módulo se ajustarán " +"automáticamente en basa a la desviación media y estándar de sus valores en " +"el intervalo de tiempo especificado." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "Mín." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, fuzzy, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" +"Permite ajustar el límite inferior del umbral dinámico, en porcentaje. Por " +"ejemplo, si el valor medio del módulo es 60 y el umbral inferior de estado " +"crítico se fijó en 80, un Umbral Dinámico Máximo a 10 fijaría el umbral en " +"88, un 10% por debajo de lo establecido." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "Máx." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" +"Permite ajustar el límite superior del umbral dinámico, en porcentaje. Por " +"ejemplo si el valor medio del módulo es 60 y el umbral superior del estado " +"crítico se encuentra en 80, un Máximo de Umbral Dinámico a 10 modificaría el " +"umbral a 88, un 10% más del valor establecido." + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "Two Tailed" +msgstr "Dos colas" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" +"Permite establecer un umbral menor además de un umbral superior por defecto. " +"Si se habilita, tanto los valores muy altos como muy bajos provocarán " +"cambios de estado." + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "Umbral FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" +"Indica el número de valores consecutivos en un umbral de deben recibirse " +"para que el módulo cambie de estado. Por ejemplo, con un valor de 0 (por " +"defecto) el módulo cambiará de estado en cuanto reciba datos dentro del " +"umbral crítico, pero con un valor de 2, el módulo debe recibir dos datos " +"críticos más (consecutivos) para cambiar a estado crítico. Es posible " +"establecer la misma “tolerancia” para todos los cambios de estado o elegir " +"un valor diferente para cada uno. Esta función es particularmente útil en " +"entornos inestables, porque impide recibir falsos positivos." + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "Todos los cambios de estado" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "Cada cambio de estado" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +msgid "Change all states" +msgstr "Cambiar todos los estados" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "A normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "A advertencia" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "A crítico" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "Intervalo FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "FF tiempo de espera" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "Mantener los contadores" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +msgid "Data and their processing" +msgstr "Datos y su tratamiento" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "Unidad" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "Posprocesado" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" +"Permite cambiar la unidad de los datos recibidos. Para llevar esto a cabo, " +"multiplique los datos recibidos por el valor establecido en esta opción (por " +"ejemplo en Segundos *0.016666666667 = Minutos). Los datos se guardan ya " +"transformados en la base de datos, por lo que cambiar este parámetro cuando " +"el módulo contiene datos podría causar anomalías en los gráficos y otros " +"elementos." + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +msgid "MADE enabled" +msgstr "MADE habilitado" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" +"Al activar esta opción, los datos del módulo se procesarán a través del " +"motor MADE (si está activado), y los eventos se generarán automáticamente " +"mediante el motor de la IA" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +msgid "Notifications and alerts" +msgstr "Notificaciones y alertas" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "Servidor de exportación" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "No necesario" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "Descartar eventos desconocidos" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" +"Con este modo se detectará el estado desconocido, pero no generará eventos." + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" +"Un modulo silenciado seguirá recibiendo y almacenando datos, pero ya no " +"desencadenará alertas o generará eventos." + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "Servicios de protección en cascada" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "Tiempo de espera" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "Reintentos" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "Valor" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "Directo" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "Conmutación" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "Rel. tipo" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "Añadir relación" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "Cambios" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "Estado normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "Estado de advertencia" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "Estado crítico" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" +"Por favor, introduce un máximo de advertencia mayor que el mínimo de " +"advertencia" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" +"Por favor introduce un máximo de crítico mayor que el mínimo de crítico" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +msgid "Please introduce a positive percentage value" +msgstr "Introduzca un valor porcentual positivo" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "Configurar comando de alerta" @@ -9417,9 +9412,9 @@ msgstr "Crear comando" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "Umbral" @@ -9460,10 +9455,8 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9472,6 +9465,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "Atrás" @@ -9574,8 +9569,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "Avanzado" @@ -9638,9 +9633,8 @@ msgstr "Comandos de alertas no configurados" #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9747,11 +9741,10 @@ msgstr "Umbral de tiempo" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "De" @@ -9765,11 +9758,11 @@ msgstr "De" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "a" @@ -9891,10 +9884,10 @@ msgstr "Conmutar filtro(s)" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "Plantilla" @@ -9912,12 +9905,12 @@ msgstr "Operaciones" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Alerta disparada" @@ -9932,9 +9925,8 @@ msgstr "veces" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "Alerta desactivada" @@ -9943,9 +9935,9 @@ msgstr "Alerta desactivada" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "Alerta no disparada" @@ -10000,11 +9992,11 @@ msgstr "Número de alertas coincidentes con" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "Activar" @@ -10169,9 +10161,9 @@ msgstr "Número de alertas" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" msgstr "Mín" @@ -10181,9 +10173,9 @@ msgstr "Mín" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" msgstr "Máx" @@ -10338,7 +10330,7 @@ msgstr "Paso" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "General" @@ -10580,8 +10572,8 @@ msgstr "Detallado" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10599,54 +10591,12 @@ msgstr "Arrastre hacia afuera para eliminar" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "Alerta" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "Último valor" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "Crear acción" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "Crear plantilla" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "Tiene prioridad sobre la configuración del umbral de la acción." - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "Finalizar y ver cluster" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "Añadir alerta" - -#: ../../godmode/alerts/alert_list.builder.php:302 -msgid "Please select an item" -msgstr "Seleccione un artículo" - -#: ../../godmode/alerts/alert_list.builder.php:303 -msgid "Please select a template" -msgstr "Seleccione una plantilla" - -#: ../../godmode/alerts/alert_list.builder.php:304 -msgid "Please select an agent" -msgstr "Seleccione un agente" - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "Ya añadido" @@ -10708,6 +10658,47 @@ msgstr "Creador de alerta" msgid "Manage alerts" msgstr "Gestionar alertas" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "Último valor" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "Crear acción" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "Crear plantilla" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "Tiene prioridad sobre la configuración del umbral de la acción." + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "Finalizar y ver cluster" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "Añadir alerta" + +#: ../../godmode/alerts/alert_list.builder.php:302 +msgid "Please select an item" +msgstr "Seleccione un artículo" + +#: ../../godmode/alerts/alert_list.builder.php:303 +msgid "Please select a template" +msgstr "Seleccione una plantilla" + +#: ../../godmode/alerts/alert_list.builder.php:304 +msgid "Please select an agent" +msgstr "Seleccione un agente" + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10790,9 +10781,9 @@ msgid "Max. time before compact data" msgstr "Máx. días antes de comprimir datos" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "días" @@ -10809,8 +10800,8 @@ msgstr "Tamaño de estadísticas de la base de datos" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10818,7 +10809,7 @@ msgstr "Agentes totales" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "Total de eventos" @@ -10858,8 +10849,8 @@ msgstr "Última vez en mantenimiento de base de datos" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10903,8 +10894,8 @@ msgstr "La respuesta no se puede eliminar" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10930,13 +10921,12 @@ msgstr "Respuestas" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "Eventos" @@ -11008,18 +10998,18 @@ msgstr "Nombre del módulo" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -11121,11 +11111,11 @@ msgstr "ID personalizada de módulo" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "Datos personalizados" @@ -11159,12 +11149,11 @@ msgstr "No se ha podido actualizar. Error al actualizar los datos" #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "Nombre del filtro" @@ -11201,7 +11190,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11239,8 +11228,8 @@ msgstr "Búsqueda de agente" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11839,8 +11828,8 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11856,8 +11845,8 @@ msgstr "Vista de árbol de grupos" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -11993,9 +11982,9 @@ msgstr "Módulos totales" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -12012,8 +12001,8 @@ msgstr "Total" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12381,7 +12370,7 @@ msgstr "Nombre del perfil" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "Usuarios" @@ -12390,83 +12379,6 @@ msgstr "Usuarios" msgid "Show all groups" msgstr "Mostrar todos los grupos" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "Error al recuperar las macros de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "Error al recuperar las macros modificadas" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "Error al recuperar las macros del módulo de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "Error al recuperar los datos de las macros del módulo de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "Error al crear las nuevas macros" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "%d módulos actualizados" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "No hay plugins registrados" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "Dato de plugin no válido" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "Vaciar" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "Matriz de macros no válida" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "Valores múltiples" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "Matriz de agentes no válida" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "Elemento de agente no válido" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "Matriz de módulos no válida" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "Elemento de módulo no válido" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "Ningún módulo está usando este plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "Operaciones masivas" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "" -"Surgió un problema al cargar los datos de las macros del módulo de plugin" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "Alertas activadas" @@ -12566,216 +12478,6 @@ msgstr "" msgid "Successfully deleted (%s)" msgstr "Borrado correctamente (%s)" -#: ../../godmode/massive/massive_edit_users.php:153 -#, php-format -msgid "Users updated successfully (%s)" -msgstr "Usuarios actualizados correctamente (%s)" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, php-format -msgid "Users cannot be updated (%s)" -msgstr "Los usuarios no se pueden actualizar (%s)" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "Idioma" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "Sin cambios" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "Pantalla de inicio" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" -"El usuario puede personalizar la página de inicio. Mostrará \"Detalle de " -"agente\" por defecto. Ejemplo: seleccionar \"otro\" y escribir index.php?" -"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 para mostrar la " -"vista de detalle de agente" - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "Consola visual" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "Vista táctica" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "Detalle de alertas" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "Filtro de eventos" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "Actualización automática" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "Esto activará la actualización automática en las páginas seleccionadas" - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "Lista completa de páginas" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "" -"Añadir las páginas seleccionadas a la lista de actualización automática" - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "" -"Quitar las páginas seleccionadas de la lista de actualización automática" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "Lista de páginas con actualización automática" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "Tiempo de actualización automática" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" -"Intervalo de auto refresco de los elementos, 30 segundos por defecto, pero " -"debe habilitar primero el auto refresco." - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "Zona horaria" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "La zona horaria debe ser la del servidor asociado." - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "No se han cambiado los valores" @@ -12813,6 +12515,55 @@ msgstr "ID de agente: %s no se puede actualizar %s grupos secundarios (%s)" msgid "Cascade protection" msgstr "Protección en cascada" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "Sin cambios" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" msgstr "Añadir grupos secundarios" @@ -13030,6 +12781,244 @@ msgstr "Windows" msgid "Target OS" msgstr "SO objetivo" +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "Error al recuperar las macros de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "Error al recuperar las macros modificadas" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "Error al recuperar las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "Error al recuperar los datos de las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "Error al crear las nuevas macros" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "%d módulos actualizados" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "No hay plugins registrados" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "Dato de plugin no válido" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "Vaciar" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "Matriz de macros no válida" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "Valores múltiples" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "Matriz de agentes no válida" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "Elemento de agente no válido" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "Matriz de módulos no válida" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "Elemento de módulo no válido" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "Ningún módulo está usando este plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "Operaciones masivas" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "" +"Surgió un problema al cargar los datos de las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, php-format +msgid "Users updated successfully (%s)" +msgstr "Usuarios actualizados correctamente (%s)" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, php-format +msgid "Users cannot be updated (%s)" +msgstr "Los usuarios no se pueden actualizar (%s)" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "Idioma" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "Pantalla de inicio" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" +msgstr "" +"El usuario puede personalizar la página de inicio. Mostrará \"Detalle de " +"agente\" por defecto. Ejemplo: seleccionar \"otro\" y escribir index.php?" +"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 para mostrar la " +"vista de detalle de agente" + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "Consola visual" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "Vista táctica" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "Detalle de alertas" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "Filtro de eventos" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "Actualización automática" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "Esto activará la actualización automática en las páginas seleccionadas" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "Lista completa de páginas" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "" +"Añadir las páginas seleccionadas a la lista de actualización automática" + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "" +"Quitar las páginas seleccionadas de la lista de actualización automática" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "Lista de páginas con actualización automática" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "Tiempo de actualización automática" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Intervalo de auto refresco de los elementos, 30 segundos por defecto, pero " +"debe habilitar primero el auto refresco." + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "Zona horaria" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "La zona horaria debe ser la del servidor asociado." + #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" msgstr "Añadir alerta masiva" @@ -13322,51 +13311,6 @@ msgstr "" msgid "You can find more information at:" msgstr "Encontrará más información en:" -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Gestión de módulos" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Dejar en blanco para los módulos de inventario LOCALES" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -msgid "Separate fields with" -msgstr "Separar campos con" - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "Modo bloqueo" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -msgid "Script mode" -msgstr "Modo script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -msgid "Use inline code" -msgstr "Usar código en línea" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "Ruta del script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "Código" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Aquí se coloca el script para los módulos de inventario REMOTOS. Los módulos " -"de inventario locales no usan este campo" - #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" msgstr "Actualización de los componentes del grupo" @@ -13494,6 +13438,12 @@ msgstr "Escanear" msgid "Field value" msgstr "Calor de campo" +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "Gestión de módulos" + #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 #: ../../include/class/ModuleTemplates.class.php:199 @@ -13518,57 +13468,6 @@ msgstr "Esta plantilla no existe." msgid "There are no defined network profiles" msgstr "No hay ningún perfil de red definido" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "Módulo borrado del perfil correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "Error al borrar el módulo del perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "Módulo añadido correctamente al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "Error al añadir el módulo al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "Perfil de red actualizado correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "Error al actualizar el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "Perfil de red añadido correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "Error al añadir el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "No se puede crear una plantilla sin nombre" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "No existen módulos para este perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "Añadir módulos" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "Componentes" - #: ../../godmode/modules/module_list.php:45 msgid "Defined module types" msgstr "Tipos de módulos definidos" @@ -13688,6 +13587,45 @@ msgstr "Crear un componente WMI nuevo" msgid "Create a new wizard component" msgstr "Crear un nuevo componente de wizard" +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Dejar en blanco para los módulos de inventario LOCALES" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +msgid "Separate fields with" +msgstr "Separar campos con" + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "Modo bloqueo" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +msgid "Script mode" +msgstr "Modo script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +msgid "Use inline code" +msgstr "Usar código en línea" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "Ruta del script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "Código" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Aquí se coloca el script para los módulos de inventario REMOTOS. Los módulos " +"de inventario locales no usan este campo" + #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" msgstr "Opciones avanzadas rango dinámico" @@ -13709,6 +13647,57 @@ msgstr "Eliminar etiquetas del módulo" msgid "Tags selected" msgstr "Etiquetas seleccionadas" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Módulo borrado del perfil correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "Error al borrar el módulo del perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Módulo añadido correctamente al perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Error al añadir el módulo al perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "Perfil de red actualizado correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "Error al actualizar el perfil de red" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "Perfil de red añadido correctamente" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "Error al añadir el perfil de red" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "No se puede crear una plantilla sin nombre" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "No existen módulos para este perfil" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "Añadir módulos" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "Componentes" + #: ../../godmode/netflow/nf_edit.php:50 msgid "Manage Filters" msgstr "Gestionar filtros" @@ -13724,8 +13713,8 @@ msgstr "Añadir filtro" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -13868,7 +13857,7 @@ msgstr "Valor máximo de tráfico del filtro" #: ../../godmode/netflow/nf_edit_form.php:415 #: ../../operation/netflow/nf_live_view.php:445 -#, no-php-format +#, php-format msgid "" "Specifies the maximum rate (in bytes/sec) of traffic in the filter. It is " "then used to calculate the % of maximum traffic per IP." @@ -13878,7 +13867,7 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:421 #: ../../operation/netflow/nf_live_view.php:459 -#, no-php-format +#, php-format msgid "CRITICAL threshold for the maximum % of traffic for an IP." msgstr "Umbral CRÍTICO para el máximo % de tráfico para una IP." @@ -13892,7 +13881,7 @@ msgstr "" "CRÍTICO." #: ../../godmode/netflow/nf_edit_form.php:435 -#, no-php-format +#, php-format msgid "WARNING threshold for the maximum % of traffic for an IP." msgstr "Umbral de ADVERTENCIA para el máximo % de tráfico para una IP." @@ -14049,9 +14038,8 @@ msgstr "personalizado" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "1 hora" @@ -14071,7 +14059,7 @@ msgstr "%s horas" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1 día" @@ -14089,7 +14077,7 @@ msgstr "%s días" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1 semana" @@ -14104,7 +14092,7 @@ msgstr "15 días" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "1 mes" @@ -14180,7 +14168,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "Debe seleccionar primero un agente" @@ -14224,7 +14212,7 @@ msgstr "Gráfico de módulo simple" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "Gráfica personalizada" @@ -14233,12 +14221,12 @@ msgstr "Gráfica personalizada" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "Etiqueta" @@ -14325,9 +14313,9 @@ msgstr "Nombre o descripción" #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14518,6 +14506,8 @@ msgid "Scheduled" msgstr "Programado" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 msgid "Console" msgstr "Consola" @@ -15063,11 +15053,11 @@ msgstr "" "¿Estás seguro de que quieres añadir tantos elementos en la consola visual?" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "Cargando…" @@ -15263,8 +15253,13 @@ msgstr "Por favor, selecciona un módulo" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -msgid "Your report has been planned, and the system will email you a " -msgstr "Se ha planificado su informe, el sistema le enviará un email a " +#, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" +msgstr "" +"Se ha planificado su informe, el sistema le enviará un email a %s con el " +"informe tan pronto como esté terminado" #: ../../godmode/reporting/reporting_builder.php:194 #: ../../operation/reporting/reporting_viewer.php:94 @@ -15278,7 +15273,7 @@ msgstr "Ha ocurrido un error" #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15487,9 +15482,9 @@ msgstr "" "operativos." #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 msgid "End of life" msgstr "Tiempo de vida" @@ -15707,7 +15702,7 @@ msgstr "Servidor Target" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "Texto" @@ -15782,8 +15777,8 @@ msgid "Display" msgstr "Mostrar" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" msgstr "Media" @@ -15859,7 +15854,7 @@ msgstr "Comparación de tiempo (solapado)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "Máximo" @@ -15868,9 +15863,9 @@ msgstr "Máximo" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "Mínimo" @@ -15890,8 +15885,8 @@ msgstr "Media" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "Sumatorio" @@ -16062,20 +16057,20 @@ msgid "Event graphs" msgstr "Gráficos de eventos" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 -msgid "By agent " -msgstr "Por agente " +msgid "By agent" +msgstr "Por agente" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 -msgid "By user validator " -msgstr "Por validador de usuario " +msgid "By user validator" +msgstr "Por validador de usuario" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 -msgid "By criticity " -msgstr "Por prioridad " +msgid "By criticity" +msgstr "Por prioridad" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 -msgid "Validated vs unvalidated " -msgstr "Validado vs invalidado " +msgid "Validated vs unvalidated" +msgstr "Validado vs invalidado" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 msgid "Query History Database" @@ -16216,12 +16211,12 @@ msgid "Use uncompressed module data." msgstr "Utilizar datos de módulos descomprimidos." #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 msgid "Unassigned group" msgstr "Grupo no asignado" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 msgid "Unnasigned group" msgstr "Grupo no asignado" @@ -16376,23 +16371,23 @@ msgstr "Aprobado" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -17616,385 +17611,6 @@ msgstr "Borrado correctamente" msgid "Error deleting" msgstr "Error al borrar" -#: ../../godmode/setup/performance.php:185 -msgid "Pandora_db running in active database." -msgstr "Pandora_db en ejecución en la base de datos activa." - -#: ../../godmode/setup/performance.php:186 -#: ../../godmode/setup/performance.php:242 -msgid "Executed:" -msgstr "Ejectuado:" - -#: ../../godmode/setup/performance.php:192 -#: ../../godmode/setup/performance.php:247 -msgid "ago" -msgstr "hace" - -#: ../../godmode/setup/performance.php:241 -msgid "Pandora_db running in historical database." -msgstr "Pandora_db en ejecución en la base de datos histórica." - -#: ../../godmode/setup/performance.php:249 -msgid "Not executed" -msgstr "No ejecutado/a" - -#: ../../godmode/setup/performance.php:262 -#: ../../godmode/setup/performance.php:505 -msgid "Max. days before delete events" -msgstr "Nº max. de días antes de borrar eventos" - -#: ../../godmode/setup/performance.php:277 -#: ../../include/functions_config.php:880 -msgid "Max. days before delete traps" -msgstr "Nº max. de días antes de borrar traps SNMP" - -#: ../../godmode/setup/performance.php:292 -#: ../../include/functions_config.php:888 -msgid "Max. days before delete audit events" -msgstr "Nº max. de días antes de borrar eventos de auditoría interna" - -#: ../../godmode/setup/performance.php:307 -#: ../../godmode/setup/performance.php:517 -#: ../../include/functions_config.php:884 -msgid "Max. days before delete string data" -msgstr "Nº max. de días antes de borrar datos de tipo texto" - -#: ../../godmode/setup/performance.php:322 -#: ../../include/functions_config.php:892 -msgid "Max. days before delete GIS data" -msgstr "Nº max. de días antes de borrar información GIS" - -#: ../../godmode/setup/performance.php:337 -#: ../../godmode/setup/performance.php:469 -#: ../../include/functions_config.php:896 -msgid "Max. days before purge" -msgstr "Máx. días antes de purga de datos" - -#: ../../godmode/setup/performance.php:352 -#: ../../godmode/setup/performance.php:481 -#: ../../include/functions_config.php:908 -msgid "Max. days before compact data" -msgstr "Máx. días antes de comprimir datos" - -#: ../../godmode/setup/performance.php:367 -#: ../../include/functions_config.php:900 -msgid "Max. days before delete unknown modules" -msgstr "Máximo de días antes de borrar módulos desconocidos" - -#: ../../godmode/setup/performance.php:382 -#: ../../include/functions_config.php:904 -msgid "Max. days before delete not initialized modules" -msgstr "Máx. días antes de eliminar módulos no inicializados" - -#: ../../godmode/setup/performance.php:397 -msgid "Max. days before delete autodisabled agents" -msgstr "" -"Nº máximo de días antes de la eliminación de los agentes autodeshabilitados" - -#: ../../godmode/setup/performance.php:412 -#: ../../include/functions_config.php:956 -msgid "Retention period of past special days" -msgstr "Período de retención de días especiales pasados" - -#: ../../godmode/setup/performance.php:424 -#: ../../include/functions_config.php:960 -msgid "Max. macro data fields" -msgstr "Nº máx. de campos de macro de datos" - -#: ../../godmode/setup/performance.php:493 -#: ../../godmode/setup/performance.php:611 -#: ../../include/functions_config.php:924 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" - -#: ../../godmode/setup/performance.php:536 -#: ../../include/functions_config.php:974 -msgid "Max. days before delete old messages" -msgstr "Núm. máx. de días antes de borrar mensajes antiguos" - -#: ../../godmode/setup/performance.php:549 -#: ../../include/functions_config.php:965 -msgid "Max. days before delete inventory data" -msgstr "Nº de días máximo antes del borrado de datos de inventario" - -#: ../../godmode/setup/performance.php:562 -#: ../../include/functions_config.php:970 -msgid "Max. days before disabled agents are deleted" -msgstr "Días máximos antes de eliminar los agentes deshabilitados" - -#: ../../godmode/setup/performance.php:582 -msgid "Item limit for realtime reports" -msgstr "Límite del elemento para informes en tiempo real" - -#: ../../godmode/setup/performance.php:597 -#: ../../include/functions_config.php:920 -msgid "Limit of events per query" -msgstr "Límite de eventos por consulta" - -#: ../../godmode/setup/performance.php:625 -msgid "Last day" -msgstr "Último día" - -#: ../../godmode/setup/performance.php:626 -msgid "2 days" -msgstr "2 días" - -#: ../../godmode/setup/performance.php:627 -msgid "10 days" -msgstr "10 días" - -#: ../../godmode/setup/performance.php:628 -msgid "Last week" -msgstr "Última semana" - -#: ../../godmode/setup/performance.php:629 -msgid "2 weeks" -msgstr "2 semanas" - -#: ../../godmode/setup/performance.php:630 -msgid "Last month" -msgstr "Último mes" - -#: ../../godmode/setup/performance.php:633 -#: ../../include/functions_config.php:928 -msgid "Default hours for event view" -msgstr "Nº de horas predeterminado para la visualización de eventos" - -#: ../../godmode/setup/performance.php:648 -#: ../../include/functions_config.php:932 -msgid "Use realtime statistics" -msgstr "Usar estadísticas en tiempo real" - -#: ../../godmode/setup/performance.php:658 -#: ../../include/functions_config.php:936 -msgid "Batch statistics period (secs)" -msgstr "Período de las estadísticas programadas (seg.)" - -#: ../../godmode/setup/performance.php:681 -#: ../../include/functions_config.php:940 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. número de archivos recomendado para el directorio de adjuntos" - -#: ../../godmode/setup/performance.php:693 -#: ../../include/functions_config.php:944 -msgid "Delete not init modules" -msgstr "Borrar módulos no iniciados" - -#: ../../godmode/setup/performance.php:703 -msgid "Big Operation Step to purge old data" -msgstr "Gran operación para la purga de datos antiguos" - -#: ../../godmode/setup/performance.php:718 -#: ../../include/functions_config.php:952 -msgid "Small Operation Step to purge old data" -msgstr "Operación menor para la purga de datos antiguos" - -#: ../../godmode/setup/performance.php:733 -#: ../../include/functions_config.php:978 -msgid "Graph container - Max. Items" -msgstr "Contenedor de gráficas - Máx. elementos" - -#: ../../godmode/setup/performance.php:745 -msgid "Events response max. execution" -msgstr "Máx. tiempo de ejecución de respuesta de eventos" - -#: ../../godmode/setup/performance.php:757 -#: ../../include/functions_config.php:990 -msgid "Row limit in csv log" -msgstr "Límite de líneas en log CSV" - -#: ../../godmode/setup/performance.php:772 -msgid "SNMP walk binary" -msgstr "Binario walk SNMP" - -#: ../../godmode/setup/performance.php:784 -msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used " -"instead (by default snmpwalk, slower)." -msgstr "" -"El walk en bloque SNMP no puede solicitar V1 SNMP, esta opción se utilizará " -"en su lugar (por defecto snmpwalk, más lento)." - -#: ../../godmode/setup/performance.php:789 -msgid "SNMP walk binary (fallback)" -msgstr "Binario walk SNMP (alternativa)" - -#: ../../godmode/setup/performance.php:802 -#, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an " -"upgrade" -msgstr "" -"%s limpieza del sistema de caché web2image. Siempre se limpia después de " -"realizar una actualización" - -#: ../../godmode/setup/performance.php:809 -msgid "WMI binary" -msgstr "Binario WMI" - -#: ../../godmode/setup/performance.php:821 -msgid "" -"Before increasing this value, be aware that a large number can affect " -"performance in PDF generation. Set to 0 to disregard this limit." -msgstr "" -"Antes de aumentar este valor, tenga en cuenta que un valor alto puede " -"afectar al rendimiento en la generación de PDFs. Introduzca 0 para " -"desactivar este límite." - -#: ../../godmode/setup/performance.php:826 -#: ../../include/functions_config.php:986 -msgid "Rows limit for SQL report item PDF" -msgstr "Límite de líneas para el PDF de elementos del informe SQL" - -#: ../../godmode/setup/performance.php:864 -msgid "Database maintenance status" -msgstr "Estado de mantenimiento de la base de datos" - -#: ../../godmode/setup/performance.php:869 -msgid "Database maintenance options" -msgstr "Opciones de mantenimiento de la base de datos" - -#: ../../godmode/setup/performance.php:875 -msgid "Historical database maintenance options" -msgstr "Opciones de mantenimiento de la base de datos histórica" - -#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 -#: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 -msgid "Others" -msgstr "Otros" - -#: ../../godmode/setup/performance.php:886 -msgid "Agent SNMP Interface Wizard defaults" -msgstr "Valores predeterminados del Asistente de interfaz SNMP del agente" - -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "Progreso" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "Ver el resumen" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" -"Puede que necesite aumentar el valor del parámetro plugin_timeout en la " -"configuración de su servidor para actualizar los datos de los agentes" - -#: ../../godmode/setup/demo.php:331 -msgid "Agents interval" -msgstr "Intervalo de agentes" - -#: ../../godmode/setup/demo.php:336 -msgid "Generate historical data for all agents" -msgstr "Generar datos de histórico para todos los agentes" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "" -"Antigüedad en días de los datos de histórico para introducirlos en los datos " -"de agente" - -#: ../../godmode/setup/demo.php:363 -msgid "Create services" -msgstr "Crear servicios" - -#: ../../godmode/setup/demo.php:374 -msgid "Create network maps" -msgstr "Crear mapas de red" - -#: ../../godmode/setup/demo.php:384 -msgid "Create GIS maps" -msgstr "Crear mapas GIS" - -#: ../../godmode/setup/demo.php:404 -msgid "Create reports" -msgstr "Crear informes" - -#: ../../godmode/setup/demo.php:414 -msgid "Create visual consoles" -msgstr "Crear consolas visuales" - -#: ../../godmode/setup/demo.php:424 -msgid "Create dashboards" -msgstr "Crear paneles de control" - -#: ../../godmode/setup/demo.php:434 -msgid "Traps target IP" -msgstr "IP objetivo de trapo" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "Todos los trapos de demo se generan utilizando la versión 1" - -#: ../../godmode/setup/demo.php:450 -msgid "Traps community" -msgstr "Comunidad de traps" - -#: ../../godmode/setup/demo.php:466 -msgid "Tentacle target IP" -msgstr "IP objetivo de Tentacle" - -#: ../../godmode/setup/demo.php:482 -msgid "Tentacle port" -msgstr "Puerto de Tentacle" - -#: ../../godmode/setup/demo.php:498 -msgid "Tentacle extra options" -msgstr "Opciones extra de Tentacle" - -#: ../../godmode/setup/demo.php:515 -msgid "Configure demo data" -msgstr "Configurar datos de demo" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -msgid "Create demo data" -msgstr "Crear datos de demo" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "Servicios" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "Mapas de red" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "Mapas GIS" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "Consola visual" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "Dashboards" - -#: ../../godmode/setup/demo.php:598 -msgid "Active demo data summary" -msgstr "Activar resumen de datos de demo" - -#: ../../godmode/setup/demo.php:666 -msgid "Delete all demo data" -msgstr "Eliminar todos los datos de demo" - #: ../../godmode/setup/news.php:30 msgid "Site news management" msgstr "Gestionar noticias del sitio" @@ -18486,6 +18102,451 @@ msgstr "Colector de logs" msgid "Correct update the setup options" msgstr "Actualización correcta de las opciones de configuración" +#: ../../godmode/setup/setup_netflow.php:45 +msgid "" +"The Netflow data will be saved in the directory specified here, which will " +"be located in the path defined by the \"General Network path\" parameter " +"(this parameter is found in the General Settings)." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:76 +#: ../../include/functions_config.php:1643 +msgid "Netflow max lifetime" +msgstr "Tiempo máximo del Netflow" + +#: ../../godmode/setup/setup_netflow.php:87 +#: ../../include/functions_config.php:1647 +msgid "Netflow interval" +msgstr "Intervalo de Netflow" + +#: ../../godmode/setup/setup_netflow.php:87 +msgid "It is necessary to restart the server if the value is changed." +msgstr "Se necesitará reiniciar el servidor si se cambia el valor." + +#: ../../godmode/setup/setup_netflow.php:90 +msgid "10 min" +msgstr "10 min" + +#: ../../godmode/setup/setup_netflow.php:91 +msgid "30 min" +msgstr "30 min" + +#: ../../godmode/setup/setup_netflow.php:92 +msgid "60 min" +msgstr "60 min" + +#: ../../godmode/setup/setup_netflow.php:104 +#: ../../include/functions_config.php:1655 +msgid "Enable Sflow" +msgstr "Habilitar Sflow" + +#: ../../godmode/setup/setup_netflow.php:104 +msgid "" +"SFLow uses a different protocol and needs an alternative collector that must " +"be activated with this switch" +msgstr "" +"SFLow utiliza un protocolo diferente y precisa que un colector alternativo " +"esté activado con este switch" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "Gestor de archivos" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "Índice de %s" + +#: ../../godmode/setup/os.list.php:56 +#, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"Este nodo esta configurado con el modo centralizado. Toda la información de " +"las políticas está en modo lectura. Vaya a %s para administrarlo." + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "Progreso" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "Ver el resumen" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" +"Puede que necesite aumentar el valor del parámetro plugin_timeout en la " +"configuración de su servidor para actualizar los datos de los agentes" + +#: ../../godmode/setup/demo.php:331 +msgid "Agents interval" +msgstr "Intervalo de agentes" + +#: ../../godmode/setup/demo.php:336 +msgid "Generate historical data for all agents" +msgstr "Generar datos de histórico para todos los agentes" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "" +"Antigüedad en días de los datos de histórico para introducirlos en los datos " +"de agente" + +#: ../../godmode/setup/demo.php:363 +msgid "Create services" +msgstr "Crear servicios" + +#: ../../godmode/setup/demo.php:374 +msgid "Create network maps" +msgstr "Crear mapas de red" + +#: ../../godmode/setup/demo.php:384 +msgid "Create GIS maps" +msgstr "Crear mapas GIS" + +#: ../../godmode/setup/demo.php:404 +msgid "Create reports" +msgstr "Crear informes" + +#: ../../godmode/setup/demo.php:414 +msgid "Create visual consoles" +msgstr "Crear consolas visuales" + +#: ../../godmode/setup/demo.php:424 +msgid "Create dashboards" +msgstr "Crear paneles de control" + +#: ../../godmode/setup/demo.php:434 +msgid "Traps target IP" +msgstr "IP objetivo de trapo" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "Todos los trapos de demo se generan utilizando la versión 1" + +#: ../../godmode/setup/demo.php:450 +msgid "Traps community" +msgstr "Comunidad de traps" + +#: ../../godmode/setup/demo.php:466 +msgid "Tentacle target IP" +msgstr "IP objetivo de Tentacle" + +#: ../../godmode/setup/demo.php:482 +msgid "Tentacle port" +msgstr "Puerto de Tentacle" + +#: ../../godmode/setup/demo.php:498 +msgid "Tentacle extra options" +msgstr "Opciones extra de Tentacle" + +#: ../../godmode/setup/demo.php:515 +msgid "Configure demo data" +msgstr "Configurar datos de demo" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +msgid "Create demo data" +msgstr "Crear datos de demo" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "Servicios" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "Mapas de red" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "Mapas GIS" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "Consola visual" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "Dashboards" + +#: ../../godmode/setup/demo.php:598 +msgid "Active demo data summary" +msgstr "Activar resumen de datos de demo" + +#: ../../godmode/setup/demo.php:666 +msgid "Delete all demo data" +msgstr "Eliminar todos los datos de demo" + +#: ../../godmode/setup/performance.php:185 +msgid "Pandora_db running in active database." +msgstr "Pandora_db en ejecución en la base de datos activa." + +#: ../../godmode/setup/performance.php:186 +#: ../../godmode/setup/performance.php:242 +msgid "Executed:" +msgstr "Ejectuado:" + +#: ../../godmode/setup/performance.php:192 +#: ../../godmode/setup/performance.php:247 +msgid "ago" +msgstr "hace" + +#: ../../godmode/setup/performance.php:241 +msgid "Pandora_db running in historical database." +msgstr "Pandora_db en ejecución en la base de datos histórica." + +#: ../../godmode/setup/performance.php:249 +msgid "Not executed" +msgstr "No ejecutado/a" + +#: ../../godmode/setup/performance.php:262 +#: ../../godmode/setup/performance.php:505 +msgid "Max. days before delete events" +msgstr "Nº max. de días antes de borrar eventos" + +#: ../../godmode/setup/performance.php:277 +#: ../../include/functions_config.php:880 +msgid "Max. days before delete traps" +msgstr "Nº max. de días antes de borrar traps SNMP" + +#: ../../godmode/setup/performance.php:292 +#: ../../include/functions_config.php:888 +msgid "Max. days before delete audit events" +msgstr "Nº max. de días antes de borrar eventos de auditoría interna" + +#: ../../godmode/setup/performance.php:307 +#: ../../godmode/setup/performance.php:517 +#: ../../include/functions_config.php:884 +msgid "Max. days before delete string data" +msgstr "Nº max. de días antes de borrar datos de tipo texto" + +#: ../../godmode/setup/performance.php:322 +#: ../../include/functions_config.php:892 +msgid "Max. days before delete GIS data" +msgstr "Nº max. de días antes de borrar información GIS" + +#: ../../godmode/setup/performance.php:337 +#: ../../godmode/setup/performance.php:469 +#: ../../include/functions_config.php:896 +msgid "Max. days before purge" +msgstr "Máx. días antes de purga de datos" + +#: ../../godmode/setup/performance.php:352 +#: ../../godmode/setup/performance.php:481 +#: ../../include/functions_config.php:908 +msgid "Max. days before compact data" +msgstr "Máx. días antes de comprimir datos" + +#: ../../godmode/setup/performance.php:367 +#: ../../include/functions_config.php:900 +msgid "Max. days before delete unknown modules" +msgstr "Máximo de días antes de borrar módulos desconocidos" + +#: ../../godmode/setup/performance.php:382 +#: ../../include/functions_config.php:904 +msgid "Max. days before delete not initialized modules" +msgstr "Máx. días antes de eliminar módulos no inicializados" + +#: ../../godmode/setup/performance.php:397 +msgid "Max. days before delete autodisabled agents" +msgstr "" +"Nº máximo de días antes de la eliminación de los agentes autodeshabilitados" + +#: ../../godmode/setup/performance.php:412 +#: ../../include/functions_config.php:956 +msgid "Retention period of past special days" +msgstr "Período de retención de días especiales pasados" + +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:960 +msgid "Max. macro data fields" +msgstr "Nº máx. de campos de macro de datos" + +#: ../../godmode/setup/performance.php:493 +#: ../../godmode/setup/performance.php:611 +#: ../../include/functions_config.php:924 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" + +#: ../../godmode/setup/performance.php:536 +#: ../../include/functions_config.php:974 +msgid "Max. days before delete old messages" +msgstr "Núm. máx. de días antes de borrar mensajes antiguos" + +#: ../../godmode/setup/performance.php:549 +#: ../../include/functions_config.php:965 +msgid "Max. days before delete inventory data" +msgstr "Nº de días máximo antes del borrado de datos de inventario" + +#: ../../godmode/setup/performance.php:562 +#: ../../include/functions_config.php:970 +msgid "Max. days before disabled agents are deleted" +msgstr "Días máximos antes de eliminar los agentes deshabilitados" + +#: ../../godmode/setup/performance.php:582 +msgid "Item limit for realtime reports" +msgstr "Límite del elemento para informes en tiempo real" + +#: ../../godmode/setup/performance.php:597 +#: ../../include/functions_config.php:920 +msgid "Limit of events per query" +msgstr "Límite de eventos por consulta" + +#: ../../godmode/setup/performance.php:625 +msgid "Last day" +msgstr "Último día" + +#: ../../godmode/setup/performance.php:626 +msgid "2 days" +msgstr "2 días" + +#: ../../godmode/setup/performance.php:627 +msgid "10 days" +msgstr "10 días" + +#: ../../godmode/setup/performance.php:628 +msgid "Last week" +msgstr "Última semana" + +#: ../../godmode/setup/performance.php:629 +msgid "2 weeks" +msgstr "2 semanas" + +#: ../../godmode/setup/performance.php:630 +msgid "Last month" +msgstr "Último mes" + +#: ../../godmode/setup/performance.php:633 +#: ../../include/functions_config.php:928 +msgid "Default hours for event view" +msgstr "Nº de horas predeterminado para la visualización de eventos" + +#: ../../godmode/setup/performance.php:648 +#: ../../include/functions_config.php:932 +msgid "Use realtime statistics" +msgstr "Usar estadísticas en tiempo real" + +#: ../../godmode/setup/performance.php:658 +#: ../../include/functions_config.php:936 +msgid "Batch statistics period (secs)" +msgstr "Período de las estadísticas programadas (seg.)" + +#: ../../godmode/setup/performance.php:681 +#: ../../include/functions_config.php:940 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. número de archivos recomendado para el directorio de adjuntos" + +#: ../../godmode/setup/performance.php:693 +#: ../../include/functions_config.php:944 +msgid "Delete not init modules" +msgstr "Borrar módulos no iniciados" + +#: ../../godmode/setup/performance.php:703 +msgid "Big Operation Step to purge old data" +msgstr "Gran operación para la purga de datos antiguos" + +#: ../../godmode/setup/performance.php:718 +#: ../../include/functions_config.php:952 +msgid "Small Operation Step to purge old data" +msgstr "Operación menor para la purga de datos antiguos" + +#: ../../godmode/setup/performance.php:733 +#: ../../include/functions_config.php:978 +msgid "Graph container - Max. Items" +msgstr "Contenedor de gráficas - Máx. elementos" + +#: ../../godmode/setup/performance.php:745 +msgid "Events response max. execution" +msgstr "Máx. tiempo de ejecución de respuesta de eventos" + +#: ../../godmode/setup/performance.php:757 +#: ../../include/functions_config.php:990 +msgid "Row limit in csv log" +msgstr "Límite de líneas en log CSV" + +#: ../../godmode/setup/performance.php:772 +msgid "SNMP walk binary" +msgstr "Binario walk SNMP" + +#: ../../godmode/setup/performance.php:784 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"El walk en bloque SNMP no puede solicitar V1 SNMP, esta opción se utilizará " +"en su lugar (por defecto snmpwalk, más lento)." + +#: ../../godmode/setup/performance.php:789 +msgid "SNMP walk binary (fallback)" +msgstr "Binario walk SNMP (alternativa)" + +#: ../../godmode/setup/performance.php:802 +#, php-format +msgid "" +"%s web2image cache system cleanup. It is always cleaned up after perform an " +"upgrade" +msgstr "" +"%s limpieza del sistema de caché web2image. Siempre se limpia después de " +"realizar una actualización" + +#: ../../godmode/setup/performance.php:809 +msgid "WMI binary" +msgstr "Binario WMI" + +#: ../../godmode/setup/performance.php:821 +msgid "" +"Before increasing this value, be aware that a large number can affect " +"performance in PDF generation. Set to 0 to disregard this limit." +msgstr "" +"Antes de aumentar este valor, tenga en cuenta que un valor alto puede " +"afectar al rendimiento en la generación de PDFs. Introduzca 0 para " +"desactivar este límite." + +#: ../../godmode/setup/performance.php:826 +#: ../../include/functions_config.php:986 +msgid "Rows limit for SQL report item PDF" +msgstr "Límite de líneas para el PDF de elementos del informe SQL" + +#: ../../godmode/setup/performance.php:864 +msgid "Database maintenance status" +msgstr "Estado de mantenimiento de la base de datos" + +#: ../../godmode/setup/performance.php:869 +msgid "Database maintenance options" +msgstr "Opciones de mantenimiento de la base de datos" + +#: ../../godmode/setup/performance.php:875 +msgid "Historical database maintenance options" +msgstr "Opciones de mantenimiento de la base de datos histórica" + +#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 +#: ../../include/functions_netflow.php:2342 +#: ../../include/functions_reporting.php:4444 +msgid "Others" +msgstr "Otros" + +#: ../../godmode/setup/performance.php:886 +msgid "Agent SNMP Interface Wizard defaults" +msgstr "Valores predeterminados del Asistente de interfaz SNMP del agente" + #: ../../godmode/setup/setup_ITSM.php:89 #, php-format msgid "ITSM API is not reachable, %s" @@ -18566,9 +18627,9 @@ msgstr "Progreso de los agentes que deben sincronizarse" #: ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/ITSM/ITSM.php:513 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 #: ../../include/functions_reporting_html.php:947 #: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 #: ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../views/ITSM/ITSMTicketListView.php:78 msgid "Title" @@ -18598,895 +18659,169 @@ msgstr "Valores por defecto de respuesta de evento personalizados" msgid "Update and continue" msgstr "Actualizar y continuar" -#: ../../godmode/setup/setup_netflow.php:45 +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "Alternativa si falla la autentificación" + +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "Crear usuarios remotos automáticamente" + +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "Servidor LDAP" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "Puerto LDAP" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "Versión LDAP" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "DN base" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "Atributo de acceso" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "Inicio de sesión de administrador LDAP" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "Contraseña de administrador LDAP" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "Tiempo de espera de búsqueda LDAP (segundos)" + +#: ../../godmode/setup/setup_auth.php:241 +msgid "Enable secondary LDAP" +msgstr "Habilitar LDAP secundario" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +msgid "Secondary LDAP server" +msgstr "Servidor LDAP secundario" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +msgid "Secondary LDAP port" +msgstr "Puerto LDAP secundario" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +msgid "Secondary LDAP version" +msgstr "Versión LDAP secundaria" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +msgid "Secondary start TLS" +msgstr "TLS de inicio secundario" + +#: ../../godmode/setup/setup_auth.php:323 +msgid "Secondary Base DN" +msgstr "DN base secundaria" + +#: ../../godmode/setup/setup_auth.php:336 +msgid "Secondary Login attribute" +msgstr "Atributo de inicio de sesión secundario" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +msgid "Admin secondary LDAP login" +msgstr "Inicio de sesión LDAP secundario del administrador" + +#: ../../godmode/setup/setup_auth.php:362 +msgid "Admin secondary LDAP password" +msgstr "Contraseña LDAP secundaria del administrador" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "Doble autentificación" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "Forzar 2FA para todos los usuarios está habilitado" + +#: ../../godmode/setup/setup_auth.php:439 +msgid "Check activity" +msgstr "Comprobar actividad" + +#: ../../godmode/setup/setup_auth.php:440 +msgid "Ignore activity" +msgstr "Ignorar actividad" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "Control de expiración de la sesión" + +#: ../../godmode/setup/setup_auth.php:443 msgid "" -"The Netflow data will be saved in the directory specified here, which will " -"be located in the path defined by the \"General Network path\" parameter " -"(this parameter is found in the General Settings)." +"Select 'ignore activity' to ignore user activity when checking the session." msgstr "" - -#: ../../godmode/setup/setup_netflow.php:76 -#: ../../include/functions_config.php:1643 -msgid "Netflow max lifetime" -msgstr "Tiempo máximo del Netflow" - -#: ../../godmode/setup/setup_netflow.php:87 -#: ../../include/functions_config.php:1647 -msgid "Netflow interval" -msgstr "Intervalo de Netflow" - -#: ../../godmode/setup/setup_netflow.php:87 -msgid "It is necessary to restart the server if the value is changed." -msgstr "Se necesitará reiniciar el servidor si se cambia el valor." - -#: ../../godmode/setup/setup_netflow.php:90 -msgid "10 min" -msgstr "10 min" - -#: ../../godmode/setup/setup_netflow.php:91 -msgid "30 min" -msgstr "30 min" - -#: ../../godmode/setup/setup_netflow.php:92 -msgid "60 min" -msgstr "60 min" - -#: ../../godmode/setup/setup_netflow.php:104 -#: ../../include/functions_config.php:1655 -msgid "Enable Sflow" -msgstr "Habilitar Sflow" - -#: ../../godmode/setup/setup_netflow.php:104 -msgid "" -"SFLow uses a different protocol and needs an alternative collector that must " -"be activated with this switch" -msgstr "" -"SFLow utiliza un protocolo diferente y precisa que un colector alternativo " -"esté activado con este switch" - -#: ../../godmode/setup/setup_visuals.php:73 -msgid "Legacy visual console Information" -msgstr "Información de la consola visual heredada" - -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Visual console in legacy mode will no longer be supported as of LTS 772" -msgstr "" -"A partir de la versión LTS 772 Pandora FMS no soportará la consola visual en " -"modo Legacy" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "Click to display lateral menus" -msgstr "Haz clic para mostrar el menú lateral" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "" -"When the side menu is collapsed, it allows you to define whether it is " -"displayed by hovering the mouse over it or you need to click to display it." -msgstr "" -"Cuando el menú lateral se encuentra oculto, le permite definir si se muestra " -"al colocar el ratón sobre este o si necesita hacer click para visualizarlo." - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Paginated module view" -msgstr "Vista del módulo paginada" - -#: ../../godmode/setup/setup_visuals.php:133 -#: ../../include/functions_config.php:1396 -msgid "Display data of proc modules in other format" -msgstr "Mostrar los datos de los módulos proc en otro formato" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "" -"It allows to define the message that appears when you hover over a color box " -"that shows the status of an agent or a module. If you want to change what " -"the default color box looks like, choose another form of visual " -"representation in the \"Status icon set\" option." -msgstr "" -"Le permite definir el mensaje que aparecerá cuando coloca el ratón sobre un " -"recuadro de color que muestra el estado de un agente o un módulo. Si desea " -"cambiar la apariencia del recuadro de color, elija otra forma de " -"representarlo visualmente en la opción de “Icono de estado establecido." - -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../include/functions_config.php:1400 -msgid "Display text proc modules have state is ok" -msgstr "Texto mostrado cuando el estado del módulo proc es OK" - -#: ../../godmode/setup/setup_visuals.php:148 -#: ../../include/functions_config.php:1404 -msgid "Display text when proc modules have state critical" -msgstr "Texto mostrado cuando el estado del módulo proc es Crítico" - -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../include/functions_config.php:1413 -msgid "Service label font size" -msgstr "Tamaño de fuente para el mapa de servicios" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Space between items in Service maps" -msgstr "Espacio entre nodos para el mapa de servicios" - -#: ../../godmode/setup/setup_visuals.php:167 -msgid "Show both (tabs and menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:168 -msgid "Show only icons" -msgstr "Mostrar solo iconos" - -#: ../../godmode/setup/setup_visuals.php:169 -msgid "Show only menu" -msgstr "Mostrar solo menú" - -#: ../../godmode/setup/setup_visuals.php:171 -#: ../../include/functions_config.php:1448 -msgid "Tabs menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:261 -msgid "Colors" -msgstr "Colores" - -#: ../../godmode/setup/setup_visuals.php:262 -msgid "Faces" -msgstr "Caras" - -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Colors and text" -msgstr "Colores y texto" - -#: ../../godmode/setup/setup_visuals.php:365 -#: ../../include/functions_config.php:1084 -msgid "Style template" -msgstr "Plantilla de estilo" - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:1104 -msgid "Status icon set" -msgstr "Icono de estado en" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"It changes the appearance of the agent or module status icon. Useful for " -"people with problems when discriminating colors, you may overlay a text in " -"the box or add an emoji (that icon can be replaced by a custom one, " -"replacing the files on disk)." -msgstr "" -"Modifica la apariencia del icono de estado de agente o módulo. Es útil para " -"personas daltónicas. Podrá superponer texto sobre el recuadro o añadir un " -"emoticono (el icono puede reemplazarse por uno personalizado si se " -"sustituyen los archivos en el disco)." - -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../include/functions_config.php:1116 -msgid "Custom favicon" -msgstr "Personalizar favicon" - -#: ../../godmode/setup/setup_visuals.php:450 -msgid "Custom background login" -msgstr "Fondo personalizado del inicio de sesión" - -#: ../../godmode/setup/setup_visuals.php:486 -msgid "Custom logo (menu)" -msgstr "Logo personalizado (menu)" - -#: ../../godmode/setup/setup_visuals.php:511 -msgid "Custom logo collapsed (menu)" -msgstr "Icono menú reducido" - -#: ../../godmode/setup/setup_visuals.php:537 -msgid "Custom logo (header white background)" -msgstr "Logo personalizado (fondo blanco de cabecera)" - -#: ../../godmode/setup/setup_visuals.php:562 -msgid "Custom logo (login)" -msgstr "Logo personalizado (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:590 -msgid "Custom Splash (login)" -msgstr "Splash personalizado (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../include/functions_config.php:1140 -msgid "Custom documentation logo" -msgstr "Logo de documentación personalizado" - -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../include/functions_config.php:1144 -msgid "Custom support logo" -msgstr "Logo de soporte personalizado" - -#: ../../godmode/setup/setup_visuals.php:706 -#: ../../include/functions_config.php:1148 -#: ../../include/functions_config.php:1152 -msgid "Custom networkmap center logo" -msgstr "Logo central del mapa de red personalizado" - -#: ../../godmode/setup/setup_visuals.php:746 -msgid "Custom mobile console icon" -msgstr "Icono de la consola móvil personalizada" - -#: ../../godmode/setup/setup_visuals.php:795 -msgid "Datepicker first day of week" -msgstr "Selector de fecha del primer día de la semana" - -#: ../../godmode/setup/setup_visuals.php:813 -msgid "Title (header)" -msgstr "Título (encabezado)" - -#: ../../godmode/setup/setup_visuals.php:819 -msgid "Subtitle (header)" -msgstr "Subtítulo (encabezado)" - -#: ../../godmode/setup/setup_visuals.php:827 -msgid "Title 1 (login)" -msgstr "Título 1 (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:832 -msgid "Title 2 (login)" -msgstr "Título 2 (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:838 -msgid "Docs URL (login)" -msgstr "URL de documentos (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Support URL (login)" -msgstr "URL soporte (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:849 -#: ../../include/functions_config.php:1196 -msgid "Product name" -msgstr "Nombre del producto" - -#: ../../godmode/setup/setup_visuals.php:854 -#: ../../include/functions_config.php:1200 -msgid "Copyright notice" -msgstr "Aviso de copyright" - -#: ../../godmode/setup/setup_visuals.php:860 -#: ../../include/functions_config.php:1204 -#: ../../include/functions_config.php:1208 -msgid "Background opacity % (login)" -msgstr "% de opacidad de fondo (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:865 -msgid "Disable logo in graphs" -msgstr "Deshabilitar el logo en los gráficos" - -#: ../../godmode/setup/setup_visuals.php:883 -msgid "Disable helps" -msgstr "Deshabilitar ayudas" - -#: ../../godmode/setup/setup_visuals.php:893 -#: ../../include/functions_config.php:1352 -msgid "Fixed header" -msgstr "Cabecera fija" - -#: ../../godmode/setup/setup_visuals.php:905 -msgid "Automatically hide submenu" -msgstr "Ocultar submenú automáticamente" - -#: ../../godmode/setup/setup_visuals.php:915 -msgid "Visual effects and animation" -msgstr "Efectos visuales y animación" - -#: ../../godmode/setup/setup_visuals.php:926 -msgid "Random background (login)" -msgstr "Fondo aleatorio (inicio de sesión)" - -#: ../../godmode/setup/setup_visuals.php:952 -#: ../../include/functions_config.php:1316 -msgid "GIS Labels" -msgstr "Etiquetas GIS" - -#: ../../godmode/setup/setup_visuals.php:962 -#: ../../include/functions_config.php:1324 -msgid "Default icon in GIS" -msgstr "Icono GIS por defecto" - -#: ../../godmode/setup/setup_visuals.php:971 -msgid "Agent icon group" -msgstr "Grupo de iconos de agente" - -#: ../../godmode/setup/setup_visuals.php:1021 -msgid "Graphs font size" -msgstr "Tamaño de fuente de las gráficas" - -#: ../../godmode/setup/setup_visuals.php:1040 -msgid "Show unit along with value in reports" -msgstr "Mostrar la unidad junto con el valor en los informes" - -#: ../../godmode/setup/setup_visuals.php:1051 -#: ../../include/functions_config.php:1284 -msgid "Truncate agent text at end" -msgstr "Truncar texto del agente al final" - -#: ../../godmode/setup/setup_visuals.php:1061 -#: ../../include/functions_config.php:1296 -msgid "Truncate module text at end" -msgstr "Truncar texto del módulo al final" - -#: ../../godmode/setup/setup_visuals.php:1072 -#: ../../include/functions_config.php:1288 -#: ../../include/functions_config.php:1292 -msgid "Agent size text" -msgstr "Tamaño del texto del agente" - -#: ../../godmode/setup/setup_visuals.php:1072 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the " -"text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" -"En las listas o secciones en los que se muestre el nombre del agente, el " -"nombre se acortará si su extensión es mayor que el número aquí indicado. Si " -"el texto ocupa un espacio pequeño, puede tener una extensión máxima y si se " -"encuentra en una sección de mayor tamaño, puede tener otras dimensiones." - -#: ../../godmode/setup/setup_visuals.php:1079 -#: ../../godmode/setup/setup_visuals.php:1101 -msgid "Small" -msgstr "Pequeño" - -#: ../../godmode/setup/setup_visuals.php:1094 -#: ../../include/functions_config.php:1300 -msgid "Module size text" -msgstr "Tamaño del nombre del módulo" - -#: ../../godmode/setup/setup_visuals.php:1094 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If " -"the text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" -"En las listas o secciones en los que se muestre el nombre del agente, el " -"nombre se acortará si su extensión es mayor que el número aquí indicado. Si " -"el texto ocupa un espacio pequeño, puede tener una extensión máxima y si se " -"encuentra en una sección de mayor tamaño, puede tener otras dimensiones." - -#: ../../godmode/setup/setup_visuals.php:1118 -#: ../../include/functions_config.php:1304 -#: ../../include/functions_config.php:1308 -msgid "Description size text" -msgstr "Tamaño del texto de la descripción" - -#: ../../godmode/setup/setup_visuals.php:1129 -#: ../../include/functions_config.php:1312 -msgid "Item title size text" -msgstr "Tamaño del texto de los títulos de elementos" - -#: ../../godmode/setup/setup_visuals.php:1158 -msgid "On Boolean graphs" -msgstr "En gráficos booleanos" - -#: ../../godmode/setup/setup_visuals.php:1161 -msgid "Show only average by default" -msgstr "Mostrar solo la media por defecto" - -#: ../../godmode/setup/setup_visuals.php:1162 -msgid "Show MAX/AVG/MIN by default" -msgstr "Mostrar MÁX/MEDIA/MÍN por defecto" - -#: ../../godmode/setup/setup_visuals.php:1181 -msgid "Graph color #" -msgstr "Color del gráfico #" - -#: ../../godmode/setup/setup_visuals.php:1195 -msgid "" -"Number of decimals to display in reports and visual consoles. It must be " -"between 0 and 5." -msgstr "" -"Número de decimales a mostrar en los informes y consolas visuales. Debe " -"encontrarse entre el 0 y el 5." - -#: ../../godmode/setup/setup_visuals.php:1200 -msgid "Data precision" -msgstr "Precisión de datos" - -#: ../../godmode/setup/setup_visuals.php:1218 -msgid "Data precision in graphs" -msgstr "Precisión de datos en los gráficos" - -#: ../../godmode/setup/setup_visuals.php:1237 -#: ../../include/functions_config.php:1071 -msgid "Value to interface graphics" -msgstr "Valor para la interfaz gráfica" - -#: ../../godmode/setup/setup_visuals.php:1237 -msgid "Name of the drives for network interface graphics (SNMP)." -msgstr "" -"Nombre de los dispositivos para los gráficos de interfaz de red (SNMP)." - -#: ../../godmode/setup/setup_visuals.php:1249 -#: ../../include/functions_config.php:1380 -msgid "Default line thickness for the Custom Graph." -msgstr "Espesor de la línea predeterminada para el gráfico personalizado." - -#: ../../godmode/setup/setup_visuals.php:1262 -msgid "Number of elements in Custom Graph" -msgstr "Número de elementos en gráfica personalizada" - -#: ../../godmode/setup/setup_visuals.php:1276 -#: ../../include/functions_config.php:1092 -msgid "Use round corners" -msgstr "Usar bordes redondeados" - -#: ../../godmode/setup/setup_visuals.php:1287 -#: ../../include/functions_config.php:1096 -msgid "Chart fit to content" -msgstr "Tabla adaptada al contenido" - -#: ../../godmode/setup/setup_visuals.php:1287 -msgid "" -"There are graphs whose values are percentages and the top of the graph " -"exceeds the maximum value one hundred, you may configure the graphs to stop " -"adding a proportional upper margin by activating this option." -msgstr "" -"Existen gráficos cuyos valores son porcentajes y la parte superior del " -"gráfico sobrepasa el valor máximo de cien, puede configurar los gráficos " -"para que dejen de añadir un margen proporcional superior al activar esta " -"opción." - -#: ../../godmode/setup/setup_visuals.php:1297 -msgid "Type of module charts" -msgstr "Tipo de gráficos de módulos" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "Graph TIP view" -msgstr "Visor de gráfico TIP" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/" -"CPU time, but they allow to \"zoom\" interactively and show all the data, " -"without compacting the information in fewer points. By default (off), TIPs " -"can be seen, but manually, if this mode is selected in each graph, but you " -"may also define that they always come out as TIP or also define that this is " -"so, but only for those of Boolean data." -msgstr "" -"Las gráficas TIP muestran la resolución de datos completa, conllevan un " -"mayor tiempo de CPU/base de datos, pero permiten ampliar de forma " -"interactiva y mostrar todos los datos sin compactar la información en menos " -"puntos. Por defecto (off), los TIPs se pueden visualizar, pero de forma " -"manual, si este modo se encuentra seleccionado en cada gráfico, pero también " -"puede definir que siempre se muestren como TIP o también definir que se así " -"pero solo en el caso de datos boleados." - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "Graph mode" -msgstr "Modo de gráfico" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "" -"It displays the default graphs with three overlapping data series (Maximum, " -"Average, and Minimum) or with only one data series (Average)." -msgstr "" -"Muestra las gráficas por defecto con series de datos que se superponen " -"(Máximo, Media y Mínimo) o con solo una serie de datos (Media)." - -#: ../../godmode/setup/setup_visuals.php:1374 -msgid "Zoom graphs" -msgstr "Ampliar gráficas" - -#: ../../godmode/setup/setup_visuals.php:1394 -#: ../../godmode/setup/setup_visuals.php:1395 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 -#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 -#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 -#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 -#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 -#: ../../include/functions_visual_map_editor.php:1278 -#: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 -#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 -#: ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 -#: ../../operation/events/sound_events.php:165 -msgid "seconds" -msgstr "segundos" - -#: ../../godmode/setup/setup_visuals.php:1396 -#: ../../godmode/setup/setup_visuals.php:1397 -#: ../../godmode/setup/setup_visuals.php:1398 -#: ../../godmode/setup/setup_visuals.php:1399 -#: ../../godmode/setup/setup_visuals.php:1981 -#: ../../include/functions_visual_map_editor.php:1280 -#: ../../include/functions_visual_map_editor.php:1281 -#: ../../include/functions_visual_map_editor.php:1282 -#: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 -#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 -msgid "minutes" -msgstr "minutos" - -#: ../../godmode/setup/setup_visuals.php:1400 -#: ../../include/functions_visual_map_editor.php:1284 -msgid "hour" -msgstr "hora" - -#: ../../godmode/setup/setup_visuals.php:1403 -msgid "Classic view" -msgstr "Vista clásica" - -#: ../../godmode/setup/setup_visuals.php:1404 -msgid "View of favorites" -msgstr "Vista de favoritos" - -#: ../../godmode/setup/setup_visuals.php:1414 -msgid "Default cache expiration" -msgstr "Caducidad del caché por defecto" - -#: ../../godmode/setup/setup_visuals.php:1419 -#: ../../include/functions_visual_map_editor.php:1310 -msgid "No cache" -msgstr "No hay chaché" - -#: ../../godmode/setup/setup_visuals.php:1432 -#: ../../include/functions_config.php:1252 -msgid "Default interval for refresh on Visual Console" -msgstr "Intervalo de actualización por defecto en la consola visual" - -#: ../../godmode/setup/setup_visuals.php:1448 -msgid "Type of view of visual consoles" -msgstr "Tipo de vista de las consolas visuales" - -#: ../../godmode/setup/setup_visuals.php:1461 -msgid "Number of favorite visual consoles to show in the menu" -msgstr "Nº de consolas visuales favoritas mostradas en el menú" - -#: ../../godmode/setup/setup_visuals.php:1467 -#: ../../include/functions_config.php:1268 -msgid "Default line thickness for the Visual Console" -msgstr "Grosor de línea por defecto en las consolas visuales" - -#: ../../godmode/setup/setup_visuals.php:1479 -msgid "Visual console default text margin (em)" -msgstr "Margen de texto por defecto de la consola visual (em)" - -#: ../../godmode/setup/setup_visuals.php:1485 -msgid "Lock screen orientation when viewing on mobile devices" -msgstr "" -"Orientación de pantalla de bloqueo en la visualización en dispositivos " -"móviles" - -#: ../../godmode/setup/setup_visuals.php:1495 -#: ../../include/functions_config.php:1276 -msgid "Display item frame on alert triggered" -msgstr "Mostrar fotograma de elemento al activarse la alerta" - -#: ../../godmode/setup/setup_visuals.php:1495 -msgid "It displays an orange box around items that have triggered an alert." -msgstr "" -"Muestra un recuadro naranja alrededor de los elementos que han desencadenado " -"una alerta." - -#: ../../godmode/setup/setup_visuals.php:1517 -msgid "Number of favorite services to show in the menu" -msgstr "Número de servicios favoritos a mostrar en el menú" - -#: ../../godmode/setup/setup_visuals.php:1562 -msgid "Show report info with description" -msgstr "Mostrar la información del informe con la descripción" - -#: ../../godmode/setup/setup_visuals.php:1572 -msgid "Custom report front page" -msgstr "Portada de informe personalizado" - -#: ../../godmode/setup/setup_visuals.php:1583 -#: ../../include/functions_config.php:1559 -msgid "PDF font size (px)" -msgstr "Tamaño de fuente de PDF (px)" - -#: ../../godmode/setup/setup_visuals.php:1587 -#: ../../include/functions_config.php:1555 -msgid "HTML font size for SLA (em)" -msgstr "Tamaño de fuente en SLA (em)" - -#: ../../godmode/setup/setup_visuals.php:1593 -msgid "Graph image height for HTML reports" -msgstr "Altura de la imagen de la gráfica en informes HTML" - -#: ../../godmode/setup/setup_visuals.php:1597 -msgid "Interval description" -msgstr "Descripción del intervalo" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1563 -#: ../../include/functions_config.php:1567 -#: ../../include/functions_config.php:1571 -#: ../../include/functions_config.php:1575 -#: ../../include/functions_config.php:1579 -#: ../../include/functions_config.php:1583 -msgid "Custom report front" -msgstr "Portada de informe personalizado" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../include/functions_config.php:1120 -#: ../../include/functions_config.php:1571 -msgid "Custom logo" -msgstr "Logo personalizado" - -#: ../../godmode/setup/setup_visuals.php:1615 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -msgid "" -"You may use the following macros: _REPORT_NAME_ indicating the name of the " -"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " -"report), _DATETIME_ date/time of the generation of the report." -msgstr "" -"Puede utilizar las siguientes macros: _REPORT_NAME_ indicando el nombre del " -"informe, _DATETIME_END_ indica el final del intervalo (si es un informe " -"periódico), _DATETIME_ fecha/hora de la generación del informe." - -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../include/class/TipsWindow.class.php:814 -#: ../../include/class/TipsWindow.class.php:981 -msgid "Preview" -msgstr "Vista previa" - -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../include/functions_config.php:1575 -msgid "Header" -msgstr "Encabezado" - -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../include/functions_config.php:1579 -msgid "First page" -msgstr "Primera página" - -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1583 -msgid "Footer" -msgstr "Pie de página" - -#: ../../godmode/setup/setup_visuals.php:1691 -msgid "Comparation in rollover" -msgstr "Fecha en comparación" - -#: ../../godmode/setup/setup_visuals.php:1698 -msgid "Timestamp in rollover" -msgstr "Fecha literal" - -#: ../../godmode/setup/setup_visuals.php:1705 -msgid "Compact mode" -msgstr "Modo compacto" - -#: ../../godmode/setup/setup_visuals.php:1790 -msgid "Use 1024 when module unit are bytes" -msgstr "Utilizar 1024 cuando la unidad del módulo sea bytes" - -#: ../../godmode/setup/setup_visuals.php:1791 -msgid "Use always 1000" -msgstr "Utilizar siempre 1000" - -#: ../../godmode/setup/setup_visuals.php:1792 -msgid "Use always 1024" -msgstr "Utilizar siempre 1024" - -#: ../../godmode/setup/setup_visuals.php:1804 -#: ../../include/functions_config.php:1364 -msgid "Networkmap max width" -msgstr "Máximo ancho de Networkmap" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "Show only the group name" -msgstr "Mostrar solo el nombre del grupo" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "The name of the group will be displayed instead of displaying its icon." -msgstr "Se mostrará el nombre del grupo en vez de su icono." - -#: ../../godmode/setup/setup_visuals.php:1827 -msgid "Show empty groups in group view" -msgstr "Mostrar grupos vacíos en la vista de grupo" - -#: ../../godmode/setup/setup_visuals.php:1837 -#: ../../include/functions_config.php:1019 -msgid "Date format string" -msgstr "Formato de fecha a mostrar" - -#: ../../godmode/setup/setup_visuals.php:1837 -msgid "It uses a unix datetime format definition string." -msgstr "Emplea una cadena de definición de formato de fecha y hora de unix." - -#: ../../godmode/setup/setup_visuals.php:1846 -msgid "Example" -msgstr "Ejemplo" - -#: ../../godmode/setup/setup_visuals.php:1855 -#: ../../include/functions_config.php:1603 -msgid "Decimal separator" -msgstr "Separador decimal" - -#: ../../godmode/setup/setup_visuals.php:1870 -msgid "Visible time of successful notifiations" -msgstr "Tiempo visible de notificaciones exitosas" - -#: ../../godmode/setup/setup_visuals.php:1883 -msgid "Timestamp, time comparison, or compact mode" -msgstr "Marca horaria, comparación horaria o modo compacto" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "Custom values post process" -msgstr "Valores personalizados para postprocesado" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "" -"Custom conversion values for post-processing. It updates a table in the " -"database to have custom conversions from one unit to another." -msgstr "" -"Valores de conversión personalizados para el post procesamiento. Actualiza " -"una tabla de la base de datos para que contenga conversiones personalizadas " -"de una unidad a otra." - -#: ../../godmode/setup/setup_visuals.php:1938 -#: ../../godmode/setup/setup_visuals.php:2105 -msgid "Delete custom values" -msgstr "Eliminar valores personalizados" - -#: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 -msgid "hours" -msgstr "horas" - -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 -msgid "months" -msgstr "meses" - -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 -msgid "years" -msgstr "años" - -#: ../../godmode/setup/setup_visuals.php:1988 -msgid "Interval values" -msgstr "Valores del intervalo" - -#: ../../godmode/setup/setup_visuals.php:2027 -msgid "Delete interval values" -msgstr "Eliminar valores de intervalo" - -#: ../../godmode/setup/setup_visuals.php:2070 -msgid "Module units" -msgstr "Unidades de módulo" - -#: ../../godmode/setup/setup_visuals.php:2143 -#: ../../include/functions_config.php:1587 -msgid "CSV divider" -msgstr "Separador CSV" - -#: ../../godmode/setup/setup_visuals.php:2148 -#: ../../include/functions_config.php:1591 -msgid "CSV decimal separator" -msgstr "Separador decimal CSV" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "Data multiplier to use in graphs/data" -msgstr "Multiplicador de datos para usar en gráficas/datos" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "" -"Value by which it will multiply the data shown to represent them in graphs. " -"This is useful in case the value unit is bytes; for other conversions use " -"Custom value post processing." -msgstr "" -"Valor por el que se multiplicarán los datos mostrados para representarlos en " -"gráficos. Es útil en caso de que la unidad del valor sean bytes; para otras " -"conversiones utilice el post procesamiento de los valores personalizados." - -#: ../../godmode/setup/setup_visuals.php:2158 -#: ../../include/functions_config.php:1599 -msgid "Hide general stats for non admin users in tactical view" -msgstr "" -"Ocultar las estadísticas generales para los usuarios no administradores en " -"la vista táctica" - -#: ../../godmode/setup/setup_visuals.php:2175 -msgid "Behaviour configuration" -msgstr "Configuración del comportamiento" - -#: ../../godmode/setup/setup_visuals.php:2180 -msgid "GIS configuration" -msgstr "Configuración GIS" - -#: ../../godmode/setup/setup_visuals.php:2185 -msgid "Style configuration" -msgstr "Configuración de estilo" - -#: ../../godmode/setup/setup_visuals.php:2190 -msgid "Charts configuration" -msgstr "Configuración de gráficos" - -#: ../../godmode/setup/setup_visuals.php:2195 -msgid "Font and Text configuration" -msgstr "Configuración de fuente y texto" - -#: ../../godmode/setup/setup_visuals.php:2200 -msgid "Visual consoles configuration" -msgstr "Configuración de las consolas visuales" - -#: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " -msgstr "Configuración de informes " - -#: ../../godmode/setup/setup_visuals.php:2210 -msgid "Services configuration" -msgstr "Configuración de servicios" - -#: ../../godmode/setup/setup_visuals.php:2215 -msgid "Other configuration" -msgstr "Otra configuración" - -#: ../../godmode/setup/setup_visuals.php:2400 -#: ../../include/functions_config.php:1528 -msgid "Delete interval" -msgstr "Borrar intervalo" - -#: ../../godmode/setup/setup_visuals.php:2458 -msgid "Logo preview" -msgstr "Logo de vista previa" - -#: ../../godmode/setup/setup_visuals.php:2488 -msgid "Splash Preview" -msgstr "Vista previa de Splash" - -#: ../../godmode/setup/setup_visuals.php:2507 -msgid "Mobile console logo preview" -msgstr "Vista previa del logo de la consola móvil" - -#: ../../godmode/setup/setup_visuals.php:2543 -msgid "Gis icons preview" -msgstr "Vista previa de los iconos GIS" - -#: ../../godmode/setup/setup_visuals.php:2609 -msgid "Status set preview" -msgstr "Vista previa del estado" +"Seleccione “ignorar actividad” para ignorar la actividad de usuario al " +"comprobar la sesión." + +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "Fin de la sesión (minutos)" + +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "%s local" + +#: ../../godmode/setup/setup_auth.php:508 +msgid "LDAP" +msgstr "LDAP" + +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "Método de autentificación" + +#: ../../godmode/setup/setup_auth.php:561 +msgid "Session timeout must be a number" +msgstr "El tiempo de fin de sesión debe ser un número" #: ../../godmode/setup/setup_general.php:52 msgid "Enforce https Information" msgstr "Aplicar la información http" #: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " -msgstr "Si SSL no está configurado adecuadamente, perderá acceso a " - -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" -msgstr " Consola" +msgid "If SSL is not properly configured you will lose access to" +msgstr "Si SSL no está configurado adecuadamente, perderá acceso a" #: ../../godmode/setup/setup_general.php:58 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 #: ../../include/functions_reporting_html.php:1796 #: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 msgid "System" msgstr "Sistema" @@ -19575,8 +18910,8 @@ msgid "UTC" msgstr "UTC" #: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " -msgstr "Si la URL pública no está configurada correctamente, perderá acceso a " +msgid "If public URL is not properly configured you will lose access to" +msgstr "Si la URL pública no está configurada correctamente, perderá acceso a" #: ../../godmode/setup/setup_general.php:181 msgid "Out of black list" @@ -20043,173 +19378,826 @@ msgstr "La macro TFTP_SERVER_IP utilizará este valor en los scripts NCM." msgid "Email test" msgstr "Prueba de email" -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "Gestor de archivos" +#: ../../godmode/setup/setup_visuals.php:73 +msgid "Legacy visual console Information" +msgstr "Información de la consola visual heredada" -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "Índice de %s" - -#: ../../godmode/setup/os.list.php:56 -#, php-format -msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." +#: ../../godmode/setup/setup_visuals.php:74 +msgid "Visual console in legacy mode will no longer be supported as of LTS 772" msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de " -"las políticas está en modo lectura. Vaya a %s para administrarlo." +"A partir de la versión LTS 772 Pandora FMS no soportará la consola visual en " +"modo Legacy" -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "Alternativa si falla la autentificación" +#: ../../godmode/setup/setup_visuals.php:112 +msgid "Click to display lateral menus" +msgstr "Haz clic para mostrar el menú lateral" -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "Crear usuarios remotos automáticamente" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "Servidor LDAP" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "Puerto LDAP" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "Versión LDAP" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "DN base" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "Atributo de acceso" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "Inicio de sesión de administrador LDAP" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "Contraseña de administrador LDAP" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" -msgstr "Tiempo de espera de búsqueda LDAP (segundos)" - -#: ../../godmode/setup/setup_auth.php:241 -msgid "Enable secondary LDAP" -msgstr "Habilitar LDAP secundario" - -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -msgid "Secondary LDAP server" -msgstr "Servidor LDAP secundario" - -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -msgid "Secondary LDAP port" -msgstr "Puerto LDAP secundario" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -msgid "Secondary LDAP version" -msgstr "Versión LDAP secundaria" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -msgid "Secondary start TLS" -msgstr "TLS de inicio secundario" - -#: ../../godmode/setup/setup_auth.php:323 -msgid "Secondary Base DN" -msgstr "DN base secundaria" - -#: ../../godmode/setup/setup_auth.php:336 -msgid "Secondary Login attribute" -msgstr "Atributo de inicio de sesión secundario" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -msgid "Admin secondary LDAP login" -msgstr "Inicio de sesión LDAP secundario del administrador" - -#: ../../godmode/setup/setup_auth.php:362 -msgid "Admin secondary LDAP password" -msgstr "Contraseña LDAP secundaria del administrador" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "Doble autentificación" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "Forzar 2FA para todos los usuarios está habilitado" - -#: ../../godmode/setup/setup_auth.php:439 -msgid "Check activity" -msgstr "Comprobar actividad" - -#: ../../godmode/setup/setup_auth.php:440 -msgid "Ignore activity" -msgstr "Ignorar actividad" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" -msgstr "Control de expiración de la sesión" - -#: ../../godmode/setup/setup_auth.php:443 +#: ../../godmode/setup/setup_visuals.php:112 msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." +"When the side menu is collapsed, it allows you to define whether it is " +"displayed by hovering the mouse over it or you need to click to display it." msgstr "" -"Seleccione “ignorar actividad” para ignorar la actividad de usuario al " -"comprobar la sesión." +"Cuando el menú lateral se encuentra oculto, le permite definir si se muestra " +"al colocar el ratón sobre este o si necesita hacer click para visualizarlo." -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "Fin de la sesión (minutos)" +#: ../../godmode/setup/setup_visuals.php:124 +msgid "Paginated module view" +msgstr "Vista del módulo paginada" -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" -msgstr "%s local" +#: ../../godmode/setup/setup_visuals.php:133 +#: ../../include/functions_config.php:1396 +msgid "Display data of proc modules in other format" +msgstr "Mostrar los datos de los módulos proc en otro formato" -#: ../../godmode/setup/setup_auth.php:508 -msgid "LDAP" -msgstr "LDAP" +#: ../../godmode/setup/setup_visuals.php:133 +msgid "" +"It allows to define the message that appears when you hover over a color box " +"that shows the status of an agent or a module. If you want to change what " +"the default color box looks like, choose another form of visual " +"representation in the \"Status icon set\" option." +msgstr "" +"Le permite definir el mensaje que aparecerá cuando coloca el ratón sobre un " +"recuadro de color que muestra el estado de un agente o un módulo. Si desea " +"cambiar la apariencia del recuadro de color, elija otra forma de " +"representarlo visualmente en la opción de “Icono de estado establecido." -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "Método de autentificación" +#: ../../godmode/setup/setup_visuals.php:144 +#: ../../include/functions_config.php:1400 +msgid "Display text proc modules have state is ok" +msgstr "Texto mostrado cuando el estado del módulo proc es OK" -#: ../../godmode/setup/setup_auth.php:561 -msgid "Session timeout must be a number" -msgstr "El tiempo de fin de sesión debe ser un número" +#: ../../godmode/setup/setup_visuals.php:148 +#: ../../include/functions_config.php:1404 +msgid "Display text when proc modules have state critical" +msgstr "Texto mostrado cuando el estado del módulo proc es Crítico" + +#: ../../godmode/setup/setup_visuals.php:155 +#: ../../include/functions_config.php:1413 +msgid "Service label font size" +msgstr "Tamaño de fuente para el mapa de servicios" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Space between items in Service maps" +msgstr "Espacio entre nodos para el mapa de servicios" + +#: ../../godmode/setup/setup_visuals.php:167 +msgid "Show both (tabs and menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:168 +msgid "Show only icons" +msgstr "Mostrar solo iconos" + +#: ../../godmode/setup/setup_visuals.php:169 +msgid "Show only menu" +msgstr "Mostrar solo menú" + +#: ../../godmode/setup/setup_visuals.php:171 +#: ../../include/functions_config.php:1448 +msgid "Tabs menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:261 +msgid "Colors" +msgstr "Colores" + +#: ../../godmode/setup/setup_visuals.php:262 +msgid "Faces" +msgstr "Caras" + +#: ../../godmode/setup/setup_visuals.php:263 +msgid "Colors and text" +msgstr "Colores y texto" + +#: ../../godmode/setup/setup_visuals.php:365 +#: ../../include/functions_config.php:1084 +msgid "Style template" +msgstr "Plantilla de estilo" + +#: ../../godmode/setup/setup_visuals.php:383 +#: ../../include/functions_config.php:1104 +msgid "Status icon set" +msgstr "Icono de estado en" + +#: ../../godmode/setup/setup_visuals.php:383 +msgid "" +"It changes the appearance of the agent or module status icon. Useful for " +"people with problems when discriminating colors, you may overlay a text in " +"the box or add an emoji (that icon can be replaced by a custom one, " +"replacing the files on disk)." +msgstr "" +"Modifica la apariencia del icono de estado de agente o módulo. Es útil para " +"personas daltónicas. Podrá superponer texto sobre el recuadro o añadir un " +"emoticono (el icono puede reemplazarse por uno personalizado si se " +"sustituyen los archivos en el disco)." + +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../include/functions_config.php:1116 +msgid "Custom favicon" +msgstr "Personalizar favicon" + +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Custom background login" +msgstr "Fondo personalizado del inicio de sesión" + +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Custom logo (menu)" +msgstr "Logo personalizado (menu)" + +#: ../../godmode/setup/setup_visuals.php:511 +msgid "Custom logo collapsed (menu)" +msgstr "Icono menú reducido" + +#: ../../godmode/setup/setup_visuals.php:537 +msgid "Custom logo (header white background)" +msgstr "Logo personalizado (fondo blanco de cabecera)" + +#: ../../godmode/setup/setup_visuals.php:562 +msgid "Custom logo (login)" +msgstr "Logo personalizado (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:590 +msgid "Custom Splash (login)" +msgstr "Splash personalizado (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:628 +#: ../../include/functions_config.php:1140 +msgid "Custom documentation logo" +msgstr "Logo de documentación personalizado" + +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_config.php:1144 +msgid "Custom support logo" +msgstr "Logo de soporte personalizado" + +#: ../../godmode/setup/setup_visuals.php:706 +#: ../../include/functions_config.php:1148 +#: ../../include/functions_config.php:1152 +msgid "Custom networkmap center logo" +msgstr "Logo central del mapa de red personalizado" + +#: ../../godmode/setup/setup_visuals.php:746 +msgid "Custom mobile console icon" +msgstr "Icono de la consola móvil personalizada" + +#: ../../godmode/setup/setup_visuals.php:795 +msgid "Datepicker first day of week" +msgstr "Selector de fecha del primer día de la semana" + +#: ../../godmode/setup/setup_visuals.php:813 +msgid "Title (header)" +msgstr "Título (encabezado)" + +#: ../../godmode/setup/setup_visuals.php:819 +msgid "Subtitle (header)" +msgstr "Subtítulo (encabezado)" + +#: ../../godmode/setup/setup_visuals.php:827 +msgid "Title 1 (login)" +msgstr "Título 1 (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:832 +msgid "Title 2 (login)" +msgstr "Título 2 (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:838 +msgid "Docs URL (login)" +msgstr "URL de documentos (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:843 +msgid "Support URL (login)" +msgstr "URL soporte (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:849 +#: ../../include/functions_config.php:1196 +msgid "Product name" +msgstr "Nombre del producto" + +#: ../../godmode/setup/setup_visuals.php:854 +#: ../../include/functions_config.php:1200 +msgid "Copyright notice" +msgstr "Aviso de copyright" + +#: ../../godmode/setup/setup_visuals.php:860 +#: ../../include/functions_config.php:1204 +#: ../../include/functions_config.php:1208 +msgid "Background opacity % (login)" +msgstr "% de opacidad de fondo (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:865 +msgid "Disable logo in graphs" +msgstr "Deshabilitar el logo en los gráficos" + +#: ../../godmode/setup/setup_visuals.php:883 +msgid "Disable helps" +msgstr "Deshabilitar ayudas" + +#: ../../godmode/setup/setup_visuals.php:893 +#: ../../include/functions_config.php:1352 +msgid "Fixed header" +msgstr "Cabecera fija" + +#: ../../godmode/setup/setup_visuals.php:905 +msgid "Automatically hide submenu" +msgstr "Ocultar submenú automáticamente" + +#: ../../godmode/setup/setup_visuals.php:915 +msgid "Visual effects and animation" +msgstr "Efectos visuales y animación" + +#: ../../godmode/setup/setup_visuals.php:926 +msgid "Random background (login)" +msgstr "Fondo aleatorio (inicio de sesión)" + +#: ../../godmode/setup/setup_visuals.php:952 +#: ../../include/functions_config.php:1316 +msgid "GIS Labels" +msgstr "Etiquetas GIS" + +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../include/functions_config.php:1324 +msgid "Default icon in GIS" +msgstr "Icono GIS por defecto" + +#: ../../godmode/setup/setup_visuals.php:971 +msgid "Agent icon group" +msgstr "Grupo de iconos de agente" + +#: ../../godmode/setup/setup_visuals.php:1021 +msgid "Graphs font size" +msgstr "Tamaño de fuente de las gráficas" + +#: ../../godmode/setup/setup_visuals.php:1040 +msgid "Show unit along with value in reports" +msgstr "Mostrar la unidad junto con el valor en los informes" + +#: ../../godmode/setup/setup_visuals.php:1051 +#: ../../include/functions_config.php:1284 +msgid "Truncate agent text at end" +msgstr "Truncar texto del agente al final" + +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../include/functions_config.php:1296 +msgid "Truncate module text at end" +msgstr "Truncar texto del módulo al final" + +#: ../../godmode/setup/setup_visuals.php:1072 +#: ../../include/functions_config.php:1288 +#: ../../include/functions_config.php:1292 +msgid "Agent size text" +msgstr "Tamaño del texto del agente" + +#: ../../godmode/setup/setup_visuals.php:1072 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If the " +"text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" +"En las listas o secciones en los que se muestre el nombre del agente, el " +"nombre se acortará si su extensión es mayor que el número aquí indicado. Si " +"el texto ocupa un espacio pequeño, puede tener una extensión máxima y si se " +"encuentra en una sección de mayor tamaño, puede tener otras dimensiones." + +#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1101 +msgid "Small" +msgstr "Pequeño" + +#: ../../godmode/setup/setup_visuals.php:1094 +#: ../../include/functions_config.php:1300 +msgid "Module size text" +msgstr "Tamaño del nombre del módulo" + +#: ../../godmode/setup/setup_visuals.php:1094 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If " +"the text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" +"En las listas o secciones en los que se muestre el nombre del agente, el " +"nombre se acortará si su extensión es mayor que el número aquí indicado. Si " +"el texto ocupa un espacio pequeño, puede tener una extensión máxima y si se " +"encuentra en una sección de mayor tamaño, puede tener otras dimensiones." + +#: ../../godmode/setup/setup_visuals.php:1118 +#: ../../include/functions_config.php:1304 +#: ../../include/functions_config.php:1308 +msgid "Description size text" +msgstr "Tamaño del texto de la descripción" + +#: ../../godmode/setup/setup_visuals.php:1129 +#: ../../include/functions_config.php:1312 +msgid "Item title size text" +msgstr "Tamaño del texto de los títulos de elementos" + +#: ../../godmode/setup/setup_visuals.php:1158 +msgid "On Boolean graphs" +msgstr "En gráficos booleanos" + +#: ../../godmode/setup/setup_visuals.php:1161 +msgid "Show only average by default" +msgstr "Mostrar solo la media por defecto" + +#: ../../godmode/setup/setup_visuals.php:1162 +msgid "Show MAX/AVG/MIN by default" +msgstr "Mostrar MÁX/MEDIA/MÍN por defecto" + +#: ../../godmode/setup/setup_visuals.php:1181 +msgid "Graph color #" +msgstr "Color del gráfico #" + +#: ../../godmode/setup/setup_visuals.php:1195 +msgid "" +"Number of decimals to display in reports and visual consoles. It must be " +"between 0 and 5." +msgstr "" +"Número de decimales a mostrar en los informes y consolas visuales. Debe " +"encontrarse entre el 0 y el 5." + +#: ../../godmode/setup/setup_visuals.php:1200 +msgid "Data precision" +msgstr "Precisión de datos" + +#: ../../godmode/setup/setup_visuals.php:1218 +msgid "Data precision in graphs" +msgstr "Precisión de datos en los gráficos" + +#: ../../godmode/setup/setup_visuals.php:1237 +#: ../../include/functions_config.php:1071 +msgid "Value to interface graphics" +msgstr "Valor para la interfaz gráfica" + +#: ../../godmode/setup/setup_visuals.php:1237 +msgid "Name of the drives for network interface graphics (SNMP)." +msgstr "" +"Nombre de los dispositivos para los gráficos de interfaz de red (SNMP)." + +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1380 +msgid "Default line thickness for the Custom Graph." +msgstr "Espesor de la línea predeterminada para el gráfico personalizado." + +#: ../../godmode/setup/setup_visuals.php:1262 +msgid "Number of elements in Custom Graph" +msgstr "Número de elementos en gráfica personalizada" + +#: ../../godmode/setup/setup_visuals.php:1276 +#: ../../include/functions_config.php:1092 +msgid "Use round corners" +msgstr "Usar bordes redondeados" + +#: ../../godmode/setup/setup_visuals.php:1287 +#: ../../include/functions_config.php:1096 +msgid "Chart fit to content" +msgstr "Tabla adaptada al contenido" + +#: ../../godmode/setup/setup_visuals.php:1287 +msgid "" +"There are graphs whose values are percentages and the top of the graph " +"exceeds the maximum value one hundred, you may configure the graphs to stop " +"adding a proportional upper margin by activating this option." +msgstr "" +"Existen gráficos cuyos valores son porcentajes y la parte superior del " +"gráfico sobrepasa el valor máximo de cien, puede configurar los gráficos " +"para que dejen de añadir un margen proporcional superior al activar esta " +"opción." + +#: ../../godmode/setup/setup_visuals.php:1297 +msgid "Type of module charts" +msgstr "Tipo de gráficos de módulos" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "Graph TIP view" +msgstr "Visor de gráfico TIP" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "" +"TIP graphs show the full data resolution, they are much more expensive in BD/" +"CPU time, but they allow to \"zoom\" interactively and show all the data, " +"without compacting the information in fewer points. By default (off), TIPs " +"can be seen, but manually, if this mode is selected in each graph, but you " +"may also define that they always come out as TIP or also define that this is " +"so, but only for those of Boolean data." +msgstr "" +"Las gráficas TIP muestran la resolución de datos completa, conllevan un " +"mayor tiempo de CPU/base de datos, pero permiten ampliar de forma " +"interactiva y mostrar todos los datos sin compactar la información en menos " +"puntos. Por defecto (off), los TIPs se pueden visualizar, pero de forma " +"manual, si este modo se encuentra seleccionado en cada gráfico, pero también " +"puede definir que siempre se muestren como TIP o también definir que se así " +"pero solo en el caso de datos boleados." + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "Graph mode" +msgstr "Modo de gráfico" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "" +"It displays the default graphs with three overlapping data series (Maximum, " +"Average, and Minimum) or with only one data series (Average)." +msgstr "" +"Muestra las gráficas por defecto con series de datos que se superponen " +"(Máximo, Media y Mínimo) o con solo una serie de datos (Media)." + +#: ../../godmode/setup/setup_visuals.php:1374 +msgid "Zoom graphs" +msgstr "Ampliar gráficas" + +#: ../../godmode/setup/setup_visuals.php:1394 +#: ../../godmode/setup/setup_visuals.php:1395 +#: ../../godmode/setup/setup_visuals.php:1980 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 +#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 +#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 +#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 +#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 +#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 +#: ../../include/functions_visual_map_editor.php:1278 +#: ../../include/functions_visual_map_editor.php:1279 +#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 +#: ../../operation/events/sound_events.php:153 +#: ../../operation/events/sound_events.php:154 +#: ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 +#: ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 +#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:165 +msgid "seconds" +msgstr "segundos" + +#: ../../godmode/setup/setup_visuals.php:1396 +#: ../../godmode/setup/setup_visuals.php:1397 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../godmode/setup/setup_visuals.php:1399 +#: ../../godmode/setup/setup_visuals.php:1981 +#: ../../include/functions_visual_map_editor.php:1280 +#: ../../include/functions_visual_map_editor.php:1281 +#: ../../include/functions_visual_map_editor.php:1282 +#: ../../include/functions_visual_map_editor.php:1283 +#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 +msgid "minutes" +msgstr "minutos" + +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../include/functions_visual_map_editor.php:1284 +msgid "hour" +msgstr "hora" + +#: ../../godmode/setup/setup_visuals.php:1403 +msgid "Classic view" +msgstr "Vista clásica" + +#: ../../godmode/setup/setup_visuals.php:1404 +msgid "View of favorites" +msgstr "Vista de favoritos" + +#: ../../godmode/setup/setup_visuals.php:1414 +msgid "Default cache expiration" +msgstr "Caducidad del caché por defecto" + +#: ../../godmode/setup/setup_visuals.php:1419 +#: ../../include/functions_visual_map_editor.php:1310 +msgid "No cache" +msgstr "No hay chaché" + +#: ../../godmode/setup/setup_visuals.php:1432 +#: ../../include/functions_config.php:1252 +msgid "Default interval for refresh on Visual Console" +msgstr "Intervalo de actualización por defecto en la consola visual" + +#: ../../godmode/setup/setup_visuals.php:1448 +msgid "Type of view of visual consoles" +msgstr "Tipo de vista de las consolas visuales" + +#: ../../godmode/setup/setup_visuals.php:1461 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "Nº de consolas visuales favoritas mostradas en el menú" + +#: ../../godmode/setup/setup_visuals.php:1467 +#: ../../include/functions_config.php:1268 +msgid "Default line thickness for the Visual Console" +msgstr "Grosor de línea por defecto en las consolas visuales" + +#: ../../godmode/setup/setup_visuals.php:1479 +msgid "Visual console default text margin (em)" +msgstr "Margen de texto por defecto de la consola visual (em)" + +#: ../../godmode/setup/setup_visuals.php:1485 +msgid "Lock screen orientation when viewing on mobile devices" +msgstr "" +"Orientación de pantalla de bloqueo en la visualización en dispositivos " +"móviles" + +#: ../../godmode/setup/setup_visuals.php:1495 +#: ../../include/functions_config.php:1276 +msgid "Display item frame on alert triggered" +msgstr "Mostrar fotograma de elemento al activarse la alerta" + +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "It displays an orange box around items that have triggered an alert." +msgstr "" +"Muestra un recuadro naranja alrededor de los elementos que han desencadenado " +"una alerta." + +#: ../../godmode/setup/setup_visuals.php:1517 +msgid "Number of favorite services to show in the menu" +msgstr "Número de servicios favoritos a mostrar en el menú" + +#: ../../godmode/setup/setup_visuals.php:1562 +msgid "Show report info with description" +msgstr "Mostrar la información del informe con la descripción" + +#: ../../godmode/setup/setup_visuals.php:1572 +msgid "Custom report front page" +msgstr "Portada de informe personalizado" + +#: ../../godmode/setup/setup_visuals.php:1583 +#: ../../include/functions_config.php:1559 +msgid "PDF font size (px)" +msgstr "Tamaño de fuente de PDF (px)" + +#: ../../godmode/setup/setup_visuals.php:1587 +#: ../../include/functions_config.php:1555 +msgid "HTML font size for SLA (em)" +msgstr "Tamaño de fuente en SLA (em)" + +#: ../../godmode/setup/setup_visuals.php:1593 +msgid "Graph image height for HTML reports" +msgstr "Altura de la imagen de la gráfica en informes HTML" + +#: ../../godmode/setup/setup_visuals.php:1597 +msgid "Interval description" +msgstr "Descripción del intervalo" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1563 +#: ../../include/functions_config.php:1567 +#: ../../include/functions_config.php:1571 +#: ../../include/functions_config.php:1575 +#: ../../include/functions_config.php:1579 +#: ../../include/functions_config.php:1583 +msgid "Custom report front" +msgstr "Portada de informe personalizado" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../include/functions_config.php:1120 +#: ../../include/functions_config.php:1571 +msgid "Custom logo" +msgstr "Logo personalizado" + +#: ../../godmode/setup/setup_visuals.php:1615 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +msgid "" +"You may use the following macros: _REPORT_NAME_ indicating the name of the " +"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " +"report), _DATETIME_ date/time of the generation of the report." +msgstr "" +"Puede utilizar las siguientes macros: _REPORT_NAME_ indicando el nombre del " +"informe, _DATETIME_END_ indica el final del intervalo (si es un informe " +"periódico), _DATETIME_ fecha/hora de la generación del informe." + +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../include/class/TipsWindow.class.php:814 +#: ../../include/class/TipsWindow.class.php:981 +msgid "Preview" +msgstr "Vista previa" + +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../include/functions_config.php:1575 +msgid "Header" +msgstr "Encabezado" + +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../include/functions_config.php:1579 +msgid "First page" +msgstr "Primera página" + +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1583 +msgid "Footer" +msgstr "Pie de página" + +#: ../../godmode/setup/setup_visuals.php:1691 +msgid "Comparation in rollover" +msgstr "Fecha en comparación" + +#: ../../godmode/setup/setup_visuals.php:1698 +msgid "Timestamp in rollover" +msgstr "Fecha literal" + +#: ../../godmode/setup/setup_visuals.php:1705 +msgid "Compact mode" +msgstr "Modo compacto" + +#: ../../godmode/setup/setup_visuals.php:1790 +msgid "Use 1024 when module unit are bytes" +msgstr "Utilizar 1024 cuando la unidad del módulo sea bytes" + +#: ../../godmode/setup/setup_visuals.php:1791 +msgid "Use always 1000" +msgstr "Utilizar siempre 1000" + +#: ../../godmode/setup/setup_visuals.php:1792 +msgid "Use always 1024" +msgstr "Utilizar siempre 1024" + +#: ../../godmode/setup/setup_visuals.php:1804 +#: ../../include/functions_config.php:1364 +msgid "Networkmap max width" +msgstr "Máximo ancho de Networkmap" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "Show only the group name" +msgstr "Mostrar solo el nombre del grupo" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "The name of the group will be displayed instead of displaying its icon." +msgstr "Se mostrará el nombre del grupo en vez de su icono." + +#: ../../godmode/setup/setup_visuals.php:1827 +msgid "Show empty groups in group view" +msgstr "Mostrar grupos vacíos en la vista de grupo" + +#: ../../godmode/setup/setup_visuals.php:1837 +#: ../../include/functions_config.php:1019 +msgid "Date format string" +msgstr "Formato de fecha a mostrar" + +#: ../../godmode/setup/setup_visuals.php:1837 +msgid "It uses a unix datetime format definition string." +msgstr "Emplea una cadena de definición de formato de fecha y hora de unix." + +#: ../../godmode/setup/setup_visuals.php:1846 +msgid "Example" +msgstr "Ejemplo" + +#: ../../godmode/setup/setup_visuals.php:1855 +#: ../../include/functions_config.php:1603 +msgid "Decimal separator" +msgstr "Separador decimal" + +#: ../../godmode/setup/setup_visuals.php:1870 +msgid "Visible time of successful notifiations" +msgstr "Tiempo visible de notificaciones exitosas" + +#: ../../godmode/setup/setup_visuals.php:1883 +msgid "Timestamp, time comparison, or compact mode" +msgstr "Marca horaria, comparación horaria o modo compacto" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "Custom values post process" +msgstr "Valores personalizados para postprocesado" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "" +"Custom conversion values for post-processing. It updates a table in the " +"database to have custom conversions from one unit to another." +msgstr "" +"Valores de conversión personalizados para el post procesamiento. Actualiza " +"una tabla de la base de datos para que contenga conversiones personalizadas " +"de una unidad a otra." + +#: ../../godmode/setup/setup_visuals.php:1938 +#: ../../godmode/setup/setup_visuals.php:2105 +msgid "Delete custom values" +msgstr "Eliminar valores personalizados" + +#: ../../godmode/setup/setup_visuals.php:1982 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 +msgid "hours" +msgstr "horas" + +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 +msgid "months" +msgstr "meses" + +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 +msgid "years" +msgstr "años" + +#: ../../godmode/setup/setup_visuals.php:1988 +msgid "Interval values" +msgstr "Valores del intervalo" + +#: ../../godmode/setup/setup_visuals.php:2027 +msgid "Delete interval values" +msgstr "Eliminar valores de intervalo" + +#: ../../godmode/setup/setup_visuals.php:2070 +msgid "Module units" +msgstr "Unidades de módulo" + +#: ../../godmode/setup/setup_visuals.php:2143 +#: ../../include/functions_config.php:1587 +msgid "CSV divider" +msgstr "Separador CSV" + +#: ../../godmode/setup/setup_visuals.php:2148 +#: ../../include/functions_config.php:1591 +msgid "CSV decimal separator" +msgstr "Separador decimal CSV" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "Data multiplier to use in graphs/data" +msgstr "Multiplicador de datos para usar en gráficas/datos" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "" +"Value by which it will multiply the data shown to represent them in graphs. " +"This is useful in case the value unit is bytes; for other conversions use " +"Custom value post processing." +msgstr "" +"Valor por el que se multiplicarán los datos mostrados para representarlos en " +"gráficos. Es útil en caso de que la unidad del valor sean bytes; para otras " +"conversiones utilice el post procesamiento de los valores personalizados." + +#: ../../godmode/setup/setup_visuals.php:2158 +#: ../../include/functions_config.php:1599 +msgid "Hide general stats for non admin users in tactical view" +msgstr "" +"Ocultar las estadísticas generales para los usuarios no administradores en " +"la vista táctica" + +#: ../../godmode/setup/setup_visuals.php:2175 +msgid "Behaviour configuration" +msgstr "Configuración del comportamiento" + +#: ../../godmode/setup/setup_visuals.php:2180 +msgid "GIS configuration" +msgstr "Configuración GIS" + +#: ../../godmode/setup/setup_visuals.php:2185 +msgid "Style configuration" +msgstr "Configuración de estilo" + +#: ../../godmode/setup/setup_visuals.php:2190 +msgid "Charts configuration" +msgstr "Configuración de gráficos" + +#: ../../godmode/setup/setup_visuals.php:2195 +msgid "Font and Text configuration" +msgstr "Configuración de fuente y texto" + +#: ../../godmode/setup/setup_visuals.php:2200 +msgid "Visual consoles configuration" +msgstr "Configuración de las consolas visuales" + +#: ../../godmode/setup/setup_visuals.php:2205 +msgid "Reports configuration" +msgstr "Configuración de informes" + +#: ../../godmode/setup/setup_visuals.php:2210 +msgid "Services configuration" +msgstr "Configuración de servicios" + +#: ../../godmode/setup/setup_visuals.php:2215 +msgid "Other configuration" +msgstr "Otra configuración" + +#: ../../godmode/setup/setup_visuals.php:2400 +#: ../../include/functions_config.php:1528 +msgid "Delete interval" +msgstr "Borrar intervalo" + +#: ../../godmode/setup/setup_visuals.php:2458 +msgid "Logo preview" +msgstr "Logo de vista previa" + +#: ../../godmode/setup/setup_visuals.php:2488 +msgid "Splash Preview" +msgstr "Vista previa de Splash" + +#: ../../godmode/setup/setup_visuals.php:2507 +msgid "Mobile console logo preview" +msgstr "Vista previa del logo de la consola móvil" + +#: ../../godmode/setup/setup_visuals.php:2543 +msgid "Gis icons preview" +msgstr "Vista previa de los iconos GIS" + +#: ../../godmode/setup/setup_visuals.php:2609 +msgid "Status set preview" +msgstr "Vista previa del estado" #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -20217,8 +20205,8 @@ msgstr "Generador de traps SNMP" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20550,7 +20538,7 @@ msgstr "Error al crear etiqueta" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "URL" @@ -21170,10 +21158,10 @@ msgstr "" "las políticas está en modo lectura. Vaya a%s para administrarlo." #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21214,8 +21202,8 @@ msgstr "" "usuario." #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "El usuario no tiene ningún perfil asignado" @@ -21235,11 +21223,304 @@ msgstr "Crear usuario" msgid "The current authentication scheme doesn't support creating users on %s" msgstr "El sistema de autenticación no permite crear usuarios en %s" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "Enlace externo" +#: ../../godmode/users/user_management.php:202 +msgid "Profile information" +msgstr "Información de perfil" + +#: ../../godmode/users/user_management.php:202 +msgid "Profile information for" +msgstr "Información de perfil para" + +#: ../../godmode/users/user_management.php:232 +#: ../../include/functions_reporting_html.php:7719 +#: ../../include/functions_reporting_html.php:7742 +msgid "Full name" +msgstr "Nombre completo" + +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "Nombre completo" + +#: ../../godmode/users/user_management.php:252 +msgid "" +"This will be the email used in those alert actions that the email makes use " +"of. It will also be the email used for user notifications that wer " +"configured in this way." +msgstr "" +"Este será el email empleado en aquellas acciones de alerta utilizadas por el " +"email. También será el email utilizado para las notificaciones al usuario en " +"caso de que haya sido configurado." + +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "Correo electrónico" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "Número de teléfono" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +msgid "Administrator user" +msgstr "Usuario administrador" + +#: ../../godmode/users/user_management.php:299 +msgid "" +"This type of 'superadmin' has no restrictions whatsoever. If you want to " +"create partial administrators, use the profile and group-based privilege " +"system." +msgstr "" +"Este tipo de “superadministrador” no tiene ninguna restricción. Si desea " +"crear administradores parciales, utilice los privilegios basados en perfiles " +"y grupos." + +#: ../../godmode/users/user_management.php:333 +msgid "New password" +msgstr "Nueva contraseña" + +#: ../../godmode/users/user_management.php:353 +msgid "Repeat new password" +msgstr "Repita la nueva contraseña" + +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "Confirmar contraseña" + +#: ../../godmode/users/user_management.php:374 +#: ../../operation/users/user_edit.php:409 +msgid "Current password" +msgstr "Contraseña actual" + +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +msgid "Own password confirmation" +msgstr "Confirmación de contraseña propia" + +#: ../../godmode/users/user_management.php:406 +msgid "Third user password confirmation" +msgstr "Confirmación de contraseña de terceros usuarios" + +#: ../../godmode/users/user_management.php:421 +msgid "Not Login" +msgstr "No se inicia la sesión" + +#: ../../godmode/users/user_management.php:438 +msgid "The user with not login set only can access to API." +msgstr "El usuario sin permiso de acceso solo puede tener acceso a la API." + +#: ../../godmode/users/user_management.php:443 +msgid "Local User" +msgstr "Usuario local" + +#: ../../godmode/users/user_management.php:460 +msgid "" +"The user with local authentication enabled will always use local " +"authentication." +msgstr "" +"El usuario con la autenticación local habilitada siempre utilizará la " +"autenticación local." + +#: ../../godmode/users/user_management.php:472 +#: ../../views/dashboard/tipsWindow.php:52 +msgid "Show usage tips at startup" +msgstr "Mostrar tips de uso al inicio" + +#: ../../godmode/users/user_management.php:478 +msgid "Session time" +msgstr "TIempo de sesión" + +#: ../../godmode/users/user_management.php:488 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting " +"-1 in this field." +msgstr "" +"Esto está definido en minutos; si quieres una sesión permanente, pon -1 en " +"este campo." + +#: ../../godmode/users/user_management.php:539 +msgid "Pages with autorefresh" +msgstr "Páginas con auto-refresco" + +#: ../../godmode/users/user_management.php:624 +msgid "Autorefresh pages" +msgstr "Auto-refrescar páginas" + +#: ../../godmode/users/user_management.php:630 +msgid "Time for autorefresh" +msgstr "Tiempo de auto-refresco" + +#: ../../godmode/users/user_management.php:649 +msgid "Pandora RC user access enabled" +msgstr "Acceso de usuario Pandora RC habilitado" + +#: ../../godmode/users/user_management.php:659 +#: ../../godmode/users/user_management.php:671 +msgid "Pandora RC User" +msgstr "Usuario de Pandora RC" + +#: ../../godmode/users/user_management.php:678 +#: ../../godmode/users/user_management.php:690 +msgid "Pandora RC Password" +msgstr "Contraseña de Pandora RC" + +#: ../../godmode/users/user_management.php:699 +msgid "Language and Appearance" +msgstr "Idioma y aspecto" + +#: ../../godmode/users/user_management.php:715 +msgid "" +"When changing the theme, the login screen logo will be restricted to the " +"default for that color scheme, if you have a custom logo, adjust it after " +"changing the theme." +msgstr "" +"Al cambiar el tema, la pantalla de inicio de sesión se limitara a aquella " +"por defecto para ese esquema de colores, si tiene un logo personalizado, " +"ajústelo después de cambiar el tema." + +#: ../../godmode/users/user_management.php:723 +msgid "User color scheme" +msgstr "Combinación de colores del usuario" + +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +msgid "Default theme" +msgstr "Tema por defecto" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +msgid "Black theme" +msgstr "Tema oscuro" + +#: ../../godmode/users/user_management.php:833 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +#: ../../include/functions_visual_map_editor.php:309 +msgid "Time zone" +msgstr "Zona horaria" + +#: ../../godmode/users/user_management.php:850 +msgid "Additional settings" +msgstr "Ajustes adicionales" + +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "Comentarios" + +#: ../../godmode/users/user_management.php:869 +msgid "Enable IP allowlist" +msgstr "Habilitar lista de IP permitidas" + +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" +"Agregue las direcciones IP de origen que permitirán el acceso a la consola. " +"Cada IP debe estar separada solo por comas. * permite todo." + +#: ../../godmode/users/user_management.php:932 +msgid "Pandora ITSM user configuration" +msgstr "Configuración de usuario de Pandora ITSM" + +#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 +#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 +#: ../../operation/events/events.php:2938 +#: ../../operation/events/sound_events.php:294 +#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 +msgid "Start" +msgstr "Inicio" + +#: ../../godmode/users/user_management.php:976 +msgid "Contact details (QR)" +msgstr "Datos de contacto (QR)" + +#: ../../godmode/users/user_management.php:977 +msgid "API Token credentials" +msgstr "Credenciales API token" + +#: ../../godmode/users/configure_token.php:56 +msgid "Create token" +msgstr "Crear Token" + +#: ../../godmode/users/configure_token.php:62 +#, php-format +msgid "There was a problem get token, %s" +msgstr "Error al extraer el token, %s" + +#: ../../godmode/users/configure_token.php:74 +msgid "Token label" +msgstr "Etiqueta de token" + +#: ../../godmode/users/configure_token.php:127 +msgid "Expiration Time" +msgstr "Tiempo de expiración" + +#: ../../godmode/users/configure_token.php:208 +msgid "Expiration date must be later than today." +msgstr "La fecha de caducidad debe ser posterior a hoy." + +#: ../../godmode/users/token_list.php:67 +#, php-format +msgid "There was a problem deleting token, %s" +msgstr "Error al eliminar el token, %s" + +#: ../../godmode/users/token_list.php:100 +msgid "This code will appear only once, please keep it in a safe place" +msgstr "" +"Este código aparecerá una sola vez, asegúrese de guardarlo en un lugar seguro" + +#: ../../godmode/users/token_list.php:102 +msgid "" +"If you lose the code, you will only able to delete it and create a new one" +msgstr "Si pierde el código, solo podrá eliminarlo y crear uno nuevo" + +#: ../../godmode/users/token_list.php:111 +#, php-format +msgid "There was a problem creating this token, %s" +msgstr "Error al crear el token, %s" + +#: ../../godmode/users/token_list.php:123 +#, php-format +msgid "There was a problem updating this token, %s" +msgstr "Error al actualizar el token, %s" + +#: ../../godmode/users/token_list.php:140 +msgid "For user" +msgstr "Para el usuario" + +#: ../../godmode/users/token_list.php:142 +msgid "Last usage" +msgstr "Última utilización" + +#: ../../godmode/users/token_list.php:206 +msgid "Create Token" +msgstr "Crear Token" + #: ../../godmode/users/configure_user.php:248 msgid "Update User" msgstr "Actualizar usuario" @@ -21375,84 +21656,15 @@ msgstr "Su token de API es:" msgid "Please, avoid share this string with others." msgstr "Por favor, evite compartir esta cadena con otros." -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "Nombre completo" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "Confirmar contraseña" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -msgid "Own password confirmation" -msgstr "Confirmación de contraseña propia" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -msgid "Administrator user" -msgstr "Usuario administrador" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "Correo electrónico" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "Número de teléfono" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "Comentarios" - #: ../../godmode/users/configure_user.php:1270 #: ../../operation/users/user_edit.php:752 msgid "Login allowed IP list" msgstr "Lista de IP permitidas para iniciar sesión" -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" -"Agregue las direcciones IP de origen que permitirán el acceso a la consola. " -"Cada IP debe estar separada solo por comas. * permite todo." - #: ../../godmode/users/configure_user.php:1309 msgid "Skin" msgstr "Apariencia" -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -msgid "Default theme" -msgstr "Tema por defecto" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -msgid "Black theme" -msgstr "Tema oscuro" - #: ../../godmode/users/configure_user.php:1321 msgid "Search custom field view" msgstr "Buscar vista de campo personalizado" @@ -21572,230 +21784,6 @@ msgstr "La doble autentificación fue desactivada correctamente" msgid "There was an error deactivating the double autentication" msgstr "Error al desactivar la doble autentificación" -#: ../../godmode/users/user_management.php:202 -msgid "Profile information" -msgstr "Información de perfil" - -#: ../../godmode/users/user_management.php:202 -msgid "Profile information for" -msgstr "Información de perfil para" - -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7719 -#: ../../include/functions_reporting_html.php:7742 -msgid "Full name" -msgstr "Nombre completo" - -#: ../../godmode/users/user_management.php:252 -msgid "" -"This will be the email used in those alert actions that the email makes use " -"of. It will also be the email used for user notifications that wer " -"configured in this way." -msgstr "" -"Este será el email empleado en aquellas acciones de alerta utilizadas por el " -"email. También será el email utilizado para las notificaciones al usuario en " -"caso de que haya sido configurado." - -#: ../../godmode/users/user_management.php:299 -msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to " -"create partial administrators, use the profile and group-based privilege " -"system." -msgstr "" -"Este tipo de “superadministrador” no tiene ninguna restricción. Si desea " -"crear administradores parciales, utilice los privilegios basados en perfiles " -"y grupos." - -#: ../../godmode/users/user_management.php:333 -msgid "New password" -msgstr "Nueva contraseña" - -#: ../../godmode/users/user_management.php:353 -msgid "Repeat new password" -msgstr "Repita la nueva contraseña" - -#: ../../godmode/users/user_management.php:374 -#: ../../operation/users/user_edit.php:409 -msgid "Current password" -msgstr "Contraseña actual" - -#: ../../godmode/users/user_management.php:406 -msgid "Third user password confirmation" -msgstr "Confirmación de contraseña de terceros usuarios" - -#: ../../godmode/users/user_management.php:421 -msgid "Not Login" -msgstr "No se inicia la sesión" - -#: ../../godmode/users/user_management.php:438 -msgid "The user with not login set only can access to API." -msgstr "El usuario sin permiso de acceso solo puede tener acceso a la API." - -#: ../../godmode/users/user_management.php:443 -msgid "Local User" -msgstr "Usuario local" - -#: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local " -"authentication." -msgstr "" -"El usuario con la autenticación local habilitada siempre utilizará la " -"autenticación local." - -#: ../../godmode/users/user_management.php:472 -#: ../../views/dashboard/tipsWindow.php:52 -msgid "Show usage tips at startup" -msgstr "Mostrar tips de uso al inicio" - -#: ../../godmode/users/user_management.php:478 -msgid "Session time" -msgstr "TIempo de sesión" - -#: ../../godmode/users/user_management.php:488 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting " -"-1 in this field." -msgstr "" -"Esto está definido en minutos; si quieres una sesión permanente, pon -1 en " -"este campo." - -#: ../../godmode/users/user_management.php:539 -msgid "Pages with autorefresh" -msgstr "Páginas con auto-refresco" - -#: ../../godmode/users/user_management.php:624 -msgid "Autorefresh pages" -msgstr "Auto-refrescar páginas" - -#: ../../godmode/users/user_management.php:630 -msgid "Time for autorefresh" -msgstr "Tiempo de auto-refresco" - -#: ../../godmode/users/user_management.php:649 -msgid "Pandora RC user access enabled" -msgstr "Acceso de usuario Pandora RC habilitado" - -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 -msgid "Pandora RC User" -msgstr "Usuario de Pandora RC" - -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 -msgid "Pandora RC Password" -msgstr "Contraseña de Pandora RC" - -#: ../../godmode/users/user_management.php:699 -msgid "Language and Appearance" -msgstr "Idioma y aspecto" - -#: ../../godmode/users/user_management.php:715 -msgid "" -"When changing the theme, the login screen logo will be restricted to the " -"default for that color scheme, if you have a custom logo, adjust it after " -"changing the theme." -msgstr "" -"Al cambiar el tema, la pantalla de inicio de sesión se limitara a aquella " -"por defecto para ese esquema de colores, si tiene un logo personalizado, " -"ajústelo después de cambiar el tema." - -#: ../../godmode/users/user_management.php:723 -msgid "User color scheme" -msgstr "Combinación de colores del usuario" - -#: ../../godmode/users/user_management.php:833 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 -#: ../../include/functions_visual_map_editor.php:309 -msgid "Time zone" -msgstr "Zona horaria" - -#: ../../godmode/users/user_management.php:850 -msgid "Additional settings" -msgstr "Ajustes adicionales" - -#: ../../godmode/users/user_management.php:869 -msgid "Enable IP allowlist" -msgstr "Habilitar lista de IP permitidas" - -#: ../../godmode/users/user_management.php:932 -msgid "Pandora ITSM user configuration" -msgstr "Configuración de usuario de Pandora ITSM" - -#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 -#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 -#: ../../operation/events/events.php:2938 -#: ../../operation/events/sound_events.php:294 -#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 -msgid "Start" -msgstr "Inicio" - -#: ../../godmode/users/user_management.php:976 -msgid "Contact details (QR)" -msgstr "Datos de contacto (QR)" - -#: ../../godmode/users/user_management.php:977 -msgid "API Token credentials" -msgstr "Credenciales API token" - -#: ../../godmode/users/configure_token.php:56 -msgid "Create token" -msgstr "Crear Token" - -#: ../../godmode/users/configure_token.php:62 -#, php-format -msgid "There was a problem get token, %s" -msgstr "Error al extraer el token, %s" - -#: ../../godmode/users/configure_token.php:74 -msgid "Token label" -msgstr "Etiqueta de token" - -#: ../../godmode/users/configure_token.php:127 -msgid "Expiration Time" -msgstr "Tiempo de expiración" - -#: ../../godmode/users/configure_token.php:208 -msgid "Expiration date must be later than today." -msgstr "La fecha de caducidad debe ser posterior a hoy." - -#: ../../godmode/users/token_list.php:67 -#, php-format -msgid "There was a problem deleting token, %s" -msgstr "Error al eliminar el token, %s" - -#: ../../godmode/users/token_list.php:100 -msgid "This code will appear only once, please keep it in a safe place" -msgstr "" -"Este código aparecerá una sola vez, asegúrese de guardarlo en un lugar seguro" - -#: ../../godmode/users/token_list.php:102 -msgid "" -"If you lose the code, you will only able to delete it and create a new one" -msgstr "Si pierde el código, solo podrá eliminarlo y crear uno nuevo" - -#: ../../godmode/users/token_list.php:111 -#, php-format -msgid "There was a problem creating this token, %s" -msgstr "Error al crear el token, %s" - -#: ../../godmode/users/token_list.php:123 -#, php-format -msgid "There was a problem updating this token, %s" -msgstr "Error al actualizar el token, %s" - -#: ../../godmode/users/token_list.php:140 -msgid "For user" -msgstr "Para el usuario" - -#: ../../godmode/users/token_list.php:142 -msgid "Last usage" -msgstr "Última utilización" - -#: ../../godmode/users/token_list.php:206 -msgid "Create Token" -msgstr "Crear Token" - #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -22183,15 +22171,15 @@ msgstr "Lista de tareas" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22542,8 +22530,8 @@ msgstr "" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "Hecho" @@ -22985,103 +22973,6 @@ msgstr "Repositorio de archivos" msgid "About" msgstr "Acerca de" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"Esta es la clave privada que deberías usar con la aplicación de " -"autentificación" - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"Puedes introducir el código manualmente o usar el código QR para añadirlo " -"automáticamente" - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "Estás a punto de activar la doble autentificación" - -#: ../../include/ajax/double_auth.ajax.php:209 -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"Con esta opción habilitada, el acceso a tu cuenta será más seguro, porque el " -"código generado por otra aplicación se generará después de conectarse" - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"Tienes que instalar la aplicación desde el siguiente vínculo antes de " -"continuar" - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "Descargue la aplicación" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "Continuar" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "¿Ya has instalado la aplicación?" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "Un código privado ha sido generado" - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Antes de continuar, deberías crear una nueva entrada dentro de la aplicación " -"de autentificación" - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "Actualizar el código" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "¿Ya has introducido el código en la aplicación de autentificación?" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "Introduce el código generado por la aplicación" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "Si el código es válido, se activará la doble autentificación" - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "Validar código" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "El código es válido, puedes salir ahora" - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "Código no válido" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "El código es válido, pero hubo un error al guardar los datos" - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -23110,8 +23001,8 @@ msgstr "Política creada con éxito" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23180,8 +23071,8 @@ msgstr "Guardar en el grupo" msgid "Save current filter" msgstr "Guardar filtro actual" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23449,77 +23340,6 @@ msgstr "Hasta:" msgid "Insufficient permissions to validate alerts" msgstr "Permisos insuficientes para validar alertas" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "Intervalo actual" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "Módulos normales" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "Módulos críticos" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "Módulos en estado de advertencia" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "Módulos desconocidos" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "Módulos no iniciados" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "Nuevo filtro" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "Filtro existente" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "El nombre del filtro ya existe en la base de datos" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "Seleccione un campo personalizado" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "Se ha creado el filtro." - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "Error al crear el filtro." - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -msgid "Please, select a filter" -msgstr "Por favor, seleccione un filtro" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "Se ha actualizado el filtro." - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "Error al actualizar el filtro." - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "Se ha eliminado el filtro." - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "Error al eliminar el filtro." - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 minutos" @@ -23708,6 +23528,174 @@ msgstr "La alerta ya existe. and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"¡Felicidades! Has creado tu módulo
y el color de estado es azul.
Ese color significa que el módulo no se ha ejecutado. En los " -"próximos segundos, si no hay problemas, el color de estado pasará a rojo o verde." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Haz clic en la pestaña de alertas para rellenar el formulario con la alerta " -"a añadir." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "Elige el módulo crítico." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "En las plantillas, selecciona \"Critical Condition\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "Ahora, elige la acción creada anteriormente." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "Haz clic en el botón añadir alerta para crear la alerta." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"Para probar la alerta que acabas de crear, ve a la vista principal, haz clic " -"en la pestaña con el icono del ojo." - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "Te voy a mostrar cómo monitorizar un servidor." @@ -28054,26 +27934,6 @@ msgstr "Si ya está configurado, puedes ir al siguiente paso." msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "Ahora, abre el menú Administrar alertas y haz clic en Acciones. " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Por favor, ten en cuenta que no se recomienda tener agentes con un intervalo " -"de monitorización por debajo de los 300 segundos. Esto tendrá un impacto " -"serio en el rendimiento del servidor. Tener 200 agentes con un intervalo de " -"un minuto, es lo mismo que tener 1000 agentes con un intervalo de 5 minutos. " -"La probabilidad de obtener módulos desconocidos es más alto, y el impacto en " -"el servidor es mayor, ya que requiere un tiempo de respuesta más corto." - -#: ../../include/help/clippy/interval_agent_min.php:36 -msgid "Interval agent." -msgstr "Intervalo de agente." - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28279,6 +28139,132 @@ msgstr "" msgid "Modules not learning mode." msgstr "Módulos sin modo de aprendizaje." +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "¡La fecha de contacto del agente pasó su plazo estimado!" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Esto sucede cuando un agente deja de informar o el servidor tiene algún " +"problema (demasiada carga o simplemente está caído). Comprueba también la " +"conectividad entre el agente y el servidor." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Ahora ve a los módulos. Pero no te preocupes, te guiaré paso a paso." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "Haz clic en esta pestaña" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" +"Ahora tienes que crear el módulo, pero no te preocupes, yo te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "Elige el módulo de servidor de red." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "Y haz clic en el botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" +"Ahora tienes que crear el módulo, pero no te preocupes, yo te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "Ahora procedemos a rellenar el formulario." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "Por favor, selecciona \"Gestión de redes\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "Selecciona el componente llamado \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "Puedes cambiar el nombre si quieres." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Prueba si la IP mostrada es la IP de tu máquina." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "Y para terminar pulsa en este botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"¡Felicidades! Has creado tu módulo
y el color de estado es azul.
Ese color significa que el módulo no se ha ejecutado. En los " +"próximos segundos, si no hay problemas, el color de estado pasará a rojo o verde." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Haz clic en la pestaña de alertas para rellenar el formulario con la alerta " +"a añadir." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "Elige el módulo crítico." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "En las plantillas, selecciona \"Critical Condition\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "Ahora, elige la acción creada anteriormente." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "Haz clic en el botón añadir alerta para crear la alerta." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Para probar la alerta que acabas de crear, ve a la vista principal, haz clic " +"en la pestaña con el icono del ojo." + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Por favor, ten en cuenta que no se recomienda tener agentes con un intervalo " +"de monitorización por debajo de los 300 segundos. Esto tendrá un impacto " +"serio en el rendimiento del servidor. Tener 200 agentes con un intervalo de " +"un minuto, es lo mismo que tener 1000 agentes con un intervalo de 5 minutos. " +"La probabilidad de obtener módulos desconocidos es más alto, y el impacto en " +"el servidor es mayor, ya que requiere un tiempo de respuesta más corto." + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "Interval agent." +msgstr "Intervalo de agente." + #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format msgid "Connection problems: %s" @@ -28477,8 +28463,8 @@ msgstr "Tamaño del icono" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "Estado del módulo" @@ -28651,7 +28637,7 @@ msgid "Status and Monitor checks" msgstr "Comprobaciones de estado y monitor" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "Rendimiento del servidor" @@ -28735,37 +28721,37 @@ msgstr "" "vista de eventos." #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Mantenimiento" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Informativo" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "Menor" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "Principal" @@ -28777,8 +28763,8 @@ msgstr "Tickets de Pandora ITSM" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "Límite" @@ -28837,8 +28823,8 @@ msgstr "Mapa de estado del módulo" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, php-format -msgid " Modules(%s)" -msgstr " Módulos(%s)" +msgid "%s Modules(%s)" +msgstr "%s Módulos(%s)" #: ../../include/lib/Dashboard/Widgets/post.php:158 #: ../../include/lib/Dashboard/Widgets/post.php:277 @@ -29186,64 +29172,6 @@ msgstr "Seleccione un grupo" msgid "Please, event filter has been removed." msgstr "Se ha eliminado el filtro de eventos." -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -msgid "Security Hardening" -msgstr "Hardening de seguridad" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "Agentes con peor valoración" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "Comprobaciones erróneas más frecuentes" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "Primeras comprobaciones erróneas por categoría" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "Vulnerabilidades por categoría" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "Valoración por fecha" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "Evolución" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -msgid "Scoring" -msgstr "Valoración" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -msgid "Total Failed" -msgstr "Total fallidos" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -msgid "Last audit scan" -msgstr "Último análisis de auditoría" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "Valoración" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "Tabla de colores" @@ -29353,7 +29281,7 @@ msgid "AVG/MAX/MIN" msgstr "MEDIA/MÁX/MÍN" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "Gráfico de proyección" @@ -29489,8 +29417,8 @@ msgid "Aggregated by" msgstr "Añadido por" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "Datos a mostrar" @@ -29508,6 +29436,64 @@ msgstr "Informe de alertas disparadas" msgid "Not alert fired" msgstr "No hay alertas disparadas" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +msgid "Security Hardening" +msgstr "Hardening de seguridad" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "Agentes con peor valoración" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "Comprobaciones erróneas más frecuentes" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "Primeras comprobaciones erróneas por categoría" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "Vulnerabilidades por categoría" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "Valoración por fecha" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "Evolución" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +msgid "Scoring" +msgstr "Valoración" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +msgid "Total Failed" +msgstr "Total fallidos" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +msgid "Last audit scan" +msgstr "Último análisis de auditoría" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "Valoración" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29615,7 +29601,7 @@ msgstr "crítico si" #: ../../include/lib/ClusterViewer/ClusterWizard.php:1055 #: ../../include/lib/ClusterViewer/ClusterWizard.php:1078 -#, no-php-format +#, php-format msgid "% of balanced modules are down (equal or greater)." msgstr "% de los módulos equilibrados están caídos (igual o mayor)." @@ -29645,36 +29631,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "No se puede conectar al nodo %d" -#: ../../include/lib/Module.php:257 -msgid "error: Module has no agent assigned" -msgstr "error: El módulo no tiene agente asignado" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "El módulo ya existe: \"%s\"" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "Nombre de módulo vacío." - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "Caracteres no válidos en el nombre del módulo" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "Este módulo ya existe. Seleccione otro nombre o agente." - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "Permisos insuficientes para llevar a cabo esta acción" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "Error al procesar: %s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "Ya existe un día especial este día." @@ -29760,24 +29716,110 @@ msgstr "Módulos no iniciados" msgid "Events in last 24 hrs" msgstr "Eventos (últimas 24h)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" -msgstr "Almacenamiento de logs" +#: ../../include/lib/TacticalView/elements/Agents.php:135 +msgid "Group alias" +msgstr "Alias del grupo" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "No hay monitores" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +msgid "UKNOWN" +msgstr "DESCONOCIDO" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +msgid "Monitoring elements" +msgstr "Elementos de monitorización" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Nombre (núm. ag.)" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "Traps SNMP" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +msgid "My monitored agents" +msgstr "Mis agentes monitorizados" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +msgid "My monitored modules" +msgstr "Mis módulos monitorizados" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 msgid "Everything's OK!" msgstr "¡Todo va bien!" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "Algo ha salido mal" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "MANTENIMIENTO" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "INFORMATIVO" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "MAYOR" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "MENOR" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "En proceso" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +msgid "New events" +msgstr "Nuevos eventos" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +msgid "Validated events" +msgstr "Eventos validados" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "Desconocido" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "Evento" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "Almacenamiento de logs" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 msgid "News Board" msgstr "Tablón de noticias" @@ -29846,92 +29888,6 @@ msgstr "" "Puede reemplazar este mensaje por uno personalizado en Herramientas de " "administrador -> Novedades del sitio." -#: ../../include/lib/TacticalView/elements/Agents.php:135 -msgid "Group alias" -msgstr "Alias del grupo" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "No hay monitores" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -msgid "UKNOWN" -msgstr "DESCONOCIDO" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "MANTENIMIENTO" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "INFORMATIVO" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "MAYOR" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "MENOR" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "En proceso" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -msgid "New events" -msgstr "Nuevos eventos" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -msgid "Validated events" -msgstr "Eventos validados" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "Desconocido" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "Evento" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -msgid "Monitoring elements" -msgstr "Elementos de monitorización" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Nombre (núm. ag.)" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "Traps SNMP" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -msgid "My monitored agents" -msgstr "Mis agentes monitorizados" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -msgid "My monitored modules" -msgstr "Mis módulos monitorizados" - #: ../../include/lib/TacticalView/elements/Overview.php:44 msgid "General overview" msgstr "Vista general" @@ -30377,6 +30333,36 @@ msgstr "Dirección IP" msgid "Operative system" msgstr "Sistema operativo" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "error: El módulo no tiene agente asignado" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "El módulo ya existe: \"%s\"" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "Nombre de módulo vacío." + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "Caracteres no válidos en el nombre del módulo" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "Este módulo ya existe. Seleccione otro nombre o agente." + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "Permisos insuficientes para llevar a cabo esta acción" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "Error al procesar: %s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -30788,7 +30774,7 @@ msgstr "Topología" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "Dinámico" @@ -30830,102 +30816,6 @@ msgstr "Error al borrar el %d del módulo: %s" msgid "Failed to erase policy module: %d" msgstr "Error al borrar el módulo de politica: %d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "Carga media (última hora)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "Carga media (últimos 5 minutos)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "Carga media (últimos 15 minutos)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "Tamaño de intercambio total configurado para el host" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "Espacio de intercambio disponible en el host" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Tamaño de memoria real/física en el servidor" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Memoria real/física disponible en el servidor" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "Memoria total disponible" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "Memoria de caché total" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "Memoria total del búfer" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "La cantidad de memoria intercambiada desde el disco (kB/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Cantidad de memoria intercambiada con el disco (kB/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "Número de bloques enviado al dispositivo de bloques" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "Número de bloques recibidos del dispositivo de bloques" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "Número de interrupciones procesadas" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "Número de cambios de contexto" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "tiempo de CPU de usuario" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "tiempo de CPU del sistema" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "tiempo de inactividad de la CPU" - -#: ../../include/functions_snmp.php:141 -msgid "System Up time" -msgstr "Tiempo de actividad del sistema" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "Paginación" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Agrupar por Cadena Enterprise/IP" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "Filtro activo" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "Filtros activos" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "Haz clic aquí para abrir una ventana popup con la etiqueta URL" @@ -31458,621 +31348,6 @@ msgstr "" "El archivo no se encuentra en el disco. Por favor, contacta con el " "administrador." -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Monitor en estado crítico" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Monitor en estado de advertencia" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Monitor en estado normal" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "Monitor en estado desconocido" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Alerta recuperada" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Alerta finalizada" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Validación manual de alerta" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "Agente creado" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Equipo de red detectado con recon" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "Cambio de configuración" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "Administrador de configuración de red" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "ALERTA DISPARADA" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s segundos" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s minutos" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s meses" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s años" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "Se usarán los valores por defecto" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "El archivo excede el tamaño máximo" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-"Compruebe los valores de esta variable de tiempo de ejecución de PHP: "
-"
upload_max_filesize (actualmente "
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "El archivo se ha subido parcialmente"
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "No se subió ningún archivo"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "El directorio temporal no existe"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "No se pudo escribir el archivo al disco"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "Subida de archivo cancelada por la extensión"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "Error desconocido al subir el archivo"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "Datos no encontrados para exportar"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 segundos"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 segundos"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 segundos"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 minutos"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 minutos"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "Anterior"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "Series sumatorias"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "Series de media"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "Unidad "
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "Mín.:"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "Máx.:"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "Media:"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "de módulo"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "Proyección"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "Probando el email de Pandora FMS"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"Este es un email de prueba enviado desde Pandora FMS. Si lo ha recibido "
-"significa que la configuración funciona."
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr "El valor recomendado es: -1"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "No hay operación 'set', 'get' o 'help' seleccionada."
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "Esta operación no existe."
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "El ID no existe en la base de datos."
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "Esta operación no es posible en elementos de un cluster."
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-"El usuario no tiene los permisos suficientes para llevar a cabo esta acción."
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "No hay datos."
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-"Esta consola no es el administrador del entorno. Gestione esta funcionalidad "
-"desde la consola de gestión centralizada (Metaconsola)."
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "Error de autenticación"
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr "Licencia no permitida para esta operación."
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-"No se ha podido modificar el agente. Por motivos de seguridad, use un grupo "
-"diferente de 0."
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "Se han actualizado  %d/%d agentes"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "Agente actualizado."
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "No se ha podido crear el sistema operativo"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "No se ha podido actualizar el sistema operativo"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "El agente se ha eliminado correctamente"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "Módulo de red actualizado."
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "Módulo de plugin actualizado."
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "ID creada por el módulo sintético: %s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "ID del módulo sintético creado: "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "Datos del módulo actualizado."
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "Módulo SNMP actualizado."
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr "Error al crear plantilla de alerta. Id_group no puede estar en blanco."
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Error al crear plantilla de alerta. Id_group no válido o no tiene permisos "
-"suficientes para ejecutar esta acción."
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Error al cargar la plantilla de la alerta. Id_group no válido o el usuario "
-"no tiene los permisos suficientes para ejecutar esta acción."
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "Actualización correcta de la plantilla de alerta"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr "Error al eliminar la plantilla de alerta. Id_template no existe."
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "Plantilla de alerta borrada correctamente."
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "%d agentes afectados"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "Plantilla de módulo borrada correctamente."
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "Plantilla de módulo eliminada correctamente."
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr "Error al validar la alerta. Id_template no puede estar en blanco."
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr "Error al validar a alerta. Id_agent no puede estar vacío."
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr "Error al validar la alerta. Id_module no puede estar en blanco."
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr "Error al validar alerta. La alerta especificada no existe."
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "Error al validar la alerta"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "Validación correcta de todas las alertas (total %d)."
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "Validación correcta de las alertas de política."
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-"Error al detener el tiempo de inactividad. Las paradas planificadas "
-"periódicas y en ejecución no pueden detenerse."
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "Tiempo de inactividad interrumpido."
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "y este módulo no existe o no es aplicable a estos agentes: "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "y estos agentes generan problemas: "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "y estos agentes con los identificadores no existen: "
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "Tiempo de parada planificado actualizado"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr " Agentes eliminados"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr " Agentes añadidos"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "Política de módulo de datos actualizado."
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "Módulo de red de la política actualizado."
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "Módulo de plugin de la política actualizado."
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "Módulo SNMP de la política actualizado."
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "Eliminado correctamente"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "Usuario creado."
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "Usuario actualizado."
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "Usuario habilitado."
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "Usuario deshabilitado."
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "Las plantillas se han insertado en %d agentes."
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "El archivo XML se ha creado correctamente en la ruta: "
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "El módulo se ha cread en %d agentes."
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "La acción se ha asignado a %d agentes."
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "Usuario borrado."
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "Perfil de usuario añadido."
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "Perfil de usuario eliminado."
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "Módulo deshabilitado correctamente."
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "No se ha podido deshabilitar el módulo."
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "Módulo habilitado correctamente."
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "El módulo no se ha podido habilitar."
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "La alerta no se ha podido deshabilitar."
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "La alerta no se ha podido habilitar."
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "Agente habilitado."
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "Agente deshabilitado."
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "Se han actualizado la Metaconsola y las licencias de todos los nodos."
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-"Se ha actualizado la licencia de la Metaconsola, pero %d de %d nodo no se ha "
-"podido sincronizar."
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "Función exclusiva de la Metaconsola."
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "Eliminado correctamente."
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "El usuario no puede acceder al cluster."
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "Creado mediante la plantilla "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "Filtro de evento creado correctamente."
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "Filtro de evento creado correctamente."
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "Filtro de evento borrado correctamente."
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "Traps validados."
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "Traps eliminados."
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-"Recuento de módulos/alertas en ID de agente %d actualizado correctamente."
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-"Recuento de módulos/alertas actualizado correctamente en todos los agentes"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-"Se ha añadido correctamente el agente %d a pendiente de eliminación en la "
-"política %d."
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-"Error al habilitar/deshabilitar la tarea discovery. Id_user no puede estar "
-"vacío."
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"Error al habilitar/deshabilitar la tarea discovery. El valor de habilitar/"
-"deshabilitar no puede estar vacío."
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr "Error al habilitar/deshabilitar la tarea discovery."
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "Tarea discovery habilitada."
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "Tarea discovery deshabilitada."
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "Configurar usuario"
@@ -32725,7 +32000,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "Al menos un módulo está en estado CRÍTICO"
 
@@ -32733,7 +32008,7 @@ msgstr "Al menos un módulo está en estado CRÍTICO"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "Al menos un módulo está en estado de ADVERTENCIA"
 
@@ -32741,7 +32016,7 @@ msgstr "Al menos un módulo está en estado de ADVERTENCIA"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "Al menos un módulo está en estado DESCONOCIDO"
 
@@ -32749,7 +32024,7 @@ msgstr "Al menos un módulo está en estado DESCONOCIDO"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "Todos los monitores OK"
 
@@ -32998,183 +32273,6 @@ msgstr "Deshacer"
 msgid "Use agent IP"
 msgstr "Usar IP de agente"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Error al procesar la petición"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"Es posible que esta vista utilice parte de la información a la cual tu "
-"usuario no tenga acceso"
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "Software"
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr "Forzar comprobación"
-
-#: ../../include/functions_ui.php:1537
-msgid "Are you sure you want to delete alert action?"
-msgstr "¿Está seguro de que desea eliminar la acción de la alerta?"
-
-#: ../../include/functions_ui.php:1625
-msgid "Are you sure you want to delete alert?"
-msgstr "¿Está seguro de que desea eliminar la alerta?"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"La alerta se disparará cuando el valor esté por encima de "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-"La alerta se disparará cuando el valor esté por debajo de "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "Opción desconocida."
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "sistema Flexible de Monitorización"
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr "Primero"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Tipo desconocido"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "Exportar página actual a CSV"
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr "export_%s_current_page_%s"
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr "No se encontraron registros coincidentes"
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr "No hay datos disponibles en la tabla"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr "Aplique un filtro para mostrar los datos."
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "ALERTA"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "SISTEMA"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "Versión Enterprise no instalada"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Escribe al menos dos caracteres para buscar."
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "Error no tratado"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "Ha ocurrido un error no tratado"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "Vista de captura de pantalla"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-"Estos controles emplean la zona horaria del sistema (%s) en vez de la suya "
-"(%s). La diferencia de horas con su zona horaria es %s."
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "Consulta"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "Resultados"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "Ejecutar consulta"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "Mostrar contraseña"
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr "Servidor web"
-
-#: ../../include/functions_ui.php:7568
-msgid "Wizard Module"
-msgstr "Módulo de wizard"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "Seleccionar módulo de inventario"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "Usar campos personalizados"
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "Nombre del campo"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr "Es una contraseña"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "Añadir campo"
-
-#: ../../include/functions_ui.php:8388
-msgid "Empty view image"
-msgstr "Imagen vacía"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "Acciones de alerta"
@@ -33206,66 +32304,1548 @@ msgstr "Conexiones GIS"
 msgid "GIS map layers"
 msgstr "Mapas GIS adicionales"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "Versión Enterprise no instalada"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Comprobaciones de monitores"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "Total de agentes y monitores"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "Alertas definidas"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "Alertas definidas y disparadas"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "Monitor crítico"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "Monitor en estado de advertencia"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "Monitor normal"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "Monitor en estado desconocido"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "Monitor en estado no iniciado"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "Monitores por estado"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "Máximo"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "No se han disparado alertas"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "SISTEMA"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "Nodo principal"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Tiempo de actualización"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Fecha de inicio"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "Tiempo de inicio"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Rango de tiempo"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "Comparación de tiempo (por separado)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr "Dividido"
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Mostrar eventos"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Mostrar alertas"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "Mostrar gráficos desconocidos"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Ampliación"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "Mostrar el percentil"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "Mostar series de datos MEDIA/MÄX./MÍN. en la gráfica"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "Gráfico de proyección"
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+"El gráfico de proyección debe tomar como fecha de inicio la fecha actual"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "Actualizar"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "Menu de configuración de gráfica"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "Última ejecución"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "Forzar ejecución"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "Tipo de informe"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "expresión regular"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "Informe por agente"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "Script personalizado"
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr "Habilitar tarea"
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr "No hay jobs"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "El archivo de colección es más grande que el límite (%s bytes)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "Error de seguridad"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "Error de subida"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "Problema al configurar umask: %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "Subida correcta"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "Era imposible descomprimir el archivo"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"El tamaño del archivo es demasiado grande. Por favor, comprueba la "
+"configuración de php.ini o contacta con el administrador"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "Filtro creado correctamente"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "Error al crear el archivo"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "Error al crear archivo con nombre en blanco"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "Error de seguridad."
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "Directorio creado"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "Algo salió mal al crear un directorio"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "Eliminado(s)"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "Crear directorio"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+msgid "Create File"
+msgstr "Crear archivo"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "Subir archivos"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr "Ruta real"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "El directorio %s no existe!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Directorio padre"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "Directorio"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "Archivo comprimido"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "Archivo de texto"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "Cualquier usuario podría ejecutar este archivo"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "Asegúrate de que no puede desempeñar tareas peligrosas"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "No hay archivos o directorios a mostrar."
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Crear directorio"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"Subir archivo zip a este directorio, útil para subir múltiples archivos."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "Descomprimir"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Ir"
+
+#: ../../include/functions_filemanager.php:1058
+msgid "Create file"
+msgstr "Crear archivo"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "Subir archivo/s"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "Este directorio es solo de lectura"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "Seleccione un elemento de la lista."
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr "Seleccionar uno o varios elementos"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "Filtrar agente"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+msgid "Type to search agents"
+msgstr "Escriba para buscar agentes"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "Filtro de módulo"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr "Escriba para buscar módulos"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr "Solo módulos comunes"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "semanas"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "Día del mes"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Mes"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "Día de la semana"
+
+#: ../../include/functions_html.php:5522
+msgid "Select a file"
+msgstr "Seleccionar un archivo"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "Escribe al menos dos caracteres para buscar el módulo."
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr "%s no puede verificar el origen de la petición. Vuelva a intentarlo."
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "Un grupo primario no puede ser también secundario."
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr "Subir"
+
+#: ../../include/functions_html.php:7984
+msgid "Last 24hr"
+msgstr "Últimas 24 horas"
+
+#: ../../include/functions_html.php:7987
+msgid "Past week"
+msgstr "Semana pasada"
+
+#: ../../include/functions_html.php:7988
+msgid "Past month"
+msgstr "Mes pasado"
+
+#: ../../include/functions_html.php:7990
+msgid "Last 15 days"
+msgstr "Últimos 15 días"
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr "Fijar fecha de inicio y conclusión"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "Revisar configuración de correo"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr "Ir a"
+
+#: ../../include/functions_notifications.php:804
+msgid "Enable user configuration"
+msgstr "Activar configuración de usuario"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "Personalización de subtipo"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "Usuarios notificados"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "Grupos notificados"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "Añadir usuarios"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "Añadir grupos"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "Borrar usuarios"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "Borrar grupos"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "Añadir elementos"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "Eliminar elementos"
+
+#: ../../include/functions_notifications.php:1082
+msgid "Show all"
+msgstr "Mostrar todo"
+
+#: ../../include/functions_notifications.php:1086
+msgid "History DB"
+msgstr "Histórico DB"
+
+#: ../../include/functions_notifications.php:1090
+msgid "Pandora DB"
+msgstr "Pandora DB"
+
+#: ../../include/functions_notifications.php:1098
+msgid "Allow override"
+msgstr "Permitir anulación"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+msgid "Apply filter"
+msgstr "Aplicar filtro"
+
+#: ../../include/functions_notifications.php:1160
+msgid "See all notifications"
+msgstr "Ver todas las notificaciones"
+
+#: ../../include/functions_notifications.php:1176
+msgid "Mark all as read"
+msgstr "Marcar todos como leídos"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "Pinche aquí para obtener más información"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr "Más información…"
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Gráfico simple"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "Gráfico simple de línea base"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "Gráfico de barra vertical SQL"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "Gráfico circular de  SQL"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "Gráfica de barras horizontales SQL"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "Gráfico automático combinado"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "Gráfico de disponibilidad"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "Gráfico de histórico de módulo"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "Redes IPAM"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "SLA."
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "SLA mensual."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "SLA semanal."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "SLA cada hora."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "SLA de servicios."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "Predicción"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "Fecha de predicción"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "Valor medio"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "Valor Max"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "Valor mínimo"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Informe de monitores"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "Serializar datos"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "Datos históricos"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "Incremento"
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr "Detalle de nivel de servicios"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "Agrupado"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "Grupo de informes"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "Excepción"
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr "Estado de los agentes/módulos"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "Top N"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "Interfaces de red"
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr "Renderizado personalizado"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "Disponibilidad"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "Texto/HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "Importar texto de una URL"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "Informe de alerta de módulo"
+
+#: ../../include/functions_reports.php:869
+msgid "Agent alert report"
+msgstr "Informe de alerta de agente"
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "Informe de alerta de grupo"
+
+#: ../../include/functions_reports.php:881
+msgid "Actions alert report"
+msgstr "Informe de alerta de acciones"
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "Informe de evento de módulo"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "Informe de evento de agente"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "Informe de evento de grupo"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "Inventario de agentes"
+
+#: ../../include/functions_reports.php:907
+msgid "Modules inventory"
+msgstr "Inventario de módulos"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "Inventario de cambios"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Configuración de agentes"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "Configuración del grupo"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Gráfico de área de Netflow"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Tabla de datos de Netflow"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Tabla de resumen de Netflow"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr "Conexiones Netflow top-N"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "Log"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "Informe de log"
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr "Informe de log por intervalo"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "Informe de permisos"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "NCM"
+
+#: ../../include/functions_reports.php:971
+msgid "NCM configuration changes"
+msgstr "Cambios en la configuración NCM"
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr "Lista de dispositivos NCM"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+msgid "Security hardening"
+msgstr "Hardening de seguridad"
+
+#: ../../include/functions_reports.php:1002
+msgid "List of checks"
+msgstr "Lista de comprobaciones"
+
+#: ../../include/functions_reports.php:1017
+msgid "Severity graph bar"
+msgstr "Gráfico de barras de gravedad"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr "Gráfica de donut de complejidad del ataque"
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr "Gráfica de sectores por paquetes"
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr "Informe detallado de seguridad"
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr "Vulnerabilidades de agente"
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr "Agentes con mayor riesgo"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr "Vulnerabilidades más comunes"
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr "Macro"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "Cadena"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr "Sql"
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr "Gráfico SQL"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "Periodo "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Agente añadido correctamente al diseño"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Módulos añadidos correctamente al diseño"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "Agentes añadidos correctamente al diseño"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "No se puede cargar el mapa visual"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "No se han encontrado cambios"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "Obtener archivo CSV"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "Añadido"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Monitor en estado crítico"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Monitor en estado de advertencia"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Monitor en estado normal"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "Monitor en estado desconocido"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Alerta recuperada"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Alerta finalizada"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Validación manual de alerta"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "Agente creado"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Equipo de red detectado con recon"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "Cambio de configuración"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "Administrador de configuración de red"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "ALERTA DISPARADA"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s segundos"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s minutos"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s meses"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s años"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "Se usarán los valores por defecto"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "El archivo excede el tamaño máximo"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+"Compruebe los valores de esta variable de tiempo de ejecución de PHP: "
+"
upload_max_filesize (actualmente "
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "El archivo se ha subido parcialmente"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "No se subió ningún archivo"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "El directorio temporal no existe"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "No se pudo escribir el archivo al disco"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "Subida de archivo cancelada por la extensión"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "Error desconocido al subir el archivo"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "Datos no encontrados para exportar"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 segundos"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 segundos"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 segundos"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 minutos"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 minutos"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "Anterior"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "Series sumatorias"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "Series de media"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "Mín.:"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "Máx.:"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "Media:"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "de módulo"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "Proyección"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "Probando el email de Pandora FMS"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"Este es un email de prueba enviado desde Pandora FMS. Si lo ha recibido "
+"significa que la configuración funciona."
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr "El valor recomendado es: -1"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "No hay operación 'set', 'get' o 'help' seleccionada."
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "Esta operación no existe."
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "El ID no existe en la base de datos."
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "Esta operación no es posible en elementos de un cluster."
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+"El usuario no tiene los permisos suficientes para llevar a cabo esta acción."
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "No hay datos."
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+"Esta consola no es el administrador del entorno. Gestione esta funcionalidad "
+"desde la consola de gestión centralizada (Metaconsola)."
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "Error de autenticación"
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr "Licencia no permitida para esta operación."
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+"No se ha podido modificar el agente. Por motivos de seguridad, use un grupo "
+"diferente de 0."
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "Se han actualizado  %d/%d agentes"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "Agente actualizado."
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "No se ha podido crear el sistema operativo"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "No se ha podido actualizar el sistema operativo"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "El agente se ha eliminado correctamente"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "Módulo de red actualizado."
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "Módulo de plugin actualizado."
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "ID creada por el módulo sintético: %s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "ID del módulo sintético creado: "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "Datos del módulo actualizado."
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "Módulo SNMP actualizado."
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr "Error al crear plantilla de alerta. Id_group no puede estar en blanco."
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Error al crear plantilla de alerta. Id_group no válido o no tiene permisos "
+"suficientes para ejecutar esta acción."
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Error al cargar la plantilla de la alerta. Id_group no válido o el usuario "
+"no tiene los permisos suficientes para ejecutar esta acción."
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "Actualización correcta de la plantilla de alerta"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr "Error al eliminar la plantilla de alerta. Id_template no existe."
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "Plantilla de alerta borrada correctamente."
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "%d agentes afectados"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "Plantilla de módulo borrada correctamente."
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "Plantilla de módulo eliminada correctamente."
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr "Error al validar la alerta. Id_template no puede estar en blanco."
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr "Error al validar a alerta. Id_agent no puede estar vacío."
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr "Error al validar la alerta. Id_module no puede estar en blanco."
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr "Error al validar alerta. La alerta especificada no existe."
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "Error al validar la alerta"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "Validación correcta de todas las alertas (total %d)."
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "Validación correcta de las alertas de política."
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+"Error al detener el tiempo de inactividad. Las paradas planificadas "
+"periódicas y en ejecución no pueden detenerse."
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "Tiempo de inactividad interrumpido."
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "y este módulo no existe o no es aplicable a estos agentes: "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "y estos agentes generan problemas: "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "y estos agentes con los identificadores no existen: "
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "Tiempo de parada planificado actualizado"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr " Agentes eliminados"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr " Agentes añadidos"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "Política de módulo de datos actualizado."
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "Módulo de red de la política actualizado."
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "Módulo de plugin de la política actualizado."
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "Módulo SNMP de la política actualizado."
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "Eliminado correctamente"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "Usuario creado."
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "Usuario actualizado."
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "Usuario habilitado."
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "Usuario deshabilitado."
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "Las plantillas se han insertado en %d agentes."
+
+#: ../../include/functions_api.php:10340
+#, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "El archivo XML se ha creado correctamente en la ruta: %s"
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "El módulo se ha cread en %d agentes."
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "La acción se ha asignado a %d agentes."
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "Usuario borrado."
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "Perfil de usuario añadido."
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "Perfil de usuario eliminado."
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "Módulo deshabilitado correctamente."
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "No se ha podido deshabilitar el módulo."
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "Módulo habilitado correctamente."
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "El módulo no se ha podido habilitar."
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "La alerta no se ha podido deshabilitar."
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "La alerta no se ha podido habilitar."
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "Agente habilitado."
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "Agente deshabilitado."
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "Se han actualizado la Metaconsola y las licencias de todos los nodos."
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+"Se ha actualizado la licencia de la Metaconsola, pero %d de %d nodo no se ha "
+"podido sincronizar."
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "Función exclusiva de la Metaconsola."
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "Eliminado correctamente."
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "El usuario no puede acceder al cluster."
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "Creado mediante la plantilla "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "Filtro de evento creado correctamente."
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "Filtro de evento creado correctamente."
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "Filtro de evento borrado correctamente."
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "Traps validados."
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "Traps eliminados."
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+"Recuento de módulos/alertas en ID de agente %d actualizado correctamente."
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+"Recuento de módulos/alertas actualizado correctamente en todos los agentes"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+"Se ha añadido correctamente el agente %d a pendiente de eliminación en la "
+"política %d."
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+"Error al habilitar/deshabilitar la tarea discovery. Id_user no puede estar "
+"vacío."
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"Error al habilitar/deshabilitar la tarea discovery. El valor de habilitar/"
+"deshabilitar no puede estar vacío."
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr "Error al habilitar/deshabilitar la tarea discovery."
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "Tarea discovery habilitada."
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "Tarea discovery deshabilitada."
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "Fallo de actualización: el usuario no inició sesión."
@@ -34237,6 +34817,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "sistema Flexible de Monitorización"
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr "Metaconsola PandoraFMS"
@@ -34249,1939 +34834,11 @@ msgstr "Consola de operación centralizada"
 msgid "COMMAND CENTER"
 msgstr "CENTRO DE COMANDO"
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "Máximo"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "No se han disparado alertas"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "Nodo principal"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Tiempo de actualización"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Fecha de inicio"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "Tiempo de inicio"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Rango de tiempo"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "Comparación de tiempo (por separado)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr "Dividido"
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Mostrar eventos"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Mostrar alertas"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "Mostrar gráficos desconocidos"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Ampliación"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "Mostrar el percentil"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr "Mostar series de datos MEDIA/MÄX./MÍN. en la gráfica"
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "Gráfico de proyección"
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-"El gráfico de proyección debe tomar como fecha de inicio la fecha actual"
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "Actualizar"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr "Menu de configuración de gráfica"
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "Etiqueta: "
-
-#: ../../include/functions_reporting_html.php:116
-msgid "Data time"
-msgstr "Tiempo de datos"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "Generado"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "Fecha del informe"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "Período de elementos antes de"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr "Riesgo"
-
-#: ../../include/functions_reporting_html.php:674
-msgid "CVE"
-msgstr "CVE"
-
-#: ../../include/functions_reporting_html.php:677
-msgid "Detection time"
-msgstr "Hora de selección"
-
-#: ../../include/functions_reporting_html.php:680
-msgid "Attack Vector"
-msgstr "Vector de ataque"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr "Ámbito"
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr "Confidencialidad"
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr "Integridad"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "Disponibilidad"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr "SecMon"
-
-#: ../../include/functions_reporting_html.php:825
-msgid "L.S. Change"
-msgstr "Cambio de L.S"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "Valores max/min"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "Límite del SLA"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "Cumplimiento del SLA"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "Tiempo global"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "Tiempo total"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "Tiempo en fallo"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "Tiempo OK"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "Tiempo desconocido"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "Tiempo no iniciado"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "Parada planificada"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "Tiempo de comprobaciones"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "Comprobaciones totales"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "Comprobaciones fallidas"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "Comprobaciones OK"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "Comprobaciones desconocidas"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr "24/7"
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "No hay Agentes/Módulos definidos"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "No iniciado"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "Paradas planificadas"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "Valor medio"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-msgid "Validated by"
-msgstr "Validado por"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Evento validado"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "Evento en proceso"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "Nuevo evento"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr "Sistema %s"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "Eventos por usuario validador"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "Eventos por gravedad"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "Eventos validados vs no validados"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "Nombre del evento"
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr "Sec. grupos"
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr "Configuración remota."
-
-#: ../../include/functions_reporting_html.php:2447
-msgid "Agent secondary groups"
-msgstr "Grupos secundarios de agentes"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "Añadido"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "Eliminado(s)"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr "Celda gris cuando el módulo está en estado \"no iniciado\""
-
-#: ../../include/functions_reporting_html.php:3037
-msgid "Last time"
-msgstr "Última vez"
-
-#: ../../include/functions_reporting_html.php:3121
-msgid "Agent / Module"
-msgstr "Agente/módulo"
-
-#: ../../include/functions_reporting_html.php:3234
-msgid "OS Type"
-msgstr "Tipo de SO"
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr "Vista de datos de todos los grupos"
-
-#: ../../include/functions_reporting_html.php:3630
-msgid "Group Description"
-msgstr "Descripción de grupo"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr "Distribución por sistema operativo"
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "Eventos validados por el usuario"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "Eventos por gravedad"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "Cantidad de eventos validados"
-
-#: ../../include/functions_reporting_html.php:4470
-msgid "Total summary"
-msgstr "Resumen total"
-
-#: ../../include/functions_reporting_html.php:4477
-msgid "No alerts fired"
-msgstr "No hay alertas disparadas"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "Interfaz '%s' gráfico de rendimiento"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "Estado actual"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "Módulos vacíos"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "Tiempo transcurrido"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "Desde datos"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "Hasta datos"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "Incremento"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "Incremento negativo: "
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "Incremento positivo: "
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "Incremento neutral: "
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "Tiempo en módulo no iniciado"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "Tiempo de parada planificada"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% OK"
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr "Comprobaciones Advertencia"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "Comprobaciones en desconocido"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr "Primario"
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "Valor mínimo del agente"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "Suma"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "Nivel de alerta"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Descripción de la alerta"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "Agentes en el grupo: %s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Último fallo"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "N/A(*)"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Monitores"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "Agentes por estado"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "Resumen de nodos"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "Eventos en estado crítico"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "Eventos en estado de advertencia"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "Eventos OK"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "Eventos desconocidos"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr "El conteo de eventos corresponde a los eventos en la última hora"
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "Eventos importantes por gravedad"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr "Última actividad en la consola %s"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "Información de eventos (1h)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "No hay eventos"
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr ""
-"Este SLA se ha visto afectado por los siguientes tiempos de inactividad "
-"programados"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-"Si la duración de la parada planificada es de menos de 5 minutos, no se "
-"representará en el gráfico"
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "Fechas"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr "A este elemento le afecta una parada planificada mal formada"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr "Ir a la sección de paradas planificadas para solucionar este problema"
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr "Permisos"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr "Fabricante"
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr "Modelo"
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr "Firmware"
-
-#: ../../include/functions_reporting_html.php:7850
-msgid "Last backup date"
-msgstr "Fecha de última copia de seguridad"
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr "Diferencia"
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "Última ejecución"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "Forzar ejecución"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "Tipo de informe"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr "expresión regular"
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "Informe por agente"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "Script personalizado"
-
-#: ../../include/functions_cron.php:975
-msgid "Enable task"
-msgstr "Habilitar tarea"
-
-#: ../../include/functions_cron.php:989
-msgid "There are no jobs"
-msgstr "No hay jobs"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "El archivo de colección es más grande que el límite (%s bytes)"
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "Error de seguridad"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "Error de subida"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr "Problema al configurar umask: %s"
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "Subida correcta"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr "Era imposible descomprimir el archivo"
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-"El tamaño del archivo es demasiado grande. Por favor, comprueba la "
-"configuración de php.ini o contacta con el administrador"
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr "Filtro creado correctamente"
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "Error al crear el archivo"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "Error al crear archivo con nombre en blanco"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "Error de seguridad."
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "Directorio creado"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr "Algo salió mal al crear un directorio"
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr "Crear directorio"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-msgid "Create File"
-msgstr "Crear archivo"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr "Subir archivos"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-msgid "Real path"
-msgstr "Ruta real"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "El directorio %s no existe!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Directorio padre"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "Directorio"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "Archivo comprimido"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "Archivo de texto"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "Cualquier usuario podría ejecutar este archivo"
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "Asegúrate de que no puede desempeñar tareas peligrosas"
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr "No hay archivos o directorios a mostrar."
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Crear directorio"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-"Subir archivo zip a este directorio, útil para subir múltiples archivos."
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "Descomprimir"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Ir"
-
-#: ../../include/functions_filemanager.php:1058
-msgid "Create file"
-msgstr "Crear archivo"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "Subir archivo/s"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "Este directorio es solo de lectura"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr "Seleccione un elemento de la lista."
-
-#: ../../include/functions_html.php:1015
-msgid "Select one or more elements"
-msgstr "Seleccionar uno o varios elementos"
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "Filtrar agente"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-msgid "Type to search agents"
-msgstr "Escriba para buscar agentes"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "Filtro de módulo"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-msgid "Type to search modules"
-msgstr "Escriba para buscar módulos"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-msgid "Only common modules"
-msgstr "Solo módulos comunes"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "semanas"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "Día del mes"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Mes"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "Día de la semana"
-
-#: ../../include/functions_html.php:5522
-msgid "Select a file"
-msgstr "Seleccionar un archivo"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "Escribe al menos dos caracteres para buscar el módulo."
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr "%s no puede verificar el origen de la petición. Vuelva a intentarlo."
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr "Un grupo primario no puede ser también secundario."
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr "Subir"
-
-#: ../../include/functions_html.php:7984
-msgid "Last 24hr"
-msgstr "Últimas 24 horas"
-
-#: ../../include/functions_html.php:7987
-msgid "Past week"
-msgstr "Semana pasada"
-
-#: ../../include/functions_html.php:7988
-msgid "Past month"
-msgstr "Mes pasado"
-
-#: ../../include/functions_html.php:7990
-msgid "Last 15 days"
-msgstr "Últimos 15 días"
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr "Fijar fecha de inicio y conclusión"
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr "Revisar configuración de correo"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr "Ir a"
-
-#: ../../include/functions_notifications.php:804
-msgid "Enable user configuration"
-msgstr "Activar configuración de usuario"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr "Personalización de subtipo"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr "Usuarios notificados"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr "Grupos notificados"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr "Añadir usuarios"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr "Añadir grupos"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr "Borrar usuarios"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr "Borrar grupos"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr "Añadir elementos"
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr "Eliminar elementos"
-
-#: ../../include/functions_notifications.php:1082
-msgid "Show all"
-msgstr "Mostrar todo"
-
-#: ../../include/functions_notifications.php:1086
-msgid "History DB"
-msgstr "Histórico DB"
-
-#: ../../include/functions_notifications.php:1090
-msgid "Pandora DB"
-msgstr "Pandora DB"
-
-#: ../../include/functions_notifications.php:1098
-msgid "Allow override"
-msgstr "Permitir anulación"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-msgid "Apply filter"
-msgstr "Aplicar filtro"
-
-#: ../../include/functions_notifications.php:1160
-msgid "See all notifications"
-msgstr "Ver todas las notificaciones"
-
-#: ../../include/functions_notifications.php:1176
-msgid "Mark all as read"
-msgstr "Marcar todos como leídos"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr "Pinche aquí para obtener más información"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr "Más información…"
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Gráfico simple"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "Gráfico simple de línea base"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "Gráfico de barra vertical SQL"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "Gráfico circular de  SQL"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr "Gráfica de barras horizontales SQL"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "Gráfico automático combinado"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "Gráfico de disponibilidad"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "Gráfico de histórico de módulo"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "IPAM"
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr "Redes IPAM"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "SLA."
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "SLA mensual."
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "SLA semanal."
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "SLA cada hora."
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "SLA de servicios."
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "Predicción"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "Fecha de predicción"
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr "Valor medio"
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr "Valor Max"
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr "Valor mínimo"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Informe de monitores"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "Serializar datos"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "Datos históricos"
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr "Detalle de nivel de servicios"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "Agrupado"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "Grupo de informes"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "Excepción"
-
-#: ../../include/functions_reports.php:818
-msgid "Agents/Modules status"
-msgstr "Estado de los agentes/módulos"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "Top N"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "Interfaces de red"
-
-#: ../../include/functions_reports.php:845
-msgid "Custom Render"
-msgstr "Renderizado personalizado"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "Texto/HTML "
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "Importar texto de una URL"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr "Informe de alerta de módulo"
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr "Informe de alerta de agente "
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr "Informe de alerta de grupo"
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr "Informe de alerta de acciones "
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr "Informe de evento de módulo"
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr "Informe de evento de agente"
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr "Informe de evento de grupo"
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr "Inventario de agentes"
-
-#: ../../include/functions_reports.php:907
-msgid "Modules inventory"
-msgstr "Inventario de módulos"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "Inventario de cambios"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Configuración de agentes"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "Configuración del grupo"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "Gráfico de área de Netflow"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "Tabla de datos de Netflow"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "Tabla de resumen de Netflow"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-msgid "Netflow top-N connections"
-msgstr "Conexiones Netflow top-N"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "Log"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "Informe de log"
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr "Informe de log por intervalo"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr "Informe de permisos"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr "NCM"
-
-#: ../../include/functions_reports.php:971
-msgid "NCM configuration changes"
-msgstr "Cambios en la configuración NCM"
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr "Lista de dispositivos NCM"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-msgid "Security hardening"
-msgstr "Hardening de seguridad"
-
-#: ../../include/functions_reports.php:1002
-msgid "List of checks"
-msgstr "Lista de comprobaciones"
-
-#: ../../include/functions_reports.php:1017
-msgid "Severity graph bar"
-msgstr "Gráfico de barras de gravedad"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr "Gráfica de donut de complejidad del ataque"
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr "Gráfica de sectores por paquetes"
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr "Informe detallado de seguridad"
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr "Vulnerabilidades de agente"
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr "Agentes con mayor riesgo"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr "Vulnerabilidades más comunes"
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr "Macro"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "Cadena"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr "Sql"
-
-#: ../../include/functions_reports.php:1192
-msgid "Graph Sql"
-msgstr "Gráfico SQL"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr "Periodo "
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Agente añadido correctamente al diseño"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Módulos añadidos correctamente al diseño"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "Agentes añadidos correctamente al diseño"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "No se puede cargar el mapa visual"
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-"No dispone de memoria suficiente para esta operación, aumente el límite de "
-"la memoria."
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr " agentes"
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr " módulos"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "No hay SLA definidos"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr "Inverso"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr "Top N"
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr "Primeros %d"
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr "Datos insuficientes"
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr "Informe de eventos del grupo"
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr "Excluir "
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr "Informe de eventos del módulo"
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr "Cambios de inventario"
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr "No se han encontrado cambios."
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr "Agentes/módulos"
-
-#: ../../include/functions_reporting.php:3622
-msgid "Agent/Modules Status"
-msgstr "Estado del agente/módulos"
-
-#: ../../include/functions_reporting.php:3813
-msgid "End of life report"
-msgstr "Fecha de expiración del informe"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr "Excepción - Todo"
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "Excepción - Módulos por encima de o igual a %s"
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "Módulos por encima de o igual a %s"
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "Excepción - Módulos por debajo o igual a %s"
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "Módulos por debajo de o igual a %s"
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "Excepción - Módulos por debajo de %s"
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr "Módulos por debajo de %s"
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "Excepción - Módulos por encima de %s"
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr "Módulos por encima de %s"
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "Excepción - Igual a %s"
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr "Igual a %s"
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "Excepción - No igual a %s"
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr "No igual a %s"
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr "Excepción - Módulos en estado normal"
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr "Módulos en estado normal"
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr "Excepción - Módulos en estado crítico o de advertencia"
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr "Módulos en estado crítico o de advertencia"
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr "No hay módulos bajo esas condiciones."
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "No hay módulos por encima de o iguales a %s."
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "No hay módulos por debajo de o iguales a %s."
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "No hay módulos por debajo de %s."
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "No hay módulos por encima de %s."
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "No hay módulos iguales a %s"
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "No hay módulos no iguales a %s"
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr "No hay módulos en estado normal"
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr "No hay módulos en estado crítico o de advertencia"
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr "Informe del grupo"
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr "Informe de eventos de agentes"
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr "Base de datos serializada"
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr "Último valor"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr "No hay datos en el intervalo seleccionado"
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr "Informe de las interfaces de red"
-
-#: ../../include/functions_reporting.php:5786
-msgid "Custom render report"
-msgstr "Informe de representación personalizado"
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr "Error al descodificar la definición de macros a json"
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-"Esta consulta es insegura, podría aplicar modificationes no deseadas en el "
-"esquema"
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr "El grupo no tiene agentes o los agentes no tienen interfaz de red"
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr "bytes/s"
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr "Informe de alertas de grupo"
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr "Informe de alertas de agente"
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr "Informe de alertas de módulo"
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr "Gráfico de barras verticales SQL"
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr "Gráfico de barras horizontales SQL"
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr "Gráfico SQL circular"
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr "Informe de monitores"
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr "Área de Netflow"
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr "Resumen de Netflow"
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr "Datos de Netflow"
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr "Informe desconocido"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr "Tráfico de entrada/salida por IP de origen/destino"
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr "Fecha de predicción"
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr "Valor medio"
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr "SQL"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr "Error al conectarse al %s de nodo"
-
-#: ../../include/functions_reporting.php:8177
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-"Consulta ilegal: debido a restricciones de seguridad, hay algunos tokens o "
-"palabras que no se puede usar: *, borrar, eliminar, soltar, alterar, "
-"modificar, contraseña, pass, insertar o actualizar."
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr "Sin dirección"
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-"El monitor no tiene datos en este rango de fecha o el tipo de monitor no es "
-"numérico"
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr "El tipo de monitor no es numérico"
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr "Tasa"
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr "Gráfica combinada automática"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "Estado del servidor"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr "%d servidores caídos"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "Estado del monitor"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "%d monitores fuera de la normalidad"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "de monitores funcionando"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "Estado de los módulos"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "%d monitores sin iniciar"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "del total de módulos iniciados"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr "%d alertas disparadas"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "de alertas definidas no disparadas"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr "Usuarios definidos"
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "Agente sin datos"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr "%d módulos totales"
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "%d módulos en estado normal"
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "%d módulos en estado crítico"
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "%d módulos en estado de advertencia"
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "%d módulos en estado desconocido"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d módulos en estado no iniciado"
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr "%d módulos normales"
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr "%d módulos críticos"
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr "%d módulos en estado de advertencia"
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr "%d módulos desconocidos"
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr "%d del total de agentes"
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr "%d agentes normales"
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr "%d agentes en estado crítico"
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr "%d agentes en estado de advertencia"
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr "%d agentes desconocidos"
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr "%d agentes no iniciados"
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "Total de módulos en ejecución"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr "Proporción"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr "Módulos por segundo"
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "Módulos locales"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr "Módulos de red"
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr "Módulos de plugin"
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr "Módulos de predicción"
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr "Módulos WMI"
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr "Módulos web"
-
-#: ../../include/functions_reporting.php:15478
-msgid "Start condition"
-msgstr "Condición de inicio"
-
-#: ../../include/functions_reporting.php:15478
-msgid "Stop condition"
-msgstr "Condición de detención"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr "Semanalmente:"
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr "Mensual:"
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr "Gráfico de histograma del módulo"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr "Saludos"
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr "En este correo encontrarás en adjunto un archivo del"
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr "informe"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "Generado el"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr "Gracias por tu tiempo."
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr "Saludos cordiales, Pandora FMS"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
-msgstr ""
-"Este es un email generado automáticamente por Pandora FMS. Por favor, no "
-"respondas a este email."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
+msgstr "ALERTA"
 
 #: ../../include/functions_events.php:194
 msgid "NEW"
@@ -36199,6 +34856,15 @@ msgstr "VALIDADO"
 msgid "Event id"
 msgstr "Identificación del evento"
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "Nombre del evento"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr "Módulo de agente"
@@ -36217,6 +34883,16 @@ msgstr "ID personalizada de módulo"
 msgid "Could not connect: %s"
 msgstr "No se ha podido conectar: %s"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "No hay eventos"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "Últimos eventos"
@@ -36225,6 +34901,33 @@ msgstr "Últimos eventos"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "Nuevo evento"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Evento validado"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "Evento en proceso"
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr "Cambiando a estado desconocido"
@@ -36383,14 +35086,1294 @@ msgstr "Ejecutando comando"
 msgid "Execute again"
 msgstr "Ejecutar de nuevo"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "No se han encontrado cambios"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
+msgstr ""
+"No dispone de memoria suficiente para esta operación, aumente el límite de "
+"la memoria."
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "Obtener archivo CSV"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr " agentes"
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr " módulos"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "No hay SLA definidos"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr "Inverso"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr "Top N"
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr "Primeros %d"
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "No hay Agentes/Módulos definidos"
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr "Datos insuficientes"
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr "Informe de eventos del grupo"
+
+#: ../../include/functions_reporting.php:2286
+#, php-format
+msgid "Exclude %s"
+msgstr "Excluir %s"
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr "Informe de eventos del módulo"
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr "Cambios de inventario"
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr "No se han encontrado cambios."
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr "Agentes/módulos"
+
+#: ../../include/functions_reporting.php:3622
+msgid "Agent/Modules Status"
+msgstr "Estado del agente/módulos"
+
+#: ../../include/functions_reporting.php:3813
+msgid "End of life report"
+msgstr "Fecha de expiración del informe"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr "Excepción - Todo"
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr "Excepción - Módulos por encima de o igual a %s"
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr "Módulos por encima de o igual a %s"
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr "Excepción - Módulos por debajo o igual a %s"
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr "Módulos por debajo de o igual a %s"
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr "Excepción - Módulos por debajo de %s"
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr "Módulos por debajo de %s"
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr "Excepción - Módulos por encima de %s"
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr "Módulos por encima de %s"
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "Excepción - Igual a %s"
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr "Igual a %s"
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "Excepción - No igual a %s"
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr "No igual a %s"
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr "Excepción - Módulos en estado normal"
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr "Módulos en estado normal"
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr "Excepción - Módulos en estado crítico o de advertencia"
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr "Módulos en estado crítico o de advertencia"
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr "No hay módulos bajo esas condiciones."
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "No hay módulos por encima de o iguales a %s."
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "No hay módulos por debajo de o iguales a %s."
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "No hay módulos por debajo de %s."
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "No hay módulos por encima de %s."
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "No hay módulos iguales a %s"
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "No hay módulos no iguales a %s"
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr "No hay módulos en estado normal"
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr "No hay módulos en estado crítico o de advertencia"
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr "Informe del grupo"
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr "Informe de eventos de agentes"
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr "Base de datos serializada"
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr "Último valor"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr "No hay datos en el intervalo seleccionado"
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr "Informe de las interfaces de red"
+
+#: ../../include/functions_reporting.php:5797
+msgid "Custom render report"
+msgstr "Informe de representación personalizado"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr "Error al descodificar la definición de macros a json"
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+"Esta consulta es insegura, podría aplicar modificationes no deseadas en el "
+"esquema"
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr "El grupo no tiene agentes o los agentes no tienen interfaz de red"
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr "bytes/s"
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr "Informe de alertas de grupo"
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr "Informe de alertas de agente"
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr "Informe de alertas de módulo"
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr "Gráfico de barras verticales SQL"
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr "Gráfico de barras horizontales SQL"
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr "Gráfico SQL circular"
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr "Informe de monitores"
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr "Área de Netflow"
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr "Resumen de Netflow"
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr "Datos de Netflow"
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr "Informe desconocido"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr "Tráfico de entrada/salida por IP de origen/destino"
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr "Fecha de predicción"
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr "Valor medio"
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "Tiempo transcurrido"
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr "SQL"
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr "Error al conectarse al %s de nodo"
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+"Consulta ilegal: debido a restricciones de seguridad, hay algunos tokens o "
+"palabras que no se puede usar: *, borrar, eliminar, soltar, alterar, "
+"modificar, contraseña, pass, insertar o actualizar."
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr "Sin dirección"
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+"El monitor no tiene datos en este rango de fecha o el tipo de monitor no es "
+"numérico"
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr "El tipo de monitor no es numérico"
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr "Tasa"
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr "Gráfica combinada automática"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "Estado del servidor"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr "%d servidores caídos"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "Estado del monitor"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr "%d monitores fuera de la normalidad"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "de monitores funcionando"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "Estado de los módulos"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr "%d monitores sin iniciar"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "del total de módulos iniciados"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "Nivel de alerta"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr "%d alertas disparadas"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "de alertas definidas no disparadas"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr "Usuarios definidos"
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "Agente sin datos"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr "%d módulos totales"
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr "%d módulos en estado normal"
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "%d módulos en estado crítico"
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "%d módulos en estado de advertencia"
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "%d módulos en estado desconocido"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d módulos en estado no iniciado"
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr "%d módulos normales"
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr "%d módulos críticos"
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr "%d módulos en estado de advertencia"
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr "%d módulos desconocidos"
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr "%d del total de agentes"
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr "%d agentes normales"
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr "%d agentes en estado crítico"
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr "%d agentes en estado de advertencia"
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr "%d agentes desconocidos"
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr "%d agentes no iniciados"
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "Total de módulos en ejecución"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr "Proporción"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr "Módulos por segundo"
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "Módulos locales"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr "Módulos de red"
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr "Módulos de plugin"
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr "Módulos de predicción"
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr "Módulos WMI"
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr "Módulos web"
+
+#: ../../include/functions_reporting.php:15489
+msgid "Start condition"
+msgstr "Condición de inicio"
+
+#: ../../include/functions_reporting.php:15489
+msgid "Stop condition"
+msgstr "Condición de detención"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr "Semanalmente:"
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr "Mensual:"
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr "Gráfico de histograma del módulo"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr "Saludos"
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr "En este correo encontrarás en adjunto un archivo del"
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr "informe"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "Generado el"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr "Gracias por tu tiempo."
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr "Saludos cordiales, Pandora FMS"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+"Este es un email generado automáticamente por Pandora FMS. Por favor, no "
+"respondas a este email."
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "Etiqueta: "
+
+#: ../../include/functions_reporting_html.php:116
+msgid "Data time"
+msgstr "Tiempo de datos"
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "Generado"
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "Fecha del informe"
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "Período de elementos antes de"
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr "Riesgo"
+
+#: ../../include/functions_reporting_html.php:674
+msgid "CVE"
+msgstr "CVE"
+
+#: ../../include/functions_reporting_html.php:677
+msgid "Detection time"
+msgstr "Hora de selección"
+
+#: ../../include/functions_reporting_html.php:680
+msgid "Attack Vector"
+msgstr "Vector de ataque"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr "Ámbito"
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr "Confidencialidad"
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr "Integridad"
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr "SecMon"
+
+#: ../../include/functions_reporting_html.php:825
+msgid "L.S. Change"
+msgstr "Cambio de L.S"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "Valores max/min"
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "Límite del SLA"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "Cumplimiento del SLA"
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "Tiempo global"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "Tiempo total"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "Tiempo en fallo"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "Tiempo OK"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "Tiempo desconocido"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "Tiempo no iniciado"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "Parada planificada"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "Tiempo de comprobaciones"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "Comprobaciones totales"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "Comprobaciones fallidas"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "Comprobaciones OK"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "Comprobaciones desconocidas"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr "24/7"
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "No iniciado"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "Paradas planificadas"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "Valor medio"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+msgid "Validated by"
+msgstr "Validado por"
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr "Sistema %s"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "Eventos por usuario validador"
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "Eventos por gravedad"
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "Eventos validados vs no validados"
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr "Sec. grupos"
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr "Configuración remota."
+
+#: ../../include/functions_reporting_html.php:2447
+msgid "Agent secondary groups"
+msgstr "Grupos secundarios de agentes"
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr "Celda gris cuando el módulo está en estado \"no iniciado\""
+
+#: ../../include/functions_reporting_html.php:3037
+msgid "Last time"
+msgstr "Última vez"
+
+#: ../../include/functions_reporting_html.php:3121
+msgid "Agent / Module"
+msgstr "Agente/módulo"
+
+#: ../../include/functions_reporting_html.php:3234
+msgid "OS Type"
+msgstr "Tipo de SO"
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr "Vista de datos de todos los grupos"
+
+#: ../../include/functions_reporting_html.php:3630
+msgid "Group Description"
+msgstr "Descripción de grupo"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr "Distribución por sistema operativo"
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "Eventos validados por el usuario"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "Eventos por gravedad"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "Cantidad de eventos validados"
+
+#: ../../include/functions_reporting_html.php:4470
+msgid "Total summary"
+msgstr "Resumen total"
+
+#: ../../include/functions_reporting_html.php:4477
+msgid "No alerts fired"
+msgstr "No hay alertas disparadas"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "Interfaz '%s' gráfico de rendimiento"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "Estado actual"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "Módulos vacíos"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "Desde datos"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "Hasta datos"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "Incremento negativo: "
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "Incremento positivo: "
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "Incremento neutral: "
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "Tiempo en módulo no iniciado"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "Tiempo de parada planificada"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% OK"
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr "Comprobaciones Advertencia"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "Comprobaciones en desconocido"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr "Primario"
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "Valor mínimo del agente"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "Suma"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Descripción de la alerta"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "Agentes en el grupo: %s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Último fallo"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "N/A(*)"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Monitores"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "Agentes por estado"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "Resumen de nodos"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "Eventos en estado crítico"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "Eventos en estado de advertencia"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "Eventos OK"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "Eventos desconocidos"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr "El conteo de eventos corresponde a los eventos en la última hora"
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "Eventos importantes por gravedad"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr "Última actividad en la consola %s"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "Información de eventos (1h)"
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr ""
+"Este SLA se ha visto afectado por los siguientes tiempos de inactividad "
+"programados"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+"Si la duración de la parada planificada es de menos de 5 minutos, no se "
+"representará en el gráfico"
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "Fechas"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr "A este elemento le afecta una parada planificada mal formada"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr "Ir a la sección de paradas planificadas para solucionar este problema"
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr "Permisos"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr "Fabricante"
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr "Modelo"
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr "Firmware"
+
+#: ../../include/functions_reporting_html.php:7850
+msgid "Last backup date"
+msgstr "Fecha de última copia de seguridad"
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr "Diferencia"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "Carga media (última hora)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "Carga media (últimos 5 minutos)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "Carga media (últimos 15 minutos)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "Tamaño de intercambio total configurado para el host"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "Espacio de intercambio disponible en el host"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "Tamaño de memoria real/física en el servidor"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "Memoria real/física disponible en el servidor"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "Memoria total disponible"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "Memoria de caché total"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "Memoria total del búfer"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "La cantidad de memoria intercambiada desde el disco (kB/s)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "Cantidad de memoria intercambiada con el disco (kB/s)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "Número de bloques enviado al dispositivo de bloques"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "Número de bloques recibidos del dispositivo de bloques"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "Número de interrupciones procesadas"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "Número de cambios de contexto"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "tiempo de CPU de usuario"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "tiempo de CPU del sistema"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "tiempo de inactividad de la CPU"
+
+#: ../../include/functions_snmp.php:141
+msgid "System Up time"
+msgstr "Tiempo de actividad del sistema"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "Paginación"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "Agrupar por Cadena Enterprise/IP"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "Filtro activo"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "Filtros activos"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Error al procesar la petición"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+"Es posible que esta vista utilice parte de la información a la cual tu "
+"usuario no tenga acceso"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "Software"
+
+#: ../../include/functions_ui.php:1360
+msgid "Force check"
+msgstr "Forzar comprobación"
+
+#: ../../include/functions_ui.php:1537
+msgid "Are you sure you want to delete alert action?"
+msgstr "¿Está seguro de que desea eliminar la acción de la alerta?"
+
+#: ../../include/functions_ui.php:1625
+msgid "Are you sure you want to delete alert?"
+msgstr "¿Está seguro de que desea eliminar la alerta?"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+"La alerta se disparará cuando el valor esté por encima de "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+"La alerta se disparará cuando el valor esté por debajo de "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr "Opción desconocida."
+
+#: ../../include/functions_ui.php:2699
+msgid "First"
+msgstr "Primero"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Tipo desconocido"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr "Exportar página actual a CSV"
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr "export_%s_current_page_%s"
+
+#: ../../include/functions_ui.php:4205
+msgid "No matching records found"
+msgstr "No se encontraron registros coincidentes"
+
+#: ../../include/functions_ui.php:4206
+msgid "No data available in table"
+msgstr "No hay datos disponibles en la tabla"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr "Aplique un filtro para mostrar los datos."
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Escribe al menos dos caracteres para buscar."
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr "Error no tratado"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr "Ha ocurrido un error no tratado"
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "Vista de captura de pantalla"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+"Estos controles emplean la zona horaria del sistema (%s) en vez de la suya "
+"(%s). La diferencia de horas con su zona horaria es %s."
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr "Consulta"
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr "Resultados"
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr "Ejecutar consulta"
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr "Mostrar contraseña"
+
+#: ../../include/functions_ui.php:7558
+msgid "WEB server"
+msgstr "Servidor web"
+
+#: ../../include/functions_ui.php:7568
+msgid "Wizard Module"
+msgstr "Módulo de wizard"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "Seleccionar módulo de inventario"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr "Usar campos personalizados"
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr "Nombre del campo"
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr "Es una contraseña"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr "Añadir campo"
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
+msgstr "Imagen vacía"
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -36526,131 +36509,6 @@ msgstr "No se han encontrado agentes"
 msgid "Last %s Events"
 msgstr "Últimos %s eventos"
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr "Filtros de agentes por %s"
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr "Sin agentes"
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(Por defecto)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "Grupo: %s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "Estado: %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "Búsqueda libre: %s"
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr "Filtros de alertas por %s"
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-msgid "Module/Agent"
-msgstr "Agente/módulo"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr "Última vez que se disparó"
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr "Standby: %s"
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr "ERROR: detalles del evento"
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr "Error al conectar con la base de datos."
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr "Detalles del evento"
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr "Validación correcta"
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr "Validación fallida"
-
-#: ../../mobile/operation/events.php:918
-msgid "Sucessful in process"
-msgstr "Proceso correcto"
-
-#: ../../mobile/operation/events.php:920
-msgid "Fail in process"
-msgstr "Error en proceso"
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr "Filtrar eventos por %s"
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr "Fijar los filtros"
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr "Filtro: %s"
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr "Gravedad: %s"
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr "Tipo: %s"
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr "Búsqueda libre: %s"
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr "Horas: %s"
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -36661,37 +36519,54 @@ msgstr "Estado del servidor"
 msgid "Module data"
 msgstr "Datos del módulo"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(Por defecto)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "Grupo: %s"
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr "Grupos de módulos: %s"
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "Estado: %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "Búsqueda libre: %s"
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr "Etiqueta: %s"
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr "Filtrar módulos por %s"
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr "Intervalo."
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr "Última actualización."
-
-#: ../../mobile/operation/modules.php:850
-msgid "Choose option"
-msgstr "Seleccionar opción"
-
 #: ../../mobile/operation/server_status.php:371
 msgid "No servers"
 msgstr "No hay servidores"
@@ -36783,6 +36658,114 @@ msgstr "módulos como \"%s\""
 msgid "NOT INITIALIZED"
 msgstr "NO INICIADO"
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr "Filtros de agentes por %s"
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr "Sin agentes"
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr "Filtros de alertas por %s"
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+msgid "Module/Agent"
+msgstr "Agente/módulo"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr "Última vez que se disparó"
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr "Standby: %s"
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr "ERROR: detalles del evento"
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr "Error al conectar con la base de datos."
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr "Detalles del evento"
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr "Validación correcta"
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr "Validación fallida"
+
+#: ../../mobile/operation/events.php:918
+msgid "Sucessful in process"
+msgstr "Proceso correcto"
+
+#: ../../mobile/operation/events.php:920
+msgid "Fail in process"
+msgstr "Error en proceso"
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr "Filtrar eventos por %s"
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr "Fijar los filtros"
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr "Filtro: %s"
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr "Gravedad: %s"
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr "Tipo: %s"
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr "Búsqueda libre: %s"
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr "Horas: %s"
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr "Filtrar módulos por %s"
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr "Intervalo."
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr "Última actualización."
+
+#: ../../mobile/operation/modules.php:850
+msgid "Choose option"
+msgstr "Seleccionar opción"
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -37475,69 +37458,6 @@ msgstr "Este agente no tiene módulos de inventario"
 msgid "Diff view"
 msgstr "Vista de diferencia"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "Otros módulos"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "Módulos de red sin proc"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "Módulos booleanos"
-
-#: ../../operation/agentes/graphs.php:260
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "Los gráficos combinados no muestran las alertas en este gráfico"
-
-#: ../../operation/agentes/graphs.php:265
-msgid "Several graphs for each module"
-msgstr "Varios gráficos por cada módulo"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "Gráfico combinado"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "Mostrar como un gráfico combinado"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "Gráfico de área apilada"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "Gráfico de línea apilada"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "Guardar como gráfico personalizado"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "Filtrar gráficos"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "Error al cargar el gráfico"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "Nombre de gráfico personalizado"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "Guardar gráfico personalizado"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr "Gráfico personalizado creado desde la sección de gráficos del agente."
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -37676,6 +37596,69 @@ msgstr "Incidencia principal de agente"
 msgid "Interface information (SNMP)"
 msgstr "Información de interfaz (SNMP)"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "Otros módulos"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "Módulos de red sin proc"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "Módulos booleanos"
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "Los gráficos combinados no muestran las alertas en este gráfico"
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr "Varios gráficos por cada módulo"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "Gráfico combinado"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "Mostrar como un gráfico combinado"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "Gráfico de área apilada"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "Gráfico de línea apilada"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "Guardar como gráfico personalizado"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "Filtrar gráficos"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "Error al cargar el gráfico"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "Nombre de gráfico personalizado"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "Guardar gráfico personalizado"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr "Gráfico personalizado creado desde la sección de gráficos del agente."
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "Módulo del servidor WUX"
@@ -38164,26 +38147,26 @@ msgid "Netflow live view"
 msgstr "Netflow en tiempo real"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "Error al crear filtro"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "Filtro creado correctamente"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "Filtro actualizado correctamente"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "Error al actualizar el filtro"
 
@@ -38192,8 +38175,8 @@ msgid "Connection"
 msgstr "Conexión"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "Selecciona un filtro"
 
@@ -38214,7 +38197,7 @@ msgid "New filter name"
 msgstr "Nuevo nombre del filtro"
 
 #: ../../operation/netflow/nf_live_view.php:469
-#, no-php-format
+#, php-format
 msgid "WARNING threshold for the maximum % of traffic of an IP."
 msgstr "Umbral de ADVERTENCIA para el máximo % de tráfico de una IP."
 
@@ -38227,14 +38210,14 @@ msgid "Draw"
 msgstr "Dibujar"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "Guardar nuevo filtro"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "Actualizar filtro actual"
 
@@ -38243,34 +38226,25 @@ msgid "No filter selected"
 msgstr "No se ha seleccionado ningún filtro"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr "Cargando datos de netflow, por favor espere"
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr "Mapa de uso de red"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr "Mostrar mapa de flujo de red"
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr "Resultados a mostrar"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-msgid "Load Filter"
-msgstr "Cargar filtro"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "Fecha de inicio"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+msgid "Load Filter"
+msgstr "Cargar filtro"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38286,6 +38260,15 @@ msgstr "Filtrado por puerto %s. Pinche aquí para eliminar el filtro."
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr "Filtrado por IP %s. Pinche aquí para eliminar el filtro."
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr "Mapa de uso de red"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr "Mostrar mapa de flujo de red"
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -38557,6 +38540,24 @@ msgstr "Crear política"
 msgid "Are you sure you want add module?"
 msgstr "¿Está seguro de que quiere añadir el módulo?"
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr "Notificaciones de usuario"
+
+#: ../../operation/users/user_edit_notifications.php:42
+msgid "Console notifications"
+msgstr "Notificaciones de la consola"
+
+#: ../../operation/users/user_edit_notifications.php:43
+msgid "E-mail notifications"
+msgstr "Notificaciones del email"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr "Los controles han sido deshabilitados por el administrador del sistema"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "Editor de detalles de usuario"
@@ -38604,8 +38605,8 @@ msgid "Please enter a valid phone number"
 msgstr "Añada un número de teléfono valido"
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
-msgstr "Error al actualizar contraseñas: "
+msgid "Error updating passwords"
+msgstr "Error al actualizar contraseñas"
 
 #: ../../operation/users/user_edit.php:265
 msgid "Edit my User"
@@ -38661,24 +38662,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr "Este usuario no tiene asignado ningún perfil/grupo."
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr "Notificaciones de usuario"
-
-#: ../../operation/users/user_edit_notifications.php:42
-msgid "Console notifications"
-msgstr "Notificaciones de la consola"
-
-#: ../../operation/users/user_edit_notifications.php:43
-msgid "E-mail notifications"
-msgstr "Notificaciones del email"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr "Los controles han sido deshabilitados por el administrador del sistema"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "Creador"
@@ -39072,8 +39055,9 @@ msgid "Completed"
 msgstr "Completado"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
-msgstr "Actualización a "
+#, php-format
+msgid "Updating to %s"
+msgstr "Actualización a %s"
 
 #: ../../update_manager_client/views/offline.php:65
 msgid "Drop the package here or"
@@ -39103,14 +39087,12 @@ msgid "Click on the file below to begin."
 msgstr "Haz clic en el archivo de abajo para comenzar."
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
-msgstr "Esta acción actualizará esta consola a la versión "
+msgid "This action will upgrade this console to version"
+msgstr "Esta acción actualizará esta consola a la versión"
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
-msgstr "Esta acción actualizará todos los servidores a la versión "
+msgid "This action will upgrade all servers to version"
+msgstr "Esta acción actualizará todos los servidores a la versión"
 
 #: ../../update_manager_client/views/offline.php:73
 #: ../../update_manager_client/views/online.php:119
@@ -39212,54 +39194,6 @@ msgstr ""
 "va a instalar a menos que se permitan parches. Habilite los parches en la "
 "configuración del administrador de actualizaciones."
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr "La última versión instalada del paquete es"
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an Antes de instalar esta versión RRR, asegúrese de tener un  Before installing this RRR version, please "
+"make sure you have an Antes de instalar esta versión RRR, asegúrese de tener un \n"
 "Language-Team: French \n"
 "Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2021-11-02 10:57+0000\n"
-"X-Generator: Poedit 3.0\n"
+"X-Generator: Poedit 3.4.2\n"
 
 #: ../../extensions/disabled/matrix_events.php:30
 msgid "Matrix events"
@@ -47,8 +47,8 @@ msgid "Extensions"
 msgstr "Extensions"
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -80,7 +80,7 @@ msgstr "Téléverser l'extension"
 
 #: ../../extensions/extension_uploader.php:102
 msgid "Upload the extension as a zip file."
-msgstr "Téléverser l'extension sous forme de fichier zip"
+msgstr "Téléverser l'extension sous forme de fichier zip."
 
 #: ../../extensions/extension_uploader.php:115
 msgid "Upload enterprise extension"
@@ -143,11 +143,11 @@ msgstr "Téléverseur de l'extension"
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -160,7 +160,6 @@ msgstr "Téléverseur de l'extension"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -171,6 +170,7 @@ msgstr "Téléverseur de l'extension"
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -185,8 +185,12 @@ msgstr "Téléverseur de l'extension"
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -214,15 +218,10 @@ msgstr "Téléverseur de l'extension"
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -245,9 +244,9 @@ msgstr "Agent"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -308,8 +307,11 @@ msgstr "Agent"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -326,11 +328,8 @@ msgstr "Agent"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -347,12 +346,16 @@ msgstr "Module"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -365,10 +368,6 @@ msgstr "Module"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -498,11 +497,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -539,22 +538,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -658,28 +657,31 @@ msgstr ""
 
 #: ../../extensions/insert_data.php:129
 msgid "You haven't privileges for insert data in the agent."
-msgstr "Vous n'avez pas de privilèges pour introduire des données dans l'agent"
+msgstr ""
+"Vous n'avez pas de privilèges pour introduire des données dans l'agent."
 
 #: ../../extensions/insert_data.php:165
 #, php-format
 msgid "Can't save agent (%s), module (%s) data xml."
-msgstr "Impossible de sauvegarder l'agent (%s), module (%s) de donnés XML"
+msgstr "Impossible de sauvegarder l'agent (%s), module (%s) de donnés XML."
 
 #: ../../extensions/insert_data.php:174
 #, php-format
 msgid "Save agent (%s), module (%s) data xml."
-msgstr "Sauvegarder l'agent (%s), module (%s) de donnés xml"
+msgstr "Sauvegarder l'agent (%s), module (%s) de donnés xml."
 
 #: ../../extensions/insert_data.php:196
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2757
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -692,9 +694,6 @@ msgstr "Sauvegarder l'agent (%s), module (%s) de donnés xml"
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -763,8 +762,8 @@ msgstr "Sauvegarder"
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -788,8 +787,8 @@ msgstr "Définir temps"
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -815,8 +814,8 @@ msgstr "Temps"
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -841,8 +840,8 @@ msgstr "Heure"
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -866,8 +865,8 @@ msgstr "Minute"
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -884,8 +883,8 @@ msgstr "Seconde"
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -893,8 +892,8 @@ msgstr "Seconde"
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -928,8 +927,8 @@ msgstr "Maintenant"
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -940,385 +939,6 @@ msgstr "Maintenant"
 msgid "Close"
 msgstr "Fermer"
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr "Module Compteurs"
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr "Alerts_Fired"
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr "Critique"
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr "Inconnu"
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr "OK"
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr "Not_init"
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr "Tableau combiné du groupe agent et du groupe module"
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr "Surveillance"
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr "Vues"
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr "Recherche par groupe d'agents"
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr "Recherche par groupe de modules"
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr "Filtre"
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr "Filtres"
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr "Groupes"
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-"Cellule orange quand le groupe du module et l'agent ont au moins une alerte "
-"declenchée."
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-"Cellule rouge quand le groupe du module et l'agent ont au moins un module "
-"dans un état critique et le reste dans n'importe quel état"
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-"Cellule jaune quand le groupe du module et l'agent ont au moins un module "
-"dans un état d'alerte et le reste dans un état gris ou vert"
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-"Cellule grise quand le groupe de module et l'agent ont au moins un module "
-"dans un état inconnu et le reste dans état vert"
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-"Cellule verte quand le groupe du module et l'agent présentent tous les "
-"modules dans un état OK"
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr ""
-"Cellule bleue quand le groupe de modules et l'agent présentent tous les "
-"modules dans un état de non initialisation."
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr "Légende"
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-"Cette table présente les groupes de modules en colonnes  et les groupes "
-"d'agents en rangées. La cellule affiche tous les modules"
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr "Aucun groupe ou groupe de modules défini"
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr "Groupes de modules"
-
 #: ../../extensions/quick_shell.php:88
 msgid "GoTTY setup"
 msgstr "Configuration GoTTY"
@@ -1341,9 +961,9 @@ msgstr "SSH"
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr "Nom d'utilisateur"
@@ -1376,8 +996,8 @@ msgstr "Erreur de connexion. Vérifiez la configuration dans %s"
 msgid "GoTTY general parameters"
 msgstr "Paramètres générales de GoTTY"
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr "Adresse"
@@ -1462,11 +1082,11 @@ msgstr "Aucun autre utilisateur connecté"
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1501,10 +1121,11 @@ msgstr "Dernière connexion"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1583,12 +1204,12 @@ msgstr "Informations à afficher"
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1626,18 +1247,18 @@ msgstr "Informations à afficher"
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1645,8 +1266,8 @@ msgstr "Informations à afficher"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1659,33 +1280,33 @@ msgstr "Informations à afficher"
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1746,16 +1367,16 @@ msgstr "Récursion"
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1787,8 +1408,8 @@ msgstr "Groupe de modules"
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1820,13 +1441,13 @@ msgstr "Groupe de modules"
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1842,13 +1463,14 @@ msgstr "Groupe de modules"
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1899,11 +1521,11 @@ msgstr "Tout"
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1915,24 +1537,24 @@ msgstr "Tout"
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1974,6 +1596,49 @@ msgstr "Afficher tous les modules"
 msgid "Agents/Modules"
 msgstr "Agents/Modules"
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr "Surveillance"
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr "Vues"
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1996,9 +1661,9 @@ msgstr "Retour au mode normal"
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr "Rafraîchir"
 
@@ -2006,6 +1671,57 @@ msgstr "Rafraîchir"
 msgid "Agent/module view"
 msgstr "Afficher agent/module"
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr "Filtre"
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2041,9 +1757,9 @@ msgstr "Aucun agent avec des modules"
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2056,8 +1772,6 @@ msgstr "Aucun agent avec des modules"
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2069,9 +1783,12 @@ msgstr "Aucun agent avec des modules"
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2122,6 +1839,15 @@ msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr ""
 "Cellule devient bleue quand le module se trouve en état « non initialisé »"
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr "Légende"
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr "Afficher agents/modules"
@@ -2194,162 +1920,40 @@ msgstr "Croissant"
 msgid "Clear graph"
 msgstr "Supprimer le graphique"
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr "Filtres"
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr "Utiliser cet OID"
 
-#: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
-#: ../../godmode/menu.php:567
-msgid "DB Schema check"
-msgstr "Vérifier Schéma BD"
-
-#: ../../extensions/db_status.php:38
-msgid "Run test"
-msgstr "Exécuter un test"
-
-#: ../../extensions/db_status.php:53
-msgid ""
-"This extension checks the DB is correct. Because sometimes the old DB from a "
-"migration has not some fields in the tables or the data is changed."
-msgstr ""
-"Cette extension vérifie que la BD soit correcte, car il se peut que "
-"l'ancienne BD d'une migration ne présente pas certains champs dans les "
-"tableaux ou que les données soient modifiées."
-
-#: ../../extensions/db_status.php:53
-msgid "At the moment the checks is for MySQL/MariaDB."
-msgstr "Pour l'instant, les vérifications sont pour MySQL/MariaDB."
-
-#: ../../extensions/db_status.php:53
-msgid "User must have Select, Drop, Create and References privileges."
-msgstr ""
-
-#: ../../extensions/db_status.php:59
-msgid "DB settings"
-msgstr "Paramètres de la BD"
-
-#: ../../extensions/db_status.php:64
-msgid "DB User with privileges"
-msgstr "Utilisateur de BD avec privilèges"
-
-#: ../../extensions/db_status.php:79
-msgid "DB Password for this user"
-msgstr "Mot de passe de la BD pour cet utilisateur"
-
-#: ../../extensions/db_status.php:95
-msgid "DB Hostname"
-msgstr "Nom d'hôte de la BD"
-
-#: ../../extensions/db_status.php:110
-msgid "DB Name (temporal for testing)"
-msgstr "Nom de la BD (temporaire pour essai)"
-
-#: ../../extensions/db_status.php:130
-msgid "Execute Test"
-msgstr "Exécuter le  test"
-
-#: ../../extensions/db_status.php:165
-#, fuzzy
-msgid "Host must be provided"
-msgstr "Aucun nom de module fourni"
-
-#: ../../extensions/db_status.php:170
-#, fuzzy
-msgid "DB name must be provided"
-msgstr "Le nom doit être unique"
-
-#: ../../extensions/db_status.php:185
-msgid "Unsuccessful connected to the DB"
-msgstr "Erreur de connexion à la BD"
-
-#: ../../extensions/db_status.php:221
-msgid "Unsuccessful created the testing DB"
-msgstr "Erreur de création de la BD d'essai"
-
-#: ../../extensions/db_status.php:227
-msgid ""
-"Unable to create references with the provided user please check its "
-"privileges"
-msgstr ""
-
-#: ../../extensions/db_status.php:233
-msgid ""
-"Unable to explain with the provided user please check its privileges"
-msgstr ""
-
-#: ../../extensions/db_status.php:245
-#, fuzzy
-msgid "There was an error selecting the DB"
-msgstr "Erreur de création du fichier"
-
-#: ../../extensions/db_status.php:255
-msgid "Unsuccessful installed tables into the testing DB"
-msgstr "Installation de tables dans la BD d'essai échouée"
-
-#: ../../extensions/db_status.php:331
-#, php-format
-msgid "Success! %s DB contains all tables"
-msgstr "Succès! %s La base de données contient toutes les tables"
-
-#: ../../extensions/db_status.php:333
-#, php-format
-msgid "%s DB could not retrieve all tables. The missing tables are (%s)"
-msgstr ""
-"La base de données %s n'a pas pu récupérer toutes les tables. Les tableaux "
-"manquants sont (%s)"
-
-#: ../../extensions/db_status.php:347 ../../extensions/db_status.php:355
-#: ../../extensions/db_status.php:455
-msgid "You can execute this SQL query for to fix."
-msgstr "Vous pouvez exécuter cette requête SQL pour le réparer."
-
-#: ../../extensions/db_status.php:449
-#, php-format
-msgid "Unsuccessful the table %s has not the field %s"
-msgstr "Erreur, le tableau %s ne contient pas le champ %s"
-
-#: ../../extensions/db_status.php:514
-msgid "Successful all the tables have the correct fields"
-msgstr "Succès, toutes les tables contiennent les champs corrects"
-
-#: ../../extensions/db_status.php:575 ../../extensions/db_status.php:694
-#, fuzzy
-msgid "There was an error creating the DB during reference check"
-msgstr "Erreur de création du fichier"
-
-#: ../../extensions/db_status.php:586 ../../extensions/db_status.php:705
-#, fuzzy
-msgid "There was an error selecting the DB during reference check"
-msgstr "Message d'erreur lors de la suppression de l'agent"
-
-#: ../../extensions/db_status.php:638
-msgid ""
-"Unable to create databases with the provided user please check its "
-"privileges"
-msgstr ""
-
-#: ../../extensions/db_status.php:642
-#, fuzzy
-msgid "There was an error creating the DB during drop check"
-msgstr "Erreur de création du fichier"
-
-#: ../../extensions/db_status.php:653
-#, fuzzy
-msgid "There was an error selecting the DB during drop check"
-msgstr "Erreur de chargement du graphique"
-
-#: ../../extensions/db_status.php:662
-msgid ""
-"Unable to drop databases with the provided user please check its "
-"privileges."
-msgstr ""
-
-#: ../../extensions/db_status.php:662
-msgid "Test databases may have been left over due to lack of drop privileges."
-msgstr ""
-
 #: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
 msgid "Request successfully processed"
 msgstr "Requête traitée correctement"
@@ -2391,8 +1995,9 @@ msgstr "Mot de passe de l'API"
 #: ../../godmode/massive/massive_edit_modules.php:1110
 #: ../../godmode/modules/manage_network_components_form_wmi.php:63
 #: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
 #: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
 #: ../../include/class/CredentialStore.class.php:974
 #: ../../include/class/CredentialStore.class.php:1024
 #: ../../include/class/CredentialStore.class.php:1301
@@ -2400,8 +2005,7 @@ msgstr "Mot de passe de l'API"
 #: ../../include/class/CredentialStore.class.php:1351
 #: ../../include/class/WelcomeWindow.class.php:1008
 #: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
 #: ../../mobile/include/user.class.php:435
 #: ../../operation/users/user_edit.php:860
 msgid "Password"
@@ -2450,8 +2054,8 @@ msgstr "Type de retour"
 #: ../../godmode/groups/configure_group.php:266
 #: ../../godmode/massive/massive_edit_users.php:278
 #: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
 #: ../../include/class/SnmpConsole.class.php:333
 #: ../../include/class/SnmpConsole.class.php:1406
 #: ../../include/class/SnmpConsole.class.php:1433
@@ -2517,6 +2121,400 @@ msgstr "Cacher URL"
 msgid "Show URL"
 msgstr "Afficher URL"
 
+#: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
+#: ../../godmode/menu.php:567
+msgid "DB Schema check"
+msgstr "Vérifier Schéma BD"
+
+#: ../../extensions/db_status.php:38
+msgid "Run test"
+msgstr "Exécuter un test"
+
+#: ../../extensions/db_status.php:53
+msgid ""
+"This extension checks the DB is correct. Because sometimes the old DB from a "
+"migration has not some fields in the tables or the data is changed."
+msgstr ""
+"Cette extension vérifie que la BD soit correcte, car il se peut que "
+"l'ancienne BD d'une migration ne présente pas certains champs dans les "
+"tableaux ou que les données soient modifiées."
+
+#: ../../extensions/db_status.php:53
+msgid "At the moment the checks is for MySQL/MariaDB."
+msgstr "Pour l'instant, les vérifications sont pour MySQL/MariaDB."
+
+#: ../../extensions/db_status.php:53
+msgid "User must have Select, Drop, Create and References privileges."
+msgstr ""
+
+#: ../../extensions/db_status.php:59
+msgid "DB settings"
+msgstr "Paramètres de la BD"
+
+#: ../../extensions/db_status.php:64
+msgid "DB User with privileges"
+msgstr "Utilisateur de BD avec privilèges"
+
+#: ../../extensions/db_status.php:79
+msgid "DB Password for this user"
+msgstr "Mot de passe de la BD pour cet utilisateur"
+
+#: ../../extensions/db_status.php:95
+msgid "DB Hostname"
+msgstr "Nom d'hôte de la BD"
+
+#: ../../extensions/db_status.php:110
+msgid "DB Name (temporal for testing)"
+msgstr "Nom de la BD (temporaire pour essai)"
+
+#: ../../extensions/db_status.php:130
+msgid "Execute Test"
+msgstr "Exécuter le  test"
+
+#: ../../extensions/db_status.php:165
+msgid "Host must be provided"
+msgstr ""
+
+#: ../../extensions/db_status.php:170
+msgid "DB name must be provided"
+msgstr "Le nom de la base de données doit être fourni"
+
+#: ../../extensions/db_status.php:185
+msgid "Unsuccessful connected to the DB"
+msgstr "Erreur de connexion à la BD"
+
+#: ../../extensions/db_status.php:221
+msgid "Unsuccessful created the testing DB"
+msgstr "Erreur de création de la BD d'essai"
+
+#: ../../extensions/db_status.php:227
+msgid ""
+"Unable to create references with the provided user please check its "
+"privileges"
+msgstr ""
+
+#: ../../extensions/db_status.php:233
+msgid ""
+"Unable to explain with the provided user please check its privileges"
+msgstr ""
+
+#: ../../extensions/db_status.php:245
+msgid "There was an error selecting the DB"
+msgstr "Une erreur s'est produite lors de la sélection de la base de données"
+
+#: ../../extensions/db_status.php:255
+msgid "Unsuccessful installed tables into the testing DB"
+msgstr "Installation de tables dans la BD d'essai échouée"
+
+#: ../../extensions/db_status.php:331
+#, php-format
+msgid "Success! %s DB contains all tables"
+msgstr "Succès! %s La base de données contient toutes les tables"
+
+#: ../../extensions/db_status.php:333
+#, php-format
+msgid "%s DB could not retrieve all tables. The missing tables are (%s)"
+msgstr ""
+"La base de données %s n'a pas pu récupérer toutes les tables. Les tableaux "
+"manquants sont (%s)"
+
+#: ../../extensions/db_status.php:347 ../../extensions/db_status.php:355
+#: ../../extensions/db_status.php:455
+msgid "You can execute this SQL query for to fix."
+msgstr "Vous pouvez exécuter cette requête SQL pour le réparer."
+
+#: ../../extensions/db_status.php:449
+#, php-format
+msgid "Unsuccessful the table %s has not the field %s"
+msgstr "Erreur, le tableau %s ne contient pas le champ %s"
+
+#: ../../extensions/db_status.php:514
+msgid "Successful all the tables have the correct fields"
+msgstr "Succès, toutes les tables contiennent les champs corrects"
+
+#: ../../extensions/db_status.php:575 ../../extensions/db_status.php:694
+msgid "There was an error creating the DB during reference check"
+msgstr ""
+"Une erreur s'est produite lors de la création de la base de données pendant "
+"le contrôle de référence"
+
+#: ../../extensions/db_status.php:586 ../../extensions/db_status.php:705
+msgid "There was an error selecting the DB during reference check"
+msgstr ""
+
+#: ../../extensions/db_status.php:638
+msgid ""
+"Unable to create databases with the provided user please check its "
+"privileges"
+msgstr ""
+
+#: ../../extensions/db_status.php:642
+msgid "There was an error creating the DB during drop check"
+msgstr ""
+
+#: ../../extensions/db_status.php:653
+msgid "There was an error selecting the DB during drop check"
+msgstr ""
+"Une erreur s'est produite lors de la sélection de la base de données au "
+"cours du contrôle de dépôt"
+
+#: ../../extensions/db_status.php:662
+msgid ""
+"Unable to drop databases with the provided user please check its "
+"privileges."
+msgstr ""
+
+#: ../../extensions/db_status.php:662
+msgid "Test databases may have been left over due to lack of drop privileges."
+msgstr ""
+
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
+msgstr "Module Compteurs"
+
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
+msgstr "Alerts_Fired"
+
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
+msgstr "Critique"
+
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
+msgstr "Inconnu"
+
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
+msgstr "OK"
+
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
+msgstr "Not_init"
+
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
+msgstr "Tableau combiné du groupe agent et du groupe module"
+
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
+msgstr "Recherche par groupe d'agents"
+
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
+msgstr "Recherche par groupe de modules"
+
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
+msgstr "Groupes"
+
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
+msgstr ""
+"Cellule orange quand le groupe du module et l'agent ont au moins une alerte "
+"declenchée."
+
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
+msgstr ""
+"Cellule rouge quand le groupe du module et l'agent ont au moins un module "
+"dans un état critique et le reste dans n'importe quel état"
+
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
+msgstr ""
+"Cellule jaune quand le groupe du module et l'agent ont au moins un module "
+"dans un état d'alerte et le reste dans un état gris ou vert"
+
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
+msgstr ""
+"Cellule grise quand le groupe de module et l'agent ont au moins un module "
+"dans un état inconnu et le reste dans état vert"
+
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
+msgstr ""
+"Cellule verte quand le groupe du module et l'agent présentent tous les "
+"modules dans un état OK"
+
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
+msgstr ""
+"Cellule bleue quand le groupe de modules et l'agent présentent tous les "
+"modules dans un état de non initialisation."
+
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
+msgstr ""
+"Cette table présente les groupes de modules en colonnes  et les groupes "
+"d'agents en rangées. La cellule affiche tous les modules"
+
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
+msgstr "Aucun groupe ou groupe de modules défini"
+
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
+msgstr "Groupes de modules"
+
 #: ../../general/first_task/HA_cluster_builder.php:37
 msgid "There are no HA clusters defined yet."
 msgstr "Il n'y a pas des grappes HA définis déjà."
@@ -2604,7 +2602,7 @@ msgstr ""
 #: ../../general/first_task/custom_fields.php:35
 #: ../../general/first_task/fields_manager.php:18
 msgid "There are no custom fields defined yet."
-msgstr "Aucun champ personnalisé défini jusqu'à présent"
+msgstr "Aucun champ personnalisé défini jusqu'à présent."
 
 #: ../../general/first_task/custom_fields.php:40
 #: ../../operation/custom_fields/custom_fields_view.php:245
@@ -2653,7 +2651,7 @@ msgstr "Créer des champs "
 
 #: ../../general/first_task/incidents.php:21
 msgid "There are no incidents defined yet."
-msgstr "Aucun incident défini jusqu'à présent"
+msgstr "Aucun incident défini jusqu'à présent."
 
 #: ../../general/first_task/incidents.php:28
 #: ../../godmode/agentes/configurar_agente.php:799
@@ -2704,7 +2702,7 @@ msgstr ""
 
 #: ../../general/first_task/network_map.php:19
 msgid "There are no network map defined yet."
-msgstr "Aucune carte de réseau définie jusqu'à présent"
+msgstr "Aucune carte de réseau définie jusqu'à présent."
 
 #: ../../general/first_task/network_map.php:26
 msgid "Network Map"
@@ -2865,7 +2863,7 @@ msgstr "Découvrir"
 
 #: ../../general/first_task/snmp_filters.php:18
 msgid "There are no SNMP filter defined yet."
-msgstr "Aucun filtre SNMP défini jusqu'à présent"
+msgstr "Aucun filtre SNMP défini jusqu'à présent."
 
 #: ../../general/first_task/snmp_filters.php:22
 msgid "SNMP Filter"
@@ -2900,7 +2898,7 @@ msgstr ""
 
 #: ../../general/first_task/tags.php:18
 msgid "There are no tags defined yet."
-msgstr "Aucune étiquette définie jusqu'à présent"
+msgstr "Aucune étiquette définie jusqu'à présent."
 
 #: ../../general/first_task/tags.php:22
 #: ../../godmode/events/custom_events.php:106
@@ -2918,11 +2916,11 @@ msgstr "Aucune étiquette définie jusqu'à présent"
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2951,6 +2949,77 @@ msgstr ""
 "\t\t\t\t\t\t\t\tL'accès utilisateur peut être limité aux modules avec des "
 "certaines étiquettes."
 
+#: ../../general/first_task/map_builder.php:38
+#, php-format
+msgid ""
+"%s allows users to create visual maps on which each user is able to create "
+"his or her own monitoring map. The new visual console editor is much more "
+"practical, although the prior visual console editor had its advantages."
+msgstr ""
+
+#: ../../general/first_task/map_builder.php:43
+msgid ""
+"On the new visual console, we have been successful in imitating the "
+"sensation and touch of a drawing application like GIMP. We have also "
+"simplified the editor by dividing it into several subject-divided tabs named "
+"'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'."
+msgstr ""
+
+#: ../../general/first_task/map_builder.php:47
+#, php-format
+msgid ""
+" The items the %s Visual Map was designed to handle are 'static images', "
+"'percentage bars', 'module graphs' and 'simple values'"
+msgstr ""
+
+#: ../../general/first_task/map_builder.php:54
+#: ../../godmode/reporting/visual_console_builder.data.php:156
+msgid "Create visual console"
+msgstr "Créer une console visuelle"
+
+#: ../../general/first_task/map_builder.php:58
+msgid "There are no customized visual consoles"
+msgstr ""
+
+#: ../../general/first_task/service_list.php:36
+msgid ""
+"A service is a way to group your IT resources based on their "
+"functionalities. \n"
+"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, "
+"your support application, or even your printers.\n"
+"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, "
+"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n"
+"\t\t\t\t\t\t By the following example, you are able to see more clearly what "
+"a service is:\n"
+"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around "
+"the world. \n"
+"\t\t\t\t\t\t\tHis company consists of three big departments: A management, "
+"an on-line shop and support."
+msgstr ""
+"Un service est un moyen de regrouper vos ressources informatiques en "
+"fonction de leurs fonctionnalités. \n"
+"\t\t\t\t\t\tUn service peut être, par exemple, votre site web officiel, "
+"votre système de gestion de la relation client, votre application "
+"d'assistance ou même vos imprimantes.\n"
+"\t\t\t\t\t\t Les services sont des groupes logiques qui peuvent inclure des "
+"hôtes, des routeurs, des commutateurs, des pare-feu, des CRM, des ERP, des "
+"sites web et de nombreux autres services. \n"
+"\t\t\t\t\t\t L'exemple suivant vous permettra de mieux comprendre ce qu'est "
+"un service :\n"
+"\t\t\t\t\t\t\tUn fabricant de puces vend des ordinateurs par l'intermédiaire "
+"de son site web dans le monde entier. \n"
+"\t\t\t\t\t\t\tSon entreprise se compose de trois grands départements : Une "
+"direction, une boutique en ligne et un service d'assistance."
+
+#: ../../general/first_task/service_list.php:46
+msgid "Configure services"
+msgstr "Configurer les services"
+
+#: ../../general/first_task/service_list.php:50
+#: ../../mobile/operation/services.php:139
+msgid "No services found"
+msgstr "Aucun service trouvé"
+
 #: ../../general/first_task/cluster_builder.php:45
 msgid ""
 "A cluster is a group of devices that provide the same service in high "
@@ -2966,20 +3035,14 @@ msgstr ""
 "service :"
 
 #: ../../general/first_task/cluster_builder.php:49
-#, fuzzy
 msgid ""
 "Clusters to balance the service load: these are active - active (A/A) mode "
 "clusters. It means that all the nodes (or machines that compose it) are "
 "working. They must be working because if one stops working, it will overload "
 "the others."
 msgstr ""
-"Grappes pour équilibrer la charge du service : grappes de mode active-"
-"active (A/A). Cela signifie que tous les nœuds (ou machines qui les "
-"composent) sont opérationnels. Il faut qu'ils soient en fonctionnement, "
-"parce que si un d'entre eux cesse de marcher, les autres seront surchargés."
 
 #: ../../general/first_task/cluster_builder.php:51
-#, fuzzy
 msgid ""
 "Clusters to guarantee service: these are active - passive (A/P) mode "
 "clusters. It means that one of the nodes (or machines that make up the "
@@ -2990,123 +3053,27 @@ msgid ""
 "passive node is \"online\", so that in the case of a service failure in the "
 "master, the active node collects this information."
 msgstr ""
-"Grappes pour garantir le service : grappes de mode active-passive (A/"
-"P). Cela signifie qu'un des nœuds (ou machines qui composent la grappe) est "
-"opérationnel (primaire) et un autre ne l'es pas (secondaire). Lorsque le "
-"primaire est hors service, le secondaire prend le relais et fournit le "
-"service à sa place. Plusieurs éléments de cette grappe sont actifs-passifs. "
-"Cependant, les deux nœuds présentent aussi des éléments actifs qui indiquent "
-"que le nœud est « en ligne », pour que, en cas d'interruption de service "
-"dans le maître, le nœud actif récupère cette information."
 
 #: ../../general/first_task/cluster_builder.php:59
-#, fuzzy
 msgid "Create cluster"
 msgstr "Créer une grappe"
 
 #: ../../general/first_task/cluster_builder.php:64
-#, fuzzy
 msgid "There are no defined clusters"
-msgstr "Aucun utilisateur défini"
-
-#: ../../general/first_task/map_builder.php:38
-#, php-format
-msgid ""
-"%s allows users to create visual maps on which each user is able to create "
-"his or her own monitoring map. The new visual console editor is much more "
-"practical, although the prior visual console editor had its advantages."
 msgstr ""
 
-#: ../../general/first_task/map_builder.php:43
-#, fuzzy
-msgid ""
-"On the new visual console, we have been successful in imitating the "
-"sensation and touch of a drawing application like GIMP. We have also "
-"simplified the editor by dividing it into several subject-divided tabs named "
-"'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'."
-msgstr ""
-"%s permet aux utilisateurs de créer des cartes visuelles dans lesquelles "
-"chaque utilisateur peut créer ses propres cartes de supervision. Le nouvel "
-"éditeur de la console visuelle et plus pratique, bien que l'éditeur de la "
-"console visuelle avait ses avantages. Dans la nouvelle console visuelle nous "
-"avons imité les sensations et le touch d'une application de dessin telle que "
-"GIMP. Nous avons aussi simplifié l'éditeur le divisant entre différents "
-"onglets sous-divisés només 'Data', 'Preview', 'Wizard', 'List of Elements' "
-"et 'Editor'. Les éléments de la carte visuelle %s à gérer sont 'static "
-"images', 'percentage bars', 'module graphs' et 'simple values'."
-
-#: ../../general/first_task/map_builder.php:47
-#, php-format
-msgid ""
-" The items the %s Visual Map was designed to handle are 'static images', "
-"'percentage bars', 'module graphs' and 'simple values'"
-msgstr ""
-
-#: ../../general/first_task/map_builder.php:54
-#: ../../godmode/reporting/visual_console_builder.data.php:156
-msgid "Create visual console"
-msgstr "Créer une console visuelle"
-
-#: ../../general/first_task/map_builder.php:58
-#, fuzzy
-msgid "There are no customized visual consoles"
-msgstr "Créer des consoles visuelles"
-
-#: ../../general/first_task/service_list.php:36
-#, fuzzy
-msgid ""
-"A service is a way to group your IT resources based on their "
-"functionalities. \n"
-"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, "
-"your support application, or even your printers.\n"
-"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, "
-"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n"
-"\t\t\t\t\t\t By the following example, you are able to see more clearly what "
-"a service is:\n"
-"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around "
-"the world. \n"
-"\t\t\t\t\t\t\tHis company consists of three big departments: A management, "
-"an on-line shop and support."
-msgstr ""
-"Un service est une manière de regrouper vos ressources informatiques selon "
-"leurs fonctionnalités.\n"
-"\t\t\t\t\t\tVotre site officiel, système CRM, application d'assistance ou "
-"même vos imprimantes sont des exemples de services.\n"
-"\t\t\t\t\t\tLes services sont des groupes logiques qui peuvent inclure des "
-"hôtes, des routeurs, des switchs, des firewalls, des CRMs, des ERPs, des "
-"sites web et plusieurs autres services.\n"
-"\t\t\t\t\t\tL'exemple suivant explique plus clairement ce qu'est un "
-"service :\n"
-"\t\t\t\t\t\t\tUn fabricant de puces vent des ordinateurs sur son site web "
-"partout sur la planète.\n"
-"\t\t\t\t\t\t\tSon entreprise se compose de trois grands départements : "
-"gestion, ventes en ligne et assistance."
-
-#: ../../general/first_task/service_list.php:46
-#, fuzzy
-msgid "Configure services"
-msgstr "Configurer l'utilisateur"
-
-#: ../../general/first_task/service_list.php:50
-#: ../../mobile/operation/services.php:139
-msgid "No services found"
-msgstr "Aucun service trouvé"
-
 #: ../../general/first_task/custom_graphs.php:18
-#, fuzzy, php-format
+#, php-format
 msgid ""
 "Graphs are designed to show the data collected by %s in a temporary scale "
 "defined by the user. %s Graphs display data in real time. They are generated "
 "every time the operator requires any of them and display the up-to-date "
 "state."
 msgstr ""
-"Les graphiques sont conçues pour montrer les données collectées par %s dans "
-"une scale temporaire défini par l'utilisateur.\n"
-"\t\t\t\tLes graphs %s montrent des données en temps réel. Ils sont générés "
-"chaque fois que l'opérateur requis quelqu'un et montrent l'état mis à jour.\n"
-"\t\t\t\tIl y a deux types de : Les gaphs d'agent automatisés et les graphs "
-"d'utilisateur personnalisés en utilisant une ou plus de modules pour le "
-"faire."
+"Les graphiques sont conçus pour afficher les données collectées par %s dans "
+"une échelle temporaire définie par l'utilisateur. Les graphiques %s "
+"affichent les données en temps réel. Ils sont générés chaque fois que "
+"l'opérateur a besoin de l'un d'entre eux et affichent l'état actuel."
 
 #: ../../general/first_task/custom_graphs.php:23
 msgid ""
@@ -3122,10 +3089,7 @@ msgstr "Créer des graphiques personnalisés"
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -3133,7 +3097,9 @@ msgstr "Créer des graphiques personnalisés"
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr "Vous n'avez pas accès à cette page"
 
@@ -3175,16 +3141,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3606,7 +3571,7 @@ msgstr ""
 "> 
\n" "\t\t\tSachez que toutes les tentatives pour accéder à cette page sont " "enregistrées dans les journaux de sécurité de la base de données du système " -"Pandora FMS." +"Pandora FMS" #: ../../general/node_deactivated.php:36 msgid "You cannot use this node until system is unified" @@ -3614,7 +3579,7 @@ msgstr "Vous ne pouvez utiliser ce noeud jusqu'à que le système soit unifié" #: ../../general/node_deactivated.php:64 msgid "command center" -msgstr "Command center" +msgstr "command center" #: ../../general/node_deactivated.php:61 #, php-format @@ -3779,9 +3744,9 @@ msgstr "Un message a été envoyé à votre adresse courriel" #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3790,9 +3755,9 @@ msgstr "Un message a été envoyé à votre adresse courriel" #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -4004,7 +3969,7 @@ msgstr "" #: ../../general/login_page.php:796 msgid "Bad defined homeurl or homeurl_static" -msgstr "homeurl ou homeurl_static mal défini" +msgstr "Homeurl ou homeurl_static mal défini" #: ../../general/login_page.php:797 msgid "" @@ -4130,7 +4095,7 @@ msgstr "En panne" #: ../../general/header.php:73 msgid "servers down" -msgstr "Serveurs en panne" +msgstr "serveurs en panne" #: ../../general/header.php:76 msgid "Ready" @@ -4176,7 +4141,6 @@ msgid "Pandora documentation" msgstr "Documentation de Pandora" #: ../../general/header.php:399 -#, fuzzy msgid "Enterprise support" msgstr "Assistance Enterprise" @@ -4210,7 +4174,6 @@ msgstr "Modifier mon utilisateur" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4219,6 +4182,7 @@ msgstr "Modifier mon utilisateur" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4231,9 +4195,9 @@ msgstr "Modifier mon utilisateur" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4272,20 +4236,20 @@ msgstr "Modifier mon utilisateur" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4302,8 +4266,6 @@ msgstr "Modifier mon utilisateur" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4339,20 +4301,20 @@ msgstr "Envoyer" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4388,7 +4350,7 @@ msgstr "Bienvenue à" #: ../../include/class/WelcomeWindow.class.php:158 #: ../../include/class/WelcomeWindow.class.php:194 msgid "Do not show anymore" -msgstr "Ne plus afficher." +msgstr "Ne plus afficher" #: ../../general/header.php:1058 ../../godmode/menu.php:769 #: ../../include/class/WelcomeWindow.class.php:170 @@ -4406,201 +4368,6 @@ msgstr "Vous êtes sûr de vouloir annuler ce tutoriel ?" msgid "Close wizard" msgstr "Fermer l’assistant" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"Il n'y a pas de carte par défaut. Veuillez accéder à la configuration pour " -"définir une carte par défaut." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"Il n'y a pas de données GIS pour cet agent. Il est donc situé par défaut " -"dans une position de la carte." - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"Lorsque vous modifiez la position de l'agent, il active automatiquement " -"l'option « Ignorer les nouvelles données GIS »" - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "Position de l'agent" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "Latitude : " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "Longitude : " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "Altitude : " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -#, fuzzy -msgid "Ignore new GIS data" -msgstr "Ignorer les nouvelles données GIS :" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "Oui" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "Non" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "Mise à jour" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "Erreur d'ajout de modules" @@ -4634,12 +4401,11 @@ msgstr "Attribuer" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4653,17 +4419,17 @@ msgstr "Nom du module" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4681,10 +4447,10 @@ msgstr "Nom du module" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4695,21 +4461,21 @@ msgstr "Nom du module" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4724,11 +4490,11 @@ msgstr "Type" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4737,18 +4503,18 @@ msgstr "Type" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4786,9 +4552,9 @@ msgstr "Type" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4796,7 +4562,6 @@ msgstr "Type" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4805,6 +4570,7 @@ msgstr "Type" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4863,10 +4629,9 @@ msgstr "Description" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4881,9 +4646,9 @@ msgstr "Action" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4900,11 +4665,11 @@ msgstr "Action" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4931,10 +4696,10 @@ msgstr "Action" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4945,28 +4710,28 @@ msgstr "Action" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -5004,10 +4769,10 @@ msgstr "Supprimer" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -5056,9 +4821,9 @@ msgstr "Forcer clé principale" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5154,16 +4919,16 @@ msgstr "Carte de réseau" #: ../../operation/agentes/pandora_networkmap.editor.php:280 #: ../../operation/agentes/pandora_networkmap.view.php:2279 msgid "Not found networkmap." -msgstr "Aucune carte de réseau retrouvée" +msgstr "Aucune carte de réseau retrouvée." #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:128 #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5179,13 +4944,13 @@ msgstr "Aucune carte de réseau retrouvée" #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5201,27 +4966,29 @@ msgstr "Aucune carte de réseau retrouvée" #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5231,9 +4998,6 @@ msgstr "Aucune carte de réseau retrouvée" #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5347,8 +5111,8 @@ msgstr "Type de serveur" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5373,9 +5137,9 @@ msgstr "Type de serveur" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5396,22 +5160,21 @@ msgstr "Intervalle" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5420,9 +5183,12 @@ msgstr "Intervalle" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5437,19 +5203,22 @@ msgstr "Intervalle" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5466,12 +5235,6 @@ msgstr "Intervalle" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5520,24 +5283,23 @@ msgstr "Alerte" #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5573,6 +5335,87 @@ msgstr "Supprimer champs pour sélectionner" msgid "Fields selected" msgstr "Champs sélectionnés" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "Mise à jour" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5621,7 +5464,6 @@ msgstr "Champs sélectionnés" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5633,12 +5475,6 @@ msgstr "Champs sélectionnés" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5654,6 +5490,13 @@ msgstr "Champs sélectionnés" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5689,15 +5532,17 @@ msgstr "Champs sélectionnés" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5708,16 +5553,18 @@ msgstr "Champs sélectionnés" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5725,10 +5572,6 @@ msgstr "Champs sélectionnés" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5774,15 +5617,15 @@ msgstr "Champs sélectionnés" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5823,7 +5666,7 @@ msgstr "" #: ../../include/class/TreeGroupEdition.class.php:168 #: ../../operation/custom_fields/custom_fields_view.php:1172 msgid "Confirm" -msgstr "Confirmer " +msgstr "Confirmer" #: ../../godmode/agentes/agent_incidents.php:36 msgid "" @@ -5843,8 +5686,8 @@ msgstr "Gestionnaire de champs personnalisés d'agents" #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5926,16 +5769,16 @@ msgstr "" #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5960,9 +5803,9 @@ msgstr "Entrepôt d’identifiants" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "Communauté SNMP" @@ -5970,9 +5813,9 @@ msgstr "Communauté SNMP" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "Version SNMP" @@ -6022,9 +5865,9 @@ msgstr "La longueur minimale du mot de passe est de huit caractères." #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "Méthode de confidentialité" @@ -6050,9 +5893,9 @@ msgstr "AES" #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Mot de passe privé" @@ -6067,9 +5910,9 @@ msgstr "Méthode d'authentification" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -6086,9 +5929,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Niveau de sécurité" @@ -6121,8 +5964,8 @@ msgstr "Méthode avec authentification et méthode de confidentialité" #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6312,7 +6155,7 @@ msgstr "La première ligne doit être « task_begin »." #: ../../godmode/agentes/module_manager_editor_web.php:272 msgid "Webchecks configuration is empty" -msgstr "La configuration des Webchecks est vide." +msgstr "La configuration des Webchecks est vide" #: ../../godmode/agentes/module_manager_editor_web.php:273 #: ../../godmode/agentes/module_manager_editor_web.php:274 @@ -6424,9 +6267,9 @@ msgstr "Erreur d'élimination des données" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "À" @@ -6462,9 +6305,9 @@ msgid "Execution type" msgstr "Type d'exécution" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6507,8 +6350,8 @@ msgstr "Tous" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6522,13 +6365,13 @@ msgstr "Tous" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6548,13 +6391,13 @@ msgstr "Tous" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6593,13 +6436,12 @@ msgstr "Exécution" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6636,11 +6478,11 @@ msgid "Copy" msgstr "Copier" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6695,24 +6537,19 @@ msgstr "Agents et modules concernés" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6752,11 +6589,16 @@ msgstr "Agents et modules concernés" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6771,7 +6613,7 @@ msgstr "Agents et modules concernés" #: ../../operation/inventory/inventory.php:250 #: ../../operation/inventory/inventory.php:277 msgid "N/A" -msgstr "S.O." +msgstr "S.O" #: ../../godmode/agentes/planned_downtime.list.php:1036 msgid "" @@ -6937,9 +6779,9 @@ msgstr "Erreur du module d'inventaire" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -6981,7 +6823,7 @@ msgstr "Le module sera dissocié lors de la suivante application" #: ../../godmode/agentes/module_manager_editor.php:725 msgid "Invalid module type" -msgstr "Type de module non valide." +msgstr "Type de module non valide" #: ../../godmode/agentes/module_manager_editor.php:744 msgid "Base options" @@ -7059,11 +6901,11 @@ msgstr "" #: ../../godmode/agentes/module_manager_editor.php:1007 msgid "The File APIs are not fully supported in this browser." -msgstr "Les fichiers API ne sont pas pris en charge sur ce navigateur" +msgstr "Les fichiers API ne sont pas pris en charge sur ce navigateur." #: ../../godmode/agentes/module_manager_editor.php:1008 msgid "Couldn`t find the fileinput element." -msgstr "Élément fileinput introuvable" +msgstr "Élément fileinput introuvable." #: ../../godmode/agentes/module_manager_editor.php:1009 msgid "This browser doesn`t seem to support the files property of file inputs." @@ -7081,507 +6923,13 @@ msgid "Plugin server module" msgstr "Module du serveur plugin" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "Plugin" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "Identifiant personnalisé" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "Icône de l'agent" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "Nom de l'agent" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" -"Le nom de l’agent est un identifiant unique (qui est automatiquement généré " -"dans les agents logiciels). Si vous l’entrez manuellement, assurez vous " -"qu’il n’est pas dupliqué. Bien qu’il accepte des spaces, nous ne vous " -"recommandons pas de les utiliser dans le nom de l’agent, vous pouvez les " -"utiliser dans l’alias de l’agent. Le nom de l’agent n’est pas affiché sur " -"l’interface, c’est un nom interne." - -#: ../../godmode/agentes/agent_manager.php:393 -msgid "Edit agent name" -msgstr "Modifier le nom de l'agent" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "Alias" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" -"Ce sera l’étiquette de texte qui représente l’agent dans tout type d’écran " -"ou rapport. Elle peut-être dupliquée, contiendra des spaces et des " -"caractères non ASCII." - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "Utiliser alias comme nom" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "Cet agent peut être configuré à distance" - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "Adresse IP" - -#: ../../godmode/agentes/agent_manager.php:439 -msgid "Check unique IP" -msgstr "Vérifier l’IP unique" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -msgid "Delete selected IPs" -msgstr "Supprimer les adresses IP sélectionnées" - -#: ../../godmode/agentes/agent_manager.php:478 -msgid "Fix IP address" -msgstr "Corriger l’adresse IP" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" -"Éviter la mise à jour automatique de l’adresse IP lorsque l’adresse IP de " -"l’agent change." - -#: ../../godmode/agentes/agent_manager.php:483 -msgid "IP Address list" -msgstr "Liste d’adresses IP" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "Groupe primaire" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" -"Bien que l’agent peut appartiendra à de différents groupes, il peut avoir " -"seulement un Group parent." - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" -"Le temps qui passe lorsque vous mettez à jour des données dans l’agent. Les " -"modules distants out leur propre intervalle, mais cette fois il est utilisé " -"pour trouver si un agent ne répond pas plus (état inconnu). Lorsque deux " -"fois l’intervalle définie dans l’agent passe, il est considéré qu’il se " -"trouve en état inconnu (ou aussi si ses modules distants se trouvent dans un " -"état inconnu). An agent peut se trouver dans un état inconnu si tous ses " -"modules locales (fondés sur les agents logiciels) ont un temps de dernier " -"contact plus ancien que le double de l’intervalle de l’agent, même si il a " -"des modules distants mis à jour." - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "Système d'exploitation" - -#: ../../godmode/agentes/agent_manager.php:607 -msgid "OS version" -msgstr "Version du système d’exploitation" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "Serveur" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "Serveur qui exécutera de manière préférentielle les tâches distantes." - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" -"Configuration à distance désactivée, veuillez l’activer pour activer les " -"options de base de l’agent" - -#: ../../godmode/agentes/agent_manager.php:746 -msgid "Enable security hardening monitoring" -msgstr "Activer la supervision de hardening de sécurité" - -#: ../../godmode/agentes/agent_manager.php:759 -msgid "Enable log collection" -msgstr "Activer la collection de journaux" - -#: ../../godmode/agentes/agent_manager.php:773 -msgid "Enable inventory" -msgstr "Activer l’inventaire" - -#: ../../godmode/agentes/agent_manager.php:791 -msgid "Pandora RC connected with id " -msgstr "Pandora RC connecté avec ID " - -#: ../../godmode/agentes/agent_manager.php:800 -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "" -"Cet agent n'a pas l’agent de Pandora RC installé, veuillez en installer un." - -#: ../../godmode/agentes/agent_manager.php:806 -msgid "Enable remote control" -msgstr "Activer contrôle à distance" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "Seulement disponible pour les agents 774 ou supérieurs" - -#: ../../godmode/agentes/agent_manager.php:823 -msgid "Remote config is enabled only in the Enteprise version" -msgstr "" -"La configuration à distance est fonctionnelle uniquement sur la version " -"Enterprise." - -#: ../../godmode/agentes/agent_manager.php:833 -msgid "Basic options" -msgstr "Options basiques" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "Groupes secondaires" - -#: ../../godmode/agentes/agent_manager.php:866 -msgid "Agent parent" -msgstr "Agent parent" - -#: ../../godmode/agentes/agent_manager.php:894 -msgid "Cascade protection modules" -msgstr "Modules de protection en cascade" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "Mode d'apprentissage" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "Mode normal" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "Mode désactivation automatique" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "Définition des modules" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" -"Vous pouvez sélectionner trois modes de travail pour la définition des " -"modules. Mode d’apprentissage : Mode par défaut, si un XML arrive avec de " -"nouveaux modules, ils seront créés automatiquement ; c’est un comportement " -"d’apprentissage. Mode normal : Si un XML arrive avec de nouveaux modules, " -"ils seront créés seulement s’ils sont déclarés dans la Console. Mode " -"d’autodésactivation : C’est le même que le mode d’apprentissage, mais si " -"tous les modules deviennent inconnus, l’agent sera désactivé jusqu’à " -"l’arrivée des nouvelles informations." - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "Services de protection en cascade" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" -"Afin de prévenir une avalanche d’alertes en cascade. Vous pouvez choisir " -"n’importe quel module de l’agent (tout) ou un module spécifique. Dans le " -"premier cas, lorsqu’il y a au moins un module critique, ce événement/ cette " -"alerte là sera lancé, main pas d’autre module du même agent. Dans le " -"deuxième cas, lorsque le module devient critique, l’agent ne générera pas " -"des alertes/événements." - -#: ../../godmode/agentes/agent_manager.php:958 -msgid "Update new GIS data" -msgstr "Mettre à jour les nouvelles données SIG" - -#: ../../godmode/agentes/agent_manager.php:1034 -msgid "URL Address" -msgstr "Adresse URL" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "Mode désactivé" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" -"Un agent désactivé ne génère pas d’activité (ou crée des événements/alertes) " -"ou traite des données ou génère de supervision activement. Dans beaucoup de " -"listes il n’apparait pas." - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" -"Un agent “silencieux” continue de traiter des données de supervision, mais " -"ne génère pas des événements ou des alertes." - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "Effacer le fichier de configuration à distance" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "Configuration à distance" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "Mode d'opération sécurisé" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" -"Lorsque le module configuré dans cette option devient critique, les autres " -"modules de l’agent sont désactivés automatiquement. Cette option peut être " -"très utile pour éviter de gaspiller des ressources, notamment dans les " -"vérifications distantes. Par exemple, si un module Host Alive est choisi, " -"les vérifications SNMP ne seront pas réalisées dans l’appareil qui n’est pas " -"connecté." - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "Analyse des vulnérabilités" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "Désactivé" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "Activé" - -#: ../../godmode/agentes/agent_manager.php:1134 -msgid "Use global settings" -msgstr "Utiliser les paramètres généraux" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "Ignore unknown" -msgstr "Ignorer inconnus" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" -"Ceci désactive le calcul d’état inconnu dans l’agent et tous ses modules, " -"donc il ne deviendra jamais inconnu. L’état qu’il montre est le dernier état " -"connu." - -#: ../../godmode/agentes/agent_manager.php:1218 -msgid "Link text:" -msgstr "Texte du lien :" - -#: ../../godmode/agentes/agent_manager.php:1229 -msgid "Link URL:" -msgstr "URL du lien :" - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "Supprimer l'agent" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -msgid "This agent belongs to the clusters" -msgstr "Cet agent appartient aux grappes" - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -#, fuzzy -msgid "This action is not reversible. Are you sure?" -msgstr "Cette action n’est pas réversible. Êtes-vous sûr ?" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "Le groupe secondaire ne peut pas non plus être principal." - -#: ../../godmode/agentes/agent_manager.php:1554 -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "" -"Cette adresse IP est en cour d’utilisation. Êtes-vous sûr de vouloir " -"l'installer ?" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" -"Un changement de nom interne de l’agent peut provoquer de la duplicité et " -"des erreurs de fonctionnement." - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7612,7 +6960,7 @@ msgstr "" #: ../../godmode/agentes/module_manager.php:338 #: ../../godmode/agentes/module_manager.php:384 msgid "Operation finished successfully." -msgstr "Opération complétée correctement" +msgstr "Opération complétée correctement." #: ../../godmode/agentes/module_manager.php:296 #: ../../godmode/agentes/module_manager.php:342 @@ -7628,6 +6976,25 @@ msgstr "" msgid "P" msgstr "P" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "Serveur" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 msgid "S" @@ -7685,6 +7052,35 @@ msgstr "Dupliquer" msgid "Normalize" msgstr "Normaliser" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "Désactivé" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7731,703 +7127,6 @@ msgstr "" msgid "Delete module" msgstr "Supprimer le module" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "Configuration manuelle" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "Aucun composant a été trouvé" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "Utilisation du composant de module" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "Non assigné" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -msgid "Warning threshold" -msgstr "Seuil d’avertissement" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "Min / Max" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "Diminuer / Augmenter" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" -"Normal : Toute valeur dans l’intervalle spécifié provoquera un changement " -"d’état. Intervalle inverse : Toute valeur en dehors l’intervalle spécifié " -"provoquera un changement d’état. Percentage : Ce mode prend sur compte le " -"pourcentage de variation du module (comparé à son état précédent), et il " -"provoquera un changement d’état s’il se conforme aux valeurs de diminution " -"ou d’augmentation indiquées. Une valeur qui se conforme aux seuils " -"d’Avertissement ou Critiques déclenchera l’état Critique. Dans les modules " -"numériques, une valeur Max 0 représente l’infini." - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "Normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "Intervalle inverse" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -msgid "Percentage" -msgstr "Pourcentage" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "Chaîne" - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -msgid "Change to critical status after" -msgstr "Passer à l’état critique après" - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -msgid "intervals in warning status." -msgstr "intervalles dans l’état de l’avertissement." - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -msgid "Critical threshold" -msgstr "Seuil critique" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" -"Normal : Toute valeur dans l’intervalle spécifié provoquera un changement " -"d’état.\\nIntervalle inverse : Toute valeur en dehors l’intervalle spécifié " -"provoquera un changement d’état. Percentage : Ce mode prend sur compte le " -"pourcentage de variation du module (comparé à son état précédent), et il " -"provoquera un changement d’état s’il se conforme aux valeurs de diminution " -"ou d’augmentation indiquées. Une valeur qui se conforme aux seuils " -"d’Avertissement ou Critiques déclenchera l’état Critique. Dans les modules " -"numériques, une valeur Max 0 représente l’infini." - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "Historique des données" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" -"S’il est désactivé, il sauvegarde seulement la dernière donnée connue, étant " -"impossible de montrer des graphiques. Il est utile pour sauvegarder de space " -"dans la base de données. Il devrait seulement être désactivé dans les cas où " -"il est nécessaire pour le système de fonctionner souplement et d’économiser " -"des ressources." - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" -"Ceci désactive le calcul d’état inconnu, donc il ne deviendra jamais " -"inconnu. L’état qu’il montre est le dernier état connu." - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent intervalle x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "Par défaut" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -msgid "Identification and Categorization" -msgstr "Identification et catégorisation" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "Catégorie" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "Étiquettes disponibles" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "Ajouter des étiquettes au module" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "Parent de module" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "Étiquettes de la politique" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "Instructions état inconnu" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "Instructions état critique" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "Instructions état d'alerte" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -msgid "Execution interval" -msgstr "Intervalle d’exécution" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron à partir de" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron à" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "Thresholds and state changes" -msgstr "Seuils et changements d’état" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" -"Il indique les valeurs minimales et maximales acceptées par le module. Toute " -"valeur en dehors cet intervalle sera écartée. Par exemple, avec une valeur " -"Max. de 100, une valeur de données de 200 ne sera pas sauvegardé dans la " -"base de données." - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "Valeur minimale" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "Valeur maximale" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "Intervalle de seuil dynamique" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" -"Si cette option est activée, les seuils des modules seront modifiés " -"automatiquement selon la déviation moyenne et standard de leurs valeurs dans " -"l’intervalle de temps spécifié." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "Min." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" -"Il permet de modifier la limite inférieure du seuil dynamique, en " -"pourcentage. Par exemple, si la valeur moyenne du module est 60 et le seuil " -"inférieur de l’état critique est mis à 80, un Max de seuil dynamique à 10 " -"changerait le seuil à 88, un 10 % plus bas que celui établi." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "Max." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" -"Il permet de modifier la limite supérieure du seuil dynamique, en " -"pourcentage. Par exemple, si la valeur moyenne du module est 60 et le seuil " -"supérieur de l’état critique est mis à 80, un Max de seuil dynamique à 10 " -"changerait le seuil à 88, un 10 % plus haut que celui établi." - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "Two Tailed" -msgstr "Deux queues" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" -"Il permet d’établir un seuil plus bas outre celui supérieur par défaut. S’il " -"est activé, les valeurs très hauts et très bas provoqueront un changement " -"d’état." - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "Seuil du FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" -"Il indique le nombre de valeurs consécutives dans an seuil qui doivent être " -"reçues pour que le module change d’état. Par exemple, avec une valeur de 0 " -"(par défaut) le module changera d’état dés qu’il reçoit des données dans le " -"seuil critique, mais avec une valeur de 2 le module doit recevoir deux " -"données critiques (consécutives) supplémentaires pour changer son état. Il " -"est possible d’établir la même “ tolérance “ pour tous les changements ou de " -"choisir une valeur différente pour chacun. Cette option est particulièrement " -"utile dans des environnements instables, puisqu’elle permet d’éviter de faux " -"positives." - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "Tous les changements d'état" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "Chaque changement d'état" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -msgid "Change all states" -msgstr "Modifier tous les états" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "À l'état normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "À l'état d'alerte" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "À l'état critique" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "Intervalle FF" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "FF délai" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "Conserver les compteurs" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -msgid "Data and their processing" -msgstr "Les données et leur traitement" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "Unité" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "Après le traitement" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" -"Il permet de changer l’unité des données reçues. Pour ce faire, multipliez " -"les données reçues par la valeur établie dans cette option (par exemple, " -"Secondes *0.016666666667 = Minutes). Les données sont sauvegardés déjà " -"transformés dans la base de données, donc changer ce paramètre lorsque le " -"module a des données peur provoquer des anomalies dans les graphiques et " -"d’autres éléments." - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -msgid "MADE enabled" -msgstr "MADE activé" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" -"Lorsque vous activez cette option, les données du module seront traités par " -"le moteur MADE (si activé), et les événements seront générés automatiquement " -"par le moteur d’IA" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -msgid "Notifications and alerts" -msgstr "Notifications et alertes" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "Exporter cible" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "Pas nécessaire" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "Supprimer événements inconnus" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" -"Avec ce mode, l’état inconnu sera détecté, mais il ne générera pas des " -"événements." - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" -"Un module en silence continuera de recevoir et de stocker des données, mais " -"ne déclenchera pas des alertes ou générera des événements." - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "Services de protection en cascade" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "Interruption de session" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "Tentatives" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "Valeur" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "Direct" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "Basculement" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "Type de relations" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "Ajouter une relation" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "Changements" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "État normal" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "État d'alerte" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "État critique" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "Veuillez introduire une alerte maximale supérieure à l'alerte minimale" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "" -"Veuillez introduire un état critique maximal supérieur à l'état critique " -"minimal" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -msgid "Please introduce a positive percentage value" -msgstr "Veuillez introduire une valeur de pourcentage positive" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8450,7 +7149,7 @@ msgstr "Liste" msgid "This elements cannot be modified while the downtime is being executed" msgstr "" "Cet élément ne peut pas être modifié lorsque le temps d'arrêt est en " -"exécution." +"exécution" #: ../../godmode/agentes/planned_downtime.editor.php:262 #: ../../include/functions_planned_downtimes.php:41 @@ -8460,7 +7159,7 @@ msgid "" "current time" msgstr "" "Erreur de création et d'insertion de données. L'heure de début doit être " -"supérieure à l'heure actuelle." +"supérieure à l'heure actuelle" #: ../../godmode/agentes/planned_downtime.editor.php:266 #: ../../godmode/agentes/planned_downtime.editor.php:270 @@ -8517,7 +7216,7 @@ msgstr "minute (à partir de)" #: ../../godmode/agentes/planned_downtime.editor.php:329 msgid "month day (from)" -msgstr "Jour du mois (à partir de)" +msgstr "jour du mois (à partir de)" #: ../../godmode/agentes/planned_downtime.editor.php:346 msgid "month (from)" @@ -8602,13 +7301,13 @@ msgstr "Erreur de création" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8646,70 +7345,70 @@ msgstr "Cron à partir de/vers" #: ../../godmode/agentes/planned_downtime.editor.php:1031 msgid "Type Periodicity" -msgstr "Type de périodicité :" +msgstr "Type de périodicité" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "Lundi" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "Mardi" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "Mercredi" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "Jeudi" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "Vendredi" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "Samedi" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "Dimanche" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 msgid "From day" msgstr "À partir du jour" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "Jusqu'au jour" #: ../../godmode/agentes/planned_downtime.editor.php:1113 msgid "From hour" -msgstr "De l'heure :" +msgstr "De l'heure" #: ../../godmode/agentes/planned_downtime.editor.php:1123 msgid "The start time must be lower than the end time" @@ -8717,7 +7416,19 @@ msgstr "L’heure de début doit être précédente à l’heure de fin" #: ../../godmode/agentes/planned_downtime.editor.php:1128 msgid "To hour" -msgstr "Jusqu'à l'heure :" +msgstr "Jusqu'à l'heure" + +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron à partir de" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron à" #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" @@ -8757,6 +7468,32 @@ msgstr "Agents planifiés pour ce temps d'arrêt" msgid "There are no agents" msgstr "Aucun agent" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "Système d'exploitation" + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "Toutes les alertes" @@ -8861,15 +7598,15 @@ msgstr "Vue" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8950,6 +7687,16 @@ msgstr "Assistant des interfaces SNMP" msgid "WMI Wizard" msgstr "Assistant du WMI" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "Configuration à distance" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 msgid "Network config manager" @@ -9081,9 +7828,10 @@ msgid "There was a problem updating module. Processing error" msgstr "Problème de mise à jour du module. Erreur de traitement" #: ../../godmode/agentes/configurar_agente.php:2020 -#, fuzzy msgid "There was a problem updating module: module type cannot be edited" -msgstr "Problème de mise à jour du module. « Aucun changement »" +msgstr "" +"Il y a eu un problème lors de la mise à jour du module : le type de module " +"ne peut pas être édité" #: ../../godmode/agentes/configurar_agente.php:2028 msgid "" @@ -9239,7 +7987,7 @@ msgstr "Agents définis dans %s" #: ../../views/calendar/list.php:60 ../../views/calendar/special_days.php:62 #: ../../views/calendar/special_days_edit.php:57 msgid "metaconsole" -msgstr "Métaconsole" +msgstr "métaconsole" #: ../../godmode/agentes/modificar_agente.php:120 #: ../../godmode/alerts/configure_alert_command.php:196 @@ -9278,11 +8026,11 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:170 msgid "Success deleted agent." -msgstr "Agent supprimé correctement" +msgstr "Agent supprimé correctement." #: ../../godmode/agentes/modificar_agente.php:171 msgid "Could not be deleted." -msgstr "Erreur de suppression" +msgstr "Erreur de suppression." #: ../../godmode/agentes/modificar_agente.php:179 msgid "Maybe the files conf or md5 could not be deleted" @@ -9349,10 +8097,10 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "Alias de l'agent" @@ -9389,6 +8137,17 @@ msgstr "Vous allez désactiver un agent de grappe. Êtes-vous sûr ?" msgid "You are going to delete a cluster agent" msgstr "Vous allez supprimer un agent de grappe" +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +msgid "This agent belongs to the clusters" +msgstr "Cet agent appartient aux grappes" + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "Supprimer l'agent" + #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 #: ../../operation/agentes/estado_agente.php:1362 @@ -9408,6 +8167,1207 @@ msgstr "Aucun agent défini" msgid "Deploy agent" msgstr "Déployer des agents" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"Il n'y a pas de carte par défaut. Veuillez accéder à la configuration pour " +"définir une carte par défaut." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"Il n'y a pas de données GIS pour cet agent. Il est donc situé par défaut " +"dans une position de la carte." + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Lorsque vous modifiez la position de l'agent, il active automatiquement " +"l'option « Ignorer les nouvelles données GIS »" + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "Position de l'agent" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "Latitude : " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "Longitude : " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "Altitude : " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +msgid "Ignore new GIS data" +msgstr "Ignorer les nouvelles données GIS" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "Oui" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "Non" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "Identifiant personnalisé" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "Icône de l'agent" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "Nom de l'agent" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" +"Le nom de l’agent est un identifiant unique (qui est automatiquement généré " +"dans les agents logiciels). Si vous l’entrez manuellement, assurez vous " +"qu’il n’est pas dupliqué. Bien qu’il accepte des spaces, nous ne vous " +"recommandons pas de les utiliser dans le nom de l’agent, vous pouvez les " +"utiliser dans l’alias de l’agent. Le nom de l’agent n’est pas affiché sur " +"l’interface, c’est un nom interne." + +#: ../../godmode/agentes/agent_manager.php:393 +msgid "Edit agent name" +msgstr "Modifier le nom de l'agent" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "Alias" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" +"Ce sera l’étiquette de texte qui représente l’agent dans tout type d’écran " +"ou rapport. Elle peut-être dupliquée, contiendra des spaces et des " +"caractères non ASCII." + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "Utiliser alias comme nom" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "Cet agent peut être configuré à distance" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "Adresse IP" + +#: ../../godmode/agentes/agent_manager.php:439 +msgid "Check unique IP" +msgstr "Vérifier l’IP unique" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +msgid "Delete selected IPs" +msgstr "Supprimer les adresses IP sélectionnées" + +#: ../../godmode/agentes/agent_manager.php:478 +msgid "Fix IP address" +msgstr "Corriger l’adresse IP" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "" +"Éviter la mise à jour automatique de l’adresse IP lorsque l’adresse IP de " +"l’agent change." + +#: ../../godmode/agentes/agent_manager.php:483 +msgid "IP Address list" +msgstr "Liste d’adresses IP" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "Groupe primaire" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" +"Bien que l’agent peut appartiendra à de différents groupes, il peut avoir " +"seulement un Group parent." + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" +"Le temps qui passe lorsque vous mettez à jour des données dans l’agent. Les " +"modules distants out leur propre intervalle, mais cette fois il est utilisé " +"pour trouver si un agent ne répond pas plus (état inconnu). Lorsque deux " +"fois l’intervalle définie dans l’agent passe, il est considéré qu’il se " +"trouve en état inconnu (ou aussi si ses modules distants se trouvent dans un " +"état inconnu). An agent peut se trouver dans un état inconnu si tous ses " +"modules locales (fondés sur les agents logiciels) ont un temps de dernier " +"contact plus ancien que le double de l’intervalle de l’agent, même si il a " +"des modules distants mis à jour." + +#: ../../godmode/agentes/agent_manager.php:607 +msgid "OS version" +msgstr "Version du système d’exploitation" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "Serveur qui exécutera de manière préférentielle les tâches distantes." + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "" +"Configuration à distance désactivée, veuillez l’activer pour activer les " +"options de base de l’agent" + +#: ../../godmode/agentes/agent_manager.php:746 +msgid "Enable security hardening monitoring" +msgstr "Activer la supervision de hardening de sécurité" + +#: ../../godmode/agentes/agent_manager.php:759 +msgid "Enable log collection" +msgstr "Activer la collection de journaux" + +#: ../../godmode/agentes/agent_manager.php:773 +msgid "Enable inventory" +msgstr "Activer l’inventaire" + +#: ../../godmode/agentes/agent_manager.php:791 +msgid "Pandora RC connected with id " +msgstr "Pandora RC connecté avec ID " + +#: ../../godmode/agentes/agent_manager.php:800 +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "" +"Cet agent n'a pas l’agent de Pandora RC installé, veuillez en installer un." + +#: ../../godmode/agentes/agent_manager.php:806 +msgid "Enable remote control" +msgstr "Activer contrôle à distance" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "Seulement disponible pour les agents 774 ou supérieurs" + +#: ../../godmode/agentes/agent_manager.php:823 +msgid "Remote config is enabled only in the Enteprise version" +msgstr "" +"La configuration à distance est fonctionnelle uniquement sur la version " +"Enterprise" + +#: ../../godmode/agentes/agent_manager.php:833 +msgid "Basic options" +msgstr "Options basiques" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "Groupes secondaires" + +#: ../../godmode/agentes/agent_manager.php:866 +msgid "Agent parent" +msgstr "Agent parent" + +#: ../../godmode/agentes/agent_manager.php:894 +msgid "Cascade protection modules" +msgstr "Modules de protection en cascade" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "Mode d'apprentissage" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "Mode normal" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "Mode désactivation automatique" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "Définition des modules" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" +"Vous pouvez sélectionner trois modes de travail pour la définition des " +"modules. Mode d’apprentissage : Mode par défaut, si un XML arrive avec de " +"nouveaux modules, ils seront créés automatiquement ; c’est un comportement " +"d’apprentissage. Mode normal : Si un XML arrive avec de nouveaux modules, " +"ils seront créés seulement s’ils sont déclarés dans la Console. Mode " +"d’autodésactivation : C’est le même que le mode d’apprentissage, mais si " +"tous les modules deviennent inconnus, l’agent sera désactivé jusqu’à " +"l’arrivée des nouvelles informations." + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "Services de protection en cascade" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" +"Afin de prévenir une avalanche d’alertes en cascade. Vous pouvez choisir " +"n’importe quel module de l’agent (tout) ou un module spécifique. Dans le " +"premier cas, lorsqu’il y a au moins un module critique, ce événement/ cette " +"alerte là sera lancé, main pas d’autre module du même agent. Dans le " +"deuxième cas, lorsque le module devient critique, l’agent ne générera pas " +"des alertes/événements." + +#: ../../godmode/agentes/agent_manager.php:958 +msgid "Update new GIS data" +msgstr "Mettre à jour les nouvelles données SIG" + +#: ../../godmode/agentes/agent_manager.php:1034 +msgid "URL Address" +msgstr "Adresse URL" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "Mode désactivé" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" +"Un agent désactivé ne génère pas d’activité (ou crée des événements/alertes) " +"ou traite des données ou génère de supervision activement. Dans beaucoup de " +"listes il n’apparait pas." + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" +"Un agent “silencieux” continue de traiter des données de supervision, mais " +"ne génère pas des événements ou des alertes." + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "Effacer le fichier de configuration à distance" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "Mode d'opération sécurisé" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" +"Lorsque le module configuré dans cette option devient critique, les autres " +"modules de l’agent sont désactivés automatiquement. Cette option peut être " +"très utile pour éviter de gaspiller des ressources, notamment dans les " +"vérifications distantes. Par exemple, si un module Host Alive est choisi, " +"les vérifications SNMP ne seront pas réalisées dans l’appareil qui n’est pas " +"connecté." + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "Analyse des vulnérabilités" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "Activé" + +#: ../../godmode/agentes/agent_manager.php:1134 +msgid "Use global settings" +msgstr "Utiliser les paramètres généraux" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "Ignore unknown" +msgstr "Ignorer inconnus" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" +"Ceci désactive le calcul d’état inconnu dans l’agent et tous ses modules, " +"donc il ne deviendra jamais inconnu. L’état qu’il montre est le dernier état " +"connu." + +#: ../../godmode/agentes/agent_manager.php:1218 +msgid "Link text:" +msgstr "Texte du lien :" + +#: ../../godmode/agentes/agent_manager.php:1229 +msgid "Link URL:" +msgstr "URL du lien :" + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +msgid "This action is not reversible. Are you sure?" +msgstr "Cette action n’est pas réversible. Êtes-vous sûr?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "Le groupe secondaire ne peut pas non plus être principal." + +#: ../../godmode/agentes/agent_manager.php:1554 +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "" +"Cette adresse IP est en cour d’utilisation. Êtes-vous sûr de vouloir " +"l'installer ?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" +"Un changement de nom interne de l’agent peut provoquer de la duplicité et " +"des erreurs de fonctionnement" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "Configuration manuelle" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "Aucun composant a été trouvé" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "Utilisation du composant de module" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "Non assigné" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +msgid "Warning threshold" +msgstr "Seuil d’avertissement" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "Min / Max" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "Diminuer / Augmenter" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal : Toute valeur dans l’intervalle spécifié provoquera un changement " +"d’état. Intervalle inverse : Toute valeur en dehors l’intervalle spécifié " +"provoquera un changement d’état. Percentage : Ce mode prend sur compte le " +"pourcentage de variation du module (comparé à son état précédent), et il " +"provoquera un changement d’état s’il se conforme aux valeurs de diminution " +"ou d’augmentation indiquées. Une valeur qui se conforme aux seuils " +"d’Avertissement ou Critiques déclenchera l’état Critique. Dans les modules " +"numériques, une valeur Max 0 représente l’infini." + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "Normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "Intervalle inverse" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +msgid "Percentage" +msgstr "Pourcentage" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "Chaîne." + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +msgid "Change to critical status after" +msgstr "Passer à l’état critique après" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +msgid "intervals in warning status." +msgstr "intervalles dans l’état de l’avertissement." + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +msgid "Critical threshold" +msgstr "Seuil critique" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" +"Normal : Toute valeur dans l’intervalle spécifié provoquera un changement " +"d’état.\\nIntervalle inverse : Toute valeur en dehors l’intervalle spécifié " +"provoquera un changement d’état. Percentage : Ce mode prend sur compte le " +"pourcentage de variation du module (comparé à son état précédent), et il " +"provoquera un changement d’état s’il se conforme aux valeurs de diminution " +"ou d’augmentation indiquées. Une valeur qui se conforme aux seuils " +"d’Avertissement ou Critiques déclenchera l’état Critique. Dans les modules " +"numériques, une valeur Max 0 représente l’infini." + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "Historique des données" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" +"S’il est désactivé, il sauvegarde seulement la dernière donnée connue, étant " +"impossible de montrer des graphiques. Il est utile pour sauvegarder de space " +"dans la base de données. Il devrait seulement être désactivé dans les cas où " +"il est nécessaire pour le système de fonctionner souplement et d’économiser " +"des ressources." + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" +"Ceci désactive le calcul d’état inconnu, donc il ne deviendra jamais " +"inconnu. L’état qu’il montre est le dernier état connu." + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent intervalle x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "Par défaut" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +msgid "Identification and Categorization" +msgstr "Identification et catégorisation" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "Catégorie" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "Étiquettes disponibles" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "Ajouter des étiquettes au module" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "Parent de module" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "Étiquettes de la politique" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "Instructions état inconnu" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "Instructions état critique" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "Instructions état d'alerte" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +msgid "Execution interval" +msgstr "Intervalle d’exécution" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "Thresholds and state changes" +msgstr "Seuils et changements d’état" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" +"Il indique les valeurs minimales et maximales acceptées par le module. Toute " +"valeur en dehors cet intervalle sera écartée. Par exemple, avec une valeur " +"Max. de 100, une valeur de données de 200 ne sera pas sauvegardé dans la " +"base de données." + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "Valeur minimale" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "Valeur maximale" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "Intervalle de seuil dynamique" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" +"Si cette option est activée, les seuils des modules seront modifiés " +"automatiquement selon la déviation moyenne et standard de leurs valeurs dans " +"l’intervalle de temps spécifié." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "Min." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" +"Il permet de régler la limite inférieure du seuil dynamique, en pourcentage. " +"Par exemple, si la valeur moyenne du module est de 60 et que le seuil " +"inférieur de l'état critique a été fixé à 80, un seuil dynamique maximal de " +"10 fixera le seuil à 88, soit 10 % de moins que ce qui a été fixé." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "Max." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" +"Il permet de modifier la limite supérieure du seuil dynamique, en " +"pourcentage. Par exemple, si la valeur moyenne du module est 60 et le seuil " +"supérieur de l’état critique est mis à 80, un Max de seuil dynamique à 10 " +"changerait le seuil à 88, un 10 % plus haut que celui établi." + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "Two Tailed" +msgstr "Deux queues" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" +"Il permet d’établir un seuil plus bas outre celui supérieur par défaut. S’il " +"est activé, les valeurs très hauts et très bas provoqueront un changement " +"d’état." + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "Seuil du FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" +"Il indique le nombre de valeurs consécutives dans an seuil qui doivent être " +"reçues pour que le module change d’état. Par exemple, avec une valeur de 0 " +"(par défaut) le module changera d’état dés qu’il reçoit des données dans le " +"seuil critique, mais avec une valeur de 2 le module doit recevoir deux " +"données critiques (consécutives) supplémentaires pour changer son état. Il " +"est possible d’établir la même “ tolérance “ pour tous les changements ou de " +"choisir une valeur différente pour chacun. Cette option est particulièrement " +"utile dans des environnements instables, puisqu’elle permet d’éviter de faux " +"positives." + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "Tous les changements d'état" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "Chaque changement d'état" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +msgid "Change all states" +msgstr "Modifier tous les états" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "À l'état normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "À l'état d'alerte" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "À l'état critique" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "Intervalle FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "FF délai" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "Conserver les compteurs" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +msgid "Data and their processing" +msgstr "Les données et leur traitement" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "Unité" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "Après le traitement" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" +"Il permet de changer l’unité des données reçues. Pour ce faire, multipliez " +"les données reçues par la valeur établie dans cette option (par exemple, " +"Secondes *0.016666666667 = Minutes). Les données sont sauvegardés déjà " +"transformés dans la base de données, donc changer ce paramètre lorsque le " +"module a des données peur provoquer des anomalies dans les graphiques et " +"d’autres éléments." + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +msgid "MADE enabled" +msgstr "MADE activé" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" +"Lorsque vous activez cette option, les données du module seront traités par " +"le moteur MADE (si activé), et les événements seront générés automatiquement " +"par le moteur d’IA" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +msgid "Notifications and alerts" +msgstr "Notifications et alertes" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "Exporter cible" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "Pas nécessaire" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "Supprimer événements inconnus" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" +"Avec ce mode, l’état inconnu sera détecté, mais il ne générera pas des " +"événements." + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" +"Un module en silence continuera de recevoir et de stocker des données, mais " +"ne déclenchera pas des alertes ou générera des événements." + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "Services de protection en cascade" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "Interruption de session" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "Tentatives" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "Valeur" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "Direct" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "Basculement" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "Type de relations" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "Ajouter une relation" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "Changements" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "État normal" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "État d'alerte" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "État critique" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "Veuillez introduire une alerte maximale supérieure à l'alerte minimale" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" +"Veuillez introduire un état critique maximal supérieur à l'état critique " +"minimal" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +msgid "Please introduce a positive percentage value" +msgstr "Veuillez introduire une valeur de pourcentage positive" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "Configurer la commande de l'alerte" @@ -9472,9 +9432,9 @@ msgstr "Créer une commande" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "Seuil" @@ -9515,10 +9475,8 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9527,6 +9485,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "Retour" @@ -9630,8 +9590,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "Avancé" @@ -9674,7 +9634,7 @@ msgstr "Aucun nom indiqué" #: ../../godmode/alerts/alert_commands.php:915 #: ../../include/functions_alerts.php:2729 msgid "No command specified" -msgstr "Aucune commande spécifiée." +msgstr "Aucune commande spécifiée" #: ../../godmode/alerts/alert_commands.php:965 msgid " (copy)" @@ -9694,9 +9654,8 @@ msgstr "Aucune commande d'alerte configurée" #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9803,11 +9762,10 @@ msgstr "Seuil de temps" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "De" @@ -9821,11 +9779,11 @@ msgstr "De" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "pour" @@ -9947,10 +9905,10 @@ msgstr "Filtre(s) de bascul" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "Modèle" @@ -9968,12 +9926,12 @@ msgstr "Opérations" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Alerte déclenchée" @@ -9988,9 +9946,8 @@ msgstr "foi(s)" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "Alerte désactivée" @@ -9999,9 +9956,9 @@ msgstr "Alerte désactivée" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "Alerte non déclenchée" @@ -10028,7 +9985,7 @@ msgid "" "no other action is executed" msgstr "" "Les actions par défaut seront exécutées chaque fois que l'alerte est " -"déclenchée et qu'aucune autre action est exécutée." +"déclenchée et qu'aucune autre action est exécutée" #: ../../godmode/alerts/alert_list.list.php:773 #: ../../godmode/snmpconsole/snmp_alert.php:2039 @@ -10056,11 +10013,11 @@ msgstr "Nombre d'alertes qui concordent avec" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "Activer" @@ -10228,9 +10185,9 @@ msgstr "Nombre d'alertes" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" msgstr "Minimum" @@ -10240,9 +10197,9 @@ msgstr "Minimum" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" msgstr "Maximum" @@ -10397,7 +10354,7 @@ msgstr "Étape" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "Général" @@ -10639,8 +10596,8 @@ msgstr "Détaillé" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10658,57 +10615,12 @@ msgstr "Faites glisser vers l’extérieur pour supprimer" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "Alerte" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "Dernière valeur" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "Créer une action" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "Créer un modèle" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "Il a de la priorité sur la configuration du seuil de l’action." - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "Terminer et afficher la grappe" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "Ajouter alertes" - -#: ../../godmode/alerts/alert_list.builder.php:302 -#, fuzzy -msgid "Please select an item" -msgstr "Veuillez sélectionner une image" - -#: ../../godmode/alerts/alert_list.builder.php:303 -#, fuzzy -msgid "Please select a template" -msgstr "Veuillez sélectionner un élément à supprimer" - -#: ../../godmode/alerts/alert_list.builder.php:304 -#, fuzzy -msgid "Please select an agent" -msgstr "Veuillez sélectionner un agent" - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "Déjà ajouté" @@ -10770,6 +10682,47 @@ msgstr "Outil de conception d'alertes" msgid "Manage alerts" msgstr "Gestion d'alertes" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "Dernière valeur" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "Créer une action" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "Créer un modèle" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "Il a de la priorité sur la configuration du seuil de l’action." + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "Terminer et afficher la grappe" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "Ajouter alertes" + +#: ../../godmode/alerts/alert_list.builder.php:302 +msgid "Please select an item" +msgstr "Veuillez sélectionner un article" + +#: ../../godmode/alerts/alert_list.builder.php:303 +msgid "Please select a template" +msgstr "Veuillez sélectionner un modèle" + +#: ../../godmode/alerts/alert_list.builder.php:304 +msgid "Please select an agent" +msgstr "Veuillez sélectionner un agent" + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10852,9 +10805,9 @@ msgid "Max. time before compact data" msgstr "Temps maximum avant de comprimer les données" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "jours" @@ -10871,8 +10824,8 @@ msgstr "Statistiques sur la taille de la base de données" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10880,7 +10833,7 @@ msgstr "Nombre total d'agents" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "Nombre total d'événements" @@ -10920,8 +10873,8 @@ msgstr "Dernier accès à la gestion de la BD" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10965,8 +10918,8 @@ msgstr "Erreur de suppression de la réponse" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10992,13 +10945,12 @@ msgstr "Réponses" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "Événements" @@ -11070,18 +11022,18 @@ msgstr "Nom du module" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -11183,11 +11135,11 @@ msgstr "ID personnalisé du module" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "Données personnalisées" @@ -11211,7 +11163,7 @@ msgstr "Déplacer vers le bas les champs sélectionnés" #: ../../godmode/modules/manage_nc_groups.php:119 #: ../../godmode/netflow/nf_edit_form.php:146 msgid "Not updated. Blank name" -msgstr "Erreur de mise à jour. Nom en blanc." +msgstr "Erreur de mise à jour. Nom en blanc" #: ../../godmode/events/event_edit_filter.php:260 #: ../../godmode/modules/manage_nc_groups.php:143 @@ -11221,12 +11173,11 @@ msgstr "Erreur de mise à jour des données" #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "Nom du filtre" @@ -11246,7 +11197,7 @@ msgstr "Enregistrer dans le groupe" msgid "" "This group will be use to restrict the visibility of this filter with ACLs" msgstr "" -"Ce groupe sera utilisé pour limiter la visibilité de ce filtre avec les ACL." +"Ce groupe sera utilisé pour limiter la visibilité de ce filtre avec les ACL" #: ../../godmode/events/event_edit_filter.php:378 #: ../../godmode/massive/massive_copy_modules.php:127 @@ -11263,7 +11214,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11301,8 +11252,8 @@ msgstr "Rechercher agent" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11323,7 +11274,7 @@ msgstr "Heures maximales" #: ../../godmode/events/event_edit_filter.php:529 #: ../../operation/events/events.php:2269 msgid "User ack." -msgstr "Confirmation de l'utilisateur" +msgstr "Confirmation de l'utilisateur." #: ../../godmode/events/event_edit_filter.php:530 msgid "Choose between the users who have validated an event. " @@ -11580,7 +11531,7 @@ msgstr "Connexion" #: ../../godmode/gis_maps/configure_gis_map.php:402 msgid "just added previously." -msgstr "Élément déjà ajouté" +msgstr "élément déjà ajouté." #: ../../godmode/gis_maps/configure_gis_map.php:470 msgid "Map Name" @@ -11691,7 +11642,7 @@ msgstr "En utilisant les données de" #: ../../godmode/gis_maps/configure_gis_map.php:1285 msgid "Empty layer names are not supported" -msgstr "Les noms vides ne sont pas pris en charge!" +msgstr "Les noms vides ne sont pas pris en charge" #: ../../godmode/groups/configure_modu_group.php:30 msgid "Module group management" @@ -11824,7 +11775,7 @@ msgstr "Icône" #: ../../godmode/groups/configure_group.php:177 msgid "You have not access to the parent." -msgstr "Vous n'avez pas accès au parent" +msgstr "Vous n'avez pas accès au parent." #: ../../godmode/groups/configure_group.php:223 #: ../../godmode/groups/group_list.php:1040 @@ -11900,8 +11851,8 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11917,8 +11868,8 @@ msgstr "Vue de groupe d’arbre" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -11990,7 +11941,7 @@ msgstr "Le groupe %s a été supprimé dans les nœuds" #: ../../godmode/groups/group_list.php:750 #, php-format msgid "The group is not empty. It is use in %s." -msgstr "Le groupe n'est pas vide. Il est en service sur %s" +msgstr "Le groupe n'est pas vide. Il est en service sur %s." #: ../../godmode/groups/group_list.php:789 ../../operation/tree.php:216 msgid "Search group" @@ -12056,9 +12007,9 @@ msgstr "Nombre total de modules" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -12075,8 +12026,8 @@ msgstr "Total" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12444,7 +12395,7 @@ msgstr "Nom du profil" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "Utilisateurs" @@ -12453,82 +12404,6 @@ msgstr "Utilisateurs" msgid "Show all groups" msgstr "Afficher tous les groupes" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "Erreur de récupération des macros plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "Erreur de récupération des macros modifiées" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "Erreur de récupération des macros plugin module" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "Erreur de récupération des données des macros du module de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "Erreur de conception des nouvelles macros" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "%d modules mis à jour" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "Aucun plugin enregistré" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "Données du plugin non valides" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "Effacer" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "Tableau de macros non valide" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "Valeurs multiples" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "Tableau d'agents non valide" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "Élément d'agent non valide" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "Tableau de modules non valide" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "Élément de module non valide" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "Aucun module utilise ce plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "Opérations massives" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "Erreur de chargement des données des macros du module de plugin" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "Activer les alertes" @@ -12628,217 +12503,6 @@ msgstr "" msgid "Successfully deleted (%s)" msgstr "(%s) supprimé(s) correctement" -#: ../../godmode/massive/massive_edit_users.php:153 -#, php-format -msgid "Users updated successfully (%s)" -msgstr "Agents mis à jour correctement (%s)" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, php-format -msgid "Users cannot be updated (%s)" -msgstr "Les utilisateurs ne peuvent pas être mis à jour (%s)" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "Langue" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "Aucune modification" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "Page d'accueil" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" -"L'utilisateur peut personnaliser la page d'accueil. Par défaut, affichera " -"« Détail de l'agent ». Exemple : sélectionnez « Autre » et saisissez index." -"php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 pour afficher " -"la vue détaillée de l'agent" - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "Console visuelle" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "Affichage tactique" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "Détail des alertes" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "Panneau de configuration" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "Filtre d'événements" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "Rafraîchissement automatique" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "" -"Le rafraîchissement automatique sera activé sur les pages sélectionnées." - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "Liste complète de pages" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "" -"Ajouter les pages sélectionnées à la liste de rafraîchissement automatique." - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "" -"Supprimer les pages sélectionnées de la liste de rafraîchissement automatique" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "Liste de pages avec le rafraîchissement automatique" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "Temps de rafraîchissement" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" -"Intervalle de rafraîchissement automatique des éléments, par défaut ils sont " -"de 30 secondes, il faut d'abord activer le rafraîchissement automatique" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "Fuseau horaire" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "Le fuseau horaire doit être celui du serveur associé." - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "Aucune valeur modifiée" @@ -12877,6 +12541,55 @@ msgstr "" msgid "Cascade protection" msgstr "Protection en cascade" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "Aucune modification" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" msgstr "Ajouter des groupes secondaires" @@ -13093,6 +12806,244 @@ msgstr "Windows" msgid "Target OS" msgstr "Système d’exploitation cible" +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "Erreur de récupération des macros plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "Erreur de récupération des macros modifiées" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "Erreur de récupération des macros plugin module" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "Erreur de récupération des données des macros du module de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "Erreur de conception des nouvelles macros" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "%d modules mis à jour" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "Aucun plugin enregistré" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "Données du plugin non valides" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "Effacer" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "Tableau de macros non valide" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "Valeurs multiples" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "Tableau d'agents non valide" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "Élément d'agent non valide" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "Tableau de modules non valide" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "Élément de module non valide" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "Aucun module utilise ce plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "Opérations massives" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "Erreur de chargement des données des macros du module de plugin" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, php-format +msgid "Users updated successfully (%s)" +msgstr "Agents mis à jour correctement (%s)" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, php-format +msgid "Users cannot be updated (%s)" +msgstr "Les utilisateurs ne peuvent pas être mis à jour (%s)" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "Langue" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "Page d'accueil" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" +msgstr "" +"L'utilisateur peut personnaliser la page d'accueil. Par défaut, affichera " +"« Détail de l'agent ». Exemple : sélectionnez « Autre » et saisissez index." +"php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 pour afficher " +"la vue détaillée de l'agent" + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "Console visuelle" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "Affichage tactique" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "Détail des alertes" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "Panneau de configuration" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "Filtre d'événements" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "Rafraîchissement automatique" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "" +"Le rafraîchissement automatique sera activé sur les pages sélectionnées" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "Liste complète de pages" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "" +"Ajouter les pages sélectionnées à la liste de rafraîchissement automatique." + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "" +"Supprimer les pages sélectionnées de la liste de rafraîchissement automatique" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "Liste de pages avec le rafraîchissement automatique" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "Temps de rafraîchissement" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Intervalle de rafraîchissement automatique des éléments, par défaut ils sont " +"de 30 secondes, il faut d'abord activer le rafraîchissement automatique" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "Fuseau horaire" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "Le fuseau horaire doit être celui du serveur associé." + #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" msgstr "Ajout massif d'alertes" @@ -13385,52 +13336,6 @@ msgstr "" msgid "You can find more information at:" msgstr "Vous trouverez plus d’informations sur :" -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Gestion de modules" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Laissé en blanc pour les modules d'inventaire LOCAUX" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -#, fuzzy -msgid "Separate fields with" -msgstr "séparer les champs avec " - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "Mode verrouillage" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -msgid "Script mode" -msgstr "Mode script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -msgid "Use inline code" -msgstr "Utiliser le code en ligne" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "Chemin du script" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "Code" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Placer ici le script pour les modules d'inventaire À DISTANCE. Les modules " -"d'inventaire locaux n'utilisent pas ce champ" - #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" msgstr "Mettre à jour le composant de groupe" @@ -13558,6 +13463,12 @@ msgstr "Scan" msgid "Field value" msgstr "Valeur de champ" +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "Gestion de modules" + #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 #: ../../include/class/ModuleTemplates.class.php:199 @@ -13582,57 +13493,6 @@ msgstr "Ce modèle n'existe pas" msgid "There are no defined network profiles" msgstr "Aucun profil de réseau défini" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "Module supprimé du profil correctement" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "Erreur de suppression du module dans le profil" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "Module ajouté au profil correctement" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "Erreur d'ajout du module au profil" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "Profil de réseau mis à jour correctement" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "Erreur de mise à jour du profil de réseau" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "Profil de réseau mis à jour correctement" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "Erreur d'ajout du profil de réseau" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "Impossible de créer un modèle sans nom" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "Aucun module pour ce profil" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "Ajouter des modules" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "Composants" - #: ../../godmode/modules/module_list.php:45 msgid "Defined module types" msgstr "Types de modules définis" @@ -13663,7 +13523,7 @@ msgstr "Groupes de composants" #: ../../godmode/modules/manage_nc_groups.php:88 msgid "Could not be created. Blank name" -msgstr "Erreur de création : nom en blanc." +msgstr "Erreur de création : nom en blanc" #: ../../godmode/modules/manage_nc_groups.php:322 #, php-format @@ -13752,6 +13612,45 @@ msgstr "Créer un nouveau composant de WMI" msgid "Create a new wizard component" msgstr "Créer un nouveau composant d'assistant" +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Laissé en blanc pour les modules d'inventaire LOCAUX" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +msgid "Separate fields with" +msgstr "Séparer les champs avec" + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "Mode verrouillage" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +msgid "Script mode" +msgstr "Mode script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +msgid "Use inline code" +msgstr "Utiliser le code en ligne" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "Chemin du script" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "Code" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Placer ici le script pour les modules d'inventaire À DISTANCE. Les modules " +"d'inventaire locaux n'utilisent pas ce champ" + #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" msgstr "Options avancées du Seuil dynamique" @@ -13773,6 +13672,57 @@ msgstr "Supprimer les étiquettes du module" msgid "Tags selected" msgstr "Étiquettes sélectionnées" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Module supprimé du profil correctement" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "Erreur de suppression du module dans le profil" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Module ajouté au profil correctement" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Erreur d'ajout du module au profil" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "Profil de réseau mis à jour correctement" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "Erreur de mise à jour du profil de réseau" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "Profil de réseau mis à jour correctement" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "Erreur d'ajout du profil de réseau" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "Impossible de créer un modèle sans nom" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "Aucun module pour ce profil" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "Ajouter des modules" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "Composants" + #: ../../godmode/netflow/nf_edit.php:50 msgid "Manage Filters" msgstr "Gérer les filtres" @@ -13788,8 +13738,8 @@ msgstr "Ajouter un filtre" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -14113,9 +14063,8 @@ msgstr "personnalisé" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "1 heure" @@ -14135,7 +14084,7 @@ msgstr "%s heures" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1 jour" @@ -14153,7 +14102,7 @@ msgstr "%s jours" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1 semaine" @@ -14168,7 +14117,7 @@ msgstr "15 jours" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "1 mois" @@ -14244,7 +14193,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "Sélectionnez d'abord un agent" @@ -14288,7 +14237,7 @@ msgstr "Graphique de module simple" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "Tableau personnalisé" @@ -14297,12 +14246,12 @@ msgstr "Tableau personnalisé" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "Étiquette" @@ -14389,9 +14338,9 @@ msgstr "Nom ou description" #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14409,7 +14358,7 @@ msgstr "Classer" #: ../../godmode/reporting/reporting_builder.list_items.php:447 #: ../../include/functions_graph.php:1535 msgid "No items." -msgstr "Aucun élément" +msgstr "Aucun élément." #: ../../godmode/reporting/reporting_builder.list_items.php:702 msgid "Sort selected items from position: " @@ -14583,6 +14532,8 @@ msgid "Scheduled" msgstr "Planifié" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 msgid "Console" msgstr "Console" @@ -14605,7 +14556,7 @@ msgstr "Nom, Rapport, Tâche et Groupe sont requis." #: ../../godmode/reporting/visual_console_builder.php:216 msgid "This file isn't image" -msgstr "Ce fichier n'est pas une image." +msgstr "Ce fichier n'est pas une image" #: ../../godmode/reporting/visual_console_builder.php:219 msgid "This file isn't image." @@ -14626,35 +14577,35 @@ msgstr "Le fichier n'a pas une extension d'image." #: ../../godmode/reporting/visual_console_builder.php:264 #: ../../godmode/reporting/visual_console_builder.php:270 msgid "Problems with move file to target." -msgstr "Problèmes de déplacement du fichier à la cible" +msgstr "Problèmes de déplacement du fichier à la cible." #: ../../godmode/reporting/visual_console_builder.php:312 msgid "Successfully update." -msgstr "Mis à jour correctement" +msgstr "Mis à jour correctement." #: ../../godmode/reporting/visual_console_builder.php:331 msgid "Could not be update." -msgstr "Mise à jour échouée" +msgstr "Mise à jour échouée." #: ../../godmode/reporting/visual_console_builder.php:351 msgid "Successfully created." -msgstr "Créé correctement" +msgstr "Créé correctement." #: ../../godmode/reporting/visual_console_builder.php:370 msgid "Could not be created." -msgstr "Erreur de création" +msgstr "Erreur de création." #: ../../godmode/reporting/visual_console_builder.php:418 msgid "Successfully multiple delete." -msgstr "Suppression multiple réussie" +msgstr "Suppression multiple réussie." #: ../../godmode/reporting/visual_console_builder.php:419 msgid "Unsuccessful multiple delete." -msgstr "Suppression multiple échouée" +msgstr "Suppression multiple échouée." #: ../../godmode/reporting/visual_console_builder.php:644 msgid "Successfully delete." -msgstr "Supprimé correctement" +msgstr "Supprimé correctement." #: ../../godmode/reporting/visual_console_builder.php:938 #: ../../operation/visual_console/legacy_view.php:117 @@ -14857,7 +14808,7 @@ msgstr "Éléments" #: ../../godmode/reporting/map_builder.php:501 msgid "There are no visual console defined yet." -msgstr "Aucune console visuelle définie jusqu'à présent" +msgstr "Aucune console visuelle définie jusqu'à présent." #: ../../godmode/reporting/schedule.php:63 #: ../../godmode/reporting/reporting_builder.php:564 @@ -15131,18 +15082,17 @@ msgstr "" "visuelle ?" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "Chargement en cours..." #: ../../godmode/reporting/visual_console_builder.wizard.php:634 -#, fuzzy msgid "Image preview" -msgstr "Aperçu du fichier" +msgstr "" #: ../../godmode/reporting/visual_console_builder.wizard.php:782 msgid "Please select any module or modules." @@ -15332,9 +15282,13 @@ msgstr "Veuillez sélectionner un module" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -msgid "Your report has been planned, and the system will email you a " +#, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" msgstr "" -"Votre rapport a été planifié et le système en vous enverra par e-mail un" +"Votre rapport a été planifié et le système vous enverra un fichier %s avec " +"le rapport dès qu'il sera terminé" #: ../../godmode/reporting/reporting_builder.php:194 #: ../../operation/reporting/reporting_viewer.php:94 @@ -15348,7 +15302,7 @@ msgstr "Une erreur est survenue" #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15383,7 +15337,7 @@ msgstr "XML" msgid "This report exceeds the item limit for realtime operations" msgstr "" "Ce rapport dépasse le nombre d'éléments limite pour les opérations en temps " -"réel." +"réel" #: ../../godmode/reporting/reporting_builder.php:1034 #: ../../godmode/reporting/reporting_builder.php:1064 @@ -15403,7 +15357,7 @@ msgstr "Exporter en XML" #: ../../operation/agentes/agent_inventory.php:334 #: ../../operation/inventory/inventory.php:1119 msgid "No data found." -msgstr "Aucune donnée retrouvée" +msgstr "Aucune donnée retrouvée." #: ../../godmode/reporting/reporting_builder.php:4112 #: ../../include/functions_menu.php:622 @@ -15423,7 +15377,7 @@ msgstr "Afficher le rapport" #: ../../godmode/reporting/reporting_builder.php:4152 msgid "Create Custom Report" -msgstr "Créez un rapport personnalisé." +msgstr "Créez un rapport personnalisé" #: ../../godmode/reporting/reporting_builder.php:4224 msgid "Successfull action" @@ -15559,9 +15513,9 @@ msgstr "" "d’exploitation." #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 msgid "End of life" msgstr "Temps de vie" @@ -15576,7 +15530,7 @@ msgstr "" "network_agent1, NetworK CHECKS" #: ../../godmode/reporting/reporting_builder.item_editor.php:1462 -#, fuzzy, php-format +#, php-format msgid "" "Case insensitive regular expression or string for module name. For example: " "if you use this field with \"Module exact match\" enabled then this field " @@ -15584,12 +15538,11 @@ msgid "" "can use a regular expression. Example: %s will match: cpu_usage, vram usage " "in machine 1." msgstr "" -"Expression régulière ou chaîne non sensible à la casse pour le nom du " -"module. Par exemple : si vous utilisez ce champ avec « Concordance exacte de " -"module » activée, alors ce champ doit être rempli avec une chaîne littérale " -"du nom du module. Sinon, vous pouvez utiliser une expression régulière. Par " -"exemple : .*usage.* concordera avec : cpu_usage, vram usage dans la machine " -"1." +"Expression régulière insensible à la casse ou chaîne de caractères pour le " +"nom du module. Par exemple : si vous utilisez ce champ avec l'option « " +"Module exact match » activée, ce champ doit être rempli avec la chaîne " +"littérale du nom du module, sinon vous pouvez utiliser une expression " +"régulière. Exemple : %s correspondra à : cpu_usage, vram usage in machine 1." #: ../../godmode/reporting/reporting_builder.item_editor.php:1536 msgid "All nodes" @@ -15641,7 +15594,7 @@ msgstr "Montrer ajouter par port de destination" #: ../../godmode/reporting/reporting_builder.item_editor.php:1721 msgid "Show InBound/Outbound traffic per SrcIP/DestIP" -msgstr "Montrer trafic d’entrée/sortie par IP source/destination." +msgstr "Montrer trafic d’entrée/sortie par IP source/destination" #: ../../godmode/reporting/reporting_builder.item_editor.php:1736 msgid "Display graph" @@ -15705,7 +15658,7 @@ msgid "" msgstr "" "Attention : les rapports de période 0 ne peuvent pas être utilisés pour " "afficher de l'information passée. L'information dans ce type de rapport " -"affiche toujours les données les plus récentes." +"affiche toujours les données les plus récentes" #: ../../godmode/reporting/reporting_builder.item_editor.php:1954 #: ../../include/functions_graph.php:5809 @@ -15781,7 +15734,7 @@ msgstr "Serveur cible" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "Texte" @@ -15856,8 +15809,8 @@ msgid "Display" msgstr "Afficher" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" msgstr "Moyenne" @@ -15934,7 +15887,7 @@ msgstr "Comparaison de temps (chevauché)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "Maximum" @@ -15943,9 +15896,9 @@ msgstr "Maximum" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "Minimum" @@ -15965,8 +15918,8 @@ msgstr "Moyenne" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "Sommation" @@ -16059,7 +16012,7 @@ msgstr "Afficher adresse au lieu du nom du module" #: ../../godmode/reporting/reporting_builder.item_editor.php:3547 msgid "Show the main address of agent." -msgstr "Afficher l'adresse principale de l'agent" +msgstr "Afficher l'adresse principale de l'agent." #: ../../godmode/reporting/reporting_builder.item_editor.php:3566 msgid "Show resume" @@ -16137,20 +16090,20 @@ msgid "Event graphs" msgstr "Graphiques d'événements" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 -msgid "By agent " +msgid "By agent" msgstr "Par agent" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 -msgid "By user validator " -msgstr "Par validateur d’utilisateur" +msgid "By user validator" +msgstr "Par utilisateur validateur" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 -msgid "By criticity " -msgstr "Par criticité" +msgid "By criticity" +msgstr "Par niveau de sévérité" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 -msgid "Validated vs unvalidated " -msgstr "Validé vs non validé" +msgid "Validated vs unvalidated" +msgstr "Validés / non validés" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 msgid "Query History Database" @@ -16291,12 +16244,12 @@ msgid "Use uncompressed module data." msgstr "Utiliser des données de module non compressées." #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 msgid "Unassigned group" msgstr "Groupe non affecté" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 msgid "Unnasigned group" msgstr "Groupe non affecté" @@ -16306,7 +16259,7 @@ msgstr "Sélectionner par groupe" #: ../../godmode/reporting/reporting_builder.item_editor.php:4304 msgid "Show Summary" -msgstr "Voir le sommaire " +msgstr "Voir le sommaire" #: ../../godmode/reporting/reporting_builder.item_editor.php:4321 msgid "Group by" @@ -16451,23 +16404,23 @@ msgstr "Réussis" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -16625,7 +16578,7 @@ msgstr "Veuillez sélectionner un nom." #: ../../godmode/reporting/reporting_builder.item_editor.php:5924 msgid "Please select an agent." -msgstr "Veuillez sélectionner un agent" +msgstr "Veuillez sélectionner un agent." #: ../../godmode/reporting/reporting_builder.item_editor.php:5932 msgid "Please insert a SQL query." @@ -16735,17 +16688,17 @@ msgid "" "configuration plugin timeout" msgstr "" "Cette valeur s'appliquera uniquement si elle est inférieure au temps " -"d'interruption du plugin de configuration du serveur général." +"d'interruption du plugin de configuration du serveur général" #: ../../godmode/servers/plugin.php:488 msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" msgstr "" "Si vous définissez un temps d'interruption de 0 secondes, le temps " -"d'interruption du plugin du serveur sera employé." +"d'interruption du plugin du serveur sera employé" #: ../../godmode/servers/plugin.php:490 msgid "Max. timeout" -msgstr "Interruption de session max." +msgstr "Interruption de session max" #: ../../godmode/servers/plugin.php:522 msgid "Save changes" @@ -16855,7 +16808,7 @@ msgstr "Liste de modules et composants créés par « %s » " #: ../../godmode/servers/plugin.php:1278 msgid "Some modules or components are using the plugin" -msgstr "Certains modules ou composants utilisent le plugin." +msgstr "Certains modules ou composants utilisent le plugin" #: ../../godmode/servers/plugin.php:1279 msgid "" @@ -16863,7 +16816,7 @@ msgid "" "operations for plugins after this change" msgstr "" "Les modules ou composants doivent être mis à jour manuellement ou en " -"utilisant les opérations massives pour les plugins après ce changement." +"utilisant les opérations massives pour les plugins après ce changement" #: ../../godmode/servers/plugin.php:1281 msgid "Are you sure you want to perform this action?" @@ -16909,9 +16862,8 @@ msgid "Upload file" msgstr "Charger un fichier" #: ../../godmode/servers/plugin_registration.php:111 -#, fuzzy msgid "Register plugins" -msgstr "Enregistrer le plugin" +msgstr "Enregistrer les plugins" #: ../../godmode/servers/plugin_registration.php:132 msgid "Failed to create temporary directory" @@ -16952,7 +16904,7 @@ msgstr "Impossible de décompresser le fichier" #: ../../godmode/servers/plugin_registration.php:534 #, php-format msgid "Cannot move uploaded file to %s." -msgstr "Impossible de déplacer le fichier téléchargé vers %s" +msgstr "Impossible de déplacer le fichier téléchargé vers %s." #: ../../godmode/servers/modificar_server.php:54 #: ../../include/functions_servers.php:697 @@ -17208,13 +17160,12 @@ msgid "There was a problem updating the server" msgstr "Problème de mise à jour du serveur" #: ../../godmode/servers/servers.build_table.php:54 -#, fuzzy msgid "" "There are no servers registered on the database. Please, check the " "configuration and start the Pandora Server service" msgstr "" -"Il n'y a aucun serveur enregistré dans cette console. Veuillez consulter le " -"guide d'installation." +"Aucun serveur n'est enregistré dans la base de données. Veuillez vérifier la " +"configuration et démarrer le service Pandora Server" #: ../../godmode/servers/servers.build_table.php:85 msgid "Master" @@ -17307,7 +17258,7 @@ msgstr "Information tactique du serveur" #: ../../godmode/servers/servers.build_table.php:359 #: ../../include/help/clippy/server_queued_modules.php:35 msgid "Excesive Queued." -msgstr "File d'attente de modules excessive" +msgstr "File d'attente de modules excessive." #: ../../godmode/servers/servers.build_table.php:360 msgid "" @@ -17408,7 +17359,7 @@ msgstr "Erreur de mise à jour de la traduction SNMP" #: ../../godmode/setup/snmp_wizard.php:162 msgid "Unsucessful update the snmp translation." -msgstr "Erreur de mise à jour de la traduction SNMP" +msgstr "Erreur de mise à jour de la traduction SNMP." #: ../../godmode/setup/snmp_wizard.php:210 msgid "Unsucessful delete the snmp translation" @@ -17416,7 +17367,7 @@ msgstr "Erreur de suppression de la traduction SNMP" #: ../../godmode/setup/snmp_wizard.php:217 msgid "Unsucessful delete the snmp translation." -msgstr "Erreur de suppression de la traduction SNMP" +msgstr "Erreur de suppression de la traduction SNMP." #: ../../godmode/setup/snmp_wizard.php:278 msgid "Unsucessful save the snmp translation" @@ -17424,7 +17375,7 @@ msgstr "Erreur d'enregistrement de la traduction SNMP" #: ../../godmode/setup/snmp_wizard.php:287 msgid "Unsucessful save the snmp translation." -msgstr "Erreur d'enregistrement de la traduction SNMP" +msgstr "Erreur d'enregistrement de la traduction SNMP." #: ../../godmode/setup/gis_step_2.php:37 msgid "GIS Maps connections" @@ -17680,7 +17631,7 @@ msgstr "Erreur de mise à jour du système d'exploitation" #: ../../godmode/setup/os_version.php:268 ../../godmode/setup/os.php:161 msgid "There are agents with this OS." -msgstr "Il y a des agents avec ce système d'exploitation" +msgstr "Il y a des agents avec ce système d'exploitation." #: ../../godmode/setup/os_version.php:272 ../../godmode/setup/os.php:165 msgid "Success deleting" @@ -17690,387 +17641,6 @@ msgstr "Supprimé correctement" msgid "Error deleting" msgstr "Erreur de suppression" -#: ../../godmode/setup/performance.php:185 -msgid "Pandora_db running in active database." -msgstr "Pandora_db s'exécutant dans la base de données active." - -#: ../../godmode/setup/performance.php:186 -#: ../../godmode/setup/performance.php:242 -msgid "Executed:" -msgstr "Exécuté :" - -#: ../../godmode/setup/performance.php:192 -#: ../../godmode/setup/performance.php:247 -msgid "ago" -msgstr "il y a" - -#: ../../godmode/setup/performance.php:241 -msgid "Pandora_db running in historical database." -msgstr "Pandora_db s'exécutant dans la base de données historique." - -#: ../../godmode/setup/performance.php:249 -msgid "Not executed" -msgstr "Non exécuté" - -#: ../../godmode/setup/performance.php:262 -#: ../../godmode/setup/performance.php:505 -msgid "Max. days before delete events" -msgstr "Nombre de jours maximum avant la suppression des événements" - -#: ../../godmode/setup/performance.php:277 -#: ../../include/functions_config.php:880 -msgid "Max. days before delete traps" -msgstr "Nombre de jours maximum avant la suppression de déroutements" - -#: ../../godmode/setup/performance.php:292 -#: ../../include/functions_config.php:888 -msgid "Max. days before delete audit events" -msgstr "Nombre de jours maximum avant la suppression d'événements d'audit" - -#: ../../godmode/setup/performance.php:307 -#: ../../godmode/setup/performance.php:517 -#: ../../include/functions_config.php:884 -msgid "Max. days before delete string data" -msgstr "Nombre de jours maximum avant la suppression de chaînes de données" - -#: ../../godmode/setup/performance.php:322 -#: ../../include/functions_config.php:892 -msgid "Max. days before delete GIS data" -msgstr "Nombre de jours maximum avant la suppression de données GIS" - -#: ../../godmode/setup/performance.php:337 -#: ../../godmode/setup/performance.php:469 -#: ../../include/functions_config.php:896 -msgid "Max. days before purge" -msgstr "Nombre de jours maximum avant le nettoyage" - -#: ../../godmode/setup/performance.php:352 -#: ../../godmode/setup/performance.php:481 -#: ../../include/functions_config.php:908 -msgid "Max. days before compact data" -msgstr "Nombre de jours maximum avant la compression de données" - -#: ../../godmode/setup/performance.php:367 -#: ../../include/functions_config.php:900 -msgid "Max. days before delete unknown modules" -msgstr "Nombre de jours maximum avant la suppression de modules inconnus" - -#: ../../godmode/setup/performance.php:382 -#: ../../include/functions_config.php:904 -msgid "Max. days before delete not initialized modules" -msgstr "" -"Nombre de jours maximum avant la suppression de modules non initialisés" - -#: ../../godmode/setup/performance.php:397 -msgid "Max. days before delete autodisabled agents" -msgstr "" -"Nombre de jours maximum avant la suppression d'agents à désactivation " -"automatique" - -#: ../../godmode/setup/performance.php:412 -#: ../../include/functions_config.php:956 -msgid "Retention period of past special days" -msgstr "Période de rétention de jours spéciaux passés" - -#: ../../godmode/setup/performance.php:424 -#: ../../include/functions_config.php:960 -msgid "Max. macro data fields" -msgstr "Nombre maximum de champs macro de données" - -#: ../../godmode/setup/performance.php:493 -#: ../../godmode/setup/performance.php:611 -#: ../../include/functions_config.php:924 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Interpolation de compression en heures (1 Optimale-20 Mauvaise)" - -#: ../../godmode/setup/performance.php:536 -#: ../../include/functions_config.php:974 -msgid "Max. days before delete old messages" -msgstr "Max. jours avant de supprimer les anciens messages" - -#: ../../godmode/setup/performance.php:549 -#: ../../include/functions_config.php:965 -msgid "Max. days before delete inventory data" -msgstr "Nombre de jours maximum avant la suppression de données d'inventaire" - -#: ../../godmode/setup/performance.php:562 -#: ../../include/functions_config.php:970 -msgid "Max. days before disabled agents are deleted" -msgstr "Nombre de jours maximales avant suppression des agents désactivés" - -#: ../../godmode/setup/performance.php:582 -msgid "Item limit for realtime reports" -msgstr "Limite d'articles pour les rapports en temps réel" - -#: ../../godmode/setup/performance.php:597 -#: ../../include/functions_config.php:920 -msgid "Limit of events per query" -msgstr "Limite d’événements par requête" - -#: ../../godmode/setup/performance.php:625 -msgid "Last day" -msgstr "Dernier jour" - -#: ../../godmode/setup/performance.php:626 -msgid "2 days" -msgstr "2 jours" - -#: ../../godmode/setup/performance.php:627 -msgid "10 days" -msgstr "10 jours" - -#: ../../godmode/setup/performance.php:628 -msgid "Last week" -msgstr "La semaine dernière" - -#: ../../godmode/setup/performance.php:629 -msgid "2 weeks" -msgstr "2 semaines" - -#: ../../godmode/setup/performance.php:630 -msgid "Last month" -msgstr "Le mois dernier" - -#: ../../godmode/setup/performance.php:633 -#: ../../include/functions_config.php:928 -msgid "Default hours for event view" -msgstr "Heures par défaut pour la visualisation des événements" - -#: ../../godmode/setup/performance.php:648 -#: ../../include/functions_config.php:932 -msgid "Use realtime statistics" -msgstr "Utiliser des statistiques en temps réel" - -#: ../../godmode/setup/performance.php:658 -#: ../../include/functions_config.php:936 -msgid "Batch statistics period (secs)" -msgstr "Période de statistiques par lot (en secondes)" - -#: ../../godmode/setup/performance.php:681 -#: ../../include/functions_config.php:940 -msgid "Max. recommended number of files in attachment directory" -msgstr "" -"Nombre maximum de fichiers recommandé dans le répertoire des pièces jointes" - -#: ../../godmode/setup/performance.php:693 -#: ../../include/functions_config.php:944 -msgid "Delete not init modules" -msgstr "Supprimer les modules non initialisés" - -#: ../../godmode/setup/performance.php:703 -msgid "Big Operation Step to purge old data" -msgstr "Étape majeure pour nettoyer les données anciennes" - -#: ../../godmode/setup/performance.php:718 -#: ../../include/functions_config.php:952 -msgid "Small Operation Step to purge old data" -msgstr "Étape mineure pour nettoyer les données anciennes" - -#: ../../godmode/setup/performance.php:733 -#: ../../include/functions_config.php:978 -msgid "Graph container - Max. Items" -msgstr "Conteneur de graphiques - Nombre maximal d'éléments" - -#: ../../godmode/setup/performance.php:745 -msgid "Events response max. execution" -msgstr "Exécution max. de réponse d’événements" - -#: ../../godmode/setup/performance.php:757 -#: ../../include/functions_config.php:990 -msgid "Row limit in csv log" -msgstr "Limite de ligne dans le journal csv" - -#: ../../godmode/setup/performance.php:772 -msgid "SNMP walk binary" -msgstr "Chemin binaire de SNMP walk" - -#: ../../godmode/setup/performance.php:784 -msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used " -"instead (by default snmpwalk, slower)." -msgstr "" -"SNMP bulk walk n'est pas capable de demander SNMP V1, cette option sera " -"utilisée à la place (par défaut snmpwalk, plus lent)." - -#: ../../godmode/setup/performance.php:789 -msgid "SNMP walk binary (fallback)" -msgstr "SNMP walk binaire (repli)" - -#: ../../godmode/setup/performance.php:802 -#, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an " -"upgrade" -msgstr "" -"%s nettoyage du système de cache web2image. Il est toujours nettoyé après " -"avoir effectué une mise à niveau" - -#: ../../godmode/setup/performance.php:809 -msgid "WMI binary" -msgstr "Binaire WMI" - -#: ../../godmode/setup/performance.php:821 -msgid "" -"Before increasing this value, be aware that a large number can affect " -"performance in PDF generation. Set to 0 to disregard this limit." -msgstr "" -"Avant d’augmenter cette valeur, gardez sur compte qu’un nombre très grand " -"peut affecter la performance dans la génération de PDF. Mettez 0 afin " -"d’ignorer cette limite." - -#: ../../godmode/setup/performance.php:826 -#: ../../include/functions_config.php:986 -msgid "Rows limit for SQL report item PDF" -msgstr "Limite de lignes pour le PDF des éléments du rapport SQL" - -#: ../../godmode/setup/performance.php:864 -msgid "Database maintenance status" -msgstr "État de maintenance de la base de données" - -#: ../../godmode/setup/performance.php:869 -msgid "Database maintenance options" -msgstr "Options d'entretien de la base de données" - -#: ../../godmode/setup/performance.php:875 -msgid "Historical database maintenance options" -msgstr "Options de maintenance de la base de données historique" - -#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 -#: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 -msgid "Others" -msgstr "Autres" - -#: ../../godmode/setup/performance.php:886 -msgid "Agent SNMP Interface Wizard defaults" -msgstr "Paramètres par défaut de l’Assistant de l’interface SNMP de l’agent" - -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "En cours" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "Voir le résumé" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" -"Vous pouvez augmenter la valeur du paramètre plugin_timeout dans la " -"configuration de votre serveur afin de mettre à jour toutes les données de " -"vos agents" - -#: ../../godmode/setup/demo.php:331 -msgid "Agents interval" -msgstr "Intervalle d’agents" - -#: ../../godmode/setup/demo.php:336 -msgid "Generate historical data for all agents" -msgstr "Générer des données historiques pour tous les agents" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "Jours des données historiques à insérer dans les données des agents" - -#: ../../godmode/setup/demo.php:363 -msgid "Create services" -msgstr "Créer des services" - -#: ../../godmode/setup/demo.php:374 -msgid "Create network maps" -msgstr "Créer une carte réseau" - -#: ../../godmode/setup/demo.php:384 -msgid "Create GIS maps" -msgstr "Créer des cartes GIS" - -#: ../../godmode/setup/demo.php:404 -msgid "Create reports" -msgstr "Créer rapports" - -#: ../../godmode/setup/demo.php:414 -msgid "Create visual consoles" -msgstr "Créer des consoles visuelles" - -#: ../../godmode/setup/demo.php:424 -msgid "Create dashboards" -msgstr "Créer des tableaux de bord" - -#: ../../godmode/setup/demo.php:434 -msgid "Traps target IP" -msgstr "Adresse IP cible des déroutements" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "Tous les traps de la démo sont générés en utilisant la version 1" - -#: ../../godmode/setup/demo.php:450 -msgid "Traps community" -msgstr "Communauté des déroutements" - -#: ../../godmode/setup/demo.php:466 -msgid "Tentacle target IP" -msgstr "Adresse IP cible Tentacle" - -#: ../../godmode/setup/demo.php:482 -msgid "Tentacle port" -msgstr "Port Tentacle" - -#: ../../godmode/setup/demo.php:498 -msgid "Tentacle extra options" -msgstr "Options extra Tentacle" - -#: ../../godmode/setup/demo.php:515 -msgid "Configure demo data" -msgstr "Configurer les données de la démo" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -msgid "Create demo data" -msgstr "Créer des données de la démo" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "Services" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "Cartes de réseau" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "Cartes GIS" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "Consoles visuelles" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "Panneaux de configuration" - -#: ../../godmode/setup/demo.php:598 -msgid "Active demo data summary" -msgstr "Activer le résumé des données de la démo" - -#: ../../godmode/setup/demo.php:666 -msgid "Delete all demo data" -msgstr "Supprimer tous les données de la démo" - #: ../../godmode/setup/news.php:30 msgid "Site news management" msgstr "Gérer les nouveautés du site" @@ -18213,7 +17783,7 @@ msgstr "Pandora RC dispose de ses propres identifiants d'agents" #: ../../godmode/setup/setup_ehorus.php:200 msgid "To store them, it will be necessary to use an agent custom field" -msgstr "Pour les stocker, il faudra utiliser un champ personnalisé de l'agent." +msgstr "Pour les stocker, il faudra utiliser un champ personnalisé de l'agent" #: ../../godmode/setup/setup_ehorus.php:201 msgid "" @@ -18564,127 +18134,6 @@ msgstr "Collecteur de journaux" msgid "Correct update the setup options" msgstr "Corrigez la mise à jour des options de configuration" -#: ../../godmode/setup/setup_ITSM.php:89 -#, php-format -msgid "ITSM API is not reachable, %s" -msgstr "L'API ITSM n'est pas accessible, %s" - -#: ../../godmode/setup/setup_ITSM.php:102 -#: ../../include/functions_config.php:1949 -msgid "Enable Pandora ITSM" -msgstr "Activer Pandora ITSM" - -#: ../../godmode/setup/setup_ITSM.php:119 -msgid "Pandora ITSM configuration at user level" -msgstr "Configuration de Pandora ITSM au niveau de l’utilisateur" - -#: ../../godmode/setup/setup_ITSM.php:132 -msgid "URL to Pandora ITSM setup" -msgstr "URL vers la configuration Pandora ITSM" - -#: ../../godmode/setup/setup_ITSM.php:133 -#: ../../godmode/setup/setup_ITSM.php:217 -#, fuzzy -msgid "Full URL (e.g., http://192.168.1.20/XXX/api/v2)." -msgstr "URL complète de votre Pandora (par exemple, http://192.168.1.20)." - -#: ../../godmode/setup/setup_ITSM.php:153 -#: ../../godmode/users/user_management.php:937 -#: ../../include/functions_users.php:1090 -msgid "Token" -msgstr "Jeton" - -#: ../../godmode/setup/setup_ITSM.php:190 -#: ../../godmode/setup/setup_ITSM.php:320 -#, fuzzy -msgid "Connection is OK" -msgstr "Connexion correcte" - -#: ../../godmode/setup/setup_ITSM.php:200 -#, fuzzy -msgid "Test connection PFMS to Pandora ITSM" -msgstr "Tester la connexion Pandora à ITSM" - -#: ../../godmode/setup/setup_ITSM.php:216 -#, fuzzy, php-format -msgid "URL connect to API %s" -msgstr "URL de connexion à l’API %s" - -#: ../../godmode/setup/setup_ITSM.php:231 -#, fuzzy -msgid "Number of agents to synchronize" -msgstr "Nombre d’agents à synchroniser" - -#: ../../godmode/setup/setup_ITSM.php:232 -msgid "" -"Number of agents that will synchronize at the same time, minimum 10 max 1000" -msgstr "" -"Nombre d’agents qui effectueront l’action de synchronisation en même temps, " -"minimum 10 maximum 1 000" - -#: ../../godmode/setup/setup_ITSM.php:262 -#, fuzzy -msgid "Synchronize agents mode" -msgstr "Synchroniser tout" - -#: ../../godmode/setup/setup_ITSM.php:279 -#, fuzzy -msgid "Agent groups to synchronize" -msgstr "Nombre d’agents à synchroniser" - -#: ../../godmode/setup/setup_ITSM.php:330 -msgid "Test conection ITSM to pandora" -msgstr "Tester la connexion ITSM à Pandora" - -#: ../../godmode/setup/setup_ITSM.php:359 -#, fuzzy -msgid "Progress on agents to be synchronized" -msgstr "Progrès de la synchronisation des agents" - -#: ../../godmode/setup/setup_ITSM.php:379 -#: ../../godmode/setup/setup_ITSM.php:505 -#: ../../include/class/TipsWindow.class.php:483 -#: ../../include/class/TipsWindow.class.php:759 -#: ../../include/class/TipsWindow.class.php:926 -#: ../../include/graphs/fgraph.php:970 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:299 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:356 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:891 -#: ../../include/lib/Dashboard/Widget.php:634 -#: ../../include/lib/ITSM/ITSM.php:513 -#: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 -#: ../../include/functions_reporting_html.php:947 -#: ../../include/functions_reporting_html.php:1043 -#: ../../views/ITSM/ITSMTicketEditView.php:78 -#: ../../views/ITSM/ITSMTicketListView.php:78 -msgid "Title" -msgstr "Titre" - -#: ../../godmode/setup/setup_ITSM.php:395 -#: ../../godmode/setup/setup_ITSM.php:521 -msgid "Ticket body" -msgstr "Corps du ticket" - -#: ../../godmode/setup/setup_ITSM.php:649 -msgid "Pandora ITSM API settings" -msgstr "Paramètres de l'API Pandora ITSM" - -#: ../../godmode/setup/setup_ITSM.php:660 -msgid "Alert default values" -msgstr "Valeurs par défaut des alertes" - -#: ../../godmode/setup/setup_ITSM.php:670 -msgid "Event custom response default values" -msgstr "Valeurs par défaut de la réponse personnalisée de l'événement" - -#: ../../godmode/setup/setup_ITSM.php:686 -#: ../../godmode/wizards/HostDevices.class.php:811 -#: ../../include/class/CustomNetScan.class.php:568 -#: ../../include/lib/ClusterViewer/ClusterWizard.php:1234 -msgid "Update and continue" -msgstr "Mettre à jour et continuer" - #: ../../godmode/setup/setup_netflow.php:45 msgid "" "The Netflow data will be saved in the directory specified here, which will " @@ -18729,7 +18178,1251 @@ msgid "" "be activated with this switch" msgstr "" "SFlow utilise un protocole différent et a besoin d’un collecteur alternatif " -"qui doit Être activé avec ce commutateur." +"qui doit Être activé avec ce commutateur" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "Gestionnaire de fichiers" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "Index de %s" + +#: ../../godmode/setup/os.list.php:56 +#, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"Ce nœud est configuré en mode centralisé. Toutes les définitions de système " +"d'exploitation sont en lecture seule. Accédez à %s pour les gérer." + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "En cours" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "Voir le résumé" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" +"Vous pouvez augmenter la valeur du paramètre plugin_timeout dans la " +"configuration de votre serveur afin de mettre à jour toutes les données de " +"vos agents" + +#: ../../godmode/setup/demo.php:331 +msgid "Agents interval" +msgstr "Intervalle d’agents" + +#: ../../godmode/setup/demo.php:336 +msgid "Generate historical data for all agents" +msgstr "Générer des données historiques pour tous les agents" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "Jours des données historiques à insérer dans les données des agents" + +#: ../../godmode/setup/demo.php:363 +msgid "Create services" +msgstr "Créer des services" + +#: ../../godmode/setup/demo.php:374 +msgid "Create network maps" +msgstr "Créer une carte réseau" + +#: ../../godmode/setup/demo.php:384 +msgid "Create GIS maps" +msgstr "Créer des cartes GIS" + +#: ../../godmode/setup/demo.php:404 +msgid "Create reports" +msgstr "Créer rapports" + +#: ../../godmode/setup/demo.php:414 +msgid "Create visual consoles" +msgstr "Créer des consoles visuelles" + +#: ../../godmode/setup/demo.php:424 +msgid "Create dashboards" +msgstr "Créer des tableaux de bord" + +#: ../../godmode/setup/demo.php:434 +msgid "Traps target IP" +msgstr "Adresse IP cible des déroutements" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "Tous les traps de la démo sont générés en utilisant la version 1" + +#: ../../godmode/setup/demo.php:450 +msgid "Traps community" +msgstr "Communauté des déroutements" + +#: ../../godmode/setup/demo.php:466 +msgid "Tentacle target IP" +msgstr "Adresse IP cible Tentacle" + +#: ../../godmode/setup/demo.php:482 +msgid "Tentacle port" +msgstr "Port Tentacle" + +#: ../../godmode/setup/demo.php:498 +msgid "Tentacle extra options" +msgstr "Options extra Tentacle" + +#: ../../godmode/setup/demo.php:515 +msgid "Configure demo data" +msgstr "Configurer les données de la démo" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +msgid "Create demo data" +msgstr "Créer des données de la démo" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "Services" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "Cartes de réseau" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "Cartes GIS" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "Consoles visuelles" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "Panneaux de configuration" + +#: ../../godmode/setup/demo.php:598 +msgid "Active demo data summary" +msgstr "Activer le résumé des données de la démo" + +#: ../../godmode/setup/demo.php:666 +msgid "Delete all demo data" +msgstr "Supprimer tous les données de la démo" + +#: ../../godmode/setup/performance.php:185 +msgid "Pandora_db running in active database." +msgstr "Pandora_db s'exécutant dans la base de données active." + +#: ../../godmode/setup/performance.php:186 +#: ../../godmode/setup/performance.php:242 +msgid "Executed:" +msgstr "Exécuté :" + +#: ../../godmode/setup/performance.php:192 +#: ../../godmode/setup/performance.php:247 +msgid "ago" +msgstr "il y a" + +#: ../../godmode/setup/performance.php:241 +msgid "Pandora_db running in historical database." +msgstr "Pandora_db s'exécutant dans la base de données historique." + +#: ../../godmode/setup/performance.php:249 +msgid "Not executed" +msgstr "Non exécuté" + +#: ../../godmode/setup/performance.php:262 +#: ../../godmode/setup/performance.php:505 +msgid "Max. days before delete events" +msgstr "Nombre de jours maximum avant la suppression des événements" + +#: ../../godmode/setup/performance.php:277 +#: ../../include/functions_config.php:880 +msgid "Max. days before delete traps" +msgstr "Nombre de jours maximum avant la suppression de déroutements" + +#: ../../godmode/setup/performance.php:292 +#: ../../include/functions_config.php:888 +msgid "Max. days before delete audit events" +msgstr "Nombre de jours maximum avant la suppression d'événements d'audit" + +#: ../../godmode/setup/performance.php:307 +#: ../../godmode/setup/performance.php:517 +#: ../../include/functions_config.php:884 +msgid "Max. days before delete string data" +msgstr "Nombre de jours maximum avant la suppression de chaînes de données" + +#: ../../godmode/setup/performance.php:322 +#: ../../include/functions_config.php:892 +msgid "Max. days before delete GIS data" +msgstr "Nombre de jours maximum avant la suppression de données GIS" + +#: ../../godmode/setup/performance.php:337 +#: ../../godmode/setup/performance.php:469 +#: ../../include/functions_config.php:896 +msgid "Max. days before purge" +msgstr "Nombre de jours maximum avant le nettoyage" + +#: ../../godmode/setup/performance.php:352 +#: ../../godmode/setup/performance.php:481 +#: ../../include/functions_config.php:908 +msgid "Max. days before compact data" +msgstr "Nombre de jours maximum avant la compression de données" + +#: ../../godmode/setup/performance.php:367 +#: ../../include/functions_config.php:900 +msgid "Max. days before delete unknown modules" +msgstr "Nombre de jours maximum avant la suppression de modules inconnus" + +#: ../../godmode/setup/performance.php:382 +#: ../../include/functions_config.php:904 +msgid "Max. days before delete not initialized modules" +msgstr "" +"Nombre de jours maximum avant la suppression de modules non initialisés" + +#: ../../godmode/setup/performance.php:397 +msgid "Max. days before delete autodisabled agents" +msgstr "" +"Nombre de jours maximum avant la suppression d'agents à désactivation " +"automatique" + +#: ../../godmode/setup/performance.php:412 +#: ../../include/functions_config.php:956 +msgid "Retention period of past special days" +msgstr "Période de rétention de jours spéciaux passés" + +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:960 +msgid "Max. macro data fields" +msgstr "Nombre maximum de champs macro de données" + +#: ../../godmode/setup/performance.php:493 +#: ../../godmode/setup/performance.php:611 +#: ../../include/functions_config.php:924 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Interpolation de compression en heures (1 Optimale-20 Mauvaise)" + +#: ../../godmode/setup/performance.php:536 +#: ../../include/functions_config.php:974 +msgid "Max. days before delete old messages" +msgstr "Max. jours avant de supprimer les anciens messages" + +#: ../../godmode/setup/performance.php:549 +#: ../../include/functions_config.php:965 +msgid "Max. days before delete inventory data" +msgstr "Nombre de jours maximum avant la suppression de données d'inventaire" + +#: ../../godmode/setup/performance.php:562 +#: ../../include/functions_config.php:970 +msgid "Max. days before disabled agents are deleted" +msgstr "Nombre de jours maximales avant suppression des agents désactivés" + +#: ../../godmode/setup/performance.php:582 +msgid "Item limit for realtime reports" +msgstr "Limite d'articles pour les rapports en temps réel" + +#: ../../godmode/setup/performance.php:597 +#: ../../include/functions_config.php:920 +msgid "Limit of events per query" +msgstr "Limite d’événements par requête" + +#: ../../godmode/setup/performance.php:625 +msgid "Last day" +msgstr "Dernier jour" + +#: ../../godmode/setup/performance.php:626 +msgid "2 days" +msgstr "2 jours" + +#: ../../godmode/setup/performance.php:627 +msgid "10 days" +msgstr "10 jours" + +#: ../../godmode/setup/performance.php:628 +msgid "Last week" +msgstr "La semaine dernière" + +#: ../../godmode/setup/performance.php:629 +msgid "2 weeks" +msgstr "2 semaines" + +#: ../../godmode/setup/performance.php:630 +msgid "Last month" +msgstr "Le mois dernier" + +#: ../../godmode/setup/performance.php:633 +#: ../../include/functions_config.php:928 +msgid "Default hours for event view" +msgstr "Heures par défaut pour la visualisation des événements" + +#: ../../godmode/setup/performance.php:648 +#: ../../include/functions_config.php:932 +msgid "Use realtime statistics" +msgstr "Utiliser des statistiques en temps réel" + +#: ../../godmode/setup/performance.php:658 +#: ../../include/functions_config.php:936 +msgid "Batch statistics period (secs)" +msgstr "Période de statistiques par lot (en secondes)" + +#: ../../godmode/setup/performance.php:681 +#: ../../include/functions_config.php:940 +msgid "Max. recommended number of files in attachment directory" +msgstr "" +"Nombre maximum de fichiers recommandé dans le répertoire des pièces jointes" + +#: ../../godmode/setup/performance.php:693 +#: ../../include/functions_config.php:944 +msgid "Delete not init modules" +msgstr "Supprimer les modules non initialisés" + +#: ../../godmode/setup/performance.php:703 +msgid "Big Operation Step to purge old data" +msgstr "Étape majeure pour nettoyer les données anciennes" + +#: ../../godmode/setup/performance.php:718 +#: ../../include/functions_config.php:952 +msgid "Small Operation Step to purge old data" +msgstr "Étape mineure pour nettoyer les données anciennes" + +#: ../../godmode/setup/performance.php:733 +#: ../../include/functions_config.php:978 +msgid "Graph container - Max. Items" +msgstr "Conteneur de graphiques - Nombre maximal d'éléments" + +#: ../../godmode/setup/performance.php:745 +msgid "Events response max. execution" +msgstr "Exécution max. de réponse d’événements" + +#: ../../godmode/setup/performance.php:757 +#: ../../include/functions_config.php:990 +msgid "Row limit in csv log" +msgstr "Limite de ligne dans le journal csv" + +#: ../../godmode/setup/performance.php:772 +msgid "SNMP walk binary" +msgstr "Chemin binaire de SNMP walk" + +#: ../../godmode/setup/performance.php:784 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"SNMP bulk walk n'est pas capable de demander SNMP V1, cette option sera " +"utilisée à la place (par défaut snmpwalk, plus lent)." + +#: ../../godmode/setup/performance.php:789 +msgid "SNMP walk binary (fallback)" +msgstr "SNMP walk binaire (repli)" + +#: ../../godmode/setup/performance.php:802 +#, php-format +msgid "" +"%s web2image cache system cleanup. It is always cleaned up after perform an " +"upgrade" +msgstr "" +"%s nettoyage du système de cache web2image. Il est toujours nettoyé après " +"avoir effectué une mise à niveau" + +#: ../../godmode/setup/performance.php:809 +msgid "WMI binary" +msgstr "Binaire WMI" + +#: ../../godmode/setup/performance.php:821 +msgid "" +"Before increasing this value, be aware that a large number can affect " +"performance in PDF generation. Set to 0 to disregard this limit." +msgstr "" +"Avant d’augmenter cette valeur, gardez sur compte qu’un nombre très grand " +"peut affecter la performance dans la génération de PDF. Mettez 0 afin " +"d’ignorer cette limite." + +#: ../../godmode/setup/performance.php:826 +#: ../../include/functions_config.php:986 +msgid "Rows limit for SQL report item PDF" +msgstr "Limite de lignes pour le PDF des éléments du rapport SQL" + +#: ../../godmode/setup/performance.php:864 +msgid "Database maintenance status" +msgstr "État de maintenance de la base de données" + +#: ../../godmode/setup/performance.php:869 +msgid "Database maintenance options" +msgstr "Options d'entretien de la base de données" + +#: ../../godmode/setup/performance.php:875 +msgid "Historical database maintenance options" +msgstr "Options de maintenance de la base de données historique" + +#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 +#: ../../include/functions_netflow.php:2342 +#: ../../include/functions_reporting.php:4444 +msgid "Others" +msgstr "Autres" + +#: ../../godmode/setup/performance.php:886 +msgid "Agent SNMP Interface Wizard defaults" +msgstr "Paramètres par défaut de l’Assistant de l’interface SNMP de l’agent" + +#: ../../godmode/setup/setup_ITSM.php:89 +#, php-format +msgid "ITSM API is not reachable, %s" +msgstr "L'API ITSM n'est pas accessible, %s" + +#: ../../godmode/setup/setup_ITSM.php:102 +#: ../../include/functions_config.php:1949 +msgid "Enable Pandora ITSM" +msgstr "Activer Pandora ITSM" + +#: ../../godmode/setup/setup_ITSM.php:119 +msgid "Pandora ITSM configuration at user level" +msgstr "Configuration de Pandora ITSM au niveau de l’utilisateur" + +#: ../../godmode/setup/setup_ITSM.php:132 +msgid "URL to Pandora ITSM setup" +msgstr "URL vers la configuration Pandora ITSM" + +#: ../../godmode/setup/setup_ITSM.php:133 +#: ../../godmode/setup/setup_ITSM.php:217 +msgid "Full URL (e.g., http://192.168.1.20/XXX/api/v2)." +msgstr "URL complète (par exemple, http://192.168.1.20/XXX/api/v2)." + +#: ../../godmode/setup/setup_ITSM.php:153 +#: ../../godmode/users/user_management.php:937 +#: ../../include/functions_users.php:1090 +msgid "Token" +msgstr "Jeton" + +#: ../../godmode/setup/setup_ITSM.php:190 +#: ../../godmode/setup/setup_ITSM.php:320 +msgid "Connection is OK" +msgstr "Connexion correcte" + +#: ../../godmode/setup/setup_ITSM.php:200 +msgid "Test connection PFMS to Pandora ITSM" +msgstr "Tester la connexion entre PFMS et Pandora ITSM" + +#: ../../godmode/setup/setup_ITSM.php:216 +#, php-format +msgid "URL connect to API %s" +msgstr "URL de connexion à l'API %s" + +#: ../../godmode/setup/setup_ITSM.php:231 +msgid "Number of agents to synchronize" +msgstr "Nombre d’agents à synchroniser" + +#: ../../godmode/setup/setup_ITSM.php:232 +msgid "" +"Number of agents that will synchronize at the same time, minimum 10 max 1000" +msgstr "" +"Nombre d’agents qui effectueront l’action de synchronisation en même temps, " +"minimum 10 maximum 1 000" + +#: ../../godmode/setup/setup_ITSM.php:262 +msgid "Synchronize agents mode" +msgstr "Mode de synchronisation des agents" + +#: ../../godmode/setup/setup_ITSM.php:279 +msgid "Agent groups to synchronize" +msgstr "Groupes d'agents à synchroniser" + +#: ../../godmode/setup/setup_ITSM.php:330 +msgid "Test conection ITSM to pandora" +msgstr "Tester la connexion ITSM à Pandora" + +#: ../../godmode/setup/setup_ITSM.php:359 +msgid "Progress on agents to be synchronized" +msgstr "Progression des agents à synchroniser" + +#: ../../godmode/setup/setup_ITSM.php:379 +#: ../../godmode/setup/setup_ITSM.php:505 +#: ../../include/class/TipsWindow.class.php:483 +#: ../../include/class/TipsWindow.class.php:759 +#: ../../include/class/TipsWindow.class.php:926 +#: ../../include/graphs/fgraph.php:970 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:299 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:356 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:891 +#: ../../include/lib/Dashboard/Widget.php:634 +#: ../../include/lib/ITSM/ITSM.php:513 +#: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 +#: ../../include/functions_reporting_html.php:947 +#: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 +#: ../../views/ITSM/ITSMTicketEditView.php:78 +#: ../../views/ITSM/ITSMTicketListView.php:78 +msgid "Title" +msgstr "Titre" + +#: ../../godmode/setup/setup_ITSM.php:395 +#: ../../godmode/setup/setup_ITSM.php:521 +msgid "Ticket body" +msgstr "Corps du ticket" + +#: ../../godmode/setup/setup_ITSM.php:649 +msgid "Pandora ITSM API settings" +msgstr "Paramètres de l'API Pandora ITSM" + +#: ../../godmode/setup/setup_ITSM.php:660 +msgid "Alert default values" +msgstr "Valeurs par défaut des alertes" + +#: ../../godmode/setup/setup_ITSM.php:670 +msgid "Event custom response default values" +msgstr "Valeurs par défaut de la réponse personnalisée de l'événement" + +#: ../../godmode/setup/setup_ITSM.php:686 +#: ../../godmode/wizards/HostDevices.class.php:811 +#: ../../include/class/CustomNetScan.class.php:568 +#: ../../include/lib/ClusterViewer/ClusterWizard.php:1234 +msgid "Update and continue" +msgstr "Mettre à jour et continuer" + +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "Repli à l'authentification locale" + +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "Créer des utilisateurs à distance" + +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "Serveur LDAP" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "Port LDAP" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "Version LDAP" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "Lancer TLS" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "Base DN" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "Attribut de connexion" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "Connexion LDAP administrateur" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "Mot de passe LDAP administrateur" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "Délai de recherche Ldap (secondes)" + +#: ../../godmode/setup/setup_auth.php:241 +msgid "Enable secondary LDAP" +msgstr "Activer LDAP secondaire" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +msgid "Secondary LDAP server" +msgstr "Serveur LDAP secondaire" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +msgid "Secondary LDAP port" +msgstr "Port LDAP secondaire" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +msgid "Secondary LDAP version" +msgstr "Version LDAP secondaire" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +msgid "Secondary start TLS" +msgstr "Démarrage secondaire TLS" + +#: ../../godmode/setup/setup_auth.php:323 +msgid "Secondary Base DN" +msgstr "DN de base secondaire" + +#: ../../godmode/setup/setup_auth.php:336 +msgid "Secondary Login attribute" +msgstr "Attribut de connexion secondaire" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +msgid "Admin secondary LDAP login" +msgstr "Connexion LDAP secondaire d’administrateur" + +#: ../../godmode/setup/setup_auth.php:362 +msgid "Admin secondary LDAP password" +msgstr "Mot de passe LDAP secondaire d’administrateur" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "Double authentification" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "Forcer 2FA pour tous les utilisateurs est activé" + +#: ../../godmode/setup/setup_auth.php:439 +msgid "Check activity" +msgstr "Vérifier activité" + +#: ../../godmode/setup/setup_auth.php:440 +msgid "Ignore activity" +msgstr "Ignorer l’activité" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "Contrôle d’expiration de la session" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "" +"Select 'ignore activity' to ignore user activity when checking the session." +msgstr "" +"Sélectionnez “ignore activity” pour ignorer l’activité des utilisateurs en " +"vérifiant la session." + +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "Expiration de la session (min)" + +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "%s Local" + +#: ../../godmode/setup/setup_auth.php:508 +msgid "LDAP" +msgstr "LDAP" + +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "Méthode d'authentification" + +#: ../../godmode/setup/setup_auth.php:561 +msgid "Session timeout must be a number" +msgstr "L’expiration de la session doit être une chiffre" + +#: ../../godmode/setup/setup_general.php:52 +msgid "Enforce https Information" +msgstr "Appliquer les informations https" + +#: ../../godmode/setup/setup_general.php:53 +msgid "If SSL is not properly configured you will lose access to" +msgstr "Si SSL n'est pas correctement configuré, vous perdrez l'accès à" + +#: ../../godmode/setup/setup_general.php:58 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 +#: ../../include/functions_reporting_html.php:1796 +#: ../../include/functions_reporting_html.php:3908 +#: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 +msgid "System" +msgstr "Système" + +#: ../../godmode/setup/setup_general.php:59 +#: ../../include/lib/TacticalView/elements/Database.php:40 +#: ../../include/functions_menu.php:953 +msgid "Database" +msgstr "Base de données" + +#: ../../godmode/setup/setup_general.php:80 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:271 +#: ../../include/functions_visual_map_editor.php:286 +#: ../../include/functions_register.php:134 +msgid "Africa" +msgstr "Afrique" + +#: ../../godmode/setup/setup_general.php:81 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:272 +#: ../../include/functions_visual_map_editor.php:287 +#: ../../include/functions_register.php:135 +msgid "America" +msgstr "Amérique" + +#: ../../godmode/setup/setup_general.php:82 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:273 +#: ../../include/functions_visual_map_editor.php:288 +#: ../../include/functions_register.php:136 +msgid "Antarctica" +msgstr "Antarctique" + +#: ../../godmode/setup/setup_general.php:83 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:274 +#: ../../include/functions_visual_map_editor.php:289 +#: ../../include/functions_register.php:137 +msgid "Arctic" +msgstr "Arctique" + +#: ../../godmode/setup/setup_general.php:84 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:275 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../include/functions_register.php:138 +msgid "Asia" +msgstr "Asie" + +#: ../../godmode/setup/setup_general.php:85 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:276 +#: ../../include/functions_visual_map_editor.php:291 +#: ../../include/functions_register.php:139 +msgid "Atlantic" +msgstr "Atlantique" + +#: ../../godmode/setup/setup_general.php:86 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:277 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_register.php:140 +msgid "Australia" +msgstr "Australie" + +#: ../../godmode/setup/setup_general.php:87 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:278 +#: ../../include/functions_visual_map_editor.php:293 +#: ../../include/functions_register.php:141 +msgid "Europe" +msgstr "Europe" + +#: ../../godmode/setup/setup_general.php:88 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:279 +#: ../../include/functions_visual_map_editor.php:294 +#: ../../include/functions_register.php:142 +msgid "Indian" +msgstr "Indien" + +#: ../../godmode/setup/setup_general.php:89 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:280 +#: ../../include/functions_visual_map_editor.php:295 +#: ../../include/functions_register.php:143 +msgid "Pacific" +msgstr "Pacifique" + +#: ../../godmode/setup/setup_general.php:90 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:281 +#: ../../include/functions_visual_map_editor.php:296 +#: ../../include/functions_register.php:144 +msgid "UTC" +msgstr "UTC" + +#: ../../godmode/setup/setup_general.php:115 +msgid "If public URL is not properly configured you will lose access to" +msgstr "" +"Si l'URL publique n'est pas correctement configurée, vous perdrez l'accès à" + +#: ../../godmode/setup/setup_general.php:181 +msgid "Out of black list" +msgstr "En dehors de la liste noire" + +#: ../../godmode/setup/setup_general.php:183 +msgid "In black list" +msgstr "Dans la liste noire" + +#: ../../godmode/setup/setup_general.php:188 +msgid "Push selected modules into blacklist" +msgstr "Ajouter les modules sélectionnés sur la liste noire" + +#: ../../godmode/setup/setup_general.php:190 +msgid "Pop selected modules out of blacklist" +msgstr "Supprimer les modules sélectionnés de la liste noire" + +#: ../../godmode/setup/setup_general.php:197 +msgid "Full mode" +msgstr "Mode intégral" + +#: ../../godmode/setup/setup_general.php:198 +msgid "On demand" +msgstr "Sur demande" + +#: ../../godmode/setup/setup_general.php:199 +msgid "Expert" +msgstr "Expert" + +#: ../../godmode/setup/setup_general.php:227 +#: ../../include/functions_register.php:122 +msgid "Language code" +msgstr "Code de la langue" + +#: ../../godmode/setup/setup_general.php:244 +#: ../../include/functions_config.php:204 +msgid "Remote config directory" +msgstr "Répertoire de configuration à distance" + +#: ../../godmode/setup/setup_general.php:256 +msgid "Chromium path" +msgstr "Chemin du Chromium" + +#: ../../godmode/setup/setup_general.php:270 +#: ../../include/functions_config.php:212 +msgid "Time source" +msgstr "Temps de référence" + +#: ../../godmode/setup/setup_general.php:283 +#: ../../include/functions_config.php:235 +msgid "Attachment store" +msgstr "Stockage de fichiers" + +#: ../../godmode/setup/setup_general.php:295 +#: ../../include/functions_config.php:224 +msgid "Enforce https" +msgstr "Exécuter https" + +#: ../../godmode/setup/setup_general.php:308 +#: ../../include/functions_config.php:216 +msgid "Automatic check for updates" +msgstr "Vérification automatique de mises à jour" + +#: ../../godmode/setup/setup_general.php:318 +msgid "Use cert of SSL" +msgstr "Utiliser le certificat SSL" + +#: ../../godmode/setup/setup_general.php:331 +msgid "Path of SSL Cert." +msgstr "Chemin du certificat SSL." + +#: ../../godmode/setup/setup_general.php:347 +#: ../../include/functions_config.php:252 +msgid "API password" +msgstr "Mot de passe de l'API" + +#: ../../godmode/setup/setup_general.php:359 +#: ../../include/functions_config.php:248 +msgid "IP list with API access" +msgstr "Liste d'adresses IP avec accès API" + +#: ../../godmode/setup/setup_general.php:372 +#: ../../include/functions_config.php:256 +msgid "Enable GIS features" +msgstr "Activer les fonctionnalités SIG" + +#: ../../godmode/setup/setup_general.php:382 +#: ../../include/functions_config.php:260 +msgid "Enable Netflow" +msgstr "Activer Netflow" + +#: ../../godmode/setup/setup_general.php:396 +#: ../../include/functions_config.php:268 +msgid "General network path" +msgstr "Chemin réseau général" + +#: ../../godmode/setup/setup_general.php:396 +msgid "" +"Base directory where the netflow and sflow subdirectories will be located to " +"store the corresponding data." +msgstr "" +"Répertoire de base où les sous-répertoires netflow et sflow seront placés " +"pour stocker les données correspondants." + +#: ../../godmode/setup/setup_general.php:408 +#: ../../include/functions_config.php:264 +msgid "Enable Feedback" +msgstr "Activer les commentaires" + +#: ../../godmode/setup/setup_general.php:408 +msgid "" +"It enables the 'give feedback' window in the help menu at the top right." +msgstr "" +"Il active la fenêtre “ donné un avis “ dans le menu d’aide au coin à droite." + +#: ../../godmode/setup/setup_general.php:422 +msgid "Server timezone setup" +msgstr "Configuration du fuseau horaire du serveur" + +#: ../../godmode/setup/setup_general.php:442 +msgid "Change timezone" +msgstr "Modifier le fuseau horaire" + +#: ../../godmode/setup/setup_general.php:468 +#: ../../include/functions_config.php:314 ../../views/consoles/list.php:75 +msgid "Public URL" +msgstr "URL publique" + +#: ../../godmode/setup/setup_general.php:468 +msgid "" +"It is useful to complete this field when you have a reverse proxy, for " +"example, with the mod_proxy mode of the Apache web server." +msgstr "" +"C’est utile de remplir ce champ lorsque vous avez un proxy inverse, par " +"exemple avec mod_proxy du serveur web Apache." + +#: ../../godmode/setup/setup_general.php:484 +#: ../../include/functions_config.php:318 +msgid "Force use Public URL" +msgstr "Forcer l'utilisation de l'URL publique" + +#: ../../godmode/setup/setup_general.php:498 +#: ../../include/functions_config.php:322 +msgid "Public URL host exclusions" +msgstr "Exclusions d’hôte d’URL publique" + +#: ../../godmode/setup/setup_general.php:511 +#: ../../include/functions_config.php:447 +msgid "Inventory changes blacklist" +msgstr "Liste noire des changements d'inventaire" + +#: ../../godmode/setup/setup_general.php:511 +msgid "" +"Inventory modules included within the denied list will not generate events " +"when they change." +msgstr "" +"Les modules d'inventaire figurant dans la liste noire ne génèrent pas " +"d'événements lorsqu'ils changent." + +#: ../../godmode/setup/setup_general.php:516 +#: ../../include/functions_config.php:342 +msgid "Server logs directory" +msgstr "Répertoire des journaux du serveur" + +#: ../../godmode/setup/setup_general.php:527 +msgid "" +"While this option is enabled, no events or alerts will be generated, but " +"data will continue to be received." +msgstr "" +"S'il est activé, aucun événement ou alerte sera généré, mais les agents " +"continueront de recevoir des données." + +#: ../../godmode/setup/setup_general.php:531 +#: ../../include/functions_config.php:330 +msgid "Event storm protection" +msgstr "Protection Event Storm" + +#: ../../godmode/setup/setup_general.php:541 +#: ../../include/functions_config.php:334 +msgid "Command Snapshot" +msgstr "Instantané de commande" + +#: ../../godmode/setup/setup_general.php:541 +msgid "" +"String modules that return more than one line will display their content as " +"formatted text in the form of a command console." +msgstr "" +"Modules de chaîne qui retournent plus d’une ligne montreront leur contenu en " +"tant que texte sous forme de formulaire de console de commande." + +#: ../../godmode/setup/setup_general.php:551 +msgid "Change remote config encoding" +msgstr "Changer l'encodage de la configuration à distance" + +#: ../../godmode/setup/setup_general.php:551 +msgid "" +"Enabling this parameter uses encoding of the configuration files generated " +"by the agents instead of converting everything to UTF-8." +msgstr "" +"Activer ce paramètre utilise le codage des fichiers de configuration générés " +"par les agents au lieu de convertir tout à UTF-8." + +#: ../../godmode/setup/setup_general.php:560 +#: ../../include/functions_config.php:326 +msgid "Referer security" +msgstr "Sécurité du référent" + +#: ../../godmode/setup/setup_general.php:560 +msgid "" +"When it is active, the source of the requests is checked. If the user comes " +"from a URL external to Pandora FMS, the source of the activity will be " +"considered suspicious." +msgstr "" +"Lorsqu’il est active, la source des requêtes est vérifiée. Si l’utilisateur " +"vient d’une URL externe à Pandora FMS, la source de l’activité sera " +"considérée douteuse." + +#: ../../godmode/setup/setup_general.php:570 +#: ../../include/functions_config.php:346 +msgid "Log size limit in system logs viewer extension" +msgstr "" +"Taille limite des journaux dans l'extension du visualiseur de journaux du " +"système" + +#: ../../godmode/setup/setup_general.php:591 +#: ../../include/functions_config.php:350 +msgid "Tutorial mode" +msgstr "Mode tutoriel" + +#: ../../godmode/setup/setup_general.php:604 +#: ../../include/functions_config.php:354 +msgid "Allow create scheduled downtimes in the past" +msgstr "Autoriser la création de temps d'arrêt planifiés dans le passé" + +#: ../../godmode/setup/setup_general.php:604 +msgid "" +"It allows the possibility to create scheduled downtimes on past dates and " +"thus modify SLA reports retroactively." +msgstr "" +"Il permet la possibilité de créer des arrêtes planifiées dans les dates " +"passées et ainsi de modifier les rapports SLE rétroactivement." + +#: ../../godmode/setup/setup_general.php:613 +msgid "Limit for bulk operations" +msgstr "Limite pour les opérations massives" + +#: ../../godmode/setup/setup_general.php:613 +msgid "" +"Limit of elements that can be modified by one-time bulk operations. The " +"limit prevents the operation from failing due to lack of memory." +msgstr "" +"La limite des éléments peut être modifiée par des opérations en masse en " +"même temps. La limite évite que l’opération échoue en raison de manque " +"d’espace dans la mémoire." + +#: ../../godmode/setup/setup_general.php:629 +msgid "Include agents manually disabled" +msgstr "Inclure les agents désactivés manuellement" + +#: ../../godmode/setup/setup_general.php:629 +msgid "" +"It enables the display of manually disabled agents in certain Console views." +msgstr "" +"Il permet l’affichage des agents désactivés manuellement dans certaines vues " +"de la Console." + +#: ../../godmode/setup/setup_general.php:638 +msgid "Set alias as name by default in agent creation" +msgstr "Définir l'alias comme nom par défaut lors de la création de l'agent" + +#: ../../godmode/setup/setup_general.php:638 +msgid "" +"When this parameter is activated, the selection box of the agent creation " +"menu collects the alias entered in the form and also saves it as the name of " +"the agent (unique identifier)." +msgstr "" +"Lorsque ce paramètre est activé, le cadre de sélection du menu de création " +"de l’agent collecte l’alias entre dans le formulaire et aussi le sauvegarde " +"en tant que nom de l’agent (identifiant unique)." + +#: ../../godmode/setup/setup_general.php:648 +#: ../../include/functions_config.php:414 +msgid "Unique IP" +msgstr "IP unique" + +#: ../../godmode/setup/setup_general.php:648 +msgid "" +"By activating this parameter, the console will prevent users from creating " +"an agent with the same IP address as another one." +msgstr "" +"En activant ce paramètre, la console évitera les utilisateurs de créer un " +"agent avec la même adresse IP d’un autre." + +#: ../../godmode/setup/setup_general.php:658 +msgid "Module custom ID readonly" +msgstr "ID personnalisé du module en lecture seule" + +#: ../../godmode/setup/setup_general.php:658 +msgid "" +"It blocks the editing of the module custom ID from the Console, but editing " +"from CLI and API is allowed. This is useful for integrations with third-" +"party tools that manage the value of this field automatically." +msgstr "" +"Il bloque l’édition de l’ID personnalisé du module depuis la Console, mais " +"il est possible de l’éditer depuis CLI et API. Il est utile pour les " +"intégration avec des outils tierce qui gèrent la valeur de ce champ " +"automatiquement." + +#: ../../godmode/setup/setup_general.php:665 +msgid "Useful for integrations" +msgstr "Utile pour les intégrations" + +#: ../../godmode/setup/setup_general.php:671 +msgid "" +"This log is recommended to be DISABLED by default due to the large amount of " +"debug data it generates." +msgstr "" +"Il est recommandé de DÉSACTIVER le journal par défaut en raison de la grande " +"quantité de données de dépannage qu’il génère." + +#: ../../godmode/setup/setup_general.php:675 +msgid "Enable console log" +msgstr "Activer la console de journalisation" + +#: ../../godmode/setup/setup_general.php:682 +#: ../../godmode/setup/setup_general.php:695 +msgid "Log location" +msgstr "Emplacement du journal" + +#: ../../godmode/setup/setup_general.php:688 +msgid "Enable audit log" +msgstr "Activer le journal d'audit" + +#: ../../godmode/setup/setup_general.php:702 +msgid "Console dedicated to report generation" +msgstr "Console dédiée à la création de rapports" + +#: ../../godmode/setup/setup_general.php:702 +msgid "" +"It allows you to enable the Web Console in dedicated reporting mode, see " +"section 'Dedicated Console for Reports' for more information." +msgstr "" +"Il vous permet d’activer la Console web dans le mode de rapport dédiée, " +"veuillez lire la section “ Console dédiée aux rapports ” pour plus " +"d’informations." + +#: ../../godmode/setup/setup_general.php:712 +#: ../../include/functions_config.php:406 +msgid "Check conexion interval" +msgstr "Vérifier l’intervalle de conexion" + +#: ../../godmode/setup/setup_general.php:712 +msgid "" +"Time interval (in seconds) to check the connection to the database server. " +"Default 180, minimum value 60." +msgstr "" +"Intervalle de temps (en secondes) pour vérifier la connexion au serveur de " +"la base de données. 180 par défaut, valeur minimale 60." + +#: ../../godmode/setup/setup_general.php:723 +msgid "" +"If there is any event \"In process\" with a specific additional ID and a " +"\"New\" event with that additional ID is received, it will be created as " +"\"In process.\" New events will also inherit the Event Custom ID from the " +"old event." +msgstr "" +"Si un événement est « en cours de traitement » avec un ID supplémentaire " +"spécifique et qu'un « nouvel » événement avec cet ID supplémentaire est " +"reçu, il sera créé en tant que « en cours de traitement ». Les nouveaux " +"événements hériteront également de l'ID personnalisé de l'ancien événement." + +#: ../../godmode/setup/setup_general.php:728 +msgid "Keep In process status for new events with extra ID" +msgstr "" +"Maintenir l’état En processus pour des nouveaux événements avec un ID extra" + +#: ../../godmode/setup/setup_general.php:738 +msgid "Max. hours old events comments" +msgstr "Heures maximales des commentaires des événements" + +#: ../../godmode/setup/setup_general.php:738 +msgid "" +"When the grouped events are displayed, the comments of all the grouped " +"identical events are displayed, but limiting it to the last N hours." +msgstr "" +"Lorsque les événements groupés sont affichés, les commentaires de tous les " +"événements identiques groupés sont affichés, mais limités aux dernières N " +"heures." + +#: ../../godmode/setup/setup_general.php:748 +#: ../../include/functions_config.php:378 +msgid "Show experimental features" +msgstr "Fonctionnalités du serveur expérimentales" + +#: ../../godmode/setup/setup_general.php:757 +msgid "Number of modules in queue" +msgstr "Nombre de modules en file d’attente" + +#: ../../godmode/setup/setup_general.php:768 +msgid "Easter eggs" +msgstr "Erreurs" + +#: ../../godmode/setup/setup_general.php:781 +msgid "General options" +msgstr "Options générales" + +#: ../../godmode/setup/setup_general.php:796 +msgid "Mail configuration" +msgstr "Configuration du courriel" + +#: ../../godmode/setup/setup_general.php:800 +msgid "" +"Please notice that some providers like Gmail or Office365 need to setup/" +"enable manually external connections using SMTP and you need to use STARTTLS " +"on port 587.\n" +"\n" +" If you have manual settings in your pandora_server.conf, please note " +"these settings will ignore this console setup." +msgstr "" +"Veuillez noter que certains fournisseurs comme Gmail ou Office365 doivent " +"configurer/activer manuellement les connexions externes à l’aide de SMTP et " +"que vous devez utiliser STARTTLS sur le port 587.\n" +"\n" +"Si vous avez des paramètres manuels dans votre pandora_server.conf, veuillez " +"noter que ces paramètres ignoreront cette configuration de la console." + +#: ../../godmode/setup/setup_general.php:815 +msgid "From address" +msgstr "De l'adresse" + +#: ../../godmode/setup/setup_general.php:827 +#: ../../include/functions_config.php:426 +msgid "From name" +msgstr "À partir d'un nom" + +#: ../../godmode/setup/setup_general.php:839 +msgid "SMTP Server" +msgstr "Serveur SMTP" + +#: ../../godmode/setup/setup_general.php:851 +msgid "SMTP Port" +msgstr "Port SMTP" + +#: ../../godmode/setup/setup_general.php:863 +#: ../../include/functions_config.php:438 +msgid "Email user" +msgstr "Utilisateur du courriel" + +#: ../../godmode/setup/setup_general.php:874 +#: ../../include/functions_config.php:442 +msgid "Email password" +msgstr "Mot de passe du courriel" + +#: ../../godmode/setup/setup_general.php:888 +#: ../../include/functions_config.php:434 +msgid "Encryption" +msgstr "Encodage" + +#: ../../godmode/setup/setup_general.php:910 +msgid "NCM Configuration" +msgstr "Configuration NCM" + +#: ../../godmode/setup/setup_general.php:924 +msgid "FTP server IP" +msgstr "IP de serveur FTP" + +#: ../../godmode/setup/setup_general.php:924 +msgid "This value will be used by TFTP_SERVER_IP macro in NCM scripts." +msgstr "" +"Cette valeur sera utilisée par la macro TFTP_SERVER_IP dans les scripts NCM." + +#: ../../godmode/setup/setup_general.php:951 +msgid "Email test" +msgstr "Test d'un email" #: ../../godmode/setup/setup_visuals.php:73 msgid "Legacy visual console Information" @@ -18798,14 +19491,12 @@ msgid "Show both (tabs and menu)" msgstr "" #: ../../godmode/setup/setup_visuals.php:168 -#, fuzzy msgid "Show only icons" -msgstr "Afficher uniquement désactivé" +msgstr "" #: ../../godmode/setup/setup_visuals.php:169 -#, fuzzy msgid "Show only menu" -msgstr "Afficher seulement la moyenne" +msgstr "" #: ../../godmode/setup/setup_visuals.php:171 #: ../../include/functions_config.php:1448 @@ -19091,7 +19782,7 @@ msgstr "Nom des appareils pour les graphiques d’interface réseau (SNMP)." #: ../../godmode/setup/setup_visuals.php:1249 #: ../../include/functions_config.php:1380 msgid "Default line thickness for the Custom Graph." -msgstr "Épaisseur de ligne par défaut pour le graphique personnalisé" +msgstr "Épaisseur de ligne par défaut pour le graphique personnalisé." #: ../../godmode/setup/setup_visuals.php:1262 msgid "Number of elements in Custom Graph" @@ -19171,8 +19862,8 @@ msgstr "Zoomer les graphiques" #: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 #: ../../include/functions_visual_map_editor.php:1278 #: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 #: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 #: ../../operation/events/sound_events.php:153 #: ../../operation/events/sound_events.php:154 #: ../../operation/events/sound_events.php:155 @@ -19195,8 +19886,8 @@ msgstr "secondes" #: ../../include/functions_visual_map_editor.php:1281 #: ../../include/functions_visual_map_editor.php:1282 #: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 #: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 msgid "minutes" msgstr "minutes" @@ -19241,9 +19932,8 @@ msgid "Default line thickness for the Visual Console" msgstr "Épaisseur de ligne par défaut pour la console visuelle" #: ../../godmode/setup/setup_visuals.php:1479 -#, fuzzy msgid "Visual console default text margin (em)" -msgstr "Gestion de la console visuelle" +msgstr "Marge de texte par défaut de la console visuelle (em)" #: ../../godmode/setup/setup_visuals.php:1485 msgid "Lock screen orientation when viewing on mobile devices" @@ -19430,22 +20120,21 @@ msgid "Delete custom values" msgstr "Supprimer les valeurs personnalisées" #: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 msgid "hours" msgstr "heures" -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 msgid "months" msgstr "mois" -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 msgid "years" msgstr "années" @@ -19518,7 +20207,7 @@ msgid "Visual consoles configuration" msgstr "Configuration des consoles visuelles" #: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " +msgid "Reports configuration" msgstr "Configuration des rapports" #: ../../godmode/setup/setup_visuals.php:2210 @@ -19554,772 +20243,14 @@ msgstr "Aperçu des icônes GIS" msgid "Status set preview" msgstr "Aperçu de l'état" -#: ../../godmode/setup/setup_general.php:52 -msgid "Enforce https Information" -msgstr "Appliquer les informations https" - -#: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " -msgstr "Si SSL n'est pas correctement configuré, vous perdrez l'accès à" - -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" -msgstr "Console" - -#: ../../godmode/setup/setup_general.php:58 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 -#: ../../include/functions_reporting_html.php:1796 -#: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 -#: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 -msgid "System" -msgstr "Système" - -#: ../../godmode/setup/setup_general.php:59 -#: ../../include/lib/TacticalView/elements/Database.php:40 -#: ../../include/functions_menu.php:953 -msgid "Database" -msgstr "Base de données" - -#: ../../godmode/setup/setup_general.php:80 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:271 -#: ../../include/functions_visual_map_editor.php:286 -#: ../../include/functions_register.php:134 -msgid "Africa" -msgstr "Afrique" - -#: ../../godmode/setup/setup_general.php:81 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:272 -#: ../../include/functions_visual_map_editor.php:287 -#: ../../include/functions_register.php:135 -msgid "America" -msgstr "Amérique" - -#: ../../godmode/setup/setup_general.php:82 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:273 -#: ../../include/functions_visual_map_editor.php:288 -#: ../../include/functions_register.php:136 -msgid "Antarctica" -msgstr "Antarctique" - -#: ../../godmode/setup/setup_general.php:83 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:274 -#: ../../include/functions_visual_map_editor.php:289 -#: ../../include/functions_register.php:137 -msgid "Arctic" -msgstr "Arctique" - -#: ../../godmode/setup/setup_general.php:84 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:275 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_register.php:138 -msgid "Asia" -msgstr "Asie" - -#: ../../godmode/setup/setup_general.php:85 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:276 -#: ../../include/functions_visual_map_editor.php:291 -#: ../../include/functions_register.php:139 -msgid "Atlantic" -msgstr "Atlantique" - -#: ../../godmode/setup/setup_general.php:86 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:277 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_register.php:140 -msgid "Australia" -msgstr "Australie" - -#: ../../godmode/setup/setup_general.php:87 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:278 -#: ../../include/functions_visual_map_editor.php:293 -#: ../../include/functions_register.php:141 -msgid "Europe" -msgstr "Europe" - -#: ../../godmode/setup/setup_general.php:88 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:279 -#: ../../include/functions_visual_map_editor.php:294 -#: ../../include/functions_register.php:142 -msgid "Indian" -msgstr "Indien" - -#: ../../godmode/setup/setup_general.php:89 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:280 -#: ../../include/functions_visual_map_editor.php:295 -#: ../../include/functions_register.php:143 -msgid "Pacific" -msgstr "Pacifique" - -#: ../../godmode/setup/setup_general.php:90 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:281 -#: ../../include/functions_visual_map_editor.php:296 -#: ../../include/functions_register.php:144 -msgid "UTC" -msgstr "UTC" - -#: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " -msgstr "" -"Si l'URL publique n'est pas correctement configurée, vous perdrez l'accès à" - -#: ../../godmode/setup/setup_general.php:181 -msgid "Out of black list" -msgstr "En dehors de la liste noire" - -#: ../../godmode/setup/setup_general.php:183 -msgid "In black list" -msgstr "Dans la liste noire" - -#: ../../godmode/setup/setup_general.php:188 -msgid "Push selected modules into blacklist" -msgstr "Ajouter les modules sélectionnés sur la liste noire" - -#: ../../godmode/setup/setup_general.php:190 -msgid "Pop selected modules out of blacklist" -msgstr "Supprimer les modules sélectionnés de la liste noire" - -#: ../../godmode/setup/setup_general.php:197 -msgid "Full mode" -msgstr "Mode intégral" - -#: ../../godmode/setup/setup_general.php:198 -msgid "On demand" -msgstr "Sur demande" - -#: ../../godmode/setup/setup_general.php:199 -msgid "Expert" -msgstr "Expert" - -#: ../../godmode/setup/setup_general.php:227 -#: ../../include/functions_register.php:122 -msgid "Language code" -msgstr "Code de la langue" - -#: ../../godmode/setup/setup_general.php:244 -#: ../../include/functions_config.php:204 -msgid "Remote config directory" -msgstr "Répertoire de configuration à distance" - -#: ../../godmode/setup/setup_general.php:256 -msgid "Chromium path" -msgstr "Chemin du Chromium" - -#: ../../godmode/setup/setup_general.php:270 -#: ../../include/functions_config.php:212 -msgid "Time source" -msgstr "Temps de référence" - -#: ../../godmode/setup/setup_general.php:283 -#: ../../include/functions_config.php:235 -msgid "Attachment store" -msgstr "Stockage de fichiers" - -#: ../../godmode/setup/setup_general.php:295 -#: ../../include/functions_config.php:224 -msgid "Enforce https" -msgstr "Exécuter https" - -#: ../../godmode/setup/setup_general.php:308 -#: ../../include/functions_config.php:216 -msgid "Automatic check for updates" -msgstr "Vérification automatique de mises à jour" - -#: ../../godmode/setup/setup_general.php:318 -msgid "Use cert of SSL" -msgstr "Utiliser le certificat SSL" - -#: ../../godmode/setup/setup_general.php:331 -msgid "Path of SSL Cert." -msgstr "Chemin du certificat SSL" - -#: ../../godmode/setup/setup_general.php:347 -#: ../../include/functions_config.php:252 -msgid "API password" -msgstr "Mot de passe de l'API" - -#: ../../godmode/setup/setup_general.php:359 -#: ../../include/functions_config.php:248 -msgid "IP list with API access" -msgstr "Liste d'adresses IP avec accès API" - -#: ../../godmode/setup/setup_general.php:372 -#: ../../include/functions_config.php:256 -msgid "Enable GIS features" -msgstr "Activer les fonctionnalités SIG" - -#: ../../godmode/setup/setup_general.php:382 -#: ../../include/functions_config.php:260 -msgid "Enable Netflow" -msgstr "Activer Netflow" - -#: ../../godmode/setup/setup_general.php:396 -#: ../../include/functions_config.php:268 -msgid "General network path" -msgstr "Chemin réseau général" - -#: ../../godmode/setup/setup_general.php:396 -msgid "" -"Base directory where the netflow and sflow subdirectories will be located to " -"store the corresponding data." -msgstr "" -"Répertoire de base où les sous-répertoires netflow et sflow seront placés " -"pour stocker les données correspondants." - -#: ../../godmode/setup/setup_general.php:408 -#: ../../include/functions_config.php:264 -msgid "Enable Feedback" -msgstr "Activer les commentaires" - -#: ../../godmode/setup/setup_general.php:408 -#, fuzzy -msgid "" -"It enables the 'give feedback' window in the help menu at the top right." -msgstr "" -" Il active la fenêtre “ donné un avis “ dans le menu d’aide au coin à droite." - -#: ../../godmode/setup/setup_general.php:422 -msgid "Server timezone setup" -msgstr "Configuration du fuseau horaire du serveur" - -#: ../../godmode/setup/setup_general.php:442 -msgid "Change timezone" -msgstr "Modifier le fuseau horaire" - -#: ../../godmode/setup/setup_general.php:468 -#: ../../include/functions_config.php:314 ../../views/consoles/list.php:75 -msgid "Public URL" -msgstr "URL publique" - -#: ../../godmode/setup/setup_general.php:468 -msgid "" -"It is useful to complete this field when you have a reverse proxy, for " -"example, with the mod_proxy mode of the Apache web server." -msgstr "" -"C’est utile de remplir ce champ lorsque vous avez un proxy inverse, par " -"exemple avec mod_proxy du serveur web Apache." - -#: ../../godmode/setup/setup_general.php:484 -#: ../../include/functions_config.php:318 -msgid "Force use Public URL" -msgstr "Forcer l'utilisation de l'URL publique" - -#: ../../godmode/setup/setup_general.php:498 -#: ../../include/functions_config.php:322 -msgid "Public URL host exclusions" -msgstr "Exclusions d’hôte d’URL publique" - -#: ../../godmode/setup/setup_general.php:511 -#: ../../include/functions_config.php:447 -msgid "Inventory changes blacklist" -msgstr "Liste noire des changements d'inventaire" - -#: ../../godmode/setup/setup_general.php:511 -msgid "" -"Inventory modules included within the denied list will not generate events " -"when they change." -msgstr "" -"Les modules d'inventaire figurant dans la liste noire ne génèrent pas " -"d'événements lorsqu'ils changent." - -#: ../../godmode/setup/setup_general.php:516 -#: ../../include/functions_config.php:342 -msgid "Server logs directory" -msgstr "Répertoire des journaux du serveur" - -#: ../../godmode/setup/setup_general.php:527 -msgid "" -"While this option is enabled, no events or alerts will be generated, but " -"data will continue to be received." -msgstr "" -"S'il est activé, aucun événement ou alerte sera généré, mais les agents " -"continueront de recevoir des données." - -#: ../../godmode/setup/setup_general.php:531 -#: ../../include/functions_config.php:330 -msgid "Event storm protection" -msgstr "Protection Event Storm" - -#: ../../godmode/setup/setup_general.php:541 -#: ../../include/functions_config.php:334 -msgid "Command Snapshot" -msgstr "Instantané de commande" - -#: ../../godmode/setup/setup_general.php:541 -msgid "" -"String modules that return more than one line will display their content as " -"formatted text in the form of a command console." -msgstr "" -"Modules de chaîne qui retournent plus d’une ligne montreront leur contenu en " -"tant que texte sous forme de formulaire de console de commande." - -#: ../../godmode/setup/setup_general.php:551 -msgid "Change remote config encoding" -msgstr "Changer l'encodage de la configuration à distance" - -#: ../../godmode/setup/setup_general.php:551 -msgid "" -"Enabling this parameter uses encoding of the configuration files generated " -"by the agents instead of converting everything to UTF-8." -msgstr "" -"Activer ce paramètre utilise le codage des fichiers de configuration générés " -"par les agents au lieu de convertir tout à UTF-8." - -#: ../../godmode/setup/setup_general.php:560 -#: ../../include/functions_config.php:326 -msgid "Referer security" -msgstr "Sécurité du référent" - -#: ../../godmode/setup/setup_general.php:560 -msgid "" -"When it is active, the source of the requests is checked. If the user comes " -"from a URL external to Pandora FMS, the source of the activity will be " -"considered suspicious." -msgstr "" -"Lorsqu’il est active, la source des requêtes est vérifiée. Si l’utilisateur " -"vient d’une URL externe à Pandora FMS, la source de l’activité sera " -"considérée douteuse." - -#: ../../godmode/setup/setup_general.php:570 -#: ../../include/functions_config.php:346 -msgid "Log size limit in system logs viewer extension" -msgstr "" -"Taille limite des journaux dans l'extension du visualiseur de journaux du " -"système" - -#: ../../godmode/setup/setup_general.php:591 -#: ../../include/functions_config.php:350 -msgid "Tutorial mode" -msgstr "Mode tutoriel" - -#: ../../godmode/setup/setup_general.php:604 -#: ../../include/functions_config.php:354 -msgid "Allow create scheduled downtimes in the past" -msgstr "Autoriser la création de temps d'arrêt planifiés dans le passé" - -#: ../../godmode/setup/setup_general.php:604 -msgid "" -"It allows the possibility to create scheduled downtimes on past dates and " -"thus modify SLA reports retroactively." -msgstr "" -"Il permet la possibilité de créer des arrêtes planifiées dans les dates " -"passées et ainsi de modifier les rapports SLE rétroactivement." - -#: ../../godmode/setup/setup_general.php:613 -msgid "Limit for bulk operations" -msgstr "Limite pour les opérations massives" - -#: ../../godmode/setup/setup_general.php:613 -msgid "" -"Limit of elements that can be modified by one-time bulk operations. The " -"limit prevents the operation from failing due to lack of memory." -msgstr "" -"La limite des éléments peut être modifiée par des opérations en masse en " -"même temps. La limite évite que l’opération échoue en raison de manque " -"d’espace dans la mémoire." - -#: ../../godmode/setup/setup_general.php:629 -msgid "Include agents manually disabled" -msgstr "Inclure les agents désactivés manuellement" - -#: ../../godmode/setup/setup_general.php:629 -msgid "" -"It enables the display of manually disabled agents in certain Console views." -msgstr "" -"Il permet l’affichage des agents désactivés manuellement dans certaines vues " -"de la Console." - -#: ../../godmode/setup/setup_general.php:638 -msgid "Set alias as name by default in agent creation" -msgstr "Définir l'alias comme nom par défaut lors de la création de l'agent." - -#: ../../godmode/setup/setup_general.php:638 -msgid "" -"When this parameter is activated, the selection box of the agent creation " -"menu collects the alias entered in the form and also saves it as the name of " -"the agent (unique identifier)." -msgstr "" -"Lorsque ce paramètre est activé, le cadre de sélection du menu de création " -"de l’agent collecte l’alias entre dans le formulaire et aussi le sauvegarde " -"en tant que nom de l’agent (identifiant unique)." - -#: ../../godmode/setup/setup_general.php:648 -#: ../../include/functions_config.php:414 -msgid "Unique IP" -msgstr "IP unique" - -#: ../../godmode/setup/setup_general.php:648 -msgid "" -"By activating this parameter, the console will prevent users from creating " -"an agent with the same IP address as another one." -msgstr "" -"En activant ce paramètre, la console évitera les utilisateurs de créer un " -"agent avec la même adresse IP d’un autre." - -#: ../../godmode/setup/setup_general.php:658 -msgid "Module custom ID readonly" -msgstr "ID personnalisé du module en lecture seule" - -#: ../../godmode/setup/setup_general.php:658 -msgid "" -"It blocks the editing of the module custom ID from the Console, but editing " -"from CLI and API is allowed. This is useful for integrations with third-" -"party tools that manage the value of this field automatically." -msgstr "" -"Il bloque l’édition de l’ID personnalisé du module depuis la Console, mais " -"il est possible de l’éditer depuis CLI et API. Il est utile pour les " -"intégration avec des outils tierce qui gèrent la valeur de ce champ " -"automatiquement." - -#: ../../godmode/setup/setup_general.php:665 -msgid "Useful for integrations" -msgstr "Utile pour les intégrations" - -#: ../../godmode/setup/setup_general.php:671 -msgid "" -"This log is recommended to be DISABLED by default due to the large amount of " -"debug data it generates." -msgstr "" -"Il est recommandé de DÉSACTIVER le journal par défaut en raison de la grande " -"quantité de données de dépannage qu’il génère." - -#: ../../godmode/setup/setup_general.php:675 -msgid "Enable console log" -msgstr "Activer la console de journalisation" - -#: ../../godmode/setup/setup_general.php:682 -#: ../../godmode/setup/setup_general.php:695 -msgid "Log location" -msgstr "Emplacement du journal" - -#: ../../godmode/setup/setup_general.php:688 -msgid "Enable audit log" -msgstr "Activer le journal d'audit" - -#: ../../godmode/setup/setup_general.php:702 -msgid "Console dedicated to report generation" -msgstr "Console dédiée à la création de rapports" - -#: ../../godmode/setup/setup_general.php:702 -msgid "" -"It allows you to enable the Web Console in dedicated reporting mode, see " -"section 'Dedicated Console for Reports' for more information." -msgstr "" -"Il vous permet d’activer la Console web dans le mode de rapport dédiée, " -"veuillez lire la section “ Console dédiée aux rapports ” pour plus " -"d’informations." - -#: ../../godmode/setup/setup_general.php:712 -#: ../../include/functions_config.php:406 -msgid "Check conexion interval" -msgstr "Vérifier l’intervalle de conexion" - -#: ../../godmode/setup/setup_general.php:712 -msgid "" -"Time interval (in seconds) to check the connection to the database server. " -"Default 180, minimum value 60." -msgstr "" -"Intervalle de temps (en secondes) pour vérifier la connexion au serveur de " -"la base de données. 180 par défaut, valeur minimale 60." - -#: ../../godmode/setup/setup_general.php:723 -#, fuzzy -msgid "" -"If there is any event \"In process\" with a specific additional ID and a " -"\"New\" event with that additional ID is received, it will be created as " -"\"In process.\" New events will also inherit the Event Custom ID from the " -"old event." -msgstr "" -"S’il y a quelques événements “En processusâ avec un Extra ID spécifique et " -"un âNouveauâ événement avec ledit Extra ID est recevu, il sera créé en tant " -"que “En processus.â Les nouveaux événements hériteront aussi l’ID " -"personnalisé de l’événement de l’ancien événement." - -#: ../../godmode/setup/setup_general.php:728 -msgid "Keep In process status for new events with extra ID" -msgstr "" -"Maintenir l’état En processus pour des nouveaux événements avec un ID extra" - -#: ../../godmode/setup/setup_general.php:738 -msgid "Max. hours old events comments" -msgstr "Heures maximales des commentaires des événements" - -#: ../../godmode/setup/setup_general.php:738 -msgid "" -"When the grouped events are displayed, the comments of all the grouped " -"identical events are displayed, but limiting it to the last N hours." -msgstr "" -"Lorsque les événements groupés sont affichés, les commentaires de tous les " -"événements identiques groupés sont affichés, mais limités aux dernières N " -"heures." - -#: ../../godmode/setup/setup_general.php:748 -#: ../../include/functions_config.php:378 -msgid "Show experimental features" -msgstr "Fonctionnalités du serveur expérimentales" - -#: ../../godmode/setup/setup_general.php:757 -msgid "Number of modules in queue" -msgstr "Nombre de modules en file d’attente" - -#: ../../godmode/setup/setup_general.php:768 -msgid "Easter eggs" -msgstr "Erreurs" - -#: ../../godmode/setup/setup_general.php:781 -msgid "General options" -msgstr "Options générales" - -#: ../../godmode/setup/setup_general.php:796 -msgid "Mail configuration" -msgstr "Configuration du courriel" - -#: ../../godmode/setup/setup_general.php:800 -msgid "" -"Please notice that some providers like Gmail or Office365 need to setup/" -"enable manually external connections using SMTP and you need to use STARTTLS " -"on port 587.\n" -"\n" -" If you have manual settings in your pandora_server.conf, please note " -"these settings will ignore this console setup." -msgstr "" -"Veuillez noter que certains fournisseurs comme Gmail ou Office365 doivent " -"configurer/activer manuellement les connexions externes à l’aide de SMTP et " -"que vous devez utiliser STARTTLS sur le port 587.\n" -"\n" -"Si vous avez des paramètres manuels dans votre pandora_server.conf, veuillez " -"noter que ces paramètres ignoreront cette configuration de la console." - -#: ../../godmode/setup/setup_general.php:815 -msgid "From address" -msgstr "De l'adresse" - -#: ../../godmode/setup/setup_general.php:827 -#: ../../include/functions_config.php:426 -msgid "From name" -msgstr "À partir d'un nom" - -#: ../../godmode/setup/setup_general.php:839 -msgid "SMTP Server" -msgstr "Serveur SMTP" - -#: ../../godmode/setup/setup_general.php:851 -msgid "SMTP Port" -msgstr "Port SMTP" - -#: ../../godmode/setup/setup_general.php:863 -#: ../../include/functions_config.php:438 -msgid "Email user" -msgstr "Utilisateur du courriel" - -#: ../../godmode/setup/setup_general.php:874 -#: ../../include/functions_config.php:442 -msgid "Email password" -msgstr "Mot de passe du courriel" - -#: ../../godmode/setup/setup_general.php:888 -#: ../../include/functions_config.php:434 -msgid "Encryption" -msgstr "Encodage" - -#: ../../godmode/setup/setup_general.php:910 -msgid "NCM Configuration" -msgstr "Configuration NCM" - -#: ../../godmode/setup/setup_general.php:924 -msgid "FTP server IP" -msgstr "IP de serveur FTP" - -#: ../../godmode/setup/setup_general.php:924 -msgid "This value will be used by TFTP_SERVER_IP macro in NCM scripts." -msgstr "" -"Cette valeur sera utilisée par la macro TFTP_SERVER_IP dans les scripts NCM." - -#: ../../godmode/setup/setup_general.php:951 -msgid "Email test" -msgstr "Test d'un email" - -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "Gestionnaire de fichiers" - -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "Index de %s" - -#: ../../godmode/setup/os.list.php:56 -#, php-format -msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." -msgstr "" -"Ce nœud est configuré en mode centralisé. Toutes les définitions de système " -"d'exploitation sont en lecture seule. Accédez à %s pour les gérer." - -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "Repli à l'authentification locale" - -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "Créer des utilisateurs à distance" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "Serveur LDAP" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "Port LDAP" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "Version LDAP" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "Lancer TLS" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "Base DN" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "Attribut de connexion" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "Connexion LDAP administrateur" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "Mot de passe LDAP administrateur" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" -msgstr "Délai de recherche Ldap (secondes)" - -#: ../../godmode/setup/setup_auth.php:241 -msgid "Enable secondary LDAP" -msgstr "Activer LDAP secondaire" - -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -msgid "Secondary LDAP server" -msgstr "Serveur LDAP secondaire" - -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -msgid "Secondary LDAP port" -msgstr "Port LDAP secondaire" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -msgid "Secondary LDAP version" -msgstr "Version LDAP secondaire" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -msgid "Secondary start TLS" -msgstr "Démarrage secondaire TLS" - -#: ../../godmode/setup/setup_auth.php:323 -msgid "Secondary Base DN" -msgstr "DN de base secondaire" - -#: ../../godmode/setup/setup_auth.php:336 -msgid "Secondary Login attribute" -msgstr "Attribut de connexion secondaire" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -msgid "Admin secondary LDAP login" -msgstr "Connexion LDAP secondaire d’administrateur" - -#: ../../godmode/setup/setup_auth.php:362 -msgid "Admin secondary LDAP password" -msgstr "Mot de passe LDAP secondaire d’administrateur" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "Double authentification" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "Forcer 2FA pour tous les utilisateurs est activé" - -#: ../../godmode/setup/setup_auth.php:439 -msgid "Check activity" -msgstr "Vérifier activité" - -#: ../../godmode/setup/setup_auth.php:440 -msgid "Ignore activity" -msgstr "Ignorer l’activité" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" -msgstr "Contrôle d’expiration de la session" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." -msgstr "" -"Sélectionnez “ignore activity” pour ignorer l’activité des utilisateurs en " -"vérifiant la session." - -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "Expiration de la session (min)" - -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" -msgstr "%s Local" - -#: ../../godmode/setup/setup_auth.php:508 -#, fuzzy -msgid "LDAP" -msgstr "Port LDAP" - -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "Méthode d'authentification" - -#: ../../godmode/setup/setup_auth.php:561 -msgid "Session timeout must be a number" -msgstr "L’expiration de la session doit être une chiffre" - #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" msgstr "Générateur de déroutements SNMP" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20391,7 +20322,7 @@ msgstr "La description est vide" #: ../../godmode/snmpconsole/snmp_filters.php:129 msgid "Filter is empty" -msgstr "Le filtre est vide." +msgstr "Le filtre est vide" #: ../../godmode/snmpconsole/snmp_filters.php:149 msgid "Filters are empty" @@ -20651,13 +20582,13 @@ msgstr "Erreur de création de l'étiquette" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "URL" #: ../../godmode/tag/edit_tag.php:217 msgid "Hyperlink to help information that has to exist previously." -msgstr "Hyperlien pour information qui doit exister préalablement" +msgstr "Hyperlien pour information qui doit exister préalablement." #: ../../godmode/tag/edit_tag.php:228 ../../godmode/tag/tag.php:307 #: ../../godmode/users/user_management.php:252 @@ -20809,9 +20740,8 @@ msgid "Origin" msgstr "Origine" #: ../../godmode/update_manager/just_enterprise_warning.php:55 -#, fuzzy msgid "PandoraFMS" -msgstr "Pandora FMS" +msgstr "PandoraFMS" #: ../../godmode/update_manager/just_enterprise_warning.php:70 msgid "" @@ -20898,7 +20828,7 @@ msgstr "Veuillez d’abord vous inscrire sur la Métaconsole." #: ../../godmode/update_manager/update_manager.setup.php:172 #: ../../godmode/update_manager/update_manager.setup.php:255 msgid "Succesful Update the url config vars." -msgstr "Variables de configuration de l'URL mises à jour correctement" +msgstr "Variables de configuration de l'URL mises à jour correctement." #: ../../godmode/update_manager/update_manager.setup.php:173 #: ../../godmode/update_manager/update_manager.setup.php:256 @@ -20943,7 +20873,7 @@ msgstr "Autoriser les patchs non consécutifs" #: ../../godmode/update_manager/update_manager.setup.php:366 msgid "Limit to LTS updates" -msgstr "Limite aux mises à jour LTS :" +msgstr "Limite aux mises à jour LTS" #: ../../godmode/update_manager/update_manager.setup.php:377 msgid "Registration ID" @@ -21253,7 +21183,7 @@ msgstr "Erreur de suppression de l'utilisateur de %s" #: ../../godmode/users/user_list.php:340 msgid "ID user cannot be empty" -msgstr "L'identifiant de l'utilisateur ne peut pas être vide." +msgstr "L'identifiant de l'utilisateur ne peut pas être vide" #: ../../godmode/users/user_list.php:381 msgid "There was a problem disabling user" @@ -21278,10 +21208,10 @@ msgstr "" "utilisateurs sont en lecture seule. Allez vers %s pour le gérer." #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21322,8 +21252,8 @@ msgstr "" "supprimer cet utilisateur." #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "Aucun profil/groupe assigné à cet utilisateur" @@ -21345,352 +21275,11 @@ msgstr "" "Le schéma d'authentification actuel ne prend pas en charge la création " "d'utilisateurs sur %s" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "Lien externe" -#: ../../godmode/users/configure_user.php:248 -msgid "Update User" -msgstr "Mettre à jour l'utilisateur" - -#: ../../godmode/users/configure_user.php:248 -msgid "Create User" -msgstr "Créer un utilisateur" - -#: ../../godmode/users/configure_user.php:420 -msgid "User ID cannot be empty" -msgstr "L'identifiant de l'utilisateur ne peut pas être vide." - -#: ../../godmode/users/configure_user.php:428 -msgid "User ID already exists" -msgstr "La ID de cette utilisateur existe déjà" - -#: ../../godmode/users/configure_user.php:434 -msgid "Invalid user ID: leading or trailing blank spaces not allowed" -msgstr "" -"ID utilisateur non valide : les espaces vides de début ou de fin ne sont pas " -"autorisés" - -#: ../../godmode/users/configure_user.php:442 -msgid "Passwords cannot be empty" -msgstr "Les mots de passe ne peuvent pas être vides." - -#: ../../godmode/users/configure_user.php:449 -msgid "Passwords didn't match" -msgstr "Les mots de passe saisis ne sont pas identiques." - -#: ../../godmode/users/configure_user.php:456 -#: ../../include/lib/Modules/Users/Services/ValidatePasswordUserService.php:25 -msgid "The password provided is not valid. Please set another one." -msgstr "" -"Le mot de passe fourni n’est pas valide. S’il vous plaît, entrez-en un autre." - -#: ../../godmode/users/configure_user.php:518 -msgid "" -"Strict ACL is not recommended for admin users because performance could be " -"affected." -msgstr "" -"Les ACL strictes ne sont pas recommandées pour les administrateur parce que " -"cela pourrait affecter la performance." - -#: ../../godmode/users/configure_user.php:602 -#: ../../godmode/users/configure_user.php:975 -msgid "Profile added successfully" -msgstr "Profil ajouté correctement" - -#: ../../godmode/users/configure_user.php:603 -#: ../../godmode/users/configure_user.php:976 -msgid "Profile cannot be added" -msgstr "Impossible d'ajouter le profil" - -#: ../../godmode/users/configure_user.php:721 -msgid "" -"It is not possible to change the password because external authentication is " -"being used" -msgstr "" -"Vous ne pouvez pas changer votre mot de passe parce que l’authentification " -"externe est en cours d’utilisation" - -#: ../../godmode/users/configure_user.php:761 -#: ../../godmode/users/configure_user.php:789 -#: ../../godmode/users/configure_user.php:864 -#: ../../godmode/users/configure_user.php:871 -#: ../../godmode/users/configure_user.php:903 -#: ../../operation/users/user_edit.php:213 -#: ../../operation/users/user_edit.php:259 -msgid "User info successfully updated" -msgstr "L'information de l'utilisateur a été mise à jour correctement." - -#: ../../godmode/users/configure_user.php:762 -#: ../../godmode/users/configure_user.php:790 -#: ../../godmode/users/configure_user.php:865 -#: ../../godmode/users/configure_user.php:872 -#: ../../godmode/users/configure_user.php:904 -msgid "Error updating user info (no change?)" -msgstr "" -"Erreur de mise à jour de l'information de l'utilisateur (aucun changement ?)" - -#: ../../godmode/users/configure_user.php:795 -msgid "Password of the active user is required to perform password change" -msgstr "" -"Le mot de passe de l'utilisateur actif est requis pour effectuer le " -"changement de mot de passe" - -#: ../../godmode/users/configure_user.php:797 -msgid "Password of active user is not correct" -msgstr "Le mot de passe de l'utilisateur actif n'est pas correct" - -#: ../../godmode/users/configure_user.php:813 -msgid "Passwords does not match" -msgstr "Les mots de passe ne concordent pas" - -#: ../../godmode/users/configure_user.php:864 -#: ../../operation/users/user_edit.php:211 -msgid "You have generated a new API Token." -msgstr "Vous avez généré un nouveau jeton API." - -#: ../../godmode/users/configure_user.php:893 -msgid "" -"Strict ACL is not recommended for this user. Performance could be affected." -msgstr "" -"Les ACL strictes ne sont pas recommandées pour ces utilisateurs. La " -"performance pourrait être affectée." - -#: ../../godmode/users/configure_user.php:1020 -msgid "Renew" -msgstr "Renouveler" - -#: ../../godmode/users/configure_user.php:1026 -#: ../../operation/users/user_edit.php:303 -msgid "" -"The API token will be renewed. After this action, the last token you were " -"using will not work. Are you sure?" -msgstr "" -"Le jeton API sera renouvelé. Après cette action, le dernier jeton que vous " -"utilisiez ne fonctionnera pas. Êtes-vous sûr?" - -#: ../../godmode/users/configure_user.php:1036 ../../include/ajax/token.php:110 -#: ../../include/class/ConfigPEN.class.php:252 -#: ../../operation/agentes/interface_view.functions.php:172 -#: ../../operation/custom_fields/custom_fields_view.php:299 -#: ../../operation/heatmap.php:301 -msgid "Show" -msgstr "Afficher" - -#: ../../godmode/users/configure_user.php:1042 -#: ../../operation/users/user_edit.php:336 -msgid "Your API Token is:" -msgstr "Votre jeton API est :" - -#: ../../godmode/users/configure_user.php:1044 -#: ../../operation/users/user_edit.php:336 -msgid "Please, avoid share this string with others." -msgstr "S’il vous plaît, évitez de partager cette chaîne avec d’autres." - -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "Nom complet (affiché)" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "Confirmation du mot de passe" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -msgid "Own password confirmation" -msgstr "Confirmation propre du mot de passe" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -msgid "Administrator user" -msgstr "Utilisateur administrateur" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "Courriel" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "Numéro de téléphone" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "Commentaires" - -#: ../../godmode/users/configure_user.php:1270 -#: ../../operation/users/user_edit.php:752 -msgid "Login allowed IP list" -msgstr "Liste d’adresses IP autorisées pour la connexion" - -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" -"Ajoutez les adresses IP source qui autoriseront l’accès à la console. Chaque " -"adresse IP doit être séparée uniquement par une virgule. * permet tout." - -#: ../../godmode/users/configure_user.php:1309 -msgid "Skin" -msgstr "Thème" - -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -#, fuzzy -msgid "Default theme" -msgstr "Élément par défaut" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -#, fuzzy -msgid "Black theme" -msgstr "Noir" - -#: ../../godmode/users/configure_user.php:1321 -msgid "Search custom field view" -msgstr "Vue de recherche d’un champ personnalisé" - -#: ../../godmode/users/configure_user.php:1335 -msgid "Load by default the selected view in custom field view" -msgstr "" -"Charger par défaut la vue sélectionnée dans la vue de champ personnalisée" - -#: ../../godmode/users/configure_user.php:1370 -msgid "Metaconsole access" -msgstr "Accès à la Métaconsole" - -#: ../../godmode/users/configure_user.php:1406 -msgid "Default event filter" -msgstr "Filtre d'événement par défaut" - -#: ../../godmode/users/configure_user.php:1420 -#: ../../operation/users/user_edit.php:848 -#, fuzzy -msgid "Ehorus user access enabled" -msgstr "Accès utilisateur eHorus activé" - -#: ../../godmode/users/configure_user.php:1428 -#: ../../include/functions_config.php:1919 -#, fuzzy -msgid "Ehorus user" -msgstr "Utilisateur eHorus" - -#: ../../godmode/users/configure_user.php:1437 -#: ../../include/functions_config.php:1923 -#, fuzzy -msgid "Ehorus password" -msgstr "Mot de passe eHorus" - -#: ../../godmode/users/configure_user.php:1466 -msgid "User must be created before activating double authentication." -msgstr "" -"L'utilisateur doit être créé avant d'activer la double authentification." - -#: ../../godmode/users/configure_user.php:1493 -#: ../../operation/users/user_edit.php:549 -msgid "Show information" -msgstr "Afficher l'information" - -#: ../../godmode/users/configure_user.php:1577 -msgid "Enable agents managment" -msgstr "Activer la gestion d'agents" - -#: ../../godmode/users/configure_user.php:1585 -msgid "Enable node access" -msgstr "Activer l'accès au nœud" - -#: ../../godmode/users/configure_user.php:1586 -msgid "With this option enabled, the user will can access to nodes console" -msgstr "" -"Si cette option est activée, l'utilisateur pourra accéder à la console de " -"nœuds" - -#: ../../godmode/users/configure_user.php:1815 -msgid "yes" -msgstr "Oui" - -#: ../../godmode/users/configure_user.php:1818 -msgid "no" -msgstr "Non" - -#: ../../godmode/users/configure_user.php:1822 -msgid "Please select profile and group" -msgstr "Veuillez sélectionner le profil et le groupe" - -#: ../../godmode/users/configure_user.php:1836 -#: ../../godmode/users/configure_user.php:1887 -msgid "This profile is already defined" -msgstr "Ce profil est déjà défini" - -#: ../../godmode/users/configure_user.php:1908 -msgid "" -"Deleting this profile will leave your user without a profile or group. You " -"can continue by deleting the user or preserving it." -msgstr "" -"Éliminer ce profil rendra votre utilisateur sans profil ou groupe. Continuez " -"en supprimant l’utilisateur ou en le maintenant." - -#: ../../godmode/users/configure_user.php:1953 -msgid "Deleting last profile will delete this user" -msgstr "La suppression du dernier profil supprimera cet utilisateur" - -#: ../../godmode/users/configure_user.php:2003 -msgid "" -"User will be created without profiles assigned and won't be able to log in, " -"are you sure?" -msgstr "" -"L'utilisateur sera créé sans profils attribués et ne pourra pas se " -"connecter, êtes-vous sûr ?" - -#: ../../godmode/users/configure_user.php:2113 -#: ../../operation/users/user_edit.php:1198 -msgid "Double autentication information" -msgstr "Information d'authentification double" - -#: ../../godmode/users/configure_user.php:2202 -#: ../../operation/users/user_edit.php:1287 -msgid "The double authentication will be deactivated" -msgstr "La double authentification sera désactivée." - -#: ../../godmode/users/configure_user.php:2203 -#: ../../operation/users/user_edit.php:1288 -msgid "Deactivate" -msgstr "Désactiver" - -#: ../../godmode/users/configure_user.php:2238 -#: ../../operation/users/user_edit.php:1320 -msgid "The double autentication was deactivated successfully" -msgstr "La double authentification a été désactivée correctement." - -#: ../../godmode/users/configure_user.php:2241 -#: ../../godmode/users/configure_user.php:2245 -#: ../../operation/users/user_edit.php:1323 -#: ../../operation/users/user_edit.php:1327 -msgid "There was an error deactivating the double autentication" -msgstr "Erreur de désactivation de la double authentification" - #: ../../godmode/users/user_management.php:202 msgid "Profile information" msgstr "Informations du profil" @@ -21705,6 +21294,12 @@ msgstr "Informations de profil pour" msgid "Full name" msgstr "Nom complet" +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "Nom complet (affiché)" + #: ../../godmode/users/user_management.php:252 msgid "" "This will be the email used in those alert actions that the email makes use " @@ -21715,6 +21310,24 @@ msgstr "" "l’email. Il sera aussi l’email utilisé pour les notifications d’utilisateur " "configurées de cette manière." +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "Courriel" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "Numéro de téléphone" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +msgid "Administrator user" +msgstr "Utilisateur administrateur" + #: ../../godmode/users/user_management.php:299 msgid "" "This type of 'superadmin' has no restrictions whatsoever. If you want to " @@ -21733,11 +21346,22 @@ msgstr "Nouveau mot de passe" msgid "Repeat new password" msgstr "Ressaisir le mot de passe" +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "Confirmation du mot de passe" + #: ../../godmode/users/user_management.php:374 #: ../../operation/users/user_edit.php:409 msgid "Current password" msgstr "Mot de passe actuel" +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +msgid "Own password confirmation" +msgstr "Confirmation propre du mot de passe" + #: ../../godmode/users/user_management.php:406 msgid "Third user password confirmation" msgstr "Confirmation du mot de passe d’utilisateurs tierces" @@ -21823,6 +21447,18 @@ msgstr "" msgid "User color scheme" msgstr "Jeu de couleurs utilisateur" +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +msgid "Default theme" +msgstr "Élément par défaut" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +msgid "Black theme" +msgstr "Thème noir" + #: ../../godmode/users/user_management.php:833 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 #: ../../include/functions_visual_map_editor.php:309 @@ -21833,10 +21469,32 @@ msgstr "Fuseau horaire" msgid "Additional settings" msgstr "Réglages supplémentaires" +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "Commentaires" + #: ../../godmode/users/user_management.php:869 msgid "Enable IP allowlist" msgstr "Activer la liste des adresses IP allouées" +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" +"Ajoutez les adresses IP source qui autoriseront l’accès à la console. Chaque " +"adresse IP doit être séparée uniquement par une virgule. * permet tout." + #: ../../godmode/users/user_management.php:932 msgid "Pandora ITSM user configuration" msgstr "Configuration d’utilisateur de Pandora ITSM" @@ -21916,6 +21574,273 @@ msgstr "Dernière utilisation" msgid "Create Token" msgstr "Créer jeton" +#: ../../godmode/users/configure_user.php:248 +msgid "Update User" +msgstr "Mettre à jour l'utilisateur" + +#: ../../godmode/users/configure_user.php:248 +msgid "Create User" +msgstr "Créer un utilisateur" + +#: ../../godmode/users/configure_user.php:420 +msgid "User ID cannot be empty" +msgstr "L'identifiant de l'utilisateur ne peut pas être vide" + +#: ../../godmode/users/configure_user.php:428 +msgid "User ID already exists" +msgstr "La ID de cette utilisateur existe déjà" + +#: ../../godmode/users/configure_user.php:434 +msgid "Invalid user ID: leading or trailing blank spaces not allowed" +msgstr "" +"ID utilisateur non valide : les espaces vides de début ou de fin ne sont pas " +"autorisés" + +#: ../../godmode/users/configure_user.php:442 +msgid "Passwords cannot be empty" +msgstr "Les mots de passe ne peuvent pas être vides" + +#: ../../godmode/users/configure_user.php:449 +msgid "Passwords didn't match" +msgstr "Les mots de passe saisis ne sont pas identiques" + +#: ../../godmode/users/configure_user.php:456 +#: ../../include/lib/Modules/Users/Services/ValidatePasswordUserService.php:25 +msgid "The password provided is not valid. Please set another one." +msgstr "" +"Le mot de passe fourni n’est pas valide. S’il vous plaît, entrez-en un autre." + +#: ../../godmode/users/configure_user.php:518 +msgid "" +"Strict ACL is not recommended for admin users because performance could be " +"affected." +msgstr "" +"Les ACL strictes ne sont pas recommandées pour les administrateur parce que " +"cela pourrait affecter la performance." + +#: ../../godmode/users/configure_user.php:602 +#: ../../godmode/users/configure_user.php:975 +msgid "Profile added successfully" +msgstr "Profil ajouté correctement" + +#: ../../godmode/users/configure_user.php:603 +#: ../../godmode/users/configure_user.php:976 +msgid "Profile cannot be added" +msgstr "Impossible d'ajouter le profil" + +#: ../../godmode/users/configure_user.php:721 +msgid "" +"It is not possible to change the password because external authentication is " +"being used" +msgstr "" +"Vous ne pouvez pas changer votre mot de passe parce que l’authentification " +"externe est en cours d’utilisation" + +#: ../../godmode/users/configure_user.php:761 +#: ../../godmode/users/configure_user.php:789 +#: ../../godmode/users/configure_user.php:864 +#: ../../godmode/users/configure_user.php:871 +#: ../../godmode/users/configure_user.php:903 +#: ../../operation/users/user_edit.php:213 +#: ../../operation/users/user_edit.php:259 +msgid "User info successfully updated" +msgstr "L'information de l'utilisateur a été mise à jour correctement" + +#: ../../godmode/users/configure_user.php:762 +#: ../../godmode/users/configure_user.php:790 +#: ../../godmode/users/configure_user.php:865 +#: ../../godmode/users/configure_user.php:872 +#: ../../godmode/users/configure_user.php:904 +msgid "Error updating user info (no change?)" +msgstr "" +"Erreur de mise à jour de l'information de l'utilisateur (aucun changement ?)" + +#: ../../godmode/users/configure_user.php:795 +msgid "Password of the active user is required to perform password change" +msgstr "" +"Le mot de passe de l'utilisateur actif est requis pour effectuer le " +"changement de mot de passe" + +#: ../../godmode/users/configure_user.php:797 +msgid "Password of active user is not correct" +msgstr "Le mot de passe de l'utilisateur actif n'est pas correct" + +#: ../../godmode/users/configure_user.php:813 +msgid "Passwords does not match" +msgstr "Les mots de passe ne concordent pas" + +#: ../../godmode/users/configure_user.php:864 +#: ../../operation/users/user_edit.php:211 +msgid "You have generated a new API Token." +msgstr "Vous avez généré un nouveau jeton API." + +#: ../../godmode/users/configure_user.php:893 +msgid "" +"Strict ACL is not recommended for this user. Performance could be affected." +msgstr "" +"Les ACL strictes ne sont pas recommandées pour ces utilisateurs. La " +"performance pourrait être affectée." + +#: ../../godmode/users/configure_user.php:1020 +msgid "Renew" +msgstr "Renouveler" + +#: ../../godmode/users/configure_user.php:1026 +#: ../../operation/users/user_edit.php:303 +msgid "" +"The API token will be renewed. After this action, the last token you were " +"using will not work. Are you sure?" +msgstr "" +"Le jeton API sera renouvelé. Après cette action, le dernier jeton que vous " +"utilisiez ne fonctionnera pas. Êtes-vous sûr?" + +#: ../../godmode/users/configure_user.php:1036 ../../include/ajax/token.php:110 +#: ../../include/class/ConfigPEN.class.php:252 +#: ../../operation/agentes/interface_view.functions.php:172 +#: ../../operation/custom_fields/custom_fields_view.php:299 +#: ../../operation/heatmap.php:301 +msgid "Show" +msgstr "Afficher" + +#: ../../godmode/users/configure_user.php:1042 +#: ../../operation/users/user_edit.php:336 +msgid "Your API Token is:" +msgstr "Votre jeton API est :" + +#: ../../godmode/users/configure_user.php:1044 +#: ../../operation/users/user_edit.php:336 +msgid "Please, avoid share this string with others." +msgstr "S’il vous plaît, évitez de partager cette chaîne avec d’autres." + +#: ../../godmode/users/configure_user.php:1270 +#: ../../operation/users/user_edit.php:752 +msgid "Login allowed IP list" +msgstr "Liste d’adresses IP autorisées pour la connexion" + +#: ../../godmode/users/configure_user.php:1309 +msgid "Skin" +msgstr "Thème" + +#: ../../godmode/users/configure_user.php:1321 +msgid "Search custom field view" +msgstr "Vue de recherche d’un champ personnalisé" + +#: ../../godmode/users/configure_user.php:1335 +msgid "Load by default the selected view in custom field view" +msgstr "" +"Charger par défaut la vue sélectionnée dans la vue de champ personnalisée" + +#: ../../godmode/users/configure_user.php:1370 +msgid "Metaconsole access" +msgstr "Accès à la Métaconsole" + +#: ../../godmode/users/configure_user.php:1406 +msgid "Default event filter" +msgstr "Filtre d'événement par défaut" + +#: ../../godmode/users/configure_user.php:1420 +#: ../../operation/users/user_edit.php:848 +msgid "Ehorus user access enabled" +msgstr "" + +#: ../../godmode/users/configure_user.php:1428 +#: ../../include/functions_config.php:1919 +msgid "Ehorus user" +msgstr "Utilisateur Ehorus" + +#: ../../godmode/users/configure_user.php:1437 +#: ../../include/functions_config.php:1923 +msgid "Ehorus password" +msgstr "Mot de passe Ehorus" + +#: ../../godmode/users/configure_user.php:1466 +msgid "User must be created before activating double authentication." +msgstr "" +"L'utilisateur doit être créé avant d'activer la double authentification." + +#: ../../godmode/users/configure_user.php:1493 +#: ../../operation/users/user_edit.php:549 +msgid "Show information" +msgstr "Afficher l'information" + +#: ../../godmode/users/configure_user.php:1577 +msgid "Enable agents managment" +msgstr "Activer la gestion d'agents" + +#: ../../godmode/users/configure_user.php:1585 +msgid "Enable node access" +msgstr "Activer l'accès au nœud" + +#: ../../godmode/users/configure_user.php:1586 +msgid "With this option enabled, the user will can access to nodes console" +msgstr "" +"Si cette option est activée, l'utilisateur pourra accéder à la console de " +"nœuds" + +#: ../../godmode/users/configure_user.php:1815 +msgid "yes" +msgstr "oui" + +#: ../../godmode/users/configure_user.php:1818 +msgid "no" +msgstr "non" + +#: ../../godmode/users/configure_user.php:1822 +msgid "Please select profile and group" +msgstr "Veuillez sélectionner le profil et le groupe" + +#: ../../godmode/users/configure_user.php:1836 +#: ../../godmode/users/configure_user.php:1887 +msgid "This profile is already defined" +msgstr "Ce profil est déjà défini" + +#: ../../godmode/users/configure_user.php:1908 +msgid "" +"Deleting this profile will leave your user without a profile or group. You " +"can continue by deleting the user or preserving it." +msgstr "" +"Éliminer ce profil rendra votre utilisateur sans profil ou groupe. Continuez " +"en supprimant l’utilisateur ou en le maintenant." + +#: ../../godmode/users/configure_user.php:1953 +msgid "Deleting last profile will delete this user" +msgstr "La suppression du dernier profil supprimera cet utilisateur" + +#: ../../godmode/users/configure_user.php:2003 +msgid "" +"User will be created without profiles assigned and won't be able to log in, " +"are you sure?" +msgstr "" +"L'utilisateur sera créé sans profils attribués et ne pourra pas se " +"connecter, êtes-vous sûr ?" + +#: ../../godmode/users/configure_user.php:2113 +#: ../../operation/users/user_edit.php:1198 +msgid "Double autentication information" +msgstr "Information d'authentification double" + +#: ../../godmode/users/configure_user.php:2202 +#: ../../operation/users/user_edit.php:1287 +msgid "The double authentication will be deactivated" +msgstr "La double authentification sera désactivée" + +#: ../../godmode/users/configure_user.php:2203 +#: ../../operation/users/user_edit.php:1288 +msgid "Deactivate" +msgstr "Désactiver" + +#: ../../godmode/users/configure_user.php:2238 +#: ../../operation/users/user_edit.php:1320 +msgid "The double autentication was deactivated successfully" +msgstr "La double authentification a été désactivée correctement" + +#: ../../godmode/users/configure_user.php:2241 +#: ../../godmode/users/configure_user.php:2245 +#: ../../operation/users/user_edit.php:1323 +#: ../../operation/users/user_edit.php:1327 +msgid "There was an error deactivating the double autentication" +msgstr "Erreur de désactivation de la double authentification" + #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -21985,7 +21910,7 @@ msgstr "" #: ../../godmode/wizards/HostDevices.class.php:412 #: ../../include/class/CustomNetScan.class.php:158 msgid "You have no access to edit this task." -msgstr "vous n'avez de permissions pour accéder à cette tache." +msgstr "Vous n'avez de permissions pour accéder à cette tache." #: ../../godmode/wizards/HostDevices.class.php:422 #: ../../include/class/CustomNetScan.class.php:168 @@ -22304,15 +22229,15 @@ msgstr "Liste de tâches" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22439,9 +22364,8 @@ msgid "Discovery.App.DB2 (legacy)" msgstr "Discovery.App.DB2 (legacy)" #: ../../godmode/wizards/DiscoveryTaskList.class.php:902 -#, fuzzy msgid "Discovery.Agent.Deployment" -msgstr "Discovery.Agent.Deployment (legacy)" +msgstr "Discovery.Agent.Deployment" #: ../../godmode/wizards/DiscoveryTaskList.class.php:911 msgid "Discovery Applications Microsoft SQL Server" @@ -22489,9 +22413,9 @@ msgid "Disable task" msgstr "Désactiver la tâche" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1181 -#, fuzzy, php-format +#, php-format msgid "Server %s has no discovery tasks assigned" -msgstr "n'a aucune tâche de découverte assignée" +msgstr "Le serveur %s n'a aucune tâche de découverte assignée" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1330 msgid "Overall Progress" @@ -22616,15 +22540,15 @@ msgstr "sélectionner tout" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1850 msgid "deselect all" -msgstr "Tout désélectionner" +msgstr "tout désélectionner" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1853 msgid "expand all" -msgstr "Tout montrer" +msgstr "tout montrer" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1856 msgid "collapse all" -msgstr "Effacer tout" +msgstr "effacer tout" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1870 msgid "No devices found in temporary resources, please re-launch." @@ -22662,8 +22586,8 @@ msgstr "" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "Terminé" @@ -22945,7 +22869,7 @@ msgstr "En processus d’exportation du ressource" #: ../../godmode/resources/resources_export_import.php:343 msgid "Exporting resource and downloading, please wait" msgstr "" -"En processus d’exportation des ressources et de téléchargement, attendez." +"En processus d’exportation des ressources et de téléchargement, attendez" #: ../../godmode/menu.php:65 msgid "Network scan" @@ -23039,14 +22963,12 @@ msgid "Register Plugin" msgstr "Enregistrer Plugin" #: ../../godmode/menu.php:410 -#, fuzzy msgid "Settings" -msgstr "Démarrant" +msgstr "" #: ../../godmode/menu.php:416 -#, fuzzy msgid "System Settings" -msgstr "Rsique du système" +msgstr "Paramètres du système" #: ../../godmode/menu.php:422 #: ../../include/class/OrderInterpreter.class.php:148 @@ -23111,106 +23033,6 @@ msgstr "Répertoire de fichiers" msgid "About" msgstr "À propos" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"Voici le code privé que vous devriez utiliser avec votre application " -"d'authentification" - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"Vous pouvez introduire le code manuellement ou utiliser le code QR pour " -"l'ajouter automatiquement" - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "Vous êtes sur le point d'activer la double authentification" - -#: ../../include/ajax/double_auth.ajax.php:209 -#, fuzzy -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"Si vous activez cette option, l'accès à votre compte sera plus sécurisé, \n" -"\t\tparce qu'un code généré par une autre application sera nécessaire après " -"la connexion" - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"Vous devrez installer l'application à partir du lien ci-dessous avant de " -"continuer" - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "Télécharger l'application" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "Continuer" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "Avez-vous déjà installé l'application ?" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "Un code privé a été généré." - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Avant de continuer, vous devez créer une nouvelle entrée dans l'application " -"de l'authentifiant." - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "Rafraîchir le code" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "" -"Avez-vous déjà introduit le code dans l'application de l'authentifiant ?" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "Introduire un code généré par l'application" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "Si le code est valide, la double authentification sera activée" - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "Valider le code" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "Le code est valide, vous pouvez sortir maintenant." - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "Code non valide" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "Le code est valide, mais il y a une erreur de sauvegarde des données" - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -23239,8 +23061,8 @@ msgstr "Politique créée correctement" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23309,8 +23131,8 @@ msgstr "Enregistrer dans le groupe" msgid "Save current filter" msgstr "Sauvegarder le filtre actuel" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23318,7 +23140,7 @@ msgstr "Supprimer le filtre" #: ../../include/ajax/agent.php:1029 msgid "Please enter an IP address." -msgstr "Entrez une adresse IP" +msgstr "Entrez une adresse IP." #: ../../include/ajax/agent.php:1038 msgid "Success! but this IP is already in the list." @@ -23330,7 +23152,7 @@ msgstr "Cette IP est déjà en cours d’utilisation" #: ../../include/ajax/agent.php:1043 msgid "Success! this IP is available to be used." -msgstr "Voilà ! L’IP est disponible à Être utilisée" +msgstr "Voilà ! L’IP est disponible à Être utilisée." #: ../../include/ajax/consoles.ajax.php:90 msgid "Console successfully deleted" @@ -23576,78 +23398,6 @@ msgstr "À :" msgid "Insufficient permissions to validate alerts" msgstr "Autorisations insuffisantes pour valider les alertes" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "Intervalle actuel" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "Modules normaux" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "Modules critiques" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "Modules en avertissement" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "Modules inconnus" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "Modules non initialisés" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "Nouveau filtre" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "Filtre existant" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "Le nom du filtre existe déjà dans la base de données" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "Veuillez sélectionner un champ personnalisé" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "Filtre de création réussi." - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "Erreur de création de filtre." - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -#, fuzzy -msgid "Please, select a filter" -msgstr "Sélectionnez un filtre" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "Filtre de mise à jour réussie." - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "Erreur de mise à jour du filtre." - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "Filtre supprimée correctement" - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "Erreur de suppression du filtre." - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 minutes" @@ -23769,7 +23519,7 @@ msgstr "Modifier la configuration" #: ../../include/ajax/module.php:1493 msgid "Any monitors aren't with this filter." -msgstr "Pas tous les moniteurs possèdent ce filtre" +msgstr "Pas tous les moniteurs possèdent ce filtre." #: ../../include/ajax/module.php:1493 msgid "This agent doesn't have any active monitors." @@ -23826,9 +23576,8 @@ msgid "Basic net already exists.
and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"Félicitations ! Votre module a été créé
et la couleur de l'état est " -"bleu.
Cette couleur veut dire que le module n'a pas encore été " -"exécuté pour la première fois ; s'il y a un problème, la couleur devient " -"rouge ou vert." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Cliquez sur l'onglet alertes et remplissez le formulaire pour ajouter une " -"alerte." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "Sélectionnez le module en état critique." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "Dans le modèle, sélectionnez « État critique »." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "Maintenant, sélectionnez l'action créée précédemment." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "Cliquez sur le bouton « Ajouter alerte » pour créer l'alerte." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"Pour tester l'alerte que vous venez de créer, allez à la page principale en " -"cliquant sur l'icône en forme d’œil." - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "Je vais vous montrer comment surveiller un serveur." @@ -28245,28 +28034,6 @@ msgstr "" "Maintenant, déroulez le menu « Gérer les alertes » et cliquez sur « Actions " "». " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Sachez qu'il n'est pas conseillé d'avoir des agents avec un intervalle de " -"surveillance inférieur à 300 secondes. Ceci pourrait affecter sérieusement " -"la performance du serveur. Par exemple, avoir 200 agents avec un intervalle " -"d'une minute équivaut à avoir 1000 agents avec un intervalle de 5 minutes. " -"La probabilité d'obtenir des modules inconnus est plus élevée et l'impact " -"sur le serveur est plus sérieux parce qu'il nécessite un temps de réponse " -"plus court." - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "Intervalle de l'agent." - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28286,7 +28053,7 @@ msgstr "" #: ../../include/help/clippy/modules_not_init.php:35 msgid "You have non initialized modules" -msgstr "Vous avez des modules non initialisés." +msgstr "Vous avez des modules non initialisés" #: ../../include/help/clippy/modules_not_init.php:35 msgid "" @@ -28413,7 +28180,6 @@ msgid "Notice" msgstr "" #: ../../include/help/clippy/data_configuration_module.php:34 -#, fuzzy msgid "" "Please note that information provided here affects how the agent collects " "information and generate the data XML. Any data/configuration reported by " @@ -28422,13 +28188,13 @@ msgid "" "from the agent, this applies for example to crit/warn thresholds, interval, " "module group, min/max value, tags, etc." msgstr "" -"Sachez que l'information fournie ici affecte comment l'agent recueille " -"l'information et génère des données XML. N'importe quelle donnée/" -"configuration signalée par l'agent différente des données ou de la " -"description sera rejetée, et la configuration affichée dans la console " -"l'emportera sur toute configuration provenant de l'agent. Ceci s'applique " -"aux seuils critique/alerte, intervalles, groupes de modules, valeur min/max, " -"étiquettes, etc." +"Veuillez noter que les informations fournies ici affectent la manière dont " +"l'agent collecte les informations et génère les données XML. Toute donnée/" +"configuration rapportée par l'agent, différente des données ou de la " +"description, est rejetée, et la configuration affichée dans la console " +"prévaut sur toute configuration provenant de l'agent, ceci s'applique par " +"exemple aux seuils crit/warn, à l'intervalle, au groupe de modules, à la " +"valeur min/max, aux balises, etc." #: ../../include/help/clippy/data_configuration_module.php:34 msgid "" @@ -28442,7 +28208,7 @@ msgstr "" #: ../../include/help/clippy/data_configuration_module.php:35 msgid "Data Configuration Module." -msgstr "Données de configuration de modules" +msgstr "Données de configuration de modules." #: ../../include/help/clippy/modules_not_learning_mode.php:46 msgid "" @@ -28474,9 +28240,138 @@ msgstr "" "vous n'avez pas l'intention d'ajouter plus de modules à l'agent." #: ../../include/help/clippy/modules_not_learning_mode.php:47 -#, fuzzy msgid "Modules not learning mode." -msgstr "Modules en avertissement" +msgstr "Les modules ne sont pas en mode apprentissage." + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "La date de contact de l'agent a dépassé son ETA!" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Ceci arrive lorsque votre agent cesse de générer des rapports ou le serveur " +"a un problème (trop de chargements ou il n'est pas fonctionnel). Vérifiez " +"aussi la connexion entre l'agent et le serveur." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" +"Veuillez vous diriger vers les Modules. Pas de soucis, je vais vous guider." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" +"Maintenant vous devez créer le module. Pas de soucis, je vous montre comment " +"faire." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "Choisissez le module du serveur du réseau." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "Et cliquez sur le bouton." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" +"Maintenant vous devez créer le module. Pas de soucis, je vous montre comment " +"faire." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "Maintenant, nous allons remplir le formulaire." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "Veuillez sélectionner Gestionnaire de réseau." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "Choisissez le composant appelé « Host alive »." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "Vous pouvez modifier le nom si vous voulez." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Vérifiez que l'adresse IP affichée soit celle de votre machine." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "Et pour terminer, cliquez sur ce bouton." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Félicitations ! Votre module a été créé
et la couleur de l'état est " +"bleu.
Cette couleur veut dire que le module n'a pas encore été " +"exécuté pour la première fois ; s'il y a un problème, la couleur devient " +"rouge ou vert." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Cliquez sur l'onglet alertes et remplissez le formulaire pour ajouter une " +"alerte." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "Sélectionnez le module en état critique." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "Dans le modèle, sélectionnez « État critique »." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "Maintenant, sélectionnez l'action créée précédemment." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "Cliquez sur le bouton « Ajouter alerte » pour créer l'alerte." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Pour tester l'alerte que vous venez de créer, allez à la page principale en " +"cliquant sur l'icône en forme d’œil." + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Sachez qu'il n'est pas conseillé d'avoir des agents avec un intervalle de " +"surveillance inférieur à 300 secondes. Ceci pourrait affecter sérieusement " +"la performance du serveur. Par exemple, avoir 200 agents avec un intervalle " +"d'une minute équivaut à avoir 1000 agents avec un intervalle de 5 minutes. " +"La probabilité d'obtenir des modules inconnus est plus élevée et l'impact " +"sur le serveur est plus sérieux parce qu'il nécessite un temps de réponse " +"plus court." + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "Interval agent." +msgstr "Intervalle de l'agent." #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format @@ -28633,7 +28528,7 @@ msgstr "Message de bienvenue à %s" msgid "This is an example of a dashboard widget. A widget may contain elements" msgstr "" "Ceci est un exemple de widget de panneau de configuration. Un widget peut " -"contenir des éléments." +"contenir des éléments" #: ../../include/lib/Dashboard/Widgets/example.php:250 msgid "" @@ -28677,8 +28572,8 @@ msgstr "Taille de l'icône" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "État du module" @@ -28736,7 +28631,7 @@ msgstr "Carte" #: ../../include/lib/Dashboard/Widgets/network_map.php:372 msgid "Introduce x-axis data. Right=positive Left=negative" -msgstr "Introduire les données sur l'axe X. Droite = positif Gauche = négatif." +msgstr "Introduire les données sur l'axe X. Droite = positif Gauche = négatif" #: ../../include/lib/Dashboard/Widgets/network_map.php:376 msgid "X offset" @@ -28744,8 +28639,7 @@ msgstr "Offset en X" #: ../../include/lib/Dashboard/Widgets/network_map.php:387 msgid "Introduce Y-axis data. Top=positive Bottom=negative" -msgstr "" -"Introduire les données sur l'axe Y. En haut = positif En bas = négatif." +msgstr "Introduire les données sur l'axe Y. En haut = positif En bas = négatif" #: ../../include/lib/Dashboard/Widgets/network_map.php:391 msgid "Y offset" @@ -28807,7 +28701,7 @@ msgstr "Afficher sunburst par défaut" #: ../../include/lib/Dashboard/Widgets/service_map.php:379 #: ../../include/lib/Dashboard/Widgets/service_view.php:321 msgid "The user doesn't have permission to read agents" -msgstr "L'utilisateur n'a pas accès en lecture aux agents." +msgstr "L'utilisateur n'a pas accès en lecture aux agents" #: ../../include/lib/Dashboard/Widgets/service_map.php:390 msgid "Missing Service id" @@ -28853,7 +28747,7 @@ msgid "Status and Monitor checks" msgstr "Vérifications d’état et du moniteur" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "Performance du serveur" @@ -28885,7 +28779,7 @@ msgstr "Veuillez sélectionner un ou plusieurs groupes." #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:475 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:482 msgid "There is not data to show." -msgstr "Aucune donnée à afficher" +msgstr "Aucune donnée à afficher." #: ../../include/lib/Dashboard/Widgets/url.php:158 #: ../../include/lib/Dashboard/Widgets/url.php:286 @@ -28895,7 +28789,7 @@ msgstr "Contenu de l'URL" #: ../../include/lib/Dashboard/Widgets/url.php:263 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:360 msgid "Please, configure this widget before use" -msgstr "Veuillez configurer ce widget avant de l'utiliser." +msgstr "Veuillez configurer ce widget avant de l'utiliser" #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:169 #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:403 @@ -28909,7 +28803,7 @@ msgstr "Transaction WUX" #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:320 msgid "No wux transaction selected." -msgstr "Aucune transaction WUX sélectionnée" +msgstr "Aucune transaction WUX sélectionnée." #: ../../include/lib/Dashboard/Widgets/wux_transaction.php:383 msgid "Phase modules not found" @@ -28937,37 +28831,37 @@ msgstr "" "des événements." #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Entretien" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Informatif" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "Mineur" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "Majeure" @@ -28979,8 +28873,8 @@ msgstr "Tickets Pandora ITSM" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "Limite" @@ -29039,8 +28933,8 @@ msgstr "Carte d’états du module" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, php-format -msgid " Modules(%s)" -msgstr "Modules(%s)" +msgid "%s Modules(%s)" +msgstr "%s Modules(%s)" #: ../../include/lib/Dashboard/Widgets/post.php:158 #: ../../include/lib/Dashboard/Widgets/post.php:277 @@ -29059,7 +28953,7 @@ msgstr "Détail de niveau de service" #: ../../include/lib/Dashboard/Widgets/sla_percent.php:477 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:488 msgid "You don't have access" -msgstr "Vous n'avez pas accès." +msgstr "Vous n'avez pas accès" #: ../../include/lib/Dashboard/Widgets/service_level.php:528 msgid "Agent / Modules" @@ -29391,64 +29285,6 @@ msgstr "Sélectionnez un groupe" msgid "Please, event filter has been removed." msgstr "Veuillez noter que le filtre d’événements a été supprimé." -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -msgid "Security Hardening" -msgstr "Hardening de sécurité" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "Agents avec la plus mauvaise ponctuation" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "Agents les plus fréquemment échoués" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "Premières vérifications échouées par catégorie" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "Vulnérabilités par catégorie" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "Ponctuation par date" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "Évolution" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -msgid "Scoring" -msgstr "Ponctuation" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -msgid "Total Failed" -msgstr "Echoués totales" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -msgid "Last audit scan" -msgstr "Dernier analyse d’audit" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "Ponctuation" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "Couleur de la table" @@ -29558,7 +29394,7 @@ msgid "AVG/MAX/MIN" msgstr "MOYENNE/MAX/MIN" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "Graphique de projection" @@ -29587,18 +29423,18 @@ msgid "Top N of agent modules" msgstr "Top N des modules d'agent" #: ../../include/lib/Dashboard/Widgets/top_n.php:241 -#, fuzzy, php-format +#, php-format msgid "" "Case insensitive regular expression or string for module name. For example: " "%s will match: cpu_usage, vram usage." msgstr "" -"Expression régulière ou chaîne insensible à la casse pour le nom du module. " -"Par exemple : .*usage.* correspondra à : cpu_usage, vram usage." +"Expression régulière insensible à la casse ou chaîne de caractères pour le " +"nom du module. Par exemple : %s correspondra à : cpu_usage, vram usage." #: ../../include/lib/Dashboard/Widgets/top_n.php:302 #: ../../include/functions_alerts.php:710 ../../include/functions.php:4213 msgid "Avg." -msgstr "Moyenne" +msgstr "Moyenne." #: ../../include/lib/Dashboard/Widgets/top_n.php:321 msgid "Agent & module" @@ -29692,8 +29528,8 @@ msgid "Aggregated by" msgstr "Ajouté par" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "Données à afficher" @@ -29711,6 +29547,64 @@ msgstr "Rapport d'alertes déclenchées" msgid "Not alert fired" msgstr "Pas d'alerte déclenchée" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +msgid "Security Hardening" +msgstr "Hardening de sécurité" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "Agents avec la plus mauvaise ponctuation" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "Agents les plus fréquemment échoués" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "Premières vérifications échouées par catégorie" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "Vulnérabilités par catégorie" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "Ponctuation par date" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "Évolution" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +msgid "Scoring" +msgstr "Ponctuation" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +msgid "Total Failed" +msgstr "Echoués totales" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +msgid "Last audit scan" +msgstr "Dernier analyse d’audit" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "Ponctuation" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29741,7 +29635,7 @@ msgstr "Erreur d'élimination, cause : %s" #: ../../include/lib/ClusterViewer/ClusterManager.php:335 msgid "Cluster successfully deleted." -msgstr "Grappe éliminée correctement" +msgstr "Grappe éliminée correctement." #: ../../include/lib/ClusterViewer/ClusterManager.php:361 #, php-format @@ -29849,37 +29743,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "Connexion avec le node %d échouée" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr "erreur : aucun agent n'est affecté au module." - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "Le module existe déjà : « %s »" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "Nom du module vide." - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "Caractères invalides dans le nom du module" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "Le module existe déjà, veuillez sélectionner un autre nom ou agent." - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "Autorisations insuffisantes pour effectuer cette action" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "Erreur lors du traitement : %s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "Il existe déjà un jour spécial pour ce jour." @@ -29965,94 +29828,6 @@ msgstr "Modules non initialisés" msgid "Events in last 24 hrs" msgstr "Événements des dernières 24h" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" -msgstr "Stockage du journal" - -#: ../../include/lib/TacticalView/elements/LogStorage.php:98 -#: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 -#: ../../include/lib/TacticalView/elements/Overview.php:82 -#: ../../include/lib/TacticalView/elements/Overview.php:125 -#, fuzzy -msgid "Everything's OK!" -msgstr "Tout ok" - -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 -#: ../../include/lib/TacticalView/elements/Database.php:103 -#: ../../include/lib/TacticalView/elements/Overview.php:134 -msgid "Something’s wrong" -msgstr "Il y a un problème" - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:40 -msgid "News Board" -msgstr "Tableau de nouvelles" - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:73 -msgid "By" -msgstr "Par" - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:84 -msgid "Welcome to our monitoring tool so grand," -msgstr "Bienvenue à notre outil de supervision si grand," - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:85 -msgid "Where data insights are at your command." -msgstr "Où les données sont à votre commande." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:86 -msgid "Sales, marketing, operations too," -msgstr "Ventes, marketing, opérations aussi" - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:87 -msgid "Customer support, we've got you." -msgstr "Service client, comptez sur nous" - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:90 -msgid "Our interface is user-friendly," -msgstr "Notre interface est facile à utiliser," - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:91 -#, fuzzy -msgid "Customize your dashboard, it's easy!" -msgstr "N’oubliez votre tableau de bord configurer." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:92 -msgid "Set up alerts and gain insights so keen," -msgstr "Définissez vos alertes et contrôlez tout," - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:93 -msgid "Optimize your data, like you've never seen." -msgstr "Optimisez vos données comme un fou." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:96 -msgid "Unleash its power now, and join the pro league," -msgstr "Déclenchez sa puissance comme un professionel," - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:97 -msgid "Unlock the potential of your data to intrigue." -msgstr "Surprenez et débloquez tout le potentiel." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:98 -msgid "Monitoring made simple, efficient and fun," -msgstr "Supervision simplifiée, efficace et amusante." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:99 -msgid "Discover a whole new way to get things done." -msgstr "Découvrez un nouvelle manière de tout faire sans redoute," - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:102 -msgid "And take control of your IT once and for all." -msgstr "Contrôlez l’informatique une fois pour toutes." - -#: ../../include/lib/TacticalView/elements/NewsBoard.php:104 -msgid "" -"You can replace this message with a personalized one at Admin tools -> Site " -"news." -msgstr "" -"Vous pouvez remplacer ce message par un personnalisé dans Outils " -"d’administration -> Nouvelles du site." - #: ../../include/lib/TacticalView/elements/Agents.php:135 msgid "Group alias" msgstr "Alias de groupe" @@ -30069,26 +29844,60 @@ msgstr "Aucun moniteur" msgid "UKNOWN" msgstr "INCONNU" +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +msgid "Monitoring elements" +msgstr "Éléments de configuration" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Nom #Ag." + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "Déroutements SNMP" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +msgid "My monitored agents" +msgstr "Mes agents supervisés" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +msgid "My monitored modules" +msgstr "Mes modules supervisés" + +#: ../../include/lib/TacticalView/elements/Database.php:94 +#: ../../include/lib/TacticalView/elements/LogStorage.php:98 +#: ../../include/lib/TacticalView/elements/LogStorage.php:117 +#: ../../include/lib/TacticalView/elements/Overview.php:82 +#: ../../include/lib/TacticalView/elements/Overview.php:125 +msgid "Everything's OK!" +msgstr "Tout va bien!" + +#: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 +#: ../../include/lib/TacticalView/elements/Overview.php:134 +msgid "Something’s wrong" +msgstr "Il y a un problème" + #: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 #: ../../operation/events/events.php:704 msgid "MAINTENANCE" msgstr "ENTRETIEN" #: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 #: ../../operation/events/events.php:709 msgid "INFORMATIONAL" msgstr "INFORMATIF" #: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 #: ../../operation/events/events.php:714 msgid "MAJOR" msgstr "MAJEUR" #: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 #: ../../operation/events/events.php:719 msgid "MINOR" msgstr "MINEUR" @@ -30119,25 +29928,77 @@ msgstr "Inconnu" msgid "Event" msgstr "Événement" -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -msgid "Monitoring elements" -msgstr "Éléments de configuration" +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "Stockage du journal" -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Nom #Ag." +#: ../../include/lib/TacticalView/elements/NewsBoard.php:40 +msgid "News Board" +msgstr "Tableau de nouvelles" -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "Déroutements SNMP" +#: ../../include/lib/TacticalView/elements/NewsBoard.php:73 +msgid "By" +msgstr "Par" -#: ../../include/lib/TacticalView/elements/Groups.php:87 -msgid "My monitored agents" -msgstr "Mes agents supervisés" +#: ../../include/lib/TacticalView/elements/NewsBoard.php:84 +msgid "Welcome to our monitoring tool so grand," +msgstr "Bienvenue à notre outil de supervision si grand," -#: ../../include/lib/TacticalView/elements/Groups.php:91 -msgid "My monitored modules" -msgstr "Mes modules supervisés" +#: ../../include/lib/TacticalView/elements/NewsBoard.php:85 +msgid "Where data insights are at your command." +msgstr "Où les données sont à votre commande." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:86 +msgid "Sales, marketing, operations too," +msgstr "Ventes, marketing, opérations aussi," + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:87 +msgid "Customer support, we've got you." +msgstr "Service client, comptez sur nous." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:90 +msgid "Our interface is user-friendly," +msgstr "Notre interface est facile à utiliser," + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:91 +msgid "Customize your dashboard, it's easy!" +msgstr "Personnalisez votre tableau de bord, c'est facile!" + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:92 +msgid "Set up alerts and gain insights so keen," +msgstr "Définissez vos alertes et contrôlez tout," + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:93 +msgid "Optimize your data, like you've never seen." +msgstr "Optimisez vos données comme un fou." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:96 +msgid "Unleash its power now, and join the pro league," +msgstr "Déclenchez sa puissance comme un professionel," + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:97 +msgid "Unlock the potential of your data to intrigue." +msgstr "Surprenez et débloquez tout le potentiel." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:98 +msgid "Monitoring made simple, efficient and fun," +msgstr "Supervision simplifiée, efficace et amusante," + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:99 +msgid "Discover a whole new way to get things done." +msgstr "Découvrez un nouvelle manière de tout faire sans redoute." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:102 +msgid "And take control of your IT once and for all." +msgstr "Contrôlez l’informatique une fois pour toutes." + +#: ../../include/lib/TacticalView/elements/NewsBoard.php:104 +msgid "" +"You can replace this message with a personalized one at Admin tools -> Site " +"news." +msgstr "" +"Vous pouvez remplacer ce message par un personnalisé dans Outils " +"d’administration -> Nouvelles du site." #: ../../include/lib/TacticalView/elements/Overview.php:44 msgid "General overview" @@ -30172,14 +30033,14 @@ msgstr "Bienvenue à nouveau !" #: ../../include/lib/TacticalView/GeneralTacticalView.php:186 #: ../../include/lib/TacticalView/GeneralTacticalView.php:232 #: ../../include/lib/TacticalView/GeneralTacticalView.php:233 -#, fuzzy, php-format +#, php-format msgid "Welcome back %s!" -msgstr "Bienvenue à nouveau %s !" +msgstr "Bienvenue à nouveau %s!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:231 -#, fuzzy, php-format +#, php-format msgid "Have a good day %s!" -msgstr "Bonne journée %s" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:234 #, php-format @@ -30187,73 +30048,66 @@ msgid "Good morning, %s!" msgstr "Bonne journée, %s !" #: ../../include/lib/TacticalView/GeneralTacticalView.php:235 -#, fuzzy, php-format +#, php-format msgid "Good evening, %s!" -msgstr "Bonne soirée %s" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:236 -#, fuzzy, php-format +#, php-format msgid "Good night, %s!" -msgstr "Bonne soirée, %s" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:237 -#, fuzzy, php-format +#, php-format msgid "Happy summer, %s!" -msgstr "Joyeux été, %s" +msgstr "Joyeux été, %s!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:238 -#, fuzzy, php-format +#, php-format msgid "Happy winter, %s!" -msgstr "Joyeux hiver, %s" +msgstr "Joyeux hiver, %s!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:239 -#, fuzzy, php-format +#, php-format msgid "Happy autumn, %s!" -msgstr "Joyeux automne, %s" +msgstr "Joyeux automne, %s!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:240 -#, fuzzy, php-format +#, php-format msgid "Happy spring, %s!" -msgstr "Joyeux printemps, %s" +msgstr "Joyeux printemps, %s!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:244 -#, fuzzy msgid "Have a good day!" -msgstr "Bonne journée" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:247 msgid "Good morning!" msgstr "Bonne journée !" #: ../../include/lib/TacticalView/GeneralTacticalView.php:248 -#, fuzzy msgid "Good evening!" -msgstr "Bonne soirée" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:249 -#, fuzzy msgid "Good night!" -msgstr "Bonne soirée" +msgstr "" #: ../../include/lib/TacticalView/GeneralTacticalView.php:250 -#, fuzzy msgid "Happy summer!" -msgstr "Joyeux été" +msgstr "Joyeux été!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:251 -#, fuzzy msgid "Happy winter!" -msgstr "Joyeux hiver" +msgstr "Joyeux hiver!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:252 -#, fuzzy msgid "Happy autumn!" -msgstr "Joyeux automne" +msgstr "Joyeux automne!" #: ../../include/lib/TacticalView/GeneralTacticalView.php:253 -#, fuzzy msgid "Happy spring!" -msgstr "Joyeux printemps" +msgstr "Joyeux printemps!" #: ../../include/lib/Modules/Authentication/Repositories/TokenRepositoryMySQL.php:44 #: ../../include/lib/Modules/Authentication/Repositories/TokenRepositoryMySQL.php:87 @@ -30370,20 +30224,19 @@ msgid "Class %s is not instance of Serializable abstract" msgstr "La classe %s n’est pas une instance d’un abstrait sérializable" #: ../../include/lib/Modules/Shared/Controllers/Controller.php:116 -#, fuzzy msgid "Error download file" msgstr "Erreur lors du téléchargement du fichier" #: ../../include/lib/Modules/Shared/Core/FilterAbstract.php:82 #: ../../include/lib/Modules/Shared/Core/SerializableAbstract.php:62 -#, fuzzy, php-format +#, php-format msgid "Field: %s is not a valid parameter" -msgstr "Paramètre non valide" +msgstr "Champ : %s n'est pas un paramètre valide" #: ../../include/lib/Modules/Shared/Core/SerializableAbstract.php:67 -#, fuzzy, php-format +#, php-format msgid "Field: %s is a read only parameter" -msgstr "Paramètre seulement de lecture" +msgstr "Champ : %s est un paramètre en lecture seule" #: ../../include/lib/Modules/Shared/Repositories/RepositoryMySQL.php:261 #: ../../include/lib/Modules/Shared/Repositories/RepositoryMySQL.php:296 @@ -30458,7 +30311,7 @@ msgstr "L’utilisateur ou le mot de passe ancienne ne sont pas correctes" #: ../../include/lib/Modules/Users/Services/ValidatePasswordUserService.php:38 #, php-format msgid "Password must be different from the %s previous changes" -msgstr "Le mot de passe doit être différent des %s derniers changements." +msgstr "Le mot de passe doit être différent des %s derniers changements" #: ../../include/lib/Modules/Users/Services/ValidatePasswordUserService.php:46 msgid "Password must be different" @@ -30474,12 +30327,11 @@ msgstr "Le mot de passe doit contenir des chiffres" #: ../../include/lib/Modules/Users/Services/ValidatePasswordUserService.php:67 msgid "Password must contain symbols" -msgstr "Le mot de passe doit contenir des symboles." +msgstr "Le mot de passe doit contenir des symboles" #: ../../include/lib/Modules/Users/Services/GetUserLoginService.php:22 -#, fuzzy msgid "Not found User" -msgstr "Introuvable" +msgstr "Non trouvé Utilisateur" #: ../../include/lib/Modules/Users/UserProfiles/Repositories/UserProfileRepository.php:58 msgid "User profile already exists in the bbdd:" @@ -30511,9 +30363,8 @@ msgid "User by non administrator user" msgstr "Utilisateur par utilisateur non administrateur" #: ../../include/lib/Modules/Users/Validations/UserValidation.php:56 -#, fuzzy msgid "IdUser cannot be updated" -msgstr "IdUser impossible de mettre á jour" +msgstr "IdUser ne peut pas être mis à jour" #: ../../include/lib/Modules/Users/Validations/UserValidation.php:61 msgid "FullName is missing" @@ -30553,7 +30404,6 @@ msgid "User %s already exists." msgstr "L’utilisateur %s existe déjà." #: ../../include/lib/Modules/Users/Validations/UserValidation.php:305 -#, fuzzy msgid "IdUser is missing" msgstr "Il n’y a pas de idUser" @@ -30577,9 +30427,8 @@ msgstr "ID de console visuelle non valide" #: ../../include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php:40 #: ../../include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php:85 -#, fuzzy msgid "Pandora itsm inventory not found" -msgstr "Aucun inventaire trouvé" +msgstr "" #: ../../include/lib/Group.php:307 #, php-format @@ -30600,6 +30449,36 @@ msgstr "Adresse IP" msgid "Operative system" msgstr "Système d'exploitation" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "erreur : Le module n'a pas d'agent assigné" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "Le module existe déjà : « %s »" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "Nom du module vide." + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "Caractères invalides dans le nom du module" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "Le module existe déjà, veuillez sélectionner un autre nom ou agent." + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "Autorisations insuffisantes pour effectuer cette action" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "Erreur lors du traitement : %s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -30790,7 +30669,7 @@ msgstr "1h" #: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:299 #: ../../include/functions_visual_map_editor.php:518 msgid "Max. Time" -msgstr "Temp max." +msgstr "Temp max" #: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:312 msgid "Legend color" @@ -30872,10 +30751,11 @@ msgid "Specific settings" msgstr "Paramètres spécifiques" #: ../../include/rest-api/models/VisualConsole/View.php:142 -#, fuzzy msgid "" "The data could not be loaded. Please reload the page or try again later." -msgstr "L'agent n'a pas été ajouté à la politique." +msgstr "" +"Les données n'ont pas pu être chargées. Veuillez recharger la page ou " +"réessayer plus tard." #: ../../include/rest-api/models/VisualConsole/View.php:183 msgid "Item type not valid [" @@ -31008,7 +30888,7 @@ msgstr "Topologie" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "Dynamique" @@ -31050,103 +30930,6 @@ msgstr "Échec de l'effacement du module %d : %s" msgid "Failed to erase policy module: %d" msgstr "Échec de l'effacement du module de politique : %d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "Chargement moyen (dernière minute)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "Chargement moyen (dernières 5 minutes)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "Chargement moyen (dernières 15 minutes)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "Taille d'échange total configurée pour l'hôte" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "Espace d'échange disponible pour l'hôte" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Taille de la mémoire physique/réelle totale dans l'hôte" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Espace de la mémoire physique/réelle totale dans l'hôte" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "Mémoire disponible totale dans l'hôte" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "Mémoire cachée totale" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "Mémoire tampon totale" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Quantité de mémoire échangée à partir du disque (ko/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Quantité de mémoire échangée au disque (ko/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "Nombre de blocs envoyés à un appareil" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "Nombre de blocs reçus à partir d'un appareil" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "Nombre d'interruptions traitées" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "Nombre de changements de contexte" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "Temps d'UC de l'utilisateur" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "Temps d'UC du système" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "Temps d'inactivité de l'UC" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "Temps d'activité de l'UC" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "Pagination" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Regrouper par chaîne Enterprise / Adresse IP" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "Filtre actif" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "Filtres actifs" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "Cliquez ici pour ouvrir une fenêtre pop-up avec l'étiquette de l'URL" @@ -31267,11 +31050,11 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1341 msgid "Click start point
of the line" -msgstr "Cliquez sur le point de départ
de la ligne." +msgstr "Cliquez sur le point de départ
de la ligne" #: ../../include/functions_visual_map_editor.php:1344 msgid "Click end point
of the line" -msgstr "Cliquez sur le point final
de la ligne." +msgstr "Cliquez sur le point final
de la ligne" #: ../../include/functions_visual_map_editor.php:1444 #: ../../operation/visual_console/view.php:340 @@ -31319,7 +31102,7 @@ msgstr "Informations sur le constructeur de console visuelle" #: ../../include/functions_visual_map_editor.php:1512 msgid "Min allowed size is 1024x768." -msgstr "La taille minimale autorisée est 1024x768" +msgstr "La taille minimale autorisée est 1024x768." #: ../../include/functions_visual_map_editor.php:1516 #: ../../include/functions_visual_map_editor.php:1584 @@ -31328,11 +31111,11 @@ msgstr "Aucun graphique personnalisé défini." #: ../../include/functions_visual_map_editor.php:1520 msgid "No image or name defined." -msgstr "Aucune image ou nom définis" +msgstr "Aucune image ou nom définis." #: ../../include/functions_visual_map_editor.php:1524 msgid "No label defined." -msgstr "Aucune étiquette définie" +msgstr "Aucune étiquette définie." #: ../../include/functions_visual_map_editor.php:1528 msgid "No service defined." @@ -31340,23 +31123,23 @@ msgstr "Aucun service défini." #: ../../include/functions_visual_map_editor.php:1532 msgid "No image defined." -msgstr "Aucune image définie" +msgstr "Aucune image définie." #: ../../include/functions_visual_map_editor.php:1536 msgid "No process defined." -msgstr "Aucun processus défini" +msgstr "Aucun processus défini." #: ../../include/functions_visual_map_editor.php:1540 msgid "No Max value defined." -msgstr "Aucune valeur max. définie" +msgstr "Aucune valeur max. définie." #: ../../include/functions_visual_map_editor.php:1544 msgid "No width defined." -msgstr "Aucune largeur définie" +msgstr "Aucune largeur définie." #: ../../include/functions_visual_map_editor.php:1548 msgid "No height defined." -msgstr "Aucune hauteur définie" +msgstr "Aucune hauteur définie." #: ../../include/functions_visual_map_editor.php:1552 msgid "The width must not exceed the size of the visual console container." @@ -31372,15 +31155,15 @@ msgstr "" #: ../../include/functions_visual_map_editor.php:1560 msgid "No period defined." -msgstr "Aucune période définie" +msgstr "Aucune période définie." #: ../../include/functions_visual_map_editor.php:1564 msgid "No agent defined." -msgstr "Aucun agent défini" +msgstr "Aucun agent défini." #: ../../include/functions_visual_map_editor.php:1568 msgid "No module defined." -msgstr "Aucun module défini" +msgstr "Aucun module défini." #: ../../include/functions_visual_map_editor.php:1572 msgid "No module defined. This module must be string type." @@ -31388,7 +31171,7 @@ msgstr "Aucun module défini. Ce module doit être de type chaîne." #: ../../include/functions_visual_map_editor.php:1576 msgid "Successfully save the changes." -msgstr "Modifications enregistrées correctement" +msgstr "Modifications enregistrées correctement." #: ../../include/functions_visual_map_editor.php:1580 msgid "Could not be save." @@ -31681,632 +31464,6 @@ msgid "File is missing in disk storage. Please contact the administrator." msgstr "" "Fichier manquant dans le disque. Veuillez communiquer avec l'administrateur." -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Moniteur en état critique" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Moniteur en état d'alerte" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Moniteur en état normal" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "Moniteur inconnu" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Alertes récupérées" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Alerte arrêtée" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Validation manuelle de la alerte" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "Agent créé" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Hôte de reconnaissance détecté" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "Modification de la configuration" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "Gestionnaire de configuration réseau" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "ALETE DÉCLENCHÉE" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s secondes" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s minutes" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s mois" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s ans" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "Les valeurs par défaut seront utilisées." - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "Le fichier dépasse la taille maximale" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-"Veuillez vérifier les valeurs de cette variable d’exécution PHP : 
  "
-"upload_max_filesize (actuellement "
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "Le fichier n'a été que partiellement téléversé."
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "Aucun fichier n'a été téléversé."
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "Dossier temporaire manquant"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "Impossible d'écrire le fichier sur le disque"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "Téléversement du fichier interrompu par l'extension"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "Erreur inconnue de téléversement"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "Aucune donnée à exporter"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 secondes"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 secondes"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 secondes"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 minutes"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 minutes"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "Précédent"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "Série récapitulative"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "Série moyenne"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "Unité"
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "Min :"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "Max :"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "Moy :"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "du module"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "Projection"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "Tester l’email Pandora FMS"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"Il s'agit d'un test par e-mail envoyé par Pandora FMS. Si vous pouvez lire "
-"ceci, votre configuration fonctionne."
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr "La valeur recommandée est : -1"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "Aucune opération `set`, `get` ou `help` sélectionnée."
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "Cette opération n'existe pas."
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "L’ID n'existe pas dans la base de données."
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "Cette opération ne peut pas être utilisée dans les éléments de grappe."
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-"L'utilisateur n'a pas assez d'autorisations pour effectuer cette action."
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "Aucune donnée à afficher."
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-"Cette console n'est pas l'administrateur de l'environnement. Veuillez gérer "
-"cette fonctionnalité à partir de la console de gestion centralisée "
-"(Métaconsole)."
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "Erreur d'authentification"
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr "Licence non autorisée pour cette opération."
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-"L'agent n'a pas pu être modifié. Pour des raisons de sécurité, utilisez un "
-"groupe autre que 0."
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "Agents %d/%d mis à jour"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "Agent mis à jour."
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "Impossible de créer le système d'exploitation"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "Impossible de mettre à jour le système d’exploitation"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "L'agent a été supprimé correctement"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "Module de réseau mis à jour."
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "Module plugin mis à jour."
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "ID de création du module synthétique : %s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "Identifiant du module synthétique créé correctement : "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "Données de module mises à jour correctement"
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "Module SNMP mis à jour correctement"
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-"Erreur lors de la création du modèle d'alerte. Id_group ne peut pas être "
-"laissé vide."
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Erreur lors de la création du modèle d'alerte. id_group non valide ou "
-"l'utilisateur n'a pas assez d'autorisation pour effectuer cette action."
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Erreur lors de la mise à jour du modèle d'alerte. id_group non valide ou "
-"l'utilisateur n'a pas assez d'autorisation pour effectuer cette action."
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "Mise à jour réussie du modèle d'alerte"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-"Erreur lors de la suppression du modèle d'alerte. Id_template n'existe pas."
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "Suppression réussie du modèle d'alerte."
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "%d agents concernés"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "Modèle de module supprimé correctement"
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "Suppression réussie du modèle de module."
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-"Erreur lors de la validation de l'alerte. Id_template ne peut pas être "
-"laissé vide."
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-"Erreur lors de la validation de l'alerte. Id_agent ne peut pas être laissé "
-"vide."
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-"Erreur lors de la validation de l'alerte. Id_module ne peut pas être laissé "
-"vide."
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-"Erreur lors de la validation de l'alerte. L'alerte spécifiée n'existe pas."
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "Erreur lors de la validation de l'alerte"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "Validation correcte de toutes les alertes (total %d)."
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "Validation correcte de toutes les alertes de politique."
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-"Erreur lors de l'arrêt du temps d'arrêt. Les temps d'arrêt périodiques et en "
-"cours d'exécution ne peuvent pas être arrêtés."
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "Temps d'arrêt interrompu"
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "et ce module n'existe pas ou n'est pas applicable à ces agents : "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "et ces agents génèrent des problèmes : "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "et ces agents avec des identifiants n'existent pas : "
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "Temps d'arrêt planifié mis à jour"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr " Agents supprimés"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr " Agents ajoutés"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "Politique de module de données mise à jour"
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "Module de politique de réseau mis à jour correctement"
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "Module de politique de plugin mis à jour correctement"
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "Module de politique SNMP mis à jour correctement"
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "Suppression réussie"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "Utilisateur créé."
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "Utilisateur mis à jour."
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "Utilisateur activé"
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "Utilisateur désactivé"
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "Le modèle a été inséré dans %d agents."
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "Le fichier XML a été généré correctement dans le chemin :"
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "Le module a été créé dans %d agents."
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "Une action a été définie pour %d agents."
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "Utilisateur supprimé."
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "Profil d’utilisateur ajouté."
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "Profil d’utilisateur supprimé."
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "Module désactivé correctement."
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "Erreur de désactivation du module."
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "Module activé correctement."
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "Erreur d'activation du module."
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "Erreur de désactivation de l’alerte."
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "L'alerte n'a pas pu être activée."
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "Agent activé"
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "Agent désactivé"
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "La Metaconsole et les licences de tous les nœuds ont été mis à jour."
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-"La licence Metaconsole a été mise à jour mais %d sur %d nœud n'a pas réussi "
-"à se synchroniser."
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "Cette fonction est réservée à la Métaconsole."
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "Supprimé correctement"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "L'utilisateur ne peut pas accéder au grappe."
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "Créé par modèle "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "Filtre d'événement créé correctement."
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "Filtre d'événement mis à jour correctement."
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "Filtre d'événement supprimé correctement."
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "Traps validés."
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "Traps supprimés."
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-"Module/nombre d'alertes mis à jour correctement dans l'agent "
-"d'identification %d."
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr "Nombre de modules/alertes mis à jour correctement dans tous les agents"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-"Ajouté correctement pour supprimer l'agent d'ID en attente %d dans la "
-"stratégie d'ID %d."
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-"Erreur d'activation/désactivation de la tâche de découverte. Id_user ne peut "
-"pas être laissé vide."
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"Erreur d'activation/désactivation de la tâche de découverte. La valeur "
-"d'activation/désactivation ne peut pas être laissée vide."
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr "Erreur lors de l'activation/désactivation de la tâche de découverte."
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "Tâche de découverte activée."
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "Tâche de découverte désactivée."
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "Configurer l'utilisateur"
@@ -32525,7 +31682,7 @@ msgstr ""
 
 #: ../../include/functions_menu.php:1378
 msgid "Click on this link for more information."
-msgstr "Cliquez sur ce lien pour obtenir plus d’informations…"
+msgstr "Cliquez sur ce lien pour obtenir plus d’informations."
 
 #: ../../include/functions_modules.php:2953
 #: ../../include/functions_modules.php:4339
@@ -32791,7 +31948,7 @@ msgstr "Flux au total"
 
 #: ../../include/functions_netflow.php:439
 msgid "Total bytes"
-msgstr "Octets au total :"
+msgstr "Octets au total"
 
 #: ../../include/functions_netflow.php:444
 msgid "Total packets"
@@ -32858,7 +32015,7 @@ msgstr "Port source"
 #: ../../include/functions_netflow.php:2087
 #, php-format
 msgid "nfdump binary (%s) not found!"
-msgstr "nfdump binary (%s) non retrouvé"
+msgstr "nfdump binary (%s) non retrouvé!"
 
 #: ../../include/functions_netflow.php:2094
 msgid "Make sure nfdump version 1.6.8 or newer is installed!"
@@ -32952,14 +32109,13 @@ msgstr "Erreur lors de l’ajout d’un module à un temps d’arrêt copié"
 msgid ""
 "There was an error copying the agent configuration, the copy has been "
 "cancelled"
-msgstr ""
-"Erreur de copie de la configuration de l'agent, la copie a été annulée."
+msgstr "Erreur de copie de la configuration de l'agent, la copie a été annulée"
 
 #: ../../include/functions_agents.php:3051
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "Au moins un module en état CRITIQUE"
 
@@ -32967,7 +32123,7 @@ msgstr "Au moins un module en état CRITIQUE"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "Au moins un module en état d'ALERTE"
 
@@ -32975,7 +32131,7 @@ msgstr "Au moins un module en état d'ALERTE"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "Au moins un module en état INCONNU"
 
@@ -32983,7 +32139,7 @@ msgstr "Au moins un module en état INCONNU"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "Tous les moniteurs OK"
 
@@ -33135,7 +32291,7 @@ msgstr "Afficher indice"
 
 #: ../../include/functions_snmp_browser.php:589
 msgid "Max access"
-msgstr "Accès max."
+msgstr "Accès max"
 
 #: ../../include/functions_snmp_browser.php:613
 msgid "OID Information"
@@ -33232,184 +32388,6 @@ msgstr "Annuler"
 msgid "Use agent IP"
 msgstr "Utiliser l’IP de l'agent"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Erreur de traitement de requêtes"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"Il est possible que ce mode de visionnement utilise une partie de "
-"l'information dont votre utilisateur n'a pas accès."
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "Logiciel"
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr "Forcer la vérification"
-
-#: ../../include/functions_ui.php:1537
-msgid "Are you sure you want to delete alert action?"
-msgstr "Êtes-vous sûr que vous voulez supprimer l’action de l'alerte ?"
-
-#: ../../include/functions_ui.php:1625
-msgid "Are you sure you want to delete alert?"
-msgstr "Êtes-vous sûr que vous voulez supprimer l'alerte ?"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"L'alerte sera déclenchée quand la valeur soit supérieure à "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-"L'alerte sera déclenchée quand la valeur soit inférieure à "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "Option inconnue."
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "Système de surveillance flexible"
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr "Premier"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Type inconnu"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "Exporter la page actuelle au format CSV"
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr "export_%s_current_page_%s"
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr "Aucun enregistrements correspondants trouvés"
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr "Aucune donnée disponible dans le tableau"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr "Veuillez applique un filtre afin d’afficher les données."
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "ALERTE"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "SYSTÈME"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "Version Enterprise non installée"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Écrivez un minimum de deux caractères pour rechercher"
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "Erreur non traitée"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "Une erreur non gérée se produit"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "Vue de l'instantané"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-"Ces contrôles utilisent le fuseau horaire du système (%s) au lieu du vôtre "
-"(%s). La différence avec votre fuseau horaire en heures est de %s."
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "Requête"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "Résultats"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "Exécute la requête"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "Afficher le mot de passe"
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr "Serveur web"
-
-#: ../../include/functions_ui.php:7568
-msgid "Wizard Module"
-msgstr "Module assistant"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "Sélectionnez un module d'inventaire"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "utiliser les champs personnalisés."
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "Nom du champ"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr "C'est un mot de passe"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "Ajouter un champ"
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "Carte vide"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "Actions d'alerte"
@@ -33441,66 +32419,1561 @@ msgstr "Connexions GIS"
 msgid "GIS map layers"
 msgstr "Couches de carte GIS"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "Version Enterprise non installée"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Vérifications de moniteurs"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "Nombre total d'agents et de moniteurs"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "Alertes definies"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "Alertes définies et déclenchées"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "Moniteur en état critique"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "Moniteur en état d'alerte"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "Moniteur en état normal"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "Moniteur inconnu"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "Moniteur non initialisé"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "Moniteurs par état"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "Maximun"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "Aucune alerte déclenchée"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "SYSTÈME"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "Nœud principal"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Heure de rafraîchissement"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Date de début"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "Heure de début"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Intervalle de temps"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "Comparaison de temps (séparément)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr "Tranchées"
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Afficher les événements"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Afficher les alertes"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "Afficher le graphique inconnu"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "Afficher centile"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "Afficher les séries de données MOY/MAX/MIN dans le graphique"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "Graphique de projection"
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+"Le graphique de projection doit prendre la date actuelle en tant que date de "
+"début"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "Recharger"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "Menu de configuration du graphique"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "Dernière exécution"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "Forcer l'exécution"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "Type de rapport"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "regex"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "Rapport par agent"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "Script personnalisé"
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr "Activer la tâche"
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr "Il n’y a pas de jobs"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "Le fichier de la collection est plus grand que la limite (%s bytes)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "Erreur de sécurité"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "Erreur de téléversement"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "Paramètre de problème umask : %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "Téléversé correctement"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "Il était impossible de décompresser votre fichier"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"La taille du fichier semble être trop grande. Veuillez vérifier votre "
+"configuration php.ini ou communiquer avec l'administrateur"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "Fichier créé correctement"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "Erreur de création du fichier"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "Erreur de création du fichier avec un nom vide"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "Erreur de sécurité."
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "Répertoire créé correctement"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "Une erreur s'est produite lors de la création du répertoire"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "Supprimé"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "Créer un répertoire"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+msgid "Create File"
+msgstr "Créer un fichier"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "Télécharger des fichiers"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr "Chemin réel"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "Le répertoire %s n'existe pas !"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Répertoire parent"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "Répertoire"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "Fichier compressé"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "Fichier de texte"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "Ce fichier peut être exécuté par n'importe quel utilisateur"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "Assurez-vous qu'il ne peut pas effectuer des tâches dangereuses"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "Aucun fichier ou répertoire à afficher."
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Créer un répertoire"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"Téléversez le zip à ce répertoire, utile pour téléverser plusieurs fichiers."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "Décompresser"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Exécuter"
+
+#: ../../include/functions_filemanager.php:1058
+msgid "Create file"
+msgstr "Créer un fichier"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "Téléverser fichier(s)"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "Ce répertoire est seulement accessible en lecture"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "Veuillez sélectionner un élément dans cette liste."
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr "Sélectionner un ou plusieurs éléments"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "Filtrer l'agent"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+msgid "Type to search agents"
+msgstr "Tapez pour rechercher des agents"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "Filtrer le module"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr "Tapez pour rechercher des modules"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr "Seuls les modules communes"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "semaines"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "Jour du mois"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Mois"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "Jour de la semaine"
+
+#: ../../include/functions_html.php:5522
+msgid "Select a file"
+msgstr "Séléctionner un fichier"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "Introduire au moins deux caractères pour rechercher le module."
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+"%s ne peut pas vérifier l'origine de requête. Veuillez essayer à nouveau."
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "Le groupe principal ne peut pas non plus être secondaire."
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr "Aller en haut"
+
+#: ../../include/functions_html.php:7984
+msgid "Last 24hr"
+msgstr "Dernières 24 heures"
+
+#: ../../include/functions_html.php:7987
+msgid "Past week"
+msgstr "La semaine dernière"
+
+#: ../../include/functions_html.php:7988
+msgid "Past month"
+msgstr "Le mois dernier"
+
+#: ../../include/functions_html.php:7990
+msgid "Last 15 days"
+msgstr "Les 15 derniers jours"
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr "Définir les dates de début et de fin"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "Vérifier la configuration de la messagerie"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr "Sauter à"
+
+#: ../../include/functions_notifications.php:804
+msgid "Enable user configuration"
+msgstr "Activer la configuration d’utilisateur"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "Personnalisation des sous-types"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "Utilisateurs notifiés"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "Groupes notifiés"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "Ajouter des utilisateurs"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "Ajouter des groupes"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "Supprimer des utilisateurs"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "Effacer des groups"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "Ajouter des éléments"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "Supprimer des éléments"
+
+#: ../../include/functions_notifications.php:1082
+msgid "Show all"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1086
+msgid "History DB"
+msgstr "Histoire DB"
+
+#: ../../include/functions_notifications.php:1090
+msgid "Pandora DB"
+msgstr "Pandora DB"
+
+#: ../../include/functions_notifications.php:1098
+msgid "Allow override"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+msgid "Apply filter"
+msgstr "Appliquer le filtre"
+
+#: ../../include/functions_notifications.php:1160
+msgid "See all notifications"
+msgstr "Notifications d’email"
+
+#: ../../include/functions_notifications.php:1176
+msgid "Mark all as read"
+msgstr "Marquer tous les messages comme lu"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "Cliquez ici pour obtenir plus d’information"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr "Plus d’informations…"
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Graphique simple"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "Graphique simple de référence"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "Graphique à barres verticales SQL"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "Diagramme circulaire SQL"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "Graphique à barres horizontales SQL"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "Graphique automatique combiné"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "Graphique de disponibilité"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "Graphique de registres du module"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "Réseaux IPAM"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "SLA."
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "SLA mensuel."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "SLA hebdomadaire."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "SLA chaque heure."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "SLA de services."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "Prédiction"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "Date de prédiction"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "Valeur moyenne"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "Valeur maximale"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "Valeur minimale"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Rapport du moniteur"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "Sérialiser les données"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "Historique des données"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "Incrément"
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr "Détail de niveau de service"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "Regroupés"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "Rapport du groupe"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "Exception"
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr "État des agents/modules"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "Top N"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "Interfaces de réseau"
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr "Rendu personnalisé"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "Disponibilité"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "Texte/HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "Importer texte à partir de l'URL"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "Rapport d'alerte de module"
+
+#: ../../include/functions_reports.php:869
+msgid "Agent alert report"
+msgstr "Rapport d'alerte de l'agent"
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "Rapport d'alerte groupe"
+
+#: ../../include/functions_reports.php:881
+msgid "Actions alert report"
+msgstr "Rapport d’alerte d’actions"
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "Rapport d'événement du module"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "Rapport d'événement de l'agent"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "Rapport d'événement de groupe"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "Inventaire d'agents"
+
+#: ../../include/functions_reports.php:907
+msgid "Modules inventory"
+msgstr "Inventaire des modules"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "Changements d'inventaire"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Configuration des agents"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "Configuration du groupe"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Carte de zone Netflow"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Tableau de données Netflow"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Tableau récapitulatif Netflow"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr "Connexions Netflow top-N"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "Journal"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "Rapport de journaux"
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr "Rapport de journaux par intervalle"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "Rapport de permissions"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "NCM"
+
+#: ../../include/functions_reports.php:971
+msgid "NCM configuration changes"
+msgstr "Changements de configuration NCM"
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr "Liste d’appareils NCM"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+msgid "Security hardening"
+msgstr "Hardening de sécurité"
+
+#: ../../include/functions_reports.php:1002
+msgid "List of checks"
+msgstr "Liste de vérifications"
+
+#: ../../include/functions_reports.php:1017
+msgid "Severity graph bar"
+msgstr "Graphique à barres de criticaillé"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr "Graphique beignet de la complexité de l’attaque"
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr "Graphique sectorielle par packages"
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr "Rapport de sécurité détaillé"
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr "Vulnérabilités de l’agent"
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr "Agents les plus risqués"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr "Vulnérabilités les plus courantes"
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr "Macro"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "Chaîne"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr "SQL"
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr "Graphe SQL"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "Période "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Agent ajouté au layout correctement"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Modules ajoutés au layout correctement"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "Agents ajoutés correctement"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "Erreur de chargement de la carte visuelle"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "Aucun changement trouvé"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "Obtenir fichier CSV"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "Ajouté"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Moniteur en état critique"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Moniteur en état d'alerte"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Moniteur en état normal"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "Moniteur inconnu"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Alertes récupérées"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Alerte arrêtée"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Validation manuelle de la alerte"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "Agent créé"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Hôte de reconnaissance détecté"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "Modification de la configuration"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "Gestionnaire de configuration réseau"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "ALETE DÉCLENCHÉE"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s secondes"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s minutes"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s mois"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s ans"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "Les valeurs par défaut seront utilisées"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "Le fichier dépasse la taille maximale"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+"Veuillez vérifier les valeurs de cette variable d’exécution PHP : 
  "
+"upload_max_filesize (actuellement "
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "Le fichier n'a été que partiellement téléversé"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "Aucun fichier n'a été téléversé"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "Dossier temporaire manquant"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "Impossible d'écrire le fichier sur le disque"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "Téléversement du fichier interrompu par l'extension"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "Erreur inconnue de téléversement"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "Aucune donnée à exporter"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 secondes"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 secondes"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 secondes"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 minutes"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 minutes"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "Précédent"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "Série récapitulative"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "Série moyenne"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "Min :"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "Max :"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "Moy :"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "du module"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "Projection"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "Tester l’email Pandora FMS"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"Il s'agit d'un test par e-mail envoyé par Pandora FMS. Si vous pouvez lire "
+"ceci, votre configuration fonctionne."
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr "La valeur recommandée est : -1"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "Aucune opération `set`, `get` ou `help` sélectionnée."
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "Cette opération n'existe pas."
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "L’ID n'existe pas dans la base de données."
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "Cette opération ne peut pas être utilisée dans les éléments de grappe."
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+"L'utilisateur n'a pas assez d'autorisations pour effectuer cette action."
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "Aucune donnée à afficher."
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+"Cette console n'est pas l'administrateur de l'environnement. Veuillez gérer "
+"cette fonctionnalité à partir de la console de gestion centralisée "
+"(Métaconsole)."
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "Erreur d'authentification"
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr "Licence non autorisée pour cette opération."
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+"L'agent n'a pas pu être modifié. Pour des raisons de sécurité, utilisez un "
+"groupe autre que 0."
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "Agents %d/%d mis à jour"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "Agent mis à jour."
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "Impossible de créer le système d'exploitation"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "Impossible de mettre à jour le système d’exploitation"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "L'agent a été supprimé correctement"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "Module de réseau mis à jour."
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "Module plugin mis à jour."
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "ID de création du module synthétique : %s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "Identifiant du module synthétique créé correctement : "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "Données de module mises à jour correctement."
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "Module SNMP mis à jour correctement."
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+"Erreur lors de la création du modèle d'alerte. Id_group ne peut pas être "
+"laissé vide."
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Erreur lors de la création du modèle d'alerte. id_group non valide ou "
+"l'utilisateur n'a pas assez d'autorisation pour effectuer cette action."
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Erreur lors de la mise à jour du modèle d'alerte. id_group non valide ou "
+"l'utilisateur n'a pas assez d'autorisation pour effectuer cette action."
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "Mise à jour réussie du modèle d'alerte"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+"Erreur lors de la suppression du modèle d'alerte. Id_template n'existe pas."
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "Suppression réussie du modèle d'alerte."
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "%d agents concernés"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "Modèle de module supprimé correctement."
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "Suppression réussie du modèle de module."
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+"Erreur lors de la validation de l'alerte. Id_template ne peut pas être "
+"laissé vide."
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+"Erreur lors de la validation de l'alerte. Id_agent ne peut pas être laissé "
+"vide."
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+"Erreur lors de la validation de l'alerte. Id_module ne peut pas être laissé "
+"vide."
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+"Erreur lors de la validation de l'alerte. L'alerte spécifiée n'existe pas."
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "Erreur lors de la validation de l'alerte"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "Validation correcte de toutes les alertes (total %d)."
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "Validation correcte de toutes les alertes de politique."
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+"Erreur lors de l'arrêt du temps d'arrêt. Les temps d'arrêt périodiques et en "
+"cours d'exécution ne peuvent pas être arrêtés."
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "Temps d'arrêt interrompu."
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "et ce module n'existe pas ou n'est pas applicable à ces agents : "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "et ces agents génèrent des problèmes : "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "et ces agents avec des identifiants n'existent pas : "
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "Temps d'arrêt planifié mis à jour"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr " Agents supprimés"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr " Agents ajoutés"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "Politique de module de données mise à jour."
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "Module de politique de réseau mis à jour correctement."
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "Module de politique de plugin mis à jour correctement."
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "Module de politique SNMP mis à jour correctement."
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "Suppression réussie"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "Utilisateur créé."
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "Utilisateur mis à jour."
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "Utilisateur activé."
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "Utilisateur désactivé."
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "Le modèle a été inséré dans %d agents."
+
+#: ../../include/functions_api.php:10340
+#, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "Le fichier XML a été généré avec succès dans le chemin : %s"
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "Le module a été créé dans %d agents."
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "Une action a été définie pour %d agents."
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "Utilisateur supprimé."
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "Profil d’utilisateur ajouté."
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "Profil d’utilisateur supprimé."
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "Module désactivé correctement."
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "Erreur de désactivation du module."
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "Module activé correctement."
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "Erreur d'activation du module."
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "Erreur de désactivation de l’alerte."
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "L'alerte n'a pas pu être activée."
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "Agent activé."
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "Agent désactivé."
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "La Metaconsole et les licences de tous les nœuds ont été mis à jour."
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+"La licence Metaconsole a été mise à jour mais %d sur %d nœud n'a pas réussi "
+"à se synchroniser."
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "Cette fonction est réservée à la Métaconsole."
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "Supprimé correctement."
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "L'utilisateur ne peut pas accéder au grappe."
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "Créé par modèle "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "Filtre d'événement créé correctement."
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "Filtre d'événement mis à jour correctement."
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "Filtre d'événement supprimé correctement."
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "Traps validés."
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "Traps supprimés."
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+"Module/nombre d'alertes mis à jour correctement dans l'agent "
+"d'identification %d."
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr "Nombre de modules/alertes mis à jour correctement dans tous les agents"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+"Ajouté correctement pour supprimer l'agent d'ID en attente %d dans la "
+"stratégie d'ID %d."
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+"Erreur d'activation/désactivation de la tâche de découverte. Id_user ne peut "
+"pas être laissé vide."
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"Erreur d'activation/désactivation de la tâche de découverte. La valeur "
+"d'activation/désactivation ne peut pas être laissée vide."
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr "Erreur lors de l'activation/désactivation de la tâche de découverte."
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "Tâche de découverte activée."
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "Tâche de découverte désactivée."
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "Erreur de mise à jour : l'utilisateur ne s'est pas connecté."
@@ -33523,7 +33996,7 @@ msgstr "Chemin du certificat SSL"
 
 #: ../../include/functions_config.php:228
 msgid "Use cert."
-msgstr "Utiliser le certificat"
+msgstr "Utiliser le certificat."
 
 #: ../../include/functions_config.php:237
 msgid "Path doesn't exists or is not writable"
@@ -33546,12 +34019,10 @@ msgid "Limit parameters bulk"
 msgstr "Limite d'opérations massives"
 
 #: ../../include/functions_config.php:362
-#, fuzzy
 msgid "Identification reminder"
 msgstr "Rappel d'identification"
 
 #: ../../include/functions_config.php:366
-#, fuzzy
 msgid "Include agents"
 msgstr "Inclure des agents"
 
@@ -33560,19 +34031,16 @@ msgid "Alias as name"
 msgstr "Alias en tant que nom"
 
 #: ../../include/functions_config.php:374
-#, fuzzy
 msgid "Keep in process status extra id"
-msgstr "keep_in_process_status_extra_id"
+msgstr "Maintien du statut en cours de traitement extra id"
 
 #: ../../include/functions_config.php:382
-#, fuzzy
 msgid "Easter eggs disabled"
-msgstr "eastern_eggs_disabled"
+msgstr ""
 
 #: ../../include/functions_config.php:386
-#, fuzzy
 msgid "Number modules queue"
-msgstr "Nombre de modules en file d’attente"
+msgstr "Nombre de modules en file d'attente"
 
 #: ../../include/functions_config.php:390
 msgid "Console log enabled"
@@ -33815,7 +34283,6 @@ msgid "Secondary login attribute"
 msgstr "Attribut de connexion secondaire"
 
 #: ../../include/functions_config.php:746
-#, fuzzy
 msgid "Admin LDAP password secondary"
 msgstr "Mot de passe LDAP administrateur"
 
@@ -34028,7 +34495,7 @@ msgstr "En-tête de titre personnalisé"
 
 #: ../../include/functions_config.php:1160
 msgid "Datepicker first day"
-msgstr "Datepicker premier jour "
+msgstr "Datepicker premier jour"
 
 #: ../../include/functions_config.php:1164
 msgid "Custom subtitle header"
@@ -34090,7 +34557,7 @@ msgstr "Fond d'écran de connexion à la Métaconsole"
 
 #: ../../include/functions_config.php:1244
 msgid "Use the legacy Visual Console"
-msgstr "utiliser la Console visuelle Legacy"
+msgstr "Utiliser la Console visuelle Legacy"
 
 #: ../../include/functions_config.php:1248
 msgid "Default expiration of the Visual Console item's cache"
@@ -34105,9 +34572,8 @@ msgid "Default line menu items for the Visual Console"
 msgstr "Éléments prédéterminés de menu de ligne pour console visuelle"
 
 #: ../../include/functions_config.php:1264
-#, fuzzy
 msgid "Default text margin for the Visual Console"
-msgstr "Épaisseur de ligne par défaut pour la console visuelle"
+msgstr "Marge de texte par défaut pour la console visuelle"
 
 #: ../../include/functions_config.php:1272
 msgid "Mobile view not allow visual console orientation"
@@ -34152,7 +34618,7 @@ msgstr "Graphique de module de données raccourcies"
 
 #: ../../include/functions_config.php:1372
 msgid "Show the group name instead the group icon."
-msgstr "Afficher le nom du groupe au lieu de l'icône du groupe"
+msgstr "Afficher le nom du groupe au lieu de l'icône du groupe."
 
 #: ../../include/functions_config.php:1376
 msgid "Show empty groups in group view."
@@ -34160,7 +34626,7 @@ msgstr "Afficher les groupes vides dans la vue de groupe."
 
 #: ../../include/functions_config.php:1384
 msgid "Default type of module charts."
-msgstr "Type de graphiques de modules par défaut"
+msgstr "Type de graphiques de modules par défaut."
 
 #: ../../include/functions_config.php:1388
 msgid "Default Number of elements in Custom Graph."
@@ -34168,7 +34634,7 @@ msgstr "Nombre d'éléments par défaut dans le graphique personnalisé."
 
 #: ../../include/functions_config.php:1392
 msgid "Default type of interface charts."
-msgstr "Type de graphiques d'interface par défaut"
+msgstr "Type de graphiques d'interface par défaut."
 
 #: ../../include/functions_config.php:1403
 #: ../../include/functions_config.php:3742
@@ -34346,34 +34812,28 @@ msgid "Historical database string purge"
 msgstr "Purge de la chaîne de la base de données historique"
 
 #: ../../include/functions_config.php:1911
-#, fuzzy
 msgid "Enable Ehorus"
-msgstr "Activer eHorus"
+msgstr "Activer Ehorus"
 
 #: ../../include/functions_config.php:1915
-#, fuzzy
 msgid "Ehorus user login"
-msgstr "Connexion utilisateur eHorus"
+msgstr "Connexion utilisateur Ehorus"
 
 #: ../../include/functions_config.php:1927
-#, fuzzy
 msgid "Ehorus API hostname"
-msgstr "Nom d'hôte API eHorus"
+msgstr "Nom d'hôte API Ehorus"
 
 #: ../../include/functions_config.php:1931
-#, fuzzy
 msgid "Ehorus API port"
-msgstr "Port API eHorus"
+msgstr "Port API Ehorus"
 
 #: ../../include/functions_config.php:1935
-#, fuzzy
 msgid "Ehorus request timeout"
-msgstr "Délai de requête eHorus"
+msgstr ""
 
 #: ../../include/functions_config.php:1939
-#, fuzzy
 msgid "Ehorus id custom field"
-msgstr "Identifiant du champ personnalisé eHorus"
+msgstr "Identifiant du champ personnalisé Ehorus"
 
 #: ../../include/functions_config.php:1945
 msgid "Pandora ITSM user login"
@@ -34396,14 +34856,12 @@ msgid "Pandora ITSM API agents sync"
 msgstr "Synchronisation des agents de l'API de Pandora ITSM"
 
 #: ../../include/functions_config.php:1985
-#, fuzzy
 msgid "Pandora ITSM mode agents to synch"
-msgstr "Synchronisation des agents de l'API de Pandora ITSM"
+msgstr "Synchronisation des agents du mode ITSM de Pandora"
 
 #: ../../include/functions_config.php:1998
-#, fuzzy
 msgid "Pandora ITSM groups agents to synch"
-msgstr "Synchronisation des agents de l'API de Pandora ITSM"
+msgstr "Pandora ITSM regroupe les agents pour les synchroniser"
 
 #: ../../include/functions_config.php:2012
 msgid "Pandora ITSM default group"
@@ -34486,6 +34944,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "système de surveillance flexible"
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr "Métaconsole PandoraFMS"
@@ -34498,1953 +34961,11 @@ msgstr "Console d'exploitation centralisée"
 msgid "COMMAND CENTER"
 msgstr "COMMAND CENTER"
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "Maximun"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "Aucune alerte déclenchée"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "Nœud principal"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Heure de rafraîchissement"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Date de début"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "Heure de début"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Intervalle de temps"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "Comparaison de temps (séparément)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr "Tranchées"
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Afficher les événements"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Afficher les alertes"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "Afficher le graphique inconnu"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "Afficher centile"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr "Afficher les séries de données MOY/MAX/MIN dans le graphique"
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "Graphique de projection"
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-"Le graphique de projection doit prendre la date actuelle en tant que date de "
-"début"
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "Recharger"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr "Menu de configuration du graphique"
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "Étiquette : "
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "Données dans l'image"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "Généré"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "Date du rapport"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "Période d'articles avant"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr "Risque"
-
-#: ../../include/functions_reporting_html.php:674
-msgid "CVE"
-msgstr "CVE"
-
-#: ../../include/functions_reporting_html.php:677
-msgid "Detection time"
-msgstr "Temps de détection"
-
-#: ../../include/functions_reporting_html.php:680
-msgid "Attack Vector"
-msgstr "Vecteur d’attaque"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr "Portée"
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr "Confidentialité"
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr "Intégrité"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "Disponibilité"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr "SecMon"
-
-#: ../../include/functions_reporting_html.php:825
-msgid "L.S. Change"
-msgstr "Changement L.S"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "Valeurs max/min"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "Limite SLA"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "Conformité SLA"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "Temps global"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "Temps total"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "Temps d'échec"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "Temps OK"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "Temps inconnu"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "Temps non initialisé"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "Temps d'arrêt"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "Temps de vérifications"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "Vérifications totales"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "Vérifications échouées"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "Vérifications OK"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "Vérifications inconnues"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr "24h/24 7j/7"
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "Aucun Agent/Module défini"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "Non initialisées"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "Arrêts"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "Valeur moyenne"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "Validé"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Événement validé"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "Événement en cours"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "Nouvel événement"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr "Système %s"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "Événements par utilisateur validateur"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "Événements par sévérité"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "Événements validés vs non validés"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "Nom de l'événement"
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr "Groupes secondaires"
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr "Configuration à distance"
-
-#: ../../include/functions_reporting_html.php:2447
-msgid "Agent secondary groups"
-msgstr "Groupes secondaires d’agents"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "Ajouté"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "Supprimé"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-"La cellule devient grise lorsque le module se trouve dans un état « non "
-"initialisé »."
-
-#: ../../include/functions_reporting_html.php:3037
-msgid "Last time"
-msgstr "Dernière fois"
-
-#: ../../include/functions_reporting_html.php:3121
-msgid "Agent / Module"
-msgstr "Agent / module"
-
-#: ../../include/functions_reporting_html.php:3234
-msgid "OS Type"
-msgstr "Type de système d’exploitation"
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr "Vue des données de tous les groupes"
-
-#: ../../include/functions_reporting_html.php:3630
-msgid "Group Description"
-msgstr "Description du groupe"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr "Distribution par système d’exploitation"
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "Événements validés par l'utilisateur"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "Événements par sévérité"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "Nombre d'événements validés"
-
-#: ../../include/functions_reporting_html.php:4470
-msgid "Total summary"
-msgstr "Résumé total"
-
-#: ../../include/functions_reporting_html.php:4477
-msgid "No alerts fired"
-msgstr "Aucune alerte déclenchée"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "Interface « %s » graphique de rendement"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "État actuel"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "Modules vides"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "Intervalle"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "À partir des données"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "Aux données"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "Incrément"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "Croissance négative : "
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "Croissance positive : "
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "Croissance neutre : "
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "Temps dans le module non initialisé"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "Temps d'arrêt"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% OK"
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr "Vérifications avertissement"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "Vérifications inconnues"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr "Primaire"
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "Valeur minimale de l'agent"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "Total"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "Niveau d'alerte"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Description de l'alerte"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Moniteur"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "Agents du groupe : %s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Dernier échec"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "S/O(*)"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Moniteurs"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "Agents par état"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "Aperçu des nœuds"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "Événements en état critique"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "Événements en état d'alerte"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "Événements en état OK"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "Événements en état inconnu"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr "Le compte correspond aux événements dans la dérnière heure"
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "Événements importants par sévérité"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr "Dernière activité dans la console %s"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "Information des événements (1h)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "Aucun événement"
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr "Ce SLA a été affecté par les temps d'arrêt planifiés suivants"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-"Si la durée du temps d'arrêt programmé est inférieure à 5 minutes, il ne "
-"sera pas représenté dans le graphique"
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "Dates"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr "Cet élément est affecté par un temps d'arrêt programmé mal formé"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr ""
-"Accédez à la section des temps d'arrêt programmés pour résoudre ce problème"
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr "Permissions"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr "Fournisseur"
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr "Modèle"
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr "Firmware"
-
-#: ../../include/functions_reporting_html.php:7850
-msgid "Last backup date"
-msgstr "Date du dernier backup"
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr "Différences"
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "Dernière exécution"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "Forcer l'exécution"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "Type de rapport"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr "regex"
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "Rapport par agent"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "Script personnalisé"
-
-#: ../../include/functions_cron.php:975
-msgid "Enable task"
-msgstr "Activer la tâche"
-
-#: ../../include/functions_cron.php:989
-msgid "There are no jobs"
-msgstr "Il n’y a pas de jobs"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "Le fichier de la collection est plus grand que la limite (%s bytes)"
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "Erreur de sécurité"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "Erreur de téléversement"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr "Paramètre de problème umask : %s"
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "Téléversé correctement"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr "Il était impossible de décompresser votre fichier"
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-"La taille du fichier semble être trop grande. Veuillez vérifier votre "
-"configuration php.ini ou communiquer avec l'administrateur"
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr "Fichier créé correctement"
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "Erreur de création du fichier"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "Erreur de création du fichier avec un nom vide"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "Erreur de sécurité"
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "Répertoire créé correctement"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr "Une erreur s'est produite lors de la création du répertoire"
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr "Créer un répertoire"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-msgid "Create File"
-msgstr "Créer un fichier"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr "Télécharger des fichiers"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-msgid "Real path"
-msgstr "Chemin réel"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "Le répertoire %s n'existe pas !"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Répertoire parent"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "Répertoire"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "Fichier compressé"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "Fichier de texte"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "Ce fichier peut être exécuté par n'importe quel utilisateur"
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "Assurez-vous qu'il ne peut pas effectuer des tâches dangereuses."
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr "Aucun fichier ou répertoire à afficher."
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Créer un répertoire"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-"Téléversez le zip à ce répertoire, utile pour téléverser plusieurs fichiers."
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "Décompresser"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Exécuter"
-
-#: ../../include/functions_filemanager.php:1058
-msgid "Create file"
-msgstr "Créer un fichier"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "Téléverser fichier(s)"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "Ce répertoire est seulement accessible en lecture."
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr "Veuillez sélectionner un élément dans cette liste."
-
-#: ../../include/functions_html.php:1015
-#, fuzzy
-msgid "Select one or more elements"
-msgstr "Veuillez sélectionner une politique pour la supprimer."
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "Filtrer l'agent"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-msgid "Type to search agents"
-msgstr "Tapez pour rechercher des agents"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "Filtrer le module"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-msgid "Type to search modules"
-msgstr "Tapez pour rechercher des modules"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-msgid "Only common modules"
-msgstr "Seuls les modules communes"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "semaines"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "Jour du mois"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Mois"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "Jour de la semaine"
-
-#: ../../include/functions_html.php:5522
-msgid "Select a file"
-msgstr "Séléctionner un fichier"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "Introduire au moins deux caractères pour rechercher le module."
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-"%s ne peut pas vérifier l'origine de requête. Veuillez essayer à nouveau."
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr "Le groupe principal ne peut pas non plus être secondaire."
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr "Aller en haut"
-
-#: ../../include/functions_html.php:7984
-msgid "Last 24hr"
-msgstr "Dernières 24 heures"
-
-#: ../../include/functions_html.php:7987
-msgid "Past week"
-msgstr "La semaine dernière"
-
-#: ../../include/functions_html.php:7988
-msgid "Past month"
-msgstr "Le mois dernier"
-
-#: ../../include/functions_html.php:7990
-msgid "Last 15 days"
-msgstr "Les 15 derniers jours"
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr "Définir les dates de début et de fin"
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr "Vérifier la configuration de la messagerie"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr "Sauter à"
-
-#: ../../include/functions_notifications.php:804
-msgid "Enable user configuration"
-msgstr "Activer la configuration d’utilisateur"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr "Personnalisation des sous-types"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr "Utilisateurs notifiés"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr "Groupes notifiés"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr "Ajouter des utilisateurs"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr "Ajouter des groupes"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr "Supprimer des utilisateurs"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr "Effacer des groups"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr "Ajouter des éléments"
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr "Supprimer des éléments"
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "Afficher l’étiquette"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "Historique"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "Pandora RC"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "Aperçu des alertes"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "Appliquer le filtre"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "Notifications d’email"
-
-#: ../../include/functions_notifications.php:1176
-msgid "Mark all as read"
-msgstr "Marquer tous les messages comme lu"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr "Cliquez ici pour obtenir plus d’information…"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr "Plus d’informations…"
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Graphique simple"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "Graphique simple de référence"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "Graphique à barres verticales SQL"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "Diagramme circulaire SQL"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr "Graphique à barres horizontales SQL"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "Graphique automatique combiné"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "Graphique de disponibilité"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "Graphique de registres du module"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "IPAM"
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr "Réseaux IPAM"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "SLA mensuel"
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "SLA hebdomadaire"
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "SLA chaque heure"
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "SLA de services"
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "Prédiction"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "Date de prédiction"
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr "Valeur moyenne"
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr "Valeur maximale"
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr "Valeur minimale"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Rapport du moniteur"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "Sérialiser les données"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "Historique des données"
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr "Détail de niveau de service"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "Regroupés"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "Rapport du groupe"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "Exception"
-
-#: ../../include/functions_reports.php:818
-msgid "Agents/Modules status"
-msgstr "État des agents/modules"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "Top N"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "Interfaces de réseau"
-
-#: ../../include/functions_reports.php:845
-msgid "Custom Render"
-msgstr "Rendu personnalisé"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "Texte/HTML "
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "Importer texte à partir de l'URL"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr "Rapport d'alerte de module"
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr "Rapport d'alerte de l'agent"
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr "Rapport d'alerte groupe"
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr "Rapport d’alerte d’actions "
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr "Rapport d'événement du module"
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr "Rapport d'événement de l'agent"
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr "Rapport d'événement de groupe"
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr "inventaire d'agents"
-
-#: ../../include/functions_reports.php:907
-msgid "Modules inventory"
-msgstr "Inventaire des modules"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "Changements d'inventaire"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Configuration des agents"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "Configuration du groupe"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "Carte de zone Netflow"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "Tableau de données Netflow"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "Tableau récapitulatif Netflow"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-msgid "Netflow top-N connections"
-msgstr "Connexions Netflow top-N"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "Journal"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "Rapport de journaux"
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr "Rapport de journaux par intervalle"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr "Rapport de permissions"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr "NCM"
-
-#: ../../include/functions_reports.php:971
-msgid "NCM configuration changes"
-msgstr "Changements de configuration NCM"
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr "Liste d’appareils NCM"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-msgid "Security hardening"
-msgstr "Hardening de sécurité"
-
-#: ../../include/functions_reports.php:1002
-msgid "List of checks"
-msgstr "Liste de vérifications"
-
-#: ../../include/functions_reports.php:1017
-msgid "Severity graph bar"
-msgstr "Graphique à barres de criticaillé"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr "Graphique beignet de la complexité de l’attaque"
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr "Graphique sectorielle par packages"
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr "Rapport de sécurité détaillé"
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr "Vulnérabilités de l’agent"
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr "Agents les plus risqués"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr "Vulnérabilités les plus courantes"
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr "Macro"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "Chaîne"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr "SQL"
-
-#: ../../include/functions_reports.php:1192
-msgid "Graph Sql"
-msgstr "Graphe SQL"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr "Période "
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Agent ajouté au layout correctement"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Modules ajoutés au layout correctement"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "Agents ajoutés correctement"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "Erreur de chargement de la carte visuelle"
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-"La mémoire n’est pas suffisante pour cette opération, augmentez la limite de "
-"la mémoire."
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr " agents"
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr " modules"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "Aucun SLA défini"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr "Inverse"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr "Top N"
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr "Top %d"
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr "Données insuffisantes"
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr "Rapport d'événements de groupes"
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr "Exclure"
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr "Module de rapports d'événements"
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr "Modifications de l'inventaire"
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr "Aucun changement retrouvé."
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr "Agent/Modules"
-
-#: ../../include/functions_reporting.php:3622
-msgid "Agent/Modules Status"
-msgstr "État de l’agent/des modules"
-
-#: ../../include/functions_reporting.php:3813
-msgid "End of life report"
-msgstr "Rapport de fin de temps de vie"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr "Exception - Tout"
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "Exception - Modules supérieurs ou égaux à %s"
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "Modules supérieurs ou égaux à %s"
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "Exception - Modules inférieurs ou égaux à %s"
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "Modules inférieurs ou égaux à %s"
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "Exception - Modules inférieurs à %s"
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr "Modules inférieurs à %s"
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "Exception - Modules supérieurs à %s"
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr "Modules supérieurs à %s"
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "Exception - Égal à %s"
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr "Égal à %s"
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "Exception - Pas égal à %s"
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr "Pas égal à %s"
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr "Exception - Modules en état normal"
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr "Modules en état normal"
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr "Exception - Modules en état critique ou d'alerte"
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr "Modules en état critique ou d'alerte"
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr "Aucun module sous ces conditions"
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "Aucun module supérieur ou égal à %s"
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "Aucun module inférieur ou égal à %s"
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "Aucun module inférieur à %s"
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "Aucun module supérieur à %s"
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "Aucun module égal à %s"
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "Aucun module pas égal à %s"
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr "Aucun module en état normal"
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr "Aucun module en état critique ou d'alerte"
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr "Rapport du groupe"
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr "Agent de rapport d'événement"
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr "Base de données sérialisée"
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr "Dernière valeur"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr "Aucune donnée à afficher dans l'intervalle sélectionné"
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr "Rapport des interfaces du réseau"
-
-#: ../../include/functions_reporting.php:5786
-msgid "Custom render report"
-msgstr "Rapport de rendu personnalisé"
-
-#: ../../include/functions_reporting.php:5806
-#, fuzzy
-msgid "Error decoded json macros definition"
-msgstr "Définition des macros"
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-"Cette requête n’est pas sécurisée, elle peut appliquer des modifications "
-"indésirables sur le schéma"
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr "Le groupe n'a pas d'agents ou aucun agent a une interface de réseau"
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr "octets/s"
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr "Rapport d'alertes de groupe"
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr "Agent de rapport d'alerte"
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr "Module de rapport d'alerte"
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr "Barres verticales du graphique SQL"
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr "Barres horizontales du graphique SQL"
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr "Diagramme circulaire SQL"
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr "Rapport du moniteur"
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr "Zone Netflow"
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr "Résumé Netflow"
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr "Données Netflow"
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr "Rapport inconnu"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr "Trafic d’entrée/sortie par IP source/destination."
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr "Date de prédiction"
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr "Valeur moyenne"
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr "SQL"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr "Connection avec le noeud %s échoué"
-
-#: ../../include/functions_reporting.php:8177
-#, fuzzy
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-"Requête non valide : pour des raisons de sécurité, certains tokens ou mots "
-"ne peuvent pas être employés : *, supprimer, déposer, altérer, modifier, mot "
-"de passe, passe, introduire ou mettre à jour."
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr "Aucune adresse"
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-"Le moniteur ne dispose pas de données dans cette plage de dates ou le type "
-"de moniteur n'est pas numérique."
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr "Le type de moniteur n'est pas numérique."
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr "Taux"
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr "Graphique automatique combiné"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "État du serveur"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr "%d serveurs hors service"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "État du moniteur"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "%d Moniteurs anormaux"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "de moniteurs actifs"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "État des modules"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "%d moniteurs non initialisés"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "du total de modules initialisés"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr "%d alertes déclenchées"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "d'alertes définies non déclenchées"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr "Utilisateurs définis"
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "Agent sans données"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr "%d modules au total"
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "%d modules en état normal"
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "%d modules en état critique"
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "%d modules en état d'alerte"
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "%d modules en état inconnu"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d modules en état non initialisés"
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr "%d modules normaux"
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr "%d modules critiques"
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr "%d modules en état d'alerte"
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr "%d modules inconnus"
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr "%d agents au total"
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr "%d agents normaux"
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr "%d agents critiques"
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr "%d agents en état d'alerte"
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr "%d agents inconnus"
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr "%d agents non initialisés"
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "Nombre total de modules en fonctionnement"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr "Ratio"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr "Modules par seconde"
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "Modules locaux"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr "Modules de réseau"
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr "Modules plugin"
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr "Modules de prédiction"
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr "Modules WMI"
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr "Modules Web"
-
-#: ../../include/functions_reporting.php:15478
-msgid "Start condition"
-msgstr "Condition de démarrage"
-
-#: ../../include/functions_reporting.php:15478
-msgid "Stop condition"
-msgstr "Condition d’arrêt"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr "Hebdomadaire :"
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr "Mensuel :"
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr "Graphique de registres du module"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr "Bonjour"
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr "Ce courriel contient une pièce jointe en format PDF du"
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr "rapport"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "Généré le"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr "Merci pour votre temps."
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr "Cordialement, Pandora FMS"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
-msgstr ""
-"Ceci est un courriel généré automatiquement de Pandora FMS. S'il vous plaît, "
-"ne répondez pas."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
+msgstr "ALERTE"
 
 #: ../../include/functions_events.php:194
 msgid "NEW"
@@ -36462,6 +34983,15 @@ msgstr "VALIDÉ"
 msgid "Event id"
 msgstr "Identifiant de l'événement"
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "Nom de l'événement"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr "Module de l'agent"
@@ -36480,6 +35010,16 @@ msgstr "ID personnalisé du module"
 msgid "Could not connect: %s"
 msgstr "Impossible de se connecter : %s"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "Aucun événement"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "Derniers événements"
@@ -36488,6 +35028,33 @@ msgstr "Derniers événements"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "Nouvel événement"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Événement validé"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "Événement en cours"
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr "Changement à état inconnu"
@@ -36640,22 +35207,1302 @@ msgid "Event # %d"
 msgstr "Événement # %d"
 
 #: ../../include/functions_events.php:6011
-#, fuzzy
 msgid "Executing command"
-msgstr "Exécution de la commande : "
+msgstr "Exécution de la commande"
 
 #: ../../include/functions_events.php:6032
 msgid "Execute again"
 msgstr "Exécuter à nouveau"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "Aucun changement trouvé"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
+msgstr ""
+"La mémoire n’est pas suffisante pour cette opération, augmentez la limite de "
+"la mémoire."
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "Obtenir fichier CSV"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr " agents"
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr " modules"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "Aucun SLA défini"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr "Inverse"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr "Top N"
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr "Top %d"
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "Aucun Agent/Module défini"
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr "Données insuffisantes"
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr "Rapport d'événements de groupes"
+
+#: ../../include/functions_reporting.php:2286
+#, php-format
+msgid "Exclude %s"
+msgstr "Exclure %s"
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr "Module de rapports d'événements"
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr "Modifications de l'inventaire"
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr "Aucun changement retrouvé."
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr "Agent/Modules"
+
+#: ../../include/functions_reporting.php:3622
+msgid "Agent/Modules Status"
+msgstr "État de l’agent/des modules"
+
+#: ../../include/functions_reporting.php:3813
+msgid "End of life report"
+msgstr "Rapport de fin de temps de vie"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr "Exception - Tout"
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr "Exception - Modules supérieurs ou égaux à %s"
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr "Modules supérieurs ou égaux à %s"
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr "Exception - Modules inférieurs ou égaux à %s"
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr "Modules inférieurs ou égaux à %s"
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr "Exception - Modules inférieurs à %s"
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr "Modules inférieurs à %s"
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr "Exception - Modules supérieurs à %s"
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr "Modules supérieurs à %s"
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "Exception - Égal à %s"
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr "Égal à %s"
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "Exception - Pas égal à %s"
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr "Pas égal à %s"
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr "Exception - Modules en état normal"
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr "Modules en état normal"
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr "Exception - Modules en état critique ou d'alerte"
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr "Modules en état critique ou d'alerte"
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr "Aucun module sous ces conditions."
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "Aucun module supérieur ou égal à %s."
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "Aucun module inférieur ou égal à %s."
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "Aucun module inférieur à %s."
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "Aucun module supérieur à %s."
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "Aucun module égal à %s"
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "Aucun module pas égal à %s"
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr "Aucun module en état normal"
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr "Aucun module en état critique ou d'alerte"
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr "Rapport du groupe"
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr "Agent de rapport d'événement"
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr "Base de données sérialisée"
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr "Dernière valeur"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr "Aucune donnée à afficher dans l'intervalle sélectionné"
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr "Rapport des interfaces du réseau"
+
+#: ../../include/functions_reporting.php:5797
+msgid "Custom render report"
+msgstr "Rapport de rendu personnalisé"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+"Cette requête n’est pas sécurisée, elle peut appliquer des modifications "
+"indésirables sur le schéma"
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr "Le groupe n'a pas d'agents ou aucun agent a une interface de réseau"
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr "octets/s"
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr "Rapport d'alertes de groupe"
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr "Agent de rapport d'alerte"
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr "Module de rapport d'alerte"
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr "Barres verticales du graphique SQL"
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr "Barres horizontales du graphique SQL"
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr "Diagramme circulaire SQL"
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr "Rapport du moniteur"
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr "Zone Netflow"
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr "Résumé Netflow"
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr "Données Netflow"
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr "Rapport inconnu"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr "Trafic d’entrée/sortie par IP source/destination"
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr "Date de prédiction"
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr "Valeur moyenne"
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "Intervalle"
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr "SQL"
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr "Connection avec le noeud %s échoué"
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+"Requête illégale : en raison de restrictions de sécurité, vous ne pouvez pas "
+"utiliser certains jetons ou mots : *, supprimer, déposer, altérer, modifier, "
+"mot de passe, passer, insérer ou mettre à jour."
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr "Aucune adresse"
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+"Le moniteur ne dispose pas de données dans cette plage de dates ou le type "
+"de moniteur n'est pas numérique"
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr "Le type de moniteur n'est pas numérique"
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr "Taux"
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr "Graphique automatique combiné"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "État du serveur"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr "%d serveurs hors service"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "État du moniteur"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr "%d Moniteurs anormaux"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "de moniteurs actifs"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "État des modules"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr "%d moniteurs non initialisés"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "du total de modules initialisés"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "Niveau d'alerte"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr "%d alertes déclenchées"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "d'alertes définies non déclenchées"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr "Utilisateurs définis"
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "Agent sans données"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr "%d modules au total"
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr "%d modules en état normal"
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "%d modules en état critique"
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "%d modules en état d'alerte"
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "%d modules en état inconnu"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d modules en état non initialisés"
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr "%d modules normaux"
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr "%d modules critiques"
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr "%d modules en état d'alerte"
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr "%d modules inconnus"
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr "%d agents au total"
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr "%d agents normaux"
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr "%d agents critiques"
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr "%d agents en état d'alerte"
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr "%d agents inconnus"
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr "%d agents non initialisés"
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "Nombre total de modules en fonctionnement"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr "Ratio"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr "Modules par seconde"
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "Modules locaux"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr "Modules de réseau"
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr "Modules plugin"
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr "Modules de prédiction"
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr "Modules WMI"
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr "Modules Web"
+
+#: ../../include/functions_reporting.php:15489
+msgid "Start condition"
+msgstr "Condition de démarrage"
+
+#: ../../include/functions_reporting.php:15489
+msgid "Stop condition"
+msgstr "Condition d’arrêt"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr "Hebdomadaire :"
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr "Mensuel :"
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr "Graphique de registres du module"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr "Bonjour"
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr "Ce courriel contient une pièce jointe en format PDF du"
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr "rapport"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "Généré le"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr "Merci pour votre temps."
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr "Cordialement, Pandora FMS"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+"Ceci est un courriel généré automatiquement de Pandora FMS. S'il vous plaît, "
+"ne répondez pas."
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "Étiquette : "
+
+#: ../../include/functions_reporting_html.php:116
+msgid "Data time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "Généré"
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "Date du rapport"
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "Période d'articles avant"
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr "Risque"
+
+#: ../../include/functions_reporting_html.php:674
+msgid "CVE"
+msgstr "CVE"
+
+#: ../../include/functions_reporting_html.php:677
+msgid "Detection time"
+msgstr "Temps de détection"
+
+#: ../../include/functions_reporting_html.php:680
+msgid "Attack Vector"
+msgstr "Vecteur d’attaque"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr "Portée"
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr "Confidentialité"
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr "Intégrité"
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr "SecMon"
+
+#: ../../include/functions_reporting_html.php:825
+msgid "L.S. Change"
+msgstr "Changement L.S"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "Valeurs max/min"
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "Limite SLA"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "Conformité SLA"
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "Temps global"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "Temps total"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "Temps d'échec"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "Temps OK"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "Temps inconnu"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "Temps non initialisé"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "Temps d'arrêt"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "Temps de vérifications"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "Vérifications totales"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "Vérifications échouées"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "Vérifications OK"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "Vérifications inconnues"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr "24h/24 7j/7"
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "Non initialisées"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "Arrêts"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "Valeur moyenne"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+msgid "Validated by"
+msgstr "Validé par"
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr "Système %s"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "Événements par utilisateur validateur"
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "Événements par sévérité"
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "Événements validés vs non validés"
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr "Groupes secondaires"
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr "Configuration à distance."
+
+#: ../../include/functions_reporting_html.php:2447
+msgid "Agent secondary groups"
+msgstr "Groupes secondaires d’agents"
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+"La cellule devient grise lorsque le module se trouve dans un état « non "
+"initialisé »"
+
+#: ../../include/functions_reporting_html.php:3037
+msgid "Last time"
+msgstr "Dernière fois"
+
+#: ../../include/functions_reporting_html.php:3121
+msgid "Agent / Module"
+msgstr "Agent / module"
+
+#: ../../include/functions_reporting_html.php:3234
+msgid "OS Type"
+msgstr "Type de système d’exploitation"
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr "Vue des données de tous les groupes"
+
+#: ../../include/functions_reporting_html.php:3630
+msgid "Group Description"
+msgstr "Description du groupe"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr "Distribution par système d’exploitation"
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "Événements validés par l'utilisateur"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "Événements par sévérité"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "Nombre d'événements validés"
+
+#: ../../include/functions_reporting_html.php:4470
+msgid "Total summary"
+msgstr "Résumé total"
+
+#: ../../include/functions_reporting_html.php:4477
+msgid "No alerts fired"
+msgstr "Aucune alerte déclenchée"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "Interface « %s » graphique de rendement"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "État actuel"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "Modules vides"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "À partir des données"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "Aux données"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "Croissance négative : "
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "Croissance positive : "
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "Croissance neutre : "
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "Temps dans le module non initialisé"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "Temps d'arrêt"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% OK"
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr "Vérifications avertissement"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "Vérifications inconnues"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr "Primaire"
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "Valeur minimale de l'agent"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "Total"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Description de l'alerte"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Moniteur"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "Agents du groupe : %s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Dernier échec"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "S/O(*)"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Moniteurs"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "Agents par état"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "Aperçu des nœuds"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "Événements en état critique"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "Événements en état d'alerte"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "Événements en état OK"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "Événements en état inconnu"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr "Le compte correspond aux événements dans la dérnière heure"
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "Événements importants par sévérité"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr "Dernière activité dans la console %s"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "Information des événements (1h)"
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr "Ce SLA a été affecté par les temps d'arrêt planifiés suivants"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+"Si la durée du temps d'arrêt programmé est inférieure à 5 minutes, il ne "
+"sera pas représenté dans le graphique"
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "Dates"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr "Cet élément est affecté par un temps d'arrêt programmé mal formé"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr ""
+"Accédez à la section des temps d'arrêt programmés pour résoudre ce problème"
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr "Permissions"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr "Fournisseur"
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr "Modèle"
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr "Firmware"
+
+#: ../../include/functions_reporting_html.php:7850
+msgid "Last backup date"
+msgstr "Date du dernier backup"
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr "Différences"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "Chargement moyen (dernière minute)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "Chargement moyen (dernières 5 minutes)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "Chargement moyen (dernières 15 minutes)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "Taille d'échange total configurée pour l'hôte"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "Espace d'échange disponible pour l'hôte"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "Taille de la mémoire physique/réelle totale dans l'hôte"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "Espace de la mémoire physique/réelle totale dans l'hôte"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "Mémoire disponible totale dans l'hôte"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "Mémoire cachée totale"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "Mémoire tampon totale"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "Quantité de mémoire échangée à partir du disque (ko/s)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "Quantité de mémoire échangée au disque (ko/s)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "Nombre de blocs envoyés à un appareil"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "Nombre de blocs reçus à partir d'un appareil"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "Nombre d'interruptions traitées"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "Nombre de changements de contexte"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "temps d'UC de l'utilisateur"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "temps d'UC du système"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "temps d'inactivité de l'UC"
+
+#: ../../include/functions_snmp.php:141
+msgid "System Up time"
+msgstr "Temps de mise en route du système"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "Pagination"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "Regrouper par chaîne Enterprise / Adresse IP"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "Filtre actif"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "Filtres actifs"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Erreur de traitement de requêtes"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+"Il est possible que ce mode de visionnement utilise une partie de "
+"l'information dont votre utilisateur n'a pas accès"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "Logiciel"
+
+#: ../../include/functions_ui.php:1360
+msgid "Force check"
+msgstr "Forcer la vérification"
+
+#: ../../include/functions_ui.php:1537
+msgid "Are you sure you want to delete alert action?"
+msgstr "Êtes-vous sûr que vous voulez supprimer l’action de l'alerte ?"
+
+#: ../../include/functions_ui.php:1625
+msgid "Are you sure you want to delete alert?"
+msgstr "Êtes-vous sûr que vous voulez supprimer l'alerte ?"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+"L'alerte sera déclenchée quand la valeur soit supérieure à "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+"L'alerte sera déclenchée quand la valeur soit inférieure à "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr "Option inconnue."
+
+#: ../../include/functions_ui.php:2699
+msgid "First"
+msgstr "Premier"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Type inconnu"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr "Exporter la page actuelle au format CSV"
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr "export_%s_current_page_%s"
+
+#: ../../include/functions_ui.php:4205
+msgid "No matching records found"
+msgstr "Aucun enregistrements correspondants trouvés"
+
+#: ../../include/functions_ui.php:4206
+msgid "No data available in table"
+msgstr "Aucune donnée disponible dans le tableau"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr "Veuillez applique un filtre afin d’afficher les données."
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Écrivez un minimum de deux caractères pour rechercher."
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr "Erreur non traitée"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr "Une erreur non gérée se produit"
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "Vue de l'instantané"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+"Ces contrôles utilisent le fuseau horaire du système (%s) au lieu du vôtre "
+"(%s). La différence avec votre fuseau horaire en heures est de %s."
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr "Requête"
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr "Résultats"
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr "Exécute la requête"
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr "Afficher le mot de passe"
+
+#: ../../include/functions_ui.php:7558
+msgid "WEB server"
+msgstr "Serveur web"
+
+#: ../../include/functions_ui.php:7568
+msgid "Wizard Module"
+msgstr "Module assistant"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "Sélectionnez un module d'inventaire"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr "Utiliser les champs personnalisés"
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr "Nom du champ"
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr "C'est un mot de passe"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr "Ajouter un champ"
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
+msgstr ""
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -36709,30 +36556,29 @@ msgstr "%s %s - Build %s"
 
 #: ../../mobile/include/ui.class.php:802
 msgid "Not found header."
-msgstr "En-tête introuvable"
+msgstr "En-tête introuvable."
 
 #: ../../mobile/include/ui.class.php:804
 msgid "Not found content."
-msgstr "Contenu introuvable"
+msgstr "Contenu introuvable."
 
 #: ../../mobile/include/ui.class.php:806
 msgid "Not found footer."
-msgstr "Pied de page introuvable"
+msgstr "Pied de page introuvable."
 
 #: ../../mobile/include/ui.class.php:808
 msgid "Incorrect form."
-msgstr "Forme incorrecte"
+msgstr "Forme incorrecte."
 
 #: ../../mobile/include/ui.class.php:810
 msgid "Incorrect grid."
-msgstr "Grille incorrecte"
+msgstr "Grille incorrecte."
 
 #: ../../mobile/include/ui.class.php:812
 msgid "Incorrect collapsible."
-msgstr "Pliage incorrect"
+msgstr "Pliage incorrect."
 
 #: ../../mobile/include/user.class.php:116
-#, fuzzy
 msgid "Token invalid"
 msgstr "Étiquette de jeton"
 
@@ -36756,7 +36602,7 @@ msgstr "Code secret introuvable"
 msgid "Please contact the administrator to reset your double authentication"
 msgstr ""
 "Veuillez communiquer avec l'administrateur pour réinitialiser votre double "
-"authentification."
+"authentification"
 
 #: ../../mobile/include/user.class.php:292
 msgid "There was an error checking the code"
@@ -36792,6 +36638,156 @@ msgstr "Aucun agent retrouvé"
 msgid "Last %s Events"
 msgstr "Derniers %s événements"
 
+#: ../../mobile/operation/home.php:93
+#: ../../mobile/operation/server_status.php:227
+#: ../../views/tacticalView/view.php:29
+msgid "Server status"
+msgstr "État du serveur"
+
+#: ../../mobile/operation/module_data.php:125
+msgid "Module data"
+msgstr "Données de module"
+
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(Par défaut)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "Groupe : %s"
+
+#: ../../mobile/operation/module_data.php:320
+#: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
+#, php-format
+msgid "Module group: %s"
+msgstr "Groupe de module: %s"
+
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "État : %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "Recherche libre : %s"
+
+#: ../../mobile/operation/module_data.php:342
+#: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
+#, php-format
+msgid "Tag: %s"
+msgstr "Étiquette : %s"
+
+#: ../../mobile/operation/server_status.php:371
+msgid "No servers"
+msgstr "Pas de serveurs"
+
+#: ../../mobile/operation/tactical.php:216
+msgid "Last activity"
+msgstr "Dernière activité"
+
+#: ../../mobile/operation/visualmaps.php:242
+msgid "All visual consoles"
+msgstr "Toutes les consoles visuelles"
+
+#: ../../mobile/operation/visualmaps.php:254
+msgid "Favourite visual consoles"
+msgstr "Consoles visuelles préférées"
+
+#: ../../mobile/operation/visualmaps.php:265
+msgid "There are no favorite maps to show"
+msgstr "Aucune carte favorite à afficher"
+
+#: ../../mobile/operation/module_graph.php:356
+#: ../../mobile/operation/module_graph.php:369
+#, php-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: ../../mobile/operation/module_graph.php:402
+#, php-format
+msgid "Options for %s : %s"
+msgstr "Options pour %s : %s"
+
+#: ../../mobile/operation/module_graph.php:409
+msgid "Show Alerts"
+msgstr "Afficher les alertes"
+
+#: ../../mobile/operation/module_graph.php:417
+msgid "Show Events"
+msgstr "Afficher les événements"
+
+#: ../../mobile/operation/module_graph.php:446
+msgid "Time range (hours)"
+msgstr "Intervalle de temps (heures)"
+
+#: ../../mobile/operation/module_graph.php:465
+msgid "Update graph"
+msgstr "Mettre à jour le graphique"
+
+#: ../../mobile/operation/module_graph.php:475
+msgid "Error get the graph"
+msgstr "Erreur d'obtention du graphique"
+
+#: ../../mobile/operation/services.php:231
+#: ../../mobile/operation/services.php:272
+#: ../../mobile/operation/services.php:338
+msgid "Nonexistent. This element should be deleted"
+msgstr "Inexistant. Cet élément doit être supprimé"
+
+#: ../../mobile/operation/services.php:255
+#: ../../mobile/operation/services.php:320
+#: ../../mobile/operation/services.php:363
+msgid "This element does not affect service weigth because is disabled."
+msgstr ""
+"Cet élément n'affecte pas le poids du service parce qu'il est désactivé."
+
+#: ../../mobile/operation/services.php:377
+msgid "Dynamic element"
+msgstr "Élément dynamique"
+
+#: ../../mobile/operation/services.php:386
+#, php-format
+msgid "Dynamic element (%d) '%s' does not match any target"
+msgstr "L'élément dynamique (%d) '%s' ne correspond avec aucun cible"
+
+#: ../../mobile/operation/services.php:395
+#, php-format
+msgid "Dynamic element (%d) '%s' causes an error: %s"
+msgstr "Élément dynamique (%d) '%s' cause une erreur : %s"
+
+#: ../../mobile/operation/services.php:405
+#, php-format
+msgid "agents like \"%s\""
+msgstr "agents comme « %s »"
+
+#: ../../mobile/operation/services.php:410
+#, php-format
+msgid "modules like \"%s\""
+msgstr "modules comme « %s »"
+
+#: ../../mobile/operation/services.php:450
+msgid "NOT INITIALIZED"
+msgstr "NON INITIALISÉ"
+
 #: ../../mobile/operation/agents.php:219
 #, php-format
 msgid "Filter Agents by %s"
@@ -36801,40 +36797,6 @@ msgstr "Filtrer agents par %s"
 msgid "No agents"
 msgstr "Aucun agent"
 
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(Par défaut)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "Groupe : %s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "État : %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "Recherche libre : %s"
-
 #: ../../mobile/operation/alerts.php:208
 #, php-format
 msgid "Filter Alerts by %s"
@@ -36917,30 +36879,6 @@ msgstr "Recherche libre : %s"
 msgid "Hours: %s"
 msgstr "Heures : %s"
 
-#: ../../mobile/operation/home.php:93
-#: ../../mobile/operation/server_status.php:227
-#: ../../views/tacticalView/view.php:29
-msgid "Server status"
-msgstr "État du serveur"
-
-#: ../../mobile/operation/module_data.php:125
-msgid "Module data"
-msgstr "Données de module"
-
-#: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
-#: ../../mobile/operation/server_status.php:522
-#, php-format
-msgid "Module group: %s"
-msgstr "Groupe de module: %s"
-
-#: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
-#: ../../mobile/operation/server_status.php:544
-#, php-format
-msgid "Tag: %s"
-msgstr "Étiquette : %s"
-
 #: ../../mobile/operation/modules.php:250
 #, php-format
 msgid "Filter Modules by %s"
@@ -36948,108 +36886,16 @@ msgstr "Filtrer les modules par %s"
 
 #: ../../mobile/operation/modules.php:670
 msgid "Interval."
-msgstr "Intervalle"
+msgstr "Intervalle."
 
 #: ../../mobile/operation/modules.php:672
 msgid "Last update."
-msgstr "Dernière mise à jour"
+msgstr "Dernière mise à jour."
 
 #: ../../mobile/operation/modules.php:850
 msgid "Choose option"
 msgstr "Choisissez une option"
 
-#: ../../mobile/operation/server_status.php:371
-msgid "No servers"
-msgstr "Pas de serveurs"
-
-#: ../../mobile/operation/tactical.php:216
-msgid "Last activity"
-msgstr "Dernière activité"
-
-#: ../../mobile/operation/visualmaps.php:242
-msgid "All visual consoles"
-msgstr "Toutes les consoles visuelles"
-
-#: ../../mobile/operation/visualmaps.php:254
-msgid "Favourite visual consoles"
-msgstr "Consoles visuelles préférées"
-
-#: ../../mobile/operation/visualmaps.php:265
-msgid "There are no favorite maps to show"
-msgstr "Aucune carte favorite à afficher"
-
-#: ../../mobile/operation/module_graph.php:356
-#: ../../mobile/operation/module_graph.php:369
-#, php-format
-msgid "%s: %s"
-msgstr "%s: %s"
-
-#: ../../mobile/operation/module_graph.php:402
-#, php-format
-msgid "Options for %s : %s"
-msgstr "Options pour %s : %s"
-
-#: ../../mobile/operation/module_graph.php:409
-msgid "Show Alerts"
-msgstr "Afficher les alertes"
-
-#: ../../mobile/operation/module_graph.php:417
-msgid "Show Events"
-msgstr "Afficher les événements"
-
-#: ../../mobile/operation/module_graph.php:446
-msgid "Time range (hours)"
-msgstr "Intervalle de temps (heures)"
-
-#: ../../mobile/operation/module_graph.php:465
-msgid "Update graph"
-msgstr "Mettre à jour le graphique"
-
-#: ../../mobile/operation/module_graph.php:475
-msgid "Error get the graph"
-msgstr "Erreur d'obtention du graphique"
-
-#: ../../mobile/operation/services.php:231
-#: ../../mobile/operation/services.php:272
-#: ../../mobile/operation/services.php:338
-msgid "Nonexistent. This element should be deleted"
-msgstr "Inexistant. Cet élément doit être supprimé."
-
-#: ../../mobile/operation/services.php:255
-#: ../../mobile/operation/services.php:320
-#: ../../mobile/operation/services.php:363
-msgid "This element does not affect service weigth because is disabled."
-msgstr ""
-"Cet élément n'affecte pas le poids du service parce qu'il est désactivé."
-
-#: ../../mobile/operation/services.php:377
-msgid "Dynamic element"
-msgstr "Élément dynamique"
-
-#: ../../mobile/operation/services.php:386
-#, php-format
-msgid "Dynamic element (%d) '%s' does not match any target"
-msgstr "L'élément dynamique (%d) '%s' ne correspond avec aucun cible"
-
-#: ../../mobile/operation/services.php:395
-#, php-format
-msgid "Dynamic element (%d) '%s' causes an error: %s"
-msgstr "Élément dynamique (%d) '%s' cause une erreur : %s"
-
-#: ../../mobile/operation/services.php:405
-#, php-format
-msgid "agents like \"%s\""
-msgstr "agents comme « %s »"
-
-#: ../../mobile/operation/services.php:410
-#, php-format
-msgid "modules like \"%s\""
-msgstr "modules comme « %s »"
-
-#: ../../mobile/operation/services.php:450
-msgid "NOT INITIALIZED"
-msgstr "NON INITIALISÉ"
-
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -37079,7 +36925,7 @@ msgid ""
 "data"
 msgstr ""
 "Changez entre la base de données principale et la base de données de "
-"l'historique pour récupérer les données du module."
+"l'historique pour récupérer les données du module"
 
 #: ../../operation/agentes/datos_agente.php:213
 #: ../../operation/agentes/alerts_status.functions.php:170
@@ -37297,7 +37143,7 @@ msgid ""
 "Introduce zoom level. 1 = Highest resolution. Figures may include decimals"
 msgstr ""
 "Introduire le niveau de zoom. 1 = Résolution maximale. Les chiffres peuvent "
-"inclure des décimales."
+"inclure des décimales"
 
 #: ../../operation/agentes/pandora_networkmap.editor.php:436
 #: ../../operation/agentes/pandora_networkmap.view.php:178
@@ -37377,7 +37223,7 @@ msgstr "Distance minimale entre nœuds"
 msgid "Only circular. Minimum separation between all nodes. By default 1.0"
 msgstr ""
 "Uniquement circulaire. Séparation minimale entre tous les nœuds. 1,0 par "
-"défaut."
+"défaut"
 
 #: ../../operation/agentes/pandora_networkmap.editor.php:554
 #: ../../operation/agentes/pandora_networkmap.view.php:318
@@ -37388,7 +37234,7 @@ msgstr "Séparation idéale entre nœuds par défaut"
 #: ../../operation/agentes/pandora_networkmap.view.php:319
 msgid "Only fdp. Default ideal node separation in the layout. By default 0.3"
 msgstr ""
-"Uniquement fdp. Séparation idéale entre nœuds par défaut. 0,3 par défaut."
+"Uniquement fdp. Séparation idéale entre nœuds par défaut. 0,3 par défaut"
 
 #: ../../operation/agentes/pandora_networkmap.editor.php:750
 msgid "Source id group changed. All elements in Networkmap will be lost"
@@ -37412,7 +37258,7 @@ msgstr "Aucune étiquette"
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/status_monitor.php:618
 msgid "Only it is show tags in use."
-msgstr "Afficher seulement les étiquettes utilisées"
+msgstr "Afficher seulement les étiquettes utilisées."
 
 #: ../../operation/agentes/alerts_status.functions.php:165
 msgid "Also search in secondary groups"
@@ -37436,7 +37282,7 @@ msgstr "Agent source"
 
 #: ../../operation/agentes/exportdata.php:374
 msgid "No modules of type string. You can not calculate their average"
-msgstr "Aucun module de type chaîne. Vous ne pouvez pas calculer leur moyenne."
+msgstr "Aucun module de type chaîne. Vous ne pouvez pas calculer leur moyenne"
 
 #: ../../operation/agentes/exportdata.php:433
 msgid "End date"
@@ -37554,7 +37400,7 @@ msgstr "Texte libre pour la recherche (*):"
 
 #: ../../operation/agentes/estado_monitores.php:605
 msgid "Search by module name, list matches."
-msgstr "Rechercher par nom de module, concordances de listes"
+msgstr "Rechercher par nom de module, concordances de listes."
 
 #: ../../operation/agentes/estado_monitores.php:660
 msgid "Reset"
@@ -37651,7 +37497,7 @@ msgstr "En attente de générer"
 
 #: ../../operation/agentes/pandora_networkmap.php:874
 msgid "There are no maps defined."
-msgstr "Aucune carte définie"
+msgstr "Aucune carte définie."
 
 #: ../../operation/agentes/pandora_networkmap.php:888
 msgid "Create network map"
@@ -37738,79 +37584,13 @@ msgstr "Vue principale de l’agent"
 
 #: ../../operation/agentes/agent_inventory.php:73
 msgid "This agent has not modules inventory"
-msgstr "Cet agent n'a pas de modules d'inventaire."
+msgstr "Cet agent n'a pas de modules d'inventaire"
 
 #: ../../operation/agentes/agent_inventory.php:248
 #: ../../operation/agentes/agent_inventory.php:249
 msgid "Diff view"
 msgstr "Affichage des différence"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "Autres modules"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "Modules de réseau sans proc"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "Modules booléens"
-
-#: ../../operation/agentes/graphs.php:260
-#, fuzzy
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "Le graphique combiné ne montre pas les alertes dans ce graphique"
-
-#: ../../operation/agentes/graphs.php:265
-#, fuzzy
-msgid "Several graphs for each module"
-msgstr "Plusieurs graphiques pour chaque module"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "Un graphique combiné"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "Afficher sous forme de graphique combiné"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "Graphique de zone empilée"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "Graphique de ligne empilée"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "Enregistrer comme graphique personnalisé"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "Filtrer les graphiques"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "Erreur de chargement du graphique"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "Nom du graphique personnalisé"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "Enregistrer le graphique personnalisé"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-"Graphique personnalisé créé à partir de la section des graphiques de l'agent"
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -37880,11 +37660,11 @@ msgstr "Ne pas afficher les sous-groupes :"
 
 #: ../../operation/agentes/pandora_networkmap.view.php:1644
 msgid "Success be updated."
-msgstr "Mis à jour correctement"
+msgstr "Mis à jour correctement."
 
 #: ../../operation/agentes/pandora_networkmap.view.php:1646
 msgid "Could not be updated."
-msgstr "Erreur de mise à jour"
+msgstr "Erreur de mise à jour."
 
 #: ../../operation/agentes/pandora_networkmap.view.php:1741
 msgid "Name: "
@@ -37952,6 +37732,70 @@ msgstr "Incident de l'agent principale"
 msgid "Interface information (SNMP)"
 msgstr "Information de l'interface (SNMP)"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "Autres modules"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "Modules de réseau sans proc"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "Modules booléens"
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "Le graphique combiné ne montre pas les alertes dans ce graphique"
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr "Plusieurs graphiques pour chaque module"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "Un graphique combiné"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "Afficher sous forme de graphique combiné"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "Graphique de zone empilée"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "Graphique de ligne empilée"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "Enregistrer comme graphique personnalisé"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "Filtrer les graphiques"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "Erreur de chargement du graphique"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "Nom du graphique personnalisé"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "Enregistrer le graphique personnalisé"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+"Graphique personnalisé créé à partir de la section des graphiques de l'agent."
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "Module du serveur WUX"
@@ -37961,9 +37805,8 @@ msgid "Monitor status"
 msgstr "État du moniteur"
 
 #: ../../operation/agentes/status_monitor.php:965
-#, fuzzy
 msgid "Show monitors"
-msgstr "Afficher les moniteurs"
+msgstr ""
 
 #: ../../operation/agentes/status_monitor.php:983
 msgid "Min. hours in current status"
@@ -37994,9 +37837,9 @@ msgid "Are you sure to delete?"
 msgstr "Êtes-vous sûr(e) de vouloir le supprimer ?"
 
 #: ../../operation/agentes/status_monitor.php:2368
-#, fuzzy
 msgid "There are no monitors with these features or status"
-msgstr "Il n'y a pas d'agents avec des alertes"
+msgstr ""
+"Il n'existe pas de moniteurs présentant ces caractéristiques ou ce statut"
 
 #: ../../operation/agentes/status_monitor.php:2370
 msgid "Please apply a filter to display the data"
@@ -38004,7 +37847,7 @@ msgstr "Veuillez appliquer un filtre afin d’afficher les données"
 
 #: ../../operation/events/events_rss.php:195
 msgid "Your IP is not into the IP list with API access."
-msgstr "Votre adresse IP n'est pas dans la liste IP avec accès à l'API"
+msgstr "Votre adresse IP n'est pas dans la liste IP avec accès à l'API."
 
 #: ../../operation/events/events_rss.php:214
 msgid "The URL of your feed has bad hash."
@@ -38084,7 +37927,6 @@ msgid "Search in secondary groups"
 msgstr "Recherche dans les groupes secondaires"
 
 #: ../../operation/events/events.php:2048
-#, fuzzy
 msgid "Not"
 msgstr "Non"
 
@@ -38093,9 +37935,8 @@ msgid "Search for elements NOT containing given text."
 msgstr "Rechercher des éléments ne contenant PAS de texte donné."
 
 #: ../../operation/events/events.php:2066
-#, fuzzy
 msgid "Regexp"
-msgstr "regex"
+msgstr "Regexp"
 
 #: ../../operation/events/events.php:2068
 msgid "Search by regular expression."
@@ -38255,7 +38096,7 @@ msgstr "Voulez-vous configurer la carte par défaut ?"
 
 #: ../../operation/gis_maps/gis_map.php:255
 msgid "There was error on setup the default map."
-msgstr "Erreur de configuration par défaut de la carte"
+msgstr "Erreur de configuration par défaut de la carte."
 
 #: ../../operation/gis_maps/ajax.php:237 ../../operation/gis_maps/ajax.php:275
 #: ../../operation/gis_maps/ajax.php:444
@@ -38272,7 +38113,7 @@ msgstr "Rapports numériques"
 
 #: ../../operation/gis_maps/ajax.php:279 ../../operation/gis_maps/ajax.php:448
 msgid "Default position of map."
-msgstr "Position de la carte par défaut"
+msgstr "Position de la carte par défaut."
 
 #: ../../operation/gis_maps/ajax.php:339
 msgid "Satellite Version"
@@ -38331,7 +38172,7 @@ msgstr "Messages"
 
 #: ../../operation/messages/message_edit.php:114
 msgid "This message does not exist in the system"
-msgstr "Ce message n'existe pas dans le système."
+msgstr "Ce message n'existe pas dans le système"
 
 #: ../../operation/messages/message_edit.php:183
 msgid "wrote"
@@ -38444,26 +38285,26 @@ msgid "Netflow live view"
 msgstr "Netflow en temps réel"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "Erreur de création du filtre"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "Filtre créé correctement"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "Filtre mis à jour correctement"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "Erreur de mise à jour du filtre"
 
@@ -38472,8 +38313,8 @@ msgid "Connection"
 msgstr "Connexion"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "Sélectionner un filtre"
 
@@ -38483,7 +38324,7 @@ msgstr "Résolution de l'adresse IP"
 
 #: ../../operation/netflow/nf_live_view.php:410
 msgid "Resolve the IP addresses to get their hostnames."
-msgstr "Résoudre les adresses IP pour obtenir leurs noms d'hôte"
+msgstr "Résoudre les adresses IP pour obtenir leurs noms d'hôte."
 
 #: ../../operation/netflow/nf_live_view.php:413
 msgid "Netflow Source ip"
@@ -38507,14 +38348,14 @@ msgid "Draw"
 msgstr "Dessiner"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "Enregistrer comme nouveau filtre"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "Mise à jour de ce filtre"
 
@@ -38523,35 +38364,25 @@ msgid "No filter selected"
 msgstr "Aucun filtre sélectionné"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
-#, fuzzy
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr "En chargeant les données de NetFlow, veuillez patienter"
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr "Carte d’utilisation du réseau"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr "Afficher la carte netflow"
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr "Résultats à afficher"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-msgid "Load Filter"
-msgstr "Charger le filtre"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "Date du démarrage"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+msgid "Load Filter"
+msgstr "Charger le filtre"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38567,6 +38398,15 @@ msgstr "Filtré par port %s. Cliquez ici pour supprimer le filtre."
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr "Filtré par IP %s. Cliquez ici pour supprimer le filtre."
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr "Carte d’utilisation du réseau"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr "Afficher la carte netflow"
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -38659,7 +38499,7 @@ msgid ""
 "modules included in the graph as a maximum threshold"
 msgstr ""
 "Si une option est sélectionnée, tous les graphiques auront la valeur la plus "
-"haute de tous les modules comme seuil maximum, y compris dans le graphique."
+"haute de tous les modules comme seuil maximum, y compris dans le graphique"
 
 #: ../../operation/reporting/graph_viewer.php:425
 msgid "Zoom x1"
@@ -38675,7 +38515,7 @@ msgstr "Zoom x3"
 
 #: ../../operation/reporting/graph_viewer.php:484
 msgid "No data."
-msgstr "Aucune donnée"
+msgstr "Aucune donnée."
 
 #: ../../operation/reporting/graph_viewer.php:586
 msgid "Custom graph viewer"
@@ -38844,6 +38684,24 @@ msgstr "Créer une politique"
 msgid "Are you sure you want add module?"
 msgstr "Êtes-vous sûr de vouloir ajouter un module ?"
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr "Notifications utilisateur"
+
+#: ../../operation/users/user_edit_notifications.php:42
+msgid "Console notifications"
+msgstr "Notifications de la console"
+
+#: ../../operation/users/user_edit_notifications.php:43
+msgid "E-mail notifications"
+msgstr "Notifications d’email"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr "Les contrôles ont été désactivés par l'administrateur système"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "Éditeur d'information sur l'utilisateur"
@@ -38856,7 +38714,7 @@ msgstr ""
 
 #: ../../operation/users/user_edit.php:181
 msgid "Current password of user is not correct"
-msgstr "Votre mot de passe actuel est incorrect."
+msgstr "Votre mot de passe actuel est incorrect"
 
 #: ../../operation/users/user_edit.php:185
 msgid ""
@@ -38892,8 +38750,8 @@ msgid "Please enter a valid phone number"
 msgstr "Veuillez entrer un numéro de téléphone valide"
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
-msgstr "Erreur lors de la mise à jour des mots de passe :"
+msgid "Error updating passwords"
+msgstr "Erreur lors de la mise à jour des mots de passe"
 
 #: ../../operation/users/user_edit.php:265
 msgid "Edit my User"
@@ -38936,9 +38794,8 @@ msgid "Theme"
 msgstr "Thème"
 
 #: ../../operation/users/user_edit.php:843
-#, fuzzy
 msgid "Ehorus user configuration"
-msgstr "Configuration utilisateur eHorus"
+msgstr "Configuration utilisateur Ehorus"
 
 #: ../../operation/users/user_edit.php:891
 msgid ""
@@ -38951,24 +38808,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr "Cet utilisateur n'a aucun profil/groupe assigné."
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr "Notifications utilisateur"
-
-#: ../../operation/users/user_edit_notifications.php:42
-msgid "Console notifications"
-msgstr "Notifications de la console"
-
-#: ../../operation/users/user_edit_notifications.php:43
-msgid "E-mail notifications"
-msgstr "Notifications d’email"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr "Les contrôles ont été désactivés par l'administrateur système"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "Outil de conception"
@@ -39009,19 +38848,17 @@ msgstr "La taille de la grille devrait varier entre 2 et 50"
 
 #: ../../operation/visual_console/view.php:932
 msgid "Grid style saved."
-msgstr "Style de la grille sauvegardé"
+msgstr "Style de la grille sauvegardé."
 
 #: ../../operation/visual_console/view.php:951
-#, fuzzy
 msgid "Are you sure you wish to set the visual console in maintenance mode?"
 msgstr ""
-"Êtes-vous sûr de vouloir mettre la console visuelle en mode maintenance ?"
+"Êtes-vous sûr de vouloir mettre la console visuelle en mode maintenance?"
 
 #: ../../operation/visual_console/view.php:953
 #: ../../operation/visual_console/view.php:959
-#, fuzzy
 msgid "Are you sure you wish to disable maintenance mode?"
-msgstr "Êtes-vous sûr de vouloir désactiver le mode maintenance ?"
+msgstr "Êtes-vous sûr de vouloir désactiver le mode maintenance?"
 
 #: ../../operation/visual_console/view.php:955
 msgid "The visual console was set to maintenance mode"
@@ -39036,9 +38873,8 @@ msgid "Maintenance mode"
 msgstr "Mode maintenance"
 
 #: ../../operation/inventory/inventory.php:784
-#, fuzzy
 msgid "Status agent"
-msgstr "Agents d’état"
+msgstr ""
 
 #: ../../operation/search_alerts.php:24 ../../operation/search_graphs.php:21
 #: ../../operation/search_maps.php:19 ../../operation/search_reports.php:25
@@ -39049,7 +38885,7 @@ msgstr "Zéro résultats trouvés"
 
 #: ../../operation/search_helps.php:17
 msgid "Zero results found."
-msgstr "Zéro résultats trouvés"
+msgstr "Zéro résultats trouvés."
 
 #: ../../operation/search_helps.php:18
 #, php-format
@@ -39216,7 +39052,7 @@ msgstr "Rapports trouvés"
 
 #: ../../operation/search_main.php:154
 msgid "View all matches"
-msgstr "Voir toutes les concordances."
+msgstr "Voir toutes les concordances"
 
 #: ../../operation/search_results.php:70
 msgid "Global search"
@@ -39303,13 +39139,13 @@ msgstr "Échec lors de la mise à jour : %s"
 #: ../../update_manager_client/lib/UpdateManager/Client.php:829
 #, php-format
 msgid "server update %s"
-msgstr "Mise à jour du serveur %s"
+msgstr "mise à jour du serveur %s"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:714
 #: ../../update_manager_client/lib/UpdateManager/Client.php:831
 #, php-format
 msgid "console update %s"
-msgstr "Mise à jour par Console %s"
+msgstr "mise à jour par Console %s"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:734
 #: ../../update_manager_client/lib/UpdateManager/Client.php:851
@@ -39366,8 +39202,9 @@ msgid "Completed"
 msgstr "Terminé"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
-msgstr "Mise à jour vers"
+#, php-format
+msgid "Updating to %s"
+msgstr "Mise à jour de %s"
 
 #: ../../update_manager_client/views/offline.php:65
 msgid "Drop the package here or"
@@ -39379,7 +39216,7 @@ msgstr "Naviguer"
 
 #: ../../update_manager_client/views/offline.php:67
 msgid "The package has been uploaded successfully."
-msgstr "Le progiciel a été téléversé correctement"
+msgstr "Le progiciel a été téléversé correctement."
 
 #: ../../update_manager_client/views/offline.php:68
 #, php-format
@@ -39397,13 +39234,11 @@ msgid "Click on the file below to begin."
 msgstr "Cliquez sur le fichier ci-dessous pour commencer."
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+msgid "This action will upgrade this console to version"
 msgstr "Cette action mettra à niveau cette console vers la version"
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr "Cette action mettra à niveau tous les serveurs vers la version"
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39419,7 +39254,7 @@ msgstr "Voulez-vous vraiment quitter notre brillante application ?"
 #: ../../update_manager_client/views/offline.php:75
 #: ../../update_manager_client/views/online.php:121
 msgid "There are no updates available"
-msgstr "Il n’y a pas de mises à jour disponibles."
+msgstr "Il n’y a pas de mises à jour disponibles"
 
 #: ../../update_manager_client/views/offline.php:76
 #: ../../update_manager_client/views/online.php:122
@@ -39429,11 +39264,12 @@ msgstr "Recherche des mises à jour..."
 #: ../../update_manager_client/views/offline.php:78
 #: ../../update_manager_client/views/online.php:124
 msgid "Successfully updated."
-msgstr "Mis à jour correctement"
+msgstr "Mis à jour correctement."
 
 #: ../../update_manager_client/views/offline.php:79
 msgid "Package rejected. These package changes will not apply."
-msgstr "Progiciel rejeté. Ces changements de progiciel ne seront pas appliqués"
+msgstr ""
+"Progiciel rejeté. Ces changements de progiciel ne seront pas appliqués."
 
 #: ../../update_manager_client/views/offline.php:81
 #, php-format
@@ -39507,54 +39343,6 @@ msgstr ""
 "pas installée à moins que les correctifs ne soient autorisés. Veuillez "
 "activer les correctifs dans les paramètres du gestionnaire de mises à jour."
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr "La dernière version du paquet installé est"
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  "
-"Avant d’installer cette version, vérifiez que vous avez un  Before installing this RRR version, please "
+"make sure you have an  "
+"Avant d’installer cette version, vérifiez que vous avez un \n"
 "Language-Team: LANGUAGE \n"
@@ -46,8 +46,8 @@ msgid "Extensions"
 msgstr ""
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -142,11 +142,11 @@ msgstr ""
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -159,7 +159,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -170,6 +169,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -184,8 +184,12 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -213,15 +217,10 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -244,9 +243,9 @@ msgstr ""
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -307,8 +306,11 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -325,11 +327,8 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -346,12 +345,16 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -364,10 +367,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -486,11 +485,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -527,22 +526,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -649,11 +648,13 @@ msgstr ""
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -666,9 +667,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -737,8 +735,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -762,8 +760,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -789,8 +787,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -815,8 +813,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -840,8 +838,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -858,8 +856,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -867,8 +865,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -902,8 +900,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -914,371 +912,6 @@ msgstr ""
 msgid "Close"
 msgstr ""
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr ""
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr ""
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr ""
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr ""
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr ""
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr ""
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr ""
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr ""
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr ""
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr ""
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr ""
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr ""
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr ""
-
 #: ../../extensions/quick_shell.php:88
 msgid "GoTTY setup"
 msgstr ""
@@ -1301,9 +934,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr ""
@@ -1336,8 +969,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr ""
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr ""
@@ -1422,11 +1055,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1461,10 +1094,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1543,12 +1177,12 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1586,18 +1220,18 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1605,8 +1239,8 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1619,33 +1253,33 @@ msgstr ""
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1706,16 +1340,16 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1747,8 +1381,8 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1780,13 +1414,13 @@ msgstr ""
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1802,13 +1436,14 @@ msgstr ""
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1859,11 +1494,11 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1875,24 +1510,24 @@ msgstr ""
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1934,6 +1569,49 @@ msgstr ""
 msgid "Agents/Modules"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr ""
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1956,9 +1634,9 @@ msgstr ""
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr ""
 
@@ -1966,6 +1644,57 @@ msgstr ""
 msgid "Agent/module view"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2000,9 +1729,9 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2015,8 +1744,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2028,9 +1755,12 @@ msgstr ""
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2080,6 +1810,15 @@ msgstr ""
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr ""
@@ -2152,12 +1891,205 @@ msgstr ""
 msgid "Clear graph"
 msgstr ""
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr ""
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr ""
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr ""
+
+#: ../../extensions/api_checker.php:185
+msgid "Incorrect URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr ""
+
+#: ../../extensions/api_checker.php:249
+#, php-format
+msgid "%s Console URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+msgid "API Token"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr ""
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr ""
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr ""
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr ""
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr ""
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr ""
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr ""
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr ""
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr ""
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr ""
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr ""
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr ""
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr ""
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2296,169 +2228,237 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
 msgstr ""
 
-#: ../../extensions/api_checker.php:185
-msgid "Incorrect URL"
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
 msgstr ""
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
 msgstr ""
 
-#: ../../extensions/api_checker.php:249
-#, php-format
-msgid "%s Console URL"
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-msgid "API Token"
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
 msgstr ""
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
 msgstr ""
 
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
 msgstr ""
 
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr ""
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr ""
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr ""
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
 msgstr ""
 
 #: ../../general/first_task/HA_cluster_builder.php:37
@@ -2778,11 +2778,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2805,44 +2805,6 @@ msgid ""
 "certain tags."
 msgstr ""
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:49
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:51
-msgid ""
-"Clusters to guarantee service: these are active - passive (A/P) mode "
-"clusters. It means that one of the nodes (or machines that make up the "
-"cluster) will be running (primary) and another will not (secondary). When "
-"the primary goes down, the secondary must take over and give the service "
-"instead. Although many of the elements of this cluster are active-passive, "
-"it will also have active elements in both of them that indicate that the "
-"passive node is \"online\", so that in the case of a service failure in the "
-"master, the active node collects this information."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:59
-msgid "Create cluster"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:64
-msgid "There are no defined clusters"
-msgstr ""
-
 #: ../../general/first_task/map_builder.php:38
 #, php-format
 msgid ""
@@ -2900,6 +2862,44 @@ msgstr ""
 msgid "No services found"
 msgstr ""
 
+#: ../../general/first_task/cluster_builder.php:45
+msgid ""
+"A cluster is a group of devices that provide the same service in high "
+"availability."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:47
+msgid "Depending on how they provide that service, we can find two types:"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:49
+msgid ""
+"Clusters to balance the service load: these are active - active (A/A) mode "
+"clusters. It means that all the nodes (or machines that compose it) are "
+"working. They must be working because if one stops working, it will overload "
+"the others."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:51
+msgid ""
+"Clusters to guarantee service: these are active - passive (A/P) mode "
+"clusters. It means that one of the nodes (or machines that make up the "
+"cluster) will be running (primary) and another will not (secondary). When "
+"the primary goes down, the secondary must take over and give the service "
+"instead. Although many of the elements of this cluster are active-passive, "
+"it will also have active elements in both of them that indicate that the "
+"passive node is \"online\", so that in the case of a service failure in the "
+"master, the active node collects this information."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:59
+msgid "Create cluster"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:64
+msgid "There are no defined clusters"
+msgstr ""
+
 #: ../../general/first_task/custom_graphs.php:18
 #, php-format
 msgid ""
@@ -2923,10 +2923,7 @@ msgstr ""
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -2934,7 +2931,9 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr ""
 
@@ -2971,16 +2970,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3452,9 +3450,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_plugins.php:856
 #: ../../godmode/massive/massive_edit_plugins.php:857
 #: ../../godmode/reporting/manage_schedule.php:332
+#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/users/configure_user.php:2098
 #: ../../godmode/users/configure_user.php:2167
-#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/wizards/ManageExtensions.class.php:346
 #: ../../include/ajax/double_auth.ajax.php:267
 #: ../../include/ajax/double_auth.ajax.php:365
@@ -3463,9 +3461,9 @@ msgstr ""
 #: ../../include/ajax/events.php:2356
 #: ../../include/class/Diagnostics.class.php:1931
 #: ../../include/class/SatelliteAgent.class.php:873
-#: ../../include/functions.php:1379 ../../include/functions_menu.php:940
-#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014
-#: ../../include/functions_events.php:3217
+#: ../../include/functions_menu.php:940 ../../include/functions.php:1379
+#: ../../include/functions_events.php:3014
+#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334
 #: ../../mobile/operation/visualmap.php:181
 #: ../../operation/reporting/graph_analytics_public.php:162
 #: ../../operation/reporting/graph_analytics_public.php:170
@@ -3823,7 +3821,6 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:298
 #: ../../godmode/agentes/fields_manager.php:210
 #: ../../godmode/agentes/inventory_manager.php:266
-#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/agentes/module_manager.php:1066
 #: ../../godmode/agentes/module_manager.php:1077
 #: ../../godmode/agentes/module_manager.php:1090
@@ -3832,6 +3829,7 @@ msgstr ""
 #: ../../godmode/agentes/module_manager.php:1340
 #: ../../godmode/agentes/planned_downtime.editor.php:1456
 #: ../../godmode/agentes/modificar_agente.php:985
+#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/alerts/alert_actions.php:455
 #: ../../godmode/alerts/alert_commands.php:1070
 #: ../../godmode/alerts/alert_commands.php:1073
@@ -3844,9 +3842,9 @@ msgstr ""
 #: ../../godmode/groups/modu_group_list.php:287
 #: ../../godmode/groups/group_list.php:1129
 #: ../../godmode/groups/group_list.php:1336
-#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_enable_disable_alerts.php:227
 #: ../../godmode/massive/massive_standby_alerts.php:255
+#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_operations.php:470
 #: ../../godmode/modules/manage_inventory_modules.php:341
 #: ../../godmode/modules/manage_network_templates.php:274
@@ -3885,20 +3883,20 @@ msgstr ""
 #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301
 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216
 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672
-#: ../../include/class/CredentialStore.class.php:1701
 #: ../../include/class/ModuleTemplates.class.php:879
 #: ../../include/class/ModuleTemplates.class.php:894
-#: ../../include/class/SatelliteAgent.class.php:1187
-#: ../../include/class/SatelliteAgent.class.php:1235
-#: ../../include/class/SatelliteAgent.class.php:1297
 #: ../../include/class/TipsWindow.class.php:657
-#: ../../include/class/SatelliteCollection.class.php:531
-#: ../../include/class/SatelliteCollection.class.php:573
 #: ../../include/class/SnmpConsole.class.php:493
 #: ../../include/class/SnmpConsole.class.php:1309
 #: ../../include/class/SnmpConsole.class.php:1336
-#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/class/TreeGroupEdition.class.php:170
+#: ../../include/class/CredentialStore.class.php:1701
+#: ../../include/class/SatelliteAgent.class.php:1187
+#: ../../include/class/SatelliteAgent.class.php:1235
+#: ../../include/class/SatelliteAgent.class.php:1297
+#: ../../include/class/SatelliteCollection.class.php:531
+#: ../../include/class/SatelliteCollection.class.php:573
+#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:741
 #: ../../include/lib/ITSM/Manager.php:1315
 #: ../../include/functions_container.php:190
@@ -3915,8 +3913,6 @@ msgstr ""
 #: ../../operation/visual_console/view.php:1129
 #: ../../operation/custom_fields/custom_fields_view.php:1171
 #: ../../update_manager_client/views/offline.php:72
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
 #: ../../views/calendar/special_days.php:461
 #: ../../views/ITSM/ITSMTicketDetailView.php:303
 msgid "Are you sure?"
@@ -3952,20 +3948,20 @@ msgstr ""
 #: ../../godmode/wizards/ManageExtensions.class.php:345
 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675
 #: ../../include/class/ConfigPEN.class.php:699
+#: ../../include/class/ModuleTemplates.class.php:1369
+#: ../../include/class/ExtensionsDiscovery.class.php:258
+#: ../../include/class/AgentWizard.class.php:6266
+#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/class/CredentialStore.class.php:1655
 #: ../../include/class/CredentialStore.class.php:1707
-#: ../../include/class/ModuleTemplates.class.php:1369
 #: ../../include/class/NetworkMap.class.php:2961
 #: ../../include/class/SatelliteAgent.class.php:1148
 #: ../../include/class/SatelliteAgent.class.php:1193
 #: ../../include/class/SatelliteAgent.class.php:1241
 #: ../../include/class/SatelliteAgent.class.php:1303
-#: ../../include/class/ExtensionsDiscovery.class.php:258
 #: ../../include/class/SatelliteCollection.class.php:536
 #: ../../include/class/SatelliteCollection.class.php:578
 #: ../../include/class/WelcomeWindow.class.php:177
-#: ../../include/class/AgentWizard.class.php:6266
-#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/functions_visual_map_editor.php:926
 #: ../../include/functions_visual_map_editor.php:930
 #: ../../include/functions_register.php:179
@@ -4019,194 +4015,6 @@ msgstr ""
 msgid "Close wizard"
 msgstr ""
 
-#: ../../godmode/agentes/agent_conf_gis.php:38
-#: ../../operation/agentes/gis_view.php:59
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:58
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:68
-msgid "Agent position"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:75
-msgid "Latitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:94
-msgid "Longitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:113
-msgid "Altitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:132
-#: ../../godmode/massive/massive_edit_agents.php:1178
-msgid "Ignore new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:133
-#: ../../godmode/agentes/agent_manager.php:1555
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/massive/massive_edit_agents.php:708
-#: ../../godmode/massive/massive_edit_agents.php:1154
-#: ../../godmode/massive/massive_edit_agents.php:1192
-#: ../../godmode/massive/massive_edit_agents.php:1239
-#: ../../godmode/massive/massive_edit_modules.php:705
-#: ../../godmode/massive/massive_edit_modules.php:727
-#: ../../godmode/massive/massive_edit_modules.php:811
-#: ../../godmode/massive/massive_edit_modules.php:833
-#: ../../godmode/massive/massive_edit_modules.php:885
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1326
-#: ../../godmode/massive/massive_edit_modules.php:1370
-#: ../../godmode/massive/massive_edit_modules.php:1552
-#: ../../godmode/reporting/visual_console_builder.wizard.php:405
-#: ../../godmode/reporting/visual_console_builder.wizard.php:514
-#: ../../godmode/reporting/reporting_builder.php:1087
-#: ../../godmode/servers/modificar_server.php:193
-#: ../../godmode/servers/servers.build_table.php:157
-#: ../../godmode/update_manager/update_manager.setup.php:407
-#: ../../include/class/EventSound.class.php:349
-#: ../../include/class/SnmpConsole.class.php:424
-#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685
-#: ../../operation/netflow/nf_live_view.php:393
-#: ../../operation/users/user_edit.php:430
-msgid "Yes"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:142
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/alerts/alert_view.php:371
-#: ../../godmode/massive/massive_edit_agents.php:709
-#: ../../godmode/massive/massive_edit_agents.php:1165
-#: ../../godmode/massive/massive_edit_agents.php:1193
-#: ../../godmode/massive/massive_edit_agents.php:1240
-#: ../../godmode/massive/massive_edit_modules.php:706
-#: ../../godmode/massive/massive_edit_modules.php:728
-#: ../../godmode/massive/massive_edit_modules.php:812
-#: ../../godmode/massive/massive_edit_modules.php:834
-#: ../../godmode/massive/massive_edit_modules.php:886
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1327
-#: ../../godmode/massive/massive_edit_modules.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1553
-#: ../../godmode/reporting/visual_console_builder.wizard.php:416
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-#: ../../godmode/reporting/reporting_builder.php:1089
-#: ../../godmode/servers/modificar_server.php:191
-#: ../../godmode/setup/news.php:389
-#: ../../godmode/update_manager/update_manager.setup.php:408
-#: ../../include/class/EventSound.class.php:348
-#: ../../include/class/SnmpConsole.class.php:423
-#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086
-#: ../../include/functions_events.php:5091
-#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366
-#: ../../operation/netflow/nf_live_view.php:403
-#: ../../operation/users/user_edit.php:431
-msgid "No"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:161
-#: ../../godmode/agentes/status_monitor_custom_fields.php:231
-#: ../../godmode/agentes/planned_downtime.list.php:891
-#: ../../godmode/agentes/planned_downtime.list.php:936
-#: ../../godmode/agentes/configure_field.php:203
-#: ../../godmode/agentes/inventory_manager.php:188
-#: ../../godmode/agentes/inventory_manager.php:271
-#: ../../godmode/agentes/module_manager_editor.php:801
-#: ../../godmode/agentes/agent_manager.php:1304
-#: ../../godmode/agentes/planned_downtime.editor.php:1308
-#: ../../godmode/alerts/configure_alert_command.php:386
-#: ../../godmode/alerts/configure_alert_action.php:450
-#: ../../godmode/alerts/alert_list.list.php:227
-#: ../../godmode/alerts/alert_list.list.php:1066
-#: ../../godmode/category/edit_category.php:196
-#: ../../godmode/events/custom_events.php:193
-#: ../../godmode/events/event_edit_filter.php:982
-#: ../../godmode/events/event_responses.editor.php:337
-#: ../../godmode/groups/configure_modu_group.php:99
-#: ../../godmode/groups/configure_group.php:285
-#: ../../godmode/modules/manage_inventory_modules.php:338
-#: ../../godmode/modules/manage_inventory_modules_form.php:245
-#: ../../godmode/modules/manage_nc_groups_form.php:95
-#: ../../godmode/modules/manage_network_components_form.php:378
-#: ../../godmode/modules/manage_network_templates_form.php:178
-#: ../../godmode/netflow/nf_edit_form.php:450
-#: ../../godmode/reporting/create_container.php:365
-#: ../../godmode/reporting/reporting_builder.main.php:56
-#: ../../godmode/reporting/graph_builder.main.php:305
-#: ../../godmode/reporting/visual_console_builder.elements.php:918
-#: ../../godmode/reporting/visual_console_builder.data.php:319
-#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/modificar_server.php:247
-#: ../../godmode/setup/setup_sflow.php:95
-#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
-#: ../../godmode/setup/os_version.builder.php:65
-#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
-#: ../../godmode/setup/performance.php:893
-#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
-#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
-#: ../../godmode/setup/setup_ehorus.php:228
-#: ../../godmode/setup/setup_ITSM.php:678
-#: ../../godmode/setup/setup_netflow.php:121
-#: ../../godmode/setup/setup_visuals.php:2221
-#: ../../godmode/setup/setup_general.php:945
-#: ../../godmode/setup/setup_auth.php:547
-#: ../../godmode/snmpconsole/snmp_filters.php:264
-#: ../../godmode/snmpconsole/snmp_filters.php:326
-#: ../../godmode/snmpconsole/snmp_filters.php:337
-#: ../../godmode/snmpconsole/snmp_alert.php:1704
-#: ../../godmode/snmpconsole/snmp_alert.php:2007
-#: ../../godmode/tag/edit_tag.php:251
-#: ../../godmode/update_manager/update_manager.setup.php:418
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/users/configure_user.php:1636
-#: ../../godmode/users/configure_token.php:154
-#: ../../godmode/files_repo/files_repo_form.php:109
-#: ../../include/ajax/alert_list.ajax.php:340
-#: ../../include/class/ManageNetScanScripts.class.php:769
-#: ../../include/class/ConfigPEN.class.php:703
-#: ../../include/class/ConfigPEN.class.php:704
-#: ../../include/class/CredentialStore.class.php:1659
-#: ../../include/class/ExternalTools.class.php:476
-#: ../../include/class/ModuleTemplates.class.php:997
-#: ../../include/functions_visual_map_editor.php:926
-#: ../../include/functions_events.php:3578
-#: ../../include/functions_events.php:3664
-#: ../../include/functions_events.php:4741
-#: ../../operation/agentes/datos_agente.php:220
-#: ../../operation/reporting/reporting_viewer.php:285
-#: ../../operation/reporting/reporting_viewer.php:297
-#: ../../operation/reporting/graph_analytics.php:421
-#: ../../operation/users/user_edit.php:894
-#: ../../operation/visual_console/view.php:520
-#: ../../views/calendar/edit.php:129
-#: ../../views/calendar/special_days_edit.php:162
-#: ../../views/ITSM/ITSMTicketEditView.php:259
-msgid "Update"
-msgstr ""
-
 #: ../../godmode/agentes/agent_template.php:172
 msgid "Error adding modules"
 msgstr ""
@@ -4240,12 +4048,11 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:163
 #: ../../godmode/alerts/alert_list.list.php:104
 #: ../../godmode/modules/manage_network_components_form_wizard.php:278
-#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../godmode/modules/manage_network_components.php:788
+#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../include/ajax/heatmap.ajax.php:282
-#: ../../include/ajax/heatmap.ajax.php:407
-#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077
-#: ../../include/ajax/module.php:1972
+#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077
+#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537
 #: ../../mobile/operation/modules.php:602
@@ -4259,17 +4066,17 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:275
 #: ../../godmode/agentes/planned_downtime.list.php:736
 #: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager_editor_common.php:295
-#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/agentes/planned_downtime.editor.php:927
 #: ../../godmode/agentes/modificar_agente.php:706
+#: ../../godmode/agentes/module_manager_editor_common.php:295
+#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/alerts/alert_templates.php:39
 #: ../../godmode/alerts/alert_templates.php:313
 #: ../../godmode/alerts/alert_templates.php:418
 #: ../../godmode/events/event_responses.editor.php:234
-#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/modules/manage_network_components.php:790
 #: ../../godmode/modules/manage_network_components_form_common.php:79
+#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/reporting/reporting_builder.list_items.php:245
 #: ../../godmode/reporting/reporting_builder.list_items.php:374
 #: ../../godmode/reporting/schedule.php:170
@@ -4287,10 +4094,10 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:96
 #: ../../include/class/AlertsList.class.php:316
 #: ../../include/class/ModuleTemplates.class.php:1190
-#: ../../include/class/CalendarManager.class.php:1043
-#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/class/AgentWizard.class.php:1312
 #: ../../include/class/AgentWizard.class.php:4215
+#: ../../include/class/CalendarManager.class.php:1043
+#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375
 #: ../../include/lib/Dashboard/Widgets/clock.php:221
 #: ../../include/lib/Dashboard/Widgets/service_view.php:260
@@ -4301,21 +4108,21 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:768
 #: ../../include/functions_visual_map_editor.php:894
 #: ../../include/functions_snmp_browser.php:565
+#: ../../include/functions_html.php:6737
+#: ../../include/functions_reports.php:1177
+#: ../../include/functions_events.php:2567
+#: ../../include/functions_events.php:5073
 #: ../../include/functions_reporting_html.php:1710
 #: ../../include/functions_reporting_html.php:1719
 #: ../../include/functions_reporting_html.php:1964
 #: ../../include/functions_reporting_html.php:1972
 #: ../../include/functions_reporting_html.php:3845
 #: ../../include/functions_reporting_html.php:6766
-#: ../../include/functions_html.php:6737
-#: ../../include/functions_reports.php:1177
-#: ../../include/functions_events.php:2567
-#: ../../include/functions_events.php:5073
+#: ../../mobile/operation/visualmaps.php:125
+#: ../../mobile/operation/visualmaps.php:126
 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684
 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012
 #: ../../mobile/operation/events.php:1013
-#: ../../mobile/operation/visualmaps.php:125
-#: ../../mobile/operation/visualmaps.php:126
 #: ../../operation/agentes/estado_agente.php:1121
 #: ../../operation/agentes/ver_agente.php:1223
 #: ../../operation/netflow/nf_live_view.php:563
@@ -4330,11 +4137,11 @@ msgstr ""
 #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170
 #: ../../godmode/agentes/planned_downtime.list.php:734
 #: ../../godmode/agentes/inventory_manager.php:238
-#: ../../godmode/agentes/agent_manager.php:640
 #: ../../godmode/agentes/module_manager.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/agentes/planned_downtime.editor.php:915
 #: ../../godmode/agentes/modificar_agente.php:709
+#: ../../godmode/agentes/agent_manager.php:640
+#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/alerts/configure_alert_command.php:283
 #: ../../godmode/alerts/alert_commands.php:1004
 #: ../../godmode/alerts/alert_templates.php:45
@@ -4343,18 +4150,18 @@ msgstr ""
 #: ../../godmode/events/event_responses.editor.php:141
 #: ../../godmode/groups/configure_group.php:256
 #: ../../godmode/groups/group_list.php:1042
-#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/massive/massive_edit_agents.php:824
 #: ../../godmode/massive/massive_edit_modules.php:855
+#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/modules/manage_inventory_modules.php:290
-#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_wizard.php:557
 #: ../../godmode/modules/manage_network_templates.php:249
-#: ../../godmode/modules/manage_network_templates_form.php:172
-#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/modules/module_list.php:100
 #: ../../godmode/modules/manage_network_components.php:791
+#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_common.php:451
+#: ../../godmode/modules/manage_network_templates_form.php:172
+#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/netflow/nf_item_list.php:175
 #: ../../godmode/reporting/create_container.php:336
 #: ../../godmode/reporting/reporting_builder.main.php:140
@@ -4392,9 +4199,9 @@ msgstr ""
 #: ../../include/class/ModuleTemplates.class.php:1047
 #: ../../include/class/ModuleTemplates.class.php:1191
 #: ../../include/class/ExtensionsDiscovery.class.php:1465
-#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/class/AgentWizard.class.php:1313
 #: ../../include/class/AgentWizard.class.php:4222
+#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820
 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147
@@ -4402,7 +4209,6 @@ msgstr ""
 #: ../../include/functions_treeview.php:668
 #: ../../include/functions_snmp_browser.php:571
 #: ../../include/functions_snmp_browser.php:1946
-#: ../../include/functions_ui.php:6482
 #: ../../include/functions_reporting_html.php:162
 #: ../../include/functions_reporting_html.php:1045
 #: ../../include/functions_reporting_html.php:2275
@@ -4411,6 +4217,7 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4962
 #: ../../include/functions_reporting_html.php:6767
 #: ../../include/functions_reporting_html.php:7653
+#: ../../include/functions_ui.php:6482
 #: ../../operation/agentes/custom_fields.php:69
 #: ../../operation/agentes/gis_view.php:222
 #: ../../operation/agentes/pandora_networkmap.editor.php:374
@@ -4469,10 +4276,9 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:533
 #: ../../include/functions_ui_renders.php:117
 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194
-#: ../../include/functions_ui.php:1691
 #: ../../include/functions_reporting_html.php:4702
 #: ../../include/functions_reporting_html.php:7295
-#: ../../mobile/operation/tactical.php:349
+#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349
 #: ../../operation/agentes/alerts_status.functions.php:197
 #: ../../operation/agentes/alerts_status.php:289
 #: ../../operation/agentes/alerts_status.php:290
@@ -4487,9 +4293,9 @@ msgstr ""
 #: ../../godmode/agentes/inventory_manager.php:267
 #: ../../godmode/agentes/module_manager_editor.php:808
 #: ../../godmode/agentes/module_manager.php:1107
-#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/agentes/planned_downtime.editor.php:1422
 #: ../../godmode/agentes/planned_downtime.editor.php:1462
+#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/alerts/alert_actions.php:356
 #: ../../godmode/alerts/alert_actions.php:484
 #: ../../godmode/alerts/alert_templates.php:481
@@ -4506,11 +4312,11 @@ msgstr ""
 #: ../../godmode/modules/manage_inventory_modules.php:385
 #: ../../godmode/modules/manage_network_templates.php:289
 #: ../../godmode/modules/manage_network_templates.php:302
-#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/modules/manage_nc_groups.php:302
 #: ../../godmode/modules/manage_nc_groups.php:363
 #: ../../godmode/modules/manage_network_components.php:871
 #: ../../godmode/modules/manage_network_components.php:920
+#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223
 #: ../../godmode/netflow/nf_item_list.php:263
 #: ../../godmode/netflow/nf_item_list.php:273
@@ -4537,10 +4343,10 @@ msgstr ""
 #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219
 #: ../../godmode/setup/os_version.list.php:139
 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358
+#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/setup/setup_visuals.php:1955
 #: ../../godmode/setup/setup_visuals.php:2047
 #: ../../godmode/setup/setup_visuals.php:2122
-#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/snmpconsole/snmp_filters.php:326
 #: ../../godmode/snmpconsole/snmp_filters.php:337
 #: ../../godmode/snmpconsole/snmp_alert.php:1954
@@ -4551,28 +4357,28 @@ msgstr ""
 #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125
 #: ../../include/class/ManageNetScanScripts.class.php:405
 #: ../../include/class/ConfigPEN.class.php:264
-#: ../../include/class/CredentialStore.class.php:1266
-#: ../../include/class/CredentialStore.class.php:1703
 #: ../../include/class/ModuleTemplates.class.php:899
 #: ../../include/class/ModuleTemplates.class.php:1192
-#: ../../include/class/NetworkMap.class.php:2953
-#: ../../include/class/SatelliteAgent.class.php:445
-#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/TipsWindow.class.php:487
-#: ../../include/class/CalendarManager.class.php:755
 #: ../../include/class/SnmpConsole.class.php:487
 #: ../../include/class/SnmpConsole.class.php:539
 #: ../../include/class/SnmpConsole.class.php:911
 #: ../../include/class/SnmpConsole.class.php:923
+#: ../../include/class/CalendarManager.class.php:755
+#: ../../include/class/CredentialStore.class.php:1266
+#: ../../include/class/CredentialStore.class.php:1703
+#: ../../include/class/NetworkMap.class.php:2953
+#: ../../include/class/SatelliteAgent.class.php:445
+#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/WelcomeWindow.class.php:1064
 #: ../../include/class/WelcomeWindow.class.php:1168
 #: ../../include/lib/ClusterViewer/ClusterManager.php:701
 #: ../../include/lib/ITSM/Manager.php:1321
 #: ../../include/functions_container.php:191
 #: ../../include/functions_container.php:325
-#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954
 #: ../../include/functions_filemanager.php:835
+#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../operation/agentes/pandora_networkmap.php:851
 #: ../../operation/agentes/status_monitor.php:2332
 #: ../../operation/gis_maps/gis_map.php:203
@@ -4610,10 +4416,10 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:2010
 #: ../../godmode/users/profile_list.php:399
 #: ../../godmode/files_repo/files_repo_list.php:131
-#: ../../include/class/CredentialStore.class.php:1262
-#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/class/TipsWindow.class.php:486
 #: ../../include/class/CalendarManager.class.php:721
+#: ../../include/class/CredentialStore.class.php:1262
+#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/lib/ClusterViewer/ClusterManager.php:685
 #: ../../include/lib/ITSM/Manager.php:1048
 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917
@@ -4662,9 +4468,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:964
 #: ../../godmode/wizards/Custom.class.php:130
 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136
-#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/class/ExtensionsDiscovery.class.php:524
 #: ../../include/class/ExtensionsDiscovery.class.php:531
+#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343
 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454
 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609
@@ -4762,10 +4568,10 @@ msgstr ""
 #: ../../godmode/agentes/configure_field.php:115
 #: ../../godmode/agentes/inventory_manager.php:237
 #: ../../godmode/agentes/module_manager.php:675
-#: ../../godmode/agentes/module_manager_editor_common.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/agentes/planned_downtime.editor.php:882
 #: ../../godmode/agentes/planned_downtime.editor.php:1359
+#: ../../godmode/agentes/module_manager_editor_common.php:254
+#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/alerts/configure_alert_command.php:220
 #: ../../godmode/alerts/configure_alert_action.php:207
 #: ../../godmode/alerts/alert_actions.php:351
@@ -4781,13 +4587,13 @@ msgstr ""
 #: ../../godmode/groups/configure_group.php:140
 #: ../../godmode/groups/group_list.php:1034
 #: ../../godmode/modules/manage_inventory_modules.php:289
-#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_nc_groups_form.php:72
 #: ../../godmode/modules/manage_network_templates.php:248
-#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/modules/module_list.php:99
 #: ../../godmode/modules/manage_nc_groups.php:264
+#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_network_components_form_common.php:47
+#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/netflow/nf_edit.php:166
 #: ../../godmode/netflow/nf_edit_form.php:242
 #: ../../godmode/reporting/create_container.php:247
@@ -4803,27 +4609,29 @@ msgstr ""
 #: ../../godmode/servers/modificar_server.php:204
 #: ../../godmode/servers/servers.build_table.php:82
 #: ../../godmode/setup/os.builder.php:269
-#: ../../godmode/setup/os.builder.php:270
+#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81
 #: ../../godmode/setup/setup_ITSM.php:383
-#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81
-#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231
-#: ../../godmode/users/user_list.php:512
+#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194
+#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512
 #: ../../godmode/wizards/ManageExtensions.class.php:369
 #: ../../godmode/files_repo/files_repo_list.php:49
 #: ../../include/ajax/dashboard.ajax.php:89
 #: ../../include/class/ManageNetScanScripts.class.php:403
 #: ../../include/class/ManageNetScanScripts.class.php:549
-#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/ModuleTemplates.class.php:853
 #: ../../include/class/ModuleTemplates.class.php:1035
+#: ../../include/class/CalendarManager.class.php:1041
+#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/NetworkMap.class.php:3073
 #: ../../include/class/NetworkMap.class.php:3119
 #: ../../include/class/NetworkMap.class.php:3131
 #: ../../include/class/NetworkMap.class.php:3501
-#: ../../include/class/CalendarManager.class.php:1041
 #: ../../include/class/SatelliteCollection.class.php:132
 #: ../../include/functions_treeview.php:67
 #: ../../include/functions_snmp_browser.php:1913
+#: ../../include/functions_filemanager.php:718
+#: ../../include/functions_events.php:4422
+#: ../../include/functions_events.php:4559
 #: ../../include/functions_reporting_html.php:673
 #: ../../include/functions_reporting_html.php:1712
 #: ../../include/functions_reporting_html.php:1720
@@ -4833,9 +4641,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4960
 #: ../../include/functions_reporting_html.php:7652
 #: ../../include/functions_reporting_html.php:7845
-#: ../../include/functions_filemanager.php:718
-#: ../../include/functions_events.php:4422
-#: ../../include/functions_events.php:4559
 #: ../../mobile/operation/module_data.php:264
 #: ../../mobile/operation/server_status.php:283
 #: ../../mobile/operation/server_status.php:321
@@ -4949,8 +4754,8 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:113
 #: ../../godmode/agentes/status_monitor_custom_fields.php:165
 #: ../../godmode/agentes/inventory_manager.php:240
-#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager.php:707
+#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager_editor_common.php:1119
 #: ../../godmode/massive/massive_edit_agents.php:759
 #: ../../godmode/massive/massive_edit_modules.php:867
@@ -4975,9 +4780,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/netflow.php:200
 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82
 #: ../../include/functions_treeview.php:655
-#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686
+#: ../../include/functions_agents.php:4825
 #: ../../include/functions_reporting_html.php:4963
-#: ../../mobile/operation/modules.php:668
+#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668
 #: ../../mobile/operation/modules.php:670
 #: ../../mobile/operation/modules.php:910
 #: ../../operation/agentes/status_monitor.php:1589
@@ -4998,22 +4803,21 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:131
 #: ../../godmode/massive/massive_copy_modules.php:318
 #: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/massive/massive_edit_agents.php:1024
+#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/reporting/reporting_builder.item_editor.php:85
 #: ../../godmode/servers/servers.build_table.php:83
 #: ../../godmode/setup/setup_ITSM.php:441
 #: ../../godmode/setup/setup_ITSM.php:568
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675
-#: ../../include/ajax/heatmap.ajax.php:392
-#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079
-#: ../../include/ajax/module.php:1975
+#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079
+#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482
 #: ../../include/class/ExternalTools.class.php:933
-#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/class/AgentsAlerts.class.php:916
 #: ../../include/class/SnmpConsole.class.php:286
 #: ../../include/class/SnmpConsole.class.php:403
 #: ../../include/class/SnmpConsole.class.php:521
+#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358
@@ -5022,9 +4826,12 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540
 #: ../../include/lib/Dashboard/Widgets/events_list.php:860
 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564
-#: ../../include/functions_snmp.php:369
 #: ../../include/functions_massive_operations.php:161
 #: ../../include/functions_snmp_browser.php:595
+#: ../../include/functions_events.php:256
+#: ../../include/functions_events.php:312
+#: ../../include/functions_events.php:2585
+#: ../../include/functions_events.php:5119
 #: ../../include/functions_reporting_html.php:820
 #: ../../include/functions_reporting_html.php:949
 #: ../../include/functions_reporting_html.php:1207
@@ -5039,19 +4846,22 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4915
 #: ../../include/functions_reporting_html.php:4965
 #: ../../include/functions_reporting_html.php:6579
-#: ../../include/functions_events.php:256
-#: ../../include/functions_events.php:312
-#: ../../include/functions_events.php:2585
-#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97
-#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244
-#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407
-#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106
-#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248
-#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674
-#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849
-#: ../../mobile/operation/events.php:1003
-#: ../../mobile/operation/events.php:1004
+#: ../../include/functions_snmp.php:369
 #: ../../mobile/operation/module_data.php:262
+#: ../../mobile/operation/server_status.php:154
+#: ../../mobile/operation/server_status.php:155
+#: ../../mobile/operation/server_status.php:281
+#: ../../mobile/operation/server_status.php:319
+#: ../../mobile/operation/server_status.php:349
+#: ../../mobile/operation/server_status.php:445
+#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245
+#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105
+#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247
+#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334
+#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675
+#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003
+#: ../../mobile/operation/events.php:1004
 #: ../../mobile/operation/modules.php:163
 #: ../../mobile/operation/modules.php:164
 #: ../../mobile/operation/modules.php:275
@@ -5068,12 +4878,6 @@ msgstr ""
 #: ../../mobile/operation/modules.php:751
 #: ../../mobile/operation/modules.php:763
 #: ../../mobile/operation/modules.php:909
-#: ../../mobile/operation/server_status.php:154
-#: ../../mobile/operation/server_status.php:155
-#: ../../mobile/operation/server_status.php:281
-#: ../../mobile/operation/server_status.php:319
-#: ../../mobile/operation/server_status.php:349
-#: ../../mobile/operation/server_status.php:445
 #: ../../operation/agentes/alerts_status.functions.php:122
 #: ../../operation/agentes/estado_agente.php:359
 #: ../../operation/agentes/estado_agente.php:1127
@@ -5122,24 +4926,23 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:292
 #: ../../include/lib/Dashboard/Widgets/events_list.php:861
 #: ../../include/functions_netflow.php:278
+#: ../../include/functions_inventory.php:151
+#: ../../include/functions_inventory.php:185
+#: ../../include/functions_inventory.php:395
+#: ../../include/functions_inventory.php:415
+#: ../../include/functions_inventory.php:600
+#: ../../include/functions_events.php:257
+#: ../../include/functions_events.php:315
+#: ../../include/functions_events.php:2581
+#: ../../include/functions_events.php:5025
 #: ../../include/functions_reporting_html.php:1716
 #: ../../include/functions_reporting_html.php:1724
 #: ../../include/functions_reporting_html.php:1968
 #: ../../include/functions_reporting_html.php:1975
 #: ../../include/functions_reporting_html.php:3853
 #: ../../include/functions_reporting_html.php:6582
-#: ../../include/functions_events.php:257
-#: ../../include/functions_events.php:315
-#: ../../include/functions_events.php:2581
-#: ../../include/functions_events.php:5025
-#: ../../include/functions_inventory.php:151
-#: ../../include/functions_inventory.php:185
-#: ../../include/functions_inventory.php:395
-#: ../../include/functions_inventory.php:415
-#: ../../include/functions_inventory.php:600
-#: ../../mobile/operation/events.php:829
 #: ../../mobile/operation/module_data.php:165
-#: ../../mobile/operation/modules.php:672
+#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672
 #: ../../mobile/operation/modules.php:911
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
@@ -5175,6 +4978,87 @@ msgstr ""
 msgid "Fields selected"
 msgstr ""
 
+#: ../../godmode/agentes/status_monitor_custom_fields.php:231
+#: ../../godmode/agentes/planned_downtime.list.php:891
+#: ../../godmode/agentes/planned_downtime.list.php:936
+#: ../../godmode/agentes/configure_field.php:203
+#: ../../godmode/agentes/inventory_manager.php:188
+#: ../../godmode/agentes/inventory_manager.php:271
+#: ../../godmode/agentes/module_manager_editor.php:801
+#: ../../godmode/agentes/planned_downtime.editor.php:1308
+#: ../../godmode/agentes/agent_conf_gis.php:161
+#: ../../godmode/agentes/agent_manager.php:1304
+#: ../../godmode/alerts/configure_alert_command.php:386
+#: ../../godmode/alerts/configure_alert_action.php:450
+#: ../../godmode/alerts/alert_list.list.php:227
+#: ../../godmode/alerts/alert_list.list.php:1066
+#: ../../godmode/category/edit_category.php:196
+#: ../../godmode/events/custom_events.php:193
+#: ../../godmode/events/event_edit_filter.php:982
+#: ../../godmode/events/event_responses.editor.php:337
+#: ../../godmode/groups/configure_modu_group.php:99
+#: ../../godmode/groups/configure_group.php:285
+#: ../../godmode/modules/manage_inventory_modules.php:338
+#: ../../godmode/modules/manage_nc_groups_form.php:95
+#: ../../godmode/modules/manage_network_components_form.php:378
+#: ../../godmode/modules/manage_inventory_modules_form.php:245
+#: ../../godmode/modules/manage_network_templates_form.php:178
+#: ../../godmode/netflow/nf_edit_form.php:450
+#: ../../godmode/reporting/create_container.php:365
+#: ../../godmode/reporting/reporting_builder.main.php:56
+#: ../../godmode/reporting/graph_builder.main.php:305
+#: ../../godmode/reporting/visual_console_builder.elements.php:918
+#: ../../godmode/reporting/visual_console_builder.data.php:319
+#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/modificar_server.php:247
+#: ../../godmode/setup/setup_sflow.php:95
+#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
+#: ../../godmode/setup/os_version.builder.php:65
+#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
+#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
+#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
+#: ../../godmode/setup/setup_ehorus.php:228
+#: ../../godmode/setup/setup_netflow.php:121
+#: ../../godmode/setup/performance.php:893
+#: ../../godmode/setup/setup_ITSM.php:678
+#: ../../godmode/setup/setup_auth.php:547
+#: ../../godmode/setup/setup_general.php:945
+#: ../../godmode/setup/setup_visuals.php:2221
+#: ../../godmode/snmpconsole/snmp_filters.php:264
+#: ../../godmode/snmpconsole/snmp_filters.php:326
+#: ../../godmode/snmpconsole/snmp_filters.php:337
+#: ../../godmode/snmpconsole/snmp_alert.php:1704
+#: ../../godmode/snmpconsole/snmp_alert.php:2007
+#: ../../godmode/tag/edit_tag.php:251
+#: ../../godmode/update_manager/update_manager.setup.php:418
+#: ../../godmode/users/configure_profile.php:370
+#: ../../godmode/users/configure_token.php:154
+#: ../../godmode/users/configure_user.php:1636
+#: ../../godmode/files_repo/files_repo_form.php:109
+#: ../../include/ajax/alert_list.ajax.php:340
+#: ../../include/class/ManageNetScanScripts.class.php:769
+#: ../../include/class/ConfigPEN.class.php:703
+#: ../../include/class/ConfigPEN.class.php:704
+#: ../../include/class/ExternalTools.class.php:476
+#: ../../include/class/ModuleTemplates.class.php:997
+#: ../../include/class/CredentialStore.class.php:1659
+#: ../../include/functions_visual_map_editor.php:926
+#: ../../include/functions_events.php:3578
+#: ../../include/functions_events.php:3664
+#: ../../include/functions_events.php:4741
+#: ../../operation/agentes/datos_agente.php:220
+#: ../../operation/reporting/reporting_viewer.php:285
+#: ../../operation/reporting/reporting_viewer.php:297
+#: ../../operation/reporting/graph_analytics.php:421
+#: ../../operation/users/user_edit.php:894
+#: ../../operation/visual_console/view.php:520
+#: ../../views/calendar/edit.php:129
+#: ../../views/calendar/special_days_edit.php:162
+#: ../../views/ITSM/ITSMTicketEditView.php:259
+msgid "Update"
+msgstr ""
+
 #: ../../godmode/agentes/status_monitor_custom_fields.php:250
 #: ../../godmode/agentes/status_monitor_custom_fields.php:298
 #: ../../godmode/agentes/module_manager_editor_network.php:177
@@ -5223,7 +5107,6 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_modules.php:778
 #: ../../godmode/massive/massive_delete_modules.php:836
 #: ../../godmode/massive/massive_delete_modules.php:866
-#: ../../godmode/massive/massive_edit_plugins.php:338
 #: ../../godmode/massive/massive_add_alerts.php:339
 #: ../../godmode/massive/massive_delete_policies_alerts.php:253
 #: ../../godmode/massive/massive_delete_policies_alerts.php:280
@@ -5235,12 +5118,6 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:266
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270
-#: ../../godmode/massive/massive_edit_users.php:337
-#: ../../godmode/massive/massive_edit_users.php:397
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:616
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/massive/massive_edit_agents.php:802
 #: ../../godmode/massive/massive_edit_modules.php:491
 #: ../../godmode/massive/massive_edit_modules.php:1122
@@ -5256,6 +5133,13 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:1843
 #: ../../godmode/massive/massive_edit_modules.php:2103
 #: ../../godmode/massive/massive_edit_modules.php:2162
+#: ../../godmode/massive/massive_edit_plugins.php:338
+#: ../../godmode/massive/massive_edit_users.php:337
+#: ../../godmode/massive/massive_edit_users.php:397
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:616
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/modules/manage_nc_groups_form.php:80
 #: ../../godmode/modules/manage_network_components_form.php:674
 #: ../../godmode/modules/manage_network_components_form.php:680
@@ -5291,15 +5175,17 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4538
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559
 #: ../../godmode/setup/os.builder.php:359
-#: ../../godmode/setup/setup_visuals.php:637
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/setup/setup_general.php:1043
 #: ../../godmode/setup/setup_general.php:1060
 #: ../../godmode/setup/setup_general.php:1069
 #: ../../godmode/setup/setup_general.php:1086
+#: ../../godmode/setup/setup_visuals.php:637
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/snmpconsole/snmp_alert.php:40
 #: ../../godmode/snmpconsole/snmp_alert.php:1785
+#: ../../godmode/users/user_management.php:726
+#: ../../godmode/users/user_management.php:756
 #: ../../godmode/users/configure_user.php:1312
 #: ../../godmode/users/configure_user.php:1327
 #: ../../godmode/users/configure_user.php:1397
@@ -5310,16 +5196,18 @@ msgstr ""
 #: ../../godmode/users/configure_user.php:1725
 #: ../../godmode/users/configure_user.php:1734
 #: ../../godmode/users/configure_user.php:1741
-#: ../../godmode/users/user_management.php:726
-#: ../../godmode/users/user_management.php:756
 #: ../../godmode/wizards/HostDevices.class.php:1170
 #: ../../godmode/resources/resources_export_import.php:187
 #: ../../include/ajax/planned_downtime.ajax.php:85
 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501
 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922
-#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747
-#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028
+#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569
+#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747
 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862
+#: ../../include/class/SnmpConsole.class.php:327
+#: ../../include/class/SnmpConsole.class.php:1409
+#: ../../include/class/AgentWizard.class.php:729
+#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/class/NetworkMap.class.php:2944
 #: ../../include/class/NetworkMap.class.php:3213
 #: ../../include/class/NetworkMap.class.php:3236
@@ -5327,10 +5215,6 @@ msgstr ""
 #: ../../include/class/NetworkMap.class.php:3319
 #: ../../include/class/NetworkMap.class.php:3430
 #: ../../include/class/NetworkMap.class.php:3451
-#: ../../include/class/SnmpConsole.class.php:327
-#: ../../include/class/SnmpConsole.class.php:1409
-#: ../../include/class/AgentWizard.class.php:729
-#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445
 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388
 #: ../../include/lib/Dashboard/Widgets/module_status.php:379
@@ -5376,15 +5260,15 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:1122
 #: ../../include/functions_profile.php:357
 #: ../../include/functions_profile.php:375
-#: ../../include/functions_profile.php:390 ../../include/functions.php:1216
+#: ../../include/functions_profile.php:390
 #: ../../include/functions_networkmap.php:1522
-#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679
-#: ../../include/functions_html.php:395 ../../include/functions_html.php:862
-#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396
-#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444
-#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545
-#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994
-#: ../../include/functions_events.php:3567
+#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395
+#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344
+#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443
+#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495
+#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478
+#: ../../include/functions_html.php:7994 ../../include/functions.php:1216
+#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697
 #: ../../mobile/operation/events.php:970
 #: ../../operation/agentes/pandora_networkmap.editor.php:494
 #: ../../operation/agentes/ver_agente.php:1234
@@ -5441,8 +5325,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:84
 #: ../../godmode/menu.php:176
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071
-#: ../../include/functions_reporting_html.php:2287
 #: ../../include/functions_events.php:4527
+#: ../../include/functions_reporting_html.php:2287
 #: ../../operation/agentes/ver_agente.php:1769
 #: ../../operation/agentes/ver_agente.php:1773
 #: ../../operation/agentes/ver_agente.php:2078
@@ -5522,16 +5406,16 @@ msgstr ""
 #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521
 #: ../../godmode/wizards/ManageExtensions.class.php:374
 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084
-#: ../../include/class/SatelliteAgent.class.php:176
 #: ../../include/class/AgentsAlerts.class.php:254
 #: ../../include/class/AgentsAlerts.class.php:336
-#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/class/SnmpConsole.class.php:294
+#: ../../include/class/SatelliteAgent.class.php:176
+#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/functions_treeview.php:406
-#: ../../include/functions_reporting_html.php:4701
 #: ../../include/functions_cron.php:504
 #: ../../include/functions_filemanager.php:721
 #: ../../include/functions_reporting.php:3423
+#: ../../include/functions_reporting_html.php:4701
 #: ../../operation/agentes/pandora_networkmap.php:748
 #: ../../operation/agentes/status_monitor.php:1634
 msgid "Actions"
@@ -5556,9 +5440,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:192
 #: ../../godmode/massive/massive_edit_modules.php:937
 #: ../../godmode/modules/manage_network_components_form_network.php:93
+#: ../../include/class/AgentWizard.class.php:796
 #: ../../include/class/CredentialStore.class.php:1094
 #: ../../include/class/CredentialStore.class.php:1377
-#: ../../include/class/AgentWizard.class.php:796
 msgid "SNMP community"
 msgstr ""
 
@@ -5566,9 +5450,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:989
 #: ../../godmode/modules/manage_network_components_form_network.php:69
 #: ../../godmode/wizards/HostDevices.class.php:1271
+#: ../../include/class/AgentWizard.class.php:817
 #: ../../include/class/CredentialStore.class.php:1106
 #: ../../include/class/CredentialStore.class.php:1390
-#: ../../include/class/AgentWizard.class.php:817
 msgid "SNMP version"
 msgstr ""
 
@@ -5618,9 +5502,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:407
 #: ../../godmode/massive/massive_edit_modules.php:1024
 #: ../../godmode/modules/manage_network_components_form_network.php:178
+#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/class/CredentialStore.class.php:1195
 #: ../../include/class/CredentialStore.class.php:1497
-#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/functions_snmp_browser.php:891
 msgid "Privacy method"
 msgstr ""
@@ -5646,9 +5530,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:424
 #: ../../godmode/massive/massive_edit_modules.php:1029
 #: ../../godmode/modules/manage_network_components_form_network.php:158
+#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/class/CredentialStore.class.php:1212
 #: ../../include/class/CredentialStore.class.php:1518
-#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/functions_snmp_browser.php:907
 msgid "Privacy pass"
 msgstr ""
@@ -5663,9 +5547,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:449
 #: ../../godmode/massive/massive_edit_modules.php:1035
 #: ../../godmode/modules/manage_network_components_form_network.php:217
+#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/class/CredentialStore.class.php:1169
 #: ../../include/class/CredentialStore.class.php:1470
-#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/functions_snmp_browser.php:922
 msgid "MD5"
 msgstr ""
@@ -5682,9 +5566,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:463
 #: ../../godmode/massive/massive_edit_modules.php:1039
 #: ../../godmode/modules/manage_network_components_form_network.php:194
+#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/class/CredentialStore.class.php:1124
 #: ../../include/class/CredentialStore.class.php:1422
-#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/functions_snmp_browser.php:935
 msgid "Security level"
 msgstr ""
@@ -5717,8 +5601,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_actions.php:352
 #: ../../godmode/events/event_responses.editor.php:230
 #: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/massive/massive_edit_modules.php:1491
+#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/modules/manage_network_components_form_network.php:291
 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049
 #: ../../include/class/ManageNetScanScripts.class.php:434
@@ -6017,9 +5901,9 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.editor.php:1000
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523
-#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413
-#: ../../include/functions_snmp.php:421
+#: ../../include/rest-api/index.php:375
 #: ../../include/functions_reporting_html.php:5265
+#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421
 #: ../../operation/agentes/gis_view.php:221
 msgid "To"
 msgstr ""
@@ -6055,9 +5939,9 @@ msgid "Execution type"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:411
+#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/agentes/agent_manager.php:218
 #: ../../godmode/agentes/agent_manager.php:282
-#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/events/event_edit_filter.php:538
 #: ../../godmode/events/event_edit_filter.php:554
 #: ../../godmode/massive/massive_add_action_alerts.php:217
@@ -6100,8 +5984,8 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.list.php:989
 #: ../../godmode/agentes/configure_field.php:207
 #: ../../godmode/agentes/module_manager_editor.php:823
-#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/agentes/module_manager.php:1227
+#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/alerts/configure_alert_command.php:395
 #: ../../godmode/alerts/configure_alert_action.php:472
 #: ../../godmode/alerts/alert_actions.php:513
@@ -6115,13 +5999,13 @@ msgstr ""
 #: ../../godmode/groups/configure_modu_group.php:102
 #: ../../godmode/groups/configure_group.php:294
 #: ../../godmode/modules/manage_inventory_modules.php:374
-#: ../../godmode/modules/manage_inventory_modules_form.php:249
 #: ../../godmode/modules/manage_nc_groups_form.php:98
 #: ../../godmode/modules/manage_network_components_form.php:384
 #: ../../godmode/modules/manage_network_templates.php:311
-#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/modules/manage_nc_groups.php:344
 #: ../../godmode/modules/manage_network_components.php:910
+#: ../../godmode/modules/manage_inventory_modules_form.php:249
+#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/netflow/nf_edit_form.php:454
 #: ../../godmode/reporting/create_container.php:383
 #: ../../godmode/reporting/reporting_builder.main.php:45
@@ -6141,13 +6025,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1715
 #: ../../godmode/snmpconsole/snmp_alert.php:2204
 #: ../../godmode/tag/edit_tag.php:262
-#: ../../godmode/users/configure_user.php:1632
 #: ../../godmode/users/configure_token.php:145
+#: ../../godmode/users/configure_user.php:1632
 #: ../../include/class/ManageNetScanScripts.class.php:765
-#: ../../include/class/EventSound.class.php:199
-#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/ModuleTemplates.class.php:938
 #: ../../include/class/ModuleTemplates.class.php:992
+#: ../../include/class/EventSound.class.php:199
+#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/WelcomeWindow.class.php:774
 #: ../../include/class/WelcomeWindow.class.php:823
 #: ../../include/class/WelcomeWindow.class.php:876
@@ -6186,13 +6070,12 @@ msgstr ""
 #: ../../godmode/massive/massive_operations.php:388
 #: ../../godmode/massive/massive_operations.php:410
 #: ../../godmode/modules/manage_inventory_modules.php:54
-#: ../../godmode/modules/manage_inventory_modules_form.php:45
 #: ../../godmode/modules/manage_network_components.php:304
-#: ../../godmode/menu.php:344
-#: ../../include/class/AgentDeployWizard.class.php:727
-#: ../../include/class/ConfigPEN.class.php:329
+#: ../../godmode/modules/manage_inventory_modules_form.php:45
+#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329
 #: ../../include/class/ModuleTemplates.class.php:195
 #: ../../include/class/ModuleTemplates.class.php:213
+#: ../../include/class/AgentDeployWizard.class.php:727
 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62
 #: ../../include/functions_reports.php:926
 #: ../../include/functions_reports.php:930
@@ -6229,11 +6112,11 @@ msgid "Copy"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:778
-#: ../../godmode/agentes/agent_manager.php:1051
 #: ../../godmode/agentes/module_manager.php:835
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/agentes/planned_downtime.editor.php:930
 #: ../../godmode/agentes/modificar_agente.php:808
+#: ../../godmode/agentes/agent_manager.php:1051
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/massive/massive_edit_agents.php:1185
 #: ../../godmode/massive/massive_edit_modules.php:1366
 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641
@@ -6288,24 +6171,19 @@ msgstr ""
 #: ../../include/ajax/module.php:1254
 #: ../../include/class/SnmpConsole.class.php:831
 #: ../../include/class/SnmpConsole.class.php:849
-#: ../../include/lib/TacticalView/elements/LogStorage.php:150
-#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122
+#: ../../include/lib/TacticalView/elements/LogStorage.php:150
+#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490
-#: ../../include/functions.php:1267 ../../include/functions.php:1273
-#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152
+#: ../../include/functions_treeview.php:152
 #: ../../include/functions_treeview.php:310
 #: ../../include/functions_treeview.php:416
 #: ../../include/functions_treeview.php:645
-#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236
-#: ../../include/functions_ui.php:3244
-#: ../../include/functions_reporting_html.php:1313
-#: ../../include/functions_reporting_html.php:1316
-#: ../../include/functions_reporting_html.php:6840
-#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267
+#: ../../include/functions.php:1273 ../../include/functions.php:1277
 #: ../../include/functions_events.php:3754
 #: ../../include/functions_events.php:3898
 #: ../../include/functions_events.php:3918
@@ -6345,11 +6223,16 @@ msgstr ""
 #: ../../include/functions_events.php:5748
 #: ../../include/functions_events.php:5775
 #: ../../include/functions_events.php:5800
-#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198
-#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303
-#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327
-#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485
-#: ../../mobile/operation/events.php:495
+#: ../../include/functions_events.php:5844
+#: ../../include/functions_reporting_html.php:1313
+#: ../../include/functions_reporting_html.php:1316
+#: ../../include/functions_reporting_html.php:6840
+#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244
+#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203
+#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315
+#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435
+#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495
 #: ../../operation/agentes/estado_agente.php:1298
 #: ../../operation/agentes/interface_view.functions.php:747
 #: ../../operation/agentes/interface_view.functions.php:748
@@ -6518,9 +6401,9 @@ msgstr ""
 #: ../../include/class/WelcomeWindow.class.php:1178
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483
 #: ../../include/functions_snmp_browser.php:1765
-#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843
+#: ../../include/functions_html.php:6843
 #: ../../include/functions_notifications.php:1011
-#: ../../operation/events/events.php:1469
+#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469
 #: ../../operation/events/events.php:1561
 #: ../../views/ITSM/ITSMTicketDetailView.php:366
 msgid "Add"
@@ -6653,447 +6536,13 @@ msgid "Plugin server module"
 msgstr ""
 
 #: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/massive/massive_edit_modules.php:1470
+#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/modules/manage_network_components_form_plugin.php:36
 #: ../../godmode/servers/plugin_registration.php:502
 msgid "Plugin"
 msgstr ""
 
-#: ../../godmode/agentes/agent_manager.php:195
-#: ../../godmode/agentes/module_manager_editor_common.php:780
-#: ../../godmode/groups/configure_group.php:251
-#: ../../godmode/massive/massive_edit_agents.php:862
-msgid "Custom ID"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:330
-#: ../../godmode/agentes/agent_manager.php:965
-#: ../../godmode/massive/massive_edit_agents.php:1138
-msgid "Agent icon"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-#: ../../include/class/SatelliteAgent.class.php:555
-#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
-#: ../../include/functions_reporting_html.php:4910
-#: ../../include/functions_events.php:253
-#: ../../include/functions_events.php:300
-#: ../../include/functions_events.php:2576
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/modules.php:908
-#: ../../operation/events/events.php:3063
-msgid "Agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-msgid ""
-"The agent name is a unique identifier (which is automatically generated in "
-"software agents). If you set it manually, make sure it is not duplicated. "
-"Although it accepts spaces, we do not recommend you to use them in the agent "
-"name, you may use them in the agent alias. The agent name is not displayed "
-"in the interface, it is an internal name."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:393
-msgid "Edit agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-#: ../../godmode/groups/tactical.php:179
-#: ../../godmode/reporting/reporting_builder.item_editor.php:77
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
-#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488
-#: ../../include/functions_reporting_html.php:2259
-#: ../../include/functions_reporting_html.php:2423
-#: ../../operation/inventory/inventory.php:1366
-msgid "Alias"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-msgid ""
-"This will be the text label that will represent the agent on all types of "
-"screens and reports. It may be duplicated, contain spaces and non-ASCII "
-"characters."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:414
-msgid "Use alias as name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "This agent can be remotely configured"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:436
-#: ../../godmode/servers/modificar_server.php:208
-#: ../../include/functions_treeview.php:649
-#: ../../include/functions_reporting_html.php:2263
-#: ../../include/functions_reporting_html.php:5390
-#: ../../include/functions_reporting_html.php:5484
-#: ../../include/functions_events.php:4459
-#: ../../operation/gis_maps/ajax.php:290
-msgid "IP Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:439
-msgid "Check unique IP"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:461
-#: ../../godmode/agentes/agent_manager.php:487
-msgid "Delete selected IPs"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:478
-msgid "Fix IP address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:479
-msgid "Avoid automatic IP address update when agent IP changes."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:483
-msgid "IP Address list"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid "Primary group"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid ""
-"Although an agent can belong to multiple groups, it can only have a parent "
-"group."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:558
-msgid ""
-"Time that elapses when updating data in the agent. Remote modules have their "
-"own interval, but this time is used to find out if an agent stopped "
-"responding (unknown state). When twice the time interval defined in an agent "
-"goes by, it is considered to be in unknown state (or also if all its remote "
-"modules are in unknown state). An agent may be in unknown state if all of "
-"its local (software agent-based) modules have a last contact time longer "
-"than twice the agent interval, even if it has updated remote modules."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:579
-#: ../../godmode/agentes/planned_downtime.editor.php:1361
-#: ../../godmode/agentes/modificar_agente.php:704
-#: ../../godmode/massive/massive_edit_agents.php:783
-#: ../../godmode/modules/manage_inventory_modules.php:291
-#: ../../godmode/modules/manage_inventory_modules_form.php:140
-#: ../../godmode/reporting/reporting_builder.item_editor.php:79
-#: ../../include/ajax/heatmap.ajax.php:468
-#: ../../include/class/Diagnostics.class.php:832
-#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
-#: ../../include/functions_massive_operations.php:239
-#: ../../include/functions_reporting_html.php:816
-#: ../../include/functions_reporting_html.php:2267
-#: ../../include/functions_reporting_html.php:4912
-#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94
-#: ../../mobile/operation/agents.php:405
-#: ../../operation/agentes/estado_agente.php:1108
-#: ../../operation/gis_maps/ajax.php:297
-#: ../../operation/inventory/inventory.php:1372
-#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
-#: ../../operation/tree.php:145
-msgid "OS"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:607
-msgid "OS version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-#: ../../godmode/agentes/module_manager.php:693
-#: ../../godmode/events/event_edit_filter.php:958
-#: ../../godmode/massive/massive_edit_agents.php:806
-#: ../../godmode/modules/manage_network_components.php:789
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
-#: ../../include/class/AgentWizard.class.php:1311
-#: ../../include/functions_reporting_html.php:3029
-#: ../../include/functions_reporting_html.php:3229
-#: ../../operation/events/events.php:2214
-#: ../../operation/inventory/inventory.php:576
-#: ../../operation/custom_fields/custom_fields_view.php:710
-msgid "Server"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-msgid "Server that will preferentially execute remote tasks."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:741
-msgid "Remote config disabled, please activate to enable agent basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:746
-msgid "Enable security hardening monitoring"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:759
-msgid "Enable log collection"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:773
-msgid "Enable inventory"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:791
-msgid "Pandora RC connected with id "
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:800
-msgid "This agent do not have a Pandora RC agent installed, install one."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:806
-msgid "Enable remote control"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:816
-#: ../../godmode/agentes/agent_manager.php:817
-msgid "Only available for agents 774 or higher"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:823
-msgid "Remote config is enabled only in the Enteprise version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:833
-msgid "Basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:855
-#: ../../godmode/reporting/reporting_builder.item_editor.php:81
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
-#: ../../include/functions_agents.php:4872
-#: ../../include/functions_events.php:5160
-#: ../../operation/inventory/inventory.php:1370
-msgid "Secondary groups"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:866
-msgid "Agent parent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:894
-msgid "Cascade protection modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:910
-#: ../../godmode/massive/massive_edit_agents.php:945
-msgid "Learning mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:920
-#: ../../godmode/massive/massive_edit_agents.php:956
-msgid "Normal mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:930
-#: ../../godmode/massive/massive_edit_agents.php:967
-msgid "Autodisable mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-#: ../../godmode/massive/massive_edit_agents.php:980
-msgid "Module definition"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-msgid ""
-"Three working modes can be selected for module definition. Learning mode: "
-"Default mode, if an XML arrives with new modules, they will be created "
-"automatically; it is a learning behavior. Normal mode: If an XML arrives "
-"with new modules, they will only be created if they are previously declared "
-"in the Console. Autodisable mode: It is the same as learning mode, but if "
-"all modules go into unknown, the agent will be disabled until information "
-"arrives again."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-msgid "Cascade protection services"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid ""
-"To avoid an avalanche of cascading alerts. You may choose any agent module "
-"(any) or a specific module. In the first case, when there is at least one "
-"module in critical, that event/alert will be launched, but no other of "
-"another module of the same agent. In the second case, when the specified "
-"module is in critical, the agent will not generate alerts/events."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:958
-msgid "Update new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1034
-msgid "URL Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid "Disabled mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid ""
-"A deactivated agent does not generate activity (or issue events/alerts) or "
-"process data or actively generate monitoring. In many listings it does not "
-"even appear."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1051
-msgid ""
-"A 'silent' agent continues to process monitoring data, but does not generate "
-"events or alerts."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1078
-msgid "Delete remote configuration file"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1087
-#: ../../godmode/agentes/configurar_agente.php:651
-#: ../../godmode/agentes/configurar_agente.php:803
-#: ../../godmode/massive/massive_edit_agents.php:1051
-#: ../../godmode/reporting/reporting_builder.item_editor.php:87
-#: ../../godmode/servers/servers.build_table.php:303
-#: ../../include/functions_agents.php:4907
-msgid "Remote configuration"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-#: ../../godmode/massive/massive_edit_agents.php:1205
-msgid "Safe operation mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-msgid ""
-"When the module set in this option goes into critical state, the other "
-"modules of the agent are automatically deactivated. This option can be very "
-"useful to avoid wasting resources, especially in remote checks. For example, "
-"if a Host alive module is chosen, SNMP checks will not be performed on the "
-"device when there is no connectivity with it."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1129
-msgid "Vulnerability scanning"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1132
-#: ../../godmode/agentes/module_manager.php:1081
-#: ../../godmode/agentes/module_manager.php:1094
-#: ../../godmode/agentes/module_manager_editor_common.php:255
-#: ../../godmode/agentes/module_manager_editor_common.php:728
-#: ../../godmode/agentes/module_manager_editor_common.php:1368
-#: ../../godmode/agentes/modificar_agente.php:799
-#: ../../godmode/alerts/alert_list.list.php:172
-#: ../../godmode/alerts/alert_view.php:560
-#: ../../godmode/alerts/configure_alert_template.php:1001
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:996
-#: ../../godmode/massive/massive_edit_agents.php:1215
-#: ../../godmode/massive/massive_edit_modules.php:881
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
-#: ../../include/functions_visual_map_editor.php:872
-#: ../../include/functions_treeview.php:64
-#: ../../include/functions_treeview.php:595
-#: ../../include/functions_agents.php:1494
-#: ../../include/functions_agents.php:4639
-#: ../../include/functions_reporting_html.php:4927
-#: ../../include/functions_reporting.php:7421
-#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
-#: ../../operation/agentes/alerts_status.functions.php:115
-#: ../../operation/inventory/inventory.php:789
-#: ../../operation/search_agents.getdata.php:189
-msgid "Disabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1133
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/module_manager_editor_common.php:732
-#: ../../godmode/agentes/module_manager_editor_common.php:743
-#: ../../godmode/alerts/configure_alert_template.php:1002
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:1214
-#: ../../godmode/modules/manage_network_components_form_wizard.php:249
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
-#: ../../include/functions_visual_map_editor.php:871
-#: ../../include/functions_agents.php:4908
-#: ../../include/functions_reporting_html.php:4925
-#: ../../operation/inventory/inventory.php:788
-msgid "Enabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1134
-msgid "Use global settings"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_agents.php:1235
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid "Ignore unknown"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/massive/massive_edit_agents.php:1235
-msgid ""
-"This disables the calculation of the unknown state in the agent and any of "
-"its modules, so it will never transition to unknown. The state it reflects "
-"is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1218
-msgid "Link text:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1229
-msgid "Link URL:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1328
-#: ../../godmode/agentes/agent_manager.php:1390
-#: ../../godmode/agentes/modificar_agente.php:1007
-msgid "Delete agent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1383
-#: ../../godmode/agentes/modificar_agente.php:979
-msgid "This agent belongs to the clusters"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1391
-#: ../../godmode/setup/setup_visuals.php:2401
-msgid "This action is not reversible. Are you sure?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1452
-msgid "Secondary group cannot be primary too."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1554
-msgid "This IP address is in use. Are you sure you want to save it?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1577
-msgid ""
-"Change the internal name of the agent may cause duplicity and malfunction"
-msgstr ""
-
 #: ../../godmode/agentes/module_manager.php:81
 #: ../../operation/agentes/estado_monitores.php:637
 msgid "Show in hierachy mode"
@@ -7136,6 +6585,25 @@ msgstr ""
 msgid "P"
 msgstr ""
 
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/agentes/agent_manager.php:622
+#: ../../godmode/events/event_edit_filter.php:958
+#: ../../godmode/massive/massive_edit_agents.php:806
+#: ../../godmode/modules/manage_network_components.php:789
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
+#: ../../include/class/AgentWizard.class.php:1311
+#: ../../include/functions_reporting_html.php:3029
+#: ../../include/functions_reporting_html.php:3229
+#: ../../operation/events/events.php:2214
+#: ../../operation/inventory/inventory.php:576
+#: ../../operation/custom_fields/custom_fields_view.php:710
+msgid "Server"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:693
 #: ../../include/lib/TacticalView/elements/Events.php:445
 msgid "S"
@@ -7191,6 +6659,35 @@ msgstr ""
 msgid "Normalize"
 msgstr ""
 
+#: ../../godmode/agentes/module_manager.php:1081
+#: ../../godmode/agentes/module_manager.php:1094
+#: ../../godmode/agentes/modificar_agente.php:799
+#: ../../godmode/agentes/agent_manager.php:1132
+#: ../../godmode/agentes/module_manager_editor_common.php:255
+#: ../../godmode/agentes/module_manager_editor_common.php:728
+#: ../../godmode/agentes/module_manager_editor_common.php:1368
+#: ../../godmode/alerts/alert_list.list.php:172
+#: ../../godmode/alerts/alert_view.php:560
+#: ../../godmode/alerts/configure_alert_template.php:1001
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:996
+#: ../../godmode/massive/massive_edit_agents.php:1215
+#: ../../godmode/massive/massive_edit_modules.php:881
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
+#: ../../include/functions_visual_map_editor.php:872
+#: ../../include/functions_treeview.php:64
+#: ../../include/functions_treeview.php:595
+#: ../../include/functions_agents.php:1494
+#: ../../include/functions_agents.php:4639
+#: ../../include/functions_reporting.php:7432
+#: ../../include/functions_reporting_html.php:4927
+#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
+#: ../../operation/agentes/alerts_status.functions.php:115
+#: ../../operation/inventory/inventory.php:789
+#: ../../operation/search_agents.getdata.php:189
+msgid "Disabled"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:1092
 #: ../../include/functions_snmp_browser.php:639
 msgid "Create network component"
@@ -7235,638 +6732,6 @@ msgstr ""
 msgid "Delete module"
 msgstr ""
 
-#: ../../godmode/agentes/module_manager_editor_common.php:120
-#: ../../godmode/agentes/module_manager_editor_common.php:135
-msgid "Manual setup"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:128
-msgid "No component was found"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:151
-msgid "Using module component"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:303
-#: ../../godmode/agentes/module_manager_editor_common.php:1026
-#: ../../godmode/massive/massive_edit_modules.php:1085
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
-#: ../../include/ajax/heatmap.ajax.php:228
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
-#: ../../include/functions_treeview.php:114
-#: ../../include/functions_graph.php:4964
-#: ../../include/functions_visual_map.php:4279
-#: ../../operation/agentes/status_monitor.php:582
-#: ../../operation/heatmap.php:105
-msgid "Not assigned"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:447
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
-msgid "Warning threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:449
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Min / Max"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:450
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Decrease / Increase"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid ""
-"Normal: Any value within the specified range will cause a state change. "
-"Inverse interval: Any value outside the specified range will cause a state "
-"change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:479
-#: ../../godmode/agentes/module_manager_editor_common.php:569
-#: ../../godmode/groups/group_list.php:1311
-#: ../../godmode/massive/massive_copy_modules.php:123
-#: ../../godmode/massive/massive_copy_modules.php:311
-#: ../../godmode/massive/massive_delete_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/netflow/nf_edit_form.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
-#: ../../godmode/setup/setup_visuals.php:1085
-#: ../../godmode/setup/setup_visuals.php:1107
-#: ../../include/ajax/module.php:2345
-#: ../../include/class/ExtensionsDiscovery.class.php:786
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
-#: ../../include/functions_massive_operations.php:154
-#: ../../include/functions.php:1174 ../../include/functions.php:1414
-#: ../../include/functions.php:1421 ../../include/functions.php:1454
-#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366
-#: ../../include/functions_graph.php:3225
-#: ../../include/functions_graph.php:3227
-#: ../../include/functions_graph.php:4772
-#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58
-#: ../../mobile/operation/modules.php:69
-#: ../../operation/agentes/group_view.php:250
-#: ../../operation/agentes/group_view.php:255
-#: ../../operation/agentes/estado_agente.php:310
-#: ../../operation/agentes/estado_monitores.php:544
-#: ../../operation/agentes/status_monitor.php:573
-#: ../../operation/netflow/nf_live_view.php:327
-#: ../../operation/custom_fields/custom_fields_view.php:174
-#: ../../operation/tree.php:208 ../../operation/tree.php:299
-#: ../../operation/tree.php:535
-msgid "Normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:480
-#: ../../godmode/agentes/module_manager_editor_common.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:570
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-#: ../../godmode/massive/massive_edit_modules.php:701
-#: ../../godmode/massive/massive_edit_modules.php:807
-#: ../../godmode/modules/manage_network_components_form_wizard.php:450
-#: ../../godmode/modules/manage_network_components_form_wizard.php:535
-#: ../../godmode/modules/manage_network_components_form_common.php:264
-#: ../../godmode/modules/manage_network_components_form_common.php:342
-msgid "Inverse interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:481
-#: ../../godmode/agentes/module_manager_editor_common.php:571
-#: ../../godmode/massive/massive_edit_modules.php:723
-#: ../../godmode/massive/massive_edit_modules.php:829
-#: ../../godmode/modules/manage_network_components_form_wizard.php:457
-#: ../../godmode/modules/manage_network_components_form_wizard.php:542
-#: ../../godmode/modules/manage_network_components_form_common.php:271
-#: ../../godmode/modules/manage_network_components_form_common.php:349
-msgid "Percentage"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-#: ../../godmode/agentes/module_manager_editor_common.php:606
-#: ../../godmode/massive/massive_edit_modules.php:689
-#: ../../godmode/massive/massive_edit_modules.php:795
-#: ../../godmode/modules/manage_network_components_form_wizard.php:436
-#: ../../godmode/modules/manage_network_components_form_wizard.php:521
-#: ../../godmode/modules/manage_network_components_form_common.php:250
-#: ../../godmode/modules/manage_network_components_form_common.php:328
-#: ../../include/functions_treeview.php:88
-#: ../../include/functions_treeview.php:100
-msgid "Str."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/modules/manage_network_components_form_wizard.php:474
-#: ../../godmode/modules/manage_network_components_form_common.php:285
-msgid "Change to critical status after"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:533
-#: ../../godmode/modules/manage_network_components_form_wizard.php:482
-#: ../../godmode/modules/manage_network_components_form_common.php:293
-msgid "intervals in warning status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:538
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
-msgid "Critical threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid ""
-"Normal: Any value within the specified range will cause a state change."
-"\\nInverse interval: Any value outside the specified range will cause a "
-"state change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-#: ../../godmode/massive/massive_edit_modules.php:1292
-#: ../../godmode/modules/manage_network_components_form_common.php:406
-#: ../../include/functions_reporting.php:5037
-#: ../../mobile/operation/modules.php:860
-msgid "Historical data"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid ""
-"If disabled, it will only save the last known data, being unable to display "
-"graphs. It is useful to save DB space. It should be disabled only in those "
-"cases where it is necessary for the system to flow faster and save resources."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid ""
-"This disables the module's state calculation to unknown, so it will never "
-"transition to unknown. The state it reflects is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:692
-#: ../../godmode/agentes/module_manager_editor_common.php:694
-#, php-format
-msgid "Agent interval x %s"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:700
-#: ../../godmode/alerts/alert_list.list.php:716
-#: ../../godmode/alerts/alert_view.php:58
-#: ../../godmode/events/event_edit_filter.php:491
-#: ../../godmode/massive/massive_edit_users.php:242
-#: ../../godmode/massive/massive_edit_users.php:272
-#: ../../godmode/massive/massive_edit_agents.php:1100
-#: ../../godmode/setup/gis_step_2.php:599
-#: ../../godmode/setup/gis_step_2.php:685
-#: ../../godmode/setup/setup_visuals.php:428
-#: ../../godmode/setup/setup_visuals.php:459
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:715
-#: ../../godmode/setup/setup_visuals.php:755
-#: ../../godmode/setup/setup_visuals.php:1623
-#: ../../godmode/users/configure_user.php:54
-#: ../../godmode/users/configure_user.php:1143
-#: ../../godmode/users/user_management.php:39
-#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799
-#: ../../include/class/AgentsAlerts.class.php:950
-#: ../../include/class/SnmpConsole.class.php:312
-#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347
-#: ../../operation/gis_maps/gis_map.php:119
-#: ../../operation/users/user_edit.php:426
-#: ../../operation/users/user_edit.php:429
-#: ../../operation/users/user_edit.php:440
-#: ../../operation/users/user_edit.php:465
-#: ../../views/calendar/special_days.php:197
-#: ../../views/calendar/special_days.php:209
-msgid "Default"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:777
-msgid "Identification and Categorization"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:781
-#: ../../godmode/massive/massive_edit_modules.php:1297
-#: ../../godmode/module_library/module_library_view.php:123
-#: ../../godmode/modules/manage_network_components_form_common.php:459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
-#: ../../include/functions_reporting_html.php:948
-#: ../../include/functions_reporting_html.php:996
-msgid "Category"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:818
-#: ../../godmode/modules/manage_network_components_form_common.php:484
-msgid "Tags available"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:898
-#: ../../godmode/modules/manage_network_components_form_common.php:505
-msgid "Add tags to module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:989
-msgid "Module parent"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1046
-msgid "Tags from policy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1072
-#: ../../godmode/massive/massive_edit_modules.php:1361
-#: ../../godmode/modules/manage_network_components_form_common.php:446
-msgid "Unknown instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1095
-#: ../../godmode/massive/massive_edit_modules.php:1351
-#: ../../godmode/modules/manage_network_components_form_common.php:436
-msgid "Critical instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1096
-#: ../../godmode/massive/massive_edit_modules.php:1356
-#: ../../godmode/modules/manage_network_components_form_common.php:441
-msgid "Warning instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1117
-msgid "Execution interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1137
-#: ../../godmode/agentes/module_manager_editor_common.php:1143
-#: ../../godmode/agentes/planned_downtime.editor.php:1155
-msgid "Cron from"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1140
-#: ../../godmode/agentes/module_manager_editor_common.php:1146
-#: ../../godmode/agentes/planned_downtime.editor.php:1158
-msgid "Cron to"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid "Thresholds and state changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid ""
-"It indicates the minimum and maximum values accepted by the module. Any "
-"value outside this range will be discarded. For example, with a Max. value "
-"of 100, a data value of 200 will not be saved in a database."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1157
-#: ../../godmode/modules/manage_network_components_form_common.php:411
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
-#: ../../include/functions_reporting.php:7531
-msgid "Min. Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1158
-#: ../../godmode/modules/manage_network_components_form_common.php:416
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
-#: ../../include/functions_reporting.php:7527
-msgid "Max. Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid "Dynamic Threshold Interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid ""
-"If this option is enabled, the module thresholds will be automatically "
-"adjusted based on the mean and standard deviation of their values in the "
-"specified time interval."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#: ../../godmode/alerts/configure_alert_template.php:953
-#: ../../godmode/massive/massive_edit_modules.php:663
-#: ../../godmode/massive/massive_edit_modules.php:769
-#: ../../godmode/massive/massive_edit_modules.php:1068
-#: ../../godmode/modules/manage_network_components_form_wizard.php:408
-#: ../../godmode/modules/manage_network_components_form_wizard.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/modules/manage_network_components_form_common.php:300
-#: ../../include/lib/Dashboard/Widgets/top_n.php:304
-#: ../../include/functions_alerts.php:686
-#: ../../include/functions_alerts.php:713
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6804
-msgid "Min."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#, php-format
-msgid ""
-"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the lower critical state "
-"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% lower than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-#: ../../godmode/alerts/configure_alert_template.php:966
-#: ../../godmode/massive/massive_edit_modules.php:676
-#: ../../godmode/massive/massive_edit_modules.php:782
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/modules/manage_network_components_form_wizard.php:422
-#: ../../godmode/modules/manage_network_components_form_wizard.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:236
-#: ../../godmode/modules/manage_network_components_form_common.php:314
-#: ../../include/lib/Dashboard/Widgets/top_n.php:303
-#: ../../include/functions_alerts.php:685
-#: ../../include/functions_alerts.php:712
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6805
-msgid "Max."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-msgid ""
-"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the upper critical state "
-"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% higher than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid "Two Tailed"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid ""
-"It allows to set a lower threshold in addition to the upper one by default. "
-"If enabled, both very high and very low values will cause a state change."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-#: ../../godmode/massive/massive_edit_modules.php:1257
-#: ../../godmode/modules/manage_network_components_form_common.php:361
-msgid "FF threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-msgid ""
-"It indicates the number of consecutive values at a threshold that must be "
-"received for the module to change state. For example, with a value 0 "
-"(default) the module will change state as soon as it receives a data within "
-"the critical threshold, but with a value 2 the module must receive two more "
-"critical data (consecutively) to change to critical state. It is possible to "
-"set the same 'tolerance' for all status changes or choose a different value "
-"for each one. This option is especially useful in unstable environments, as "
-"it helps prevent false positives."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1247
-#: ../../godmode/massive/massive_edit_modules.php:1151
-#: ../../godmode/massive/massive_edit_modules.php:1168
-#: ../../godmode/modules/manage_network_components_form_common.php:367
-msgid "All state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-#: ../../godmode/massive/massive_edit_modules.php:1150
-#: ../../godmode/massive/massive_edit_modules.php:1251
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "Each state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1258
-msgid "Change all states"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1280
-#: ../../godmode/massive/massive_edit_modules.php:1214
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "To normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1281
-#: ../../godmode/massive/massive_edit_modules.php:1226
-#: ../../godmode/modules/manage_network_components_form_common.php:387
-msgid "To warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1282
-#: ../../godmode/massive/massive_edit_modules.php:1238
-#: ../../godmode/modules/manage_network_components_form_common.php:394
-msgid "To critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1338
-#: ../../godmode/massive/massive_edit_modules.php:1262
-msgid "FF interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1339
-#: ../../godmode/massive/massive_edit_modules.php:1277
-msgid "FF timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1184
-#: ../../godmode/modules/manage_network_components_form_common.php:362
-msgid "Keep counters"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1380
-msgid "Data and their processing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1384
-#: ../../godmode/massive/massive_edit_modules.php:1133
-#: ../../godmode/modules/manage_network_components_form_common.php:421
-#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
-#: ../../include/functions_reporting_html.php:4964
-msgid "Unit"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-#: ../../godmode/massive/massive_edit_modules.php:903
-#: ../../godmode/modules/manage_network_components_form_plugin.php:54
-#: ../../godmode/modules/manage_network_components_form_wmi.php:83
-#: ../../godmode/modules/manage_network_components_form_network.php:249
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "Post process"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-msgid ""
-"It allows you to change the unit of the received data. To do this, multiply "
-"the data received by the value set in this option (e.g. Seconds * "
-"0.016666666667 = Minutes). The data is saved already transformed in the "
-"database, so changing this parameter when the module has data can cause "
-"anomalies in graphs and other elements."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1412
-#: ../../godmode/massive/massive_edit_modules.php:920
-msgid "MADE enabled"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1413
-#: ../../godmode/massive/massive_edit_modules.php:921
-msgid ""
-"By activating this option, the module data will be processed by the MADE "
-"engine (if active), and events will be generated automatically by the IA "
-"engine"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1427
-msgid "Notifications and alerts"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1429
-#: ../../godmode/massive/massive_edit_modules.php:1128
-msgid "Export target"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1431
-msgid "Not needed"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-#: ../../godmode/modules/manage_network_components_form_common.php:426
-msgid "Discard unknown events"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-msgid ""
-"With this mode, the unknown state will be detected, but it will not generate "
-"events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
-msgid ""
-"A module in silent mode will continue to receive and store data, but will "
-"not trigger alerts or generate events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid "Cascade Protection Services"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1483
-#: ../../godmode/massive/massive_edit_modules.php:1395
-#: ../../include/class/ExtensionsDiscovery.class.php:1571
-msgid "Timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1484
-#: ../../godmode/massive/massive_edit_modules.php:1410
-msgid "Retries"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1506
-#: ../../godmode/alerts/configure_alert_template.php:922
-#: ../../godmode/massive/massive_edit_modules.php:1078
-#: ../../godmode/reporting/visual_console_builder.wizard.php:353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
-#: ../../godmode/setup/setup_visuals.php:1905
-#: ../../godmode/setup/setup_visuals.php:1995
-#: ../../godmode/setup/setup_visuals.php:2077
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
-#: ../../include/ajax/events.php:2256
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
-#: ../../include/functions_visual_map_editor.php:741
-#: ../../include/functions_netflow.php:212
-#: ../../include/functions_snmp_browser.php:561
-#: ../../include/functions_graph.php:5101
-#: ../../include/functions_reporting_html.php:1603
-#: ../../include/functions_reporting_html.php:3336
-#: ../../include/functions_reporting_html.php:6222
-#: ../../include/functions_reporting_html.php:6768
-#: ../../include/functions_reports.php:1178
-msgid "Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1560
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-msgid "Direct"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1561
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-#: ../../include/functions_reporting_html.php:5383
-#: ../../include/functions_reporting_html.php:5477
-#: ../../include/functions_reporting_html.php:5557
-#: ../../include/functions_reporting_html.php:5566
-#: ../../include/functions_reporting_html.php:5704
-#: ../../include/functions_reporting_html.php:5713
-#: ../../include/functions_reporting_html.php:6039
-#: ../../include/functions_reporting_html.php:6045
-msgid "Failover"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1563
-msgid "Rel. type"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1585
-msgid "Add relationship"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1611
-msgid "Changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2357
-#: ../../godmode/modules/manage_network_components_form_common.php:840
-msgid "Normal Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2358
-#: ../../godmode/modules/manage_network_components_form_common.php:841
-msgid "Warning Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2359
-#: ../../godmode/modules/manage_network_components_form_common.php:842
-msgid "Critical Status"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2362
-#: ../../godmode/modules/manage_network_components_form_common.php:844
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2363
-#: ../../godmode/modules/manage_network_components_form_common.php:845
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2364
-#: ../../godmode/modules/manage_network_components_form_common.php:846
-msgid "Please introduce a positive percentage value"
-msgstr ""
-
 #: ../../godmode/agentes/planned_downtime.editor.php:58
 #: ../../godmode/alerts/alert_list.php:610
 #: ../../include/class/SnmpConsole.class.php:205
@@ -8037,13 +6902,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_filters.php:164
 #: ../../godmode/snmpconsole/snmp_alert.php:302
 #: ../../godmode/users/profile_list.php:233
-#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/users/token_list.php:108
+#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/files_repo/files_repo.php:145
-#: ../../include/class/EventSound.class.php:103
-#: ../../include/class/EventSound.class.php:134
 #: ../../include/class/CalendarManager.class.php:555
 #: ../../include/class/CalendarManager.class.php:912
+#: ../../include/class/EventSound.class.php:103
+#: ../../include/class/EventSound.class.php:134
 #: ../../include/functions_alerts.php:2838
 #: ../../include/functions_planned_downtimes.php:115
 #: ../../include/functions_planned_downtimes.php:892
@@ -8081,60 +6946,60 @@ msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1056
 #: ../../include/class/CalendarManager.class.php:1044
-#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491
+#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502
 #: ../../views/calendar/special_days.php:248
 msgid "Mon"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1057
 #: ../../include/class/CalendarManager.class.php:1045
-#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496
+#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507
 #: ../../views/calendar/special_days.php:249
 msgid "Tue"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1058
 #: ../../include/class/CalendarManager.class.php:1046
-#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501
+#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512
 #: ../../views/calendar/special_days.php:250
 msgid "Wed"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1059
 #: ../../include/class/CalendarManager.class.php:1047
-#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506
+#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517
 #: ../../views/calendar/special_days.php:251
 msgid "Thu"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1060
 #: ../../include/class/CalendarManager.class.php:1048
-#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511
+#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522
 #: ../../views/calendar/special_days.php:252
 msgid "Fri"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1061
 #: ../../include/class/CalendarManager.class.php:1049
-#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516
+#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527
 #: ../../views/calendar/special_days.php:253
 msgid "Sat"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1062
 #: ../../include/class/CalendarManager.class.php:1050
-#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521
+#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532
 #: ../../views/calendar/special_days.php:247
 msgid "Sun"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1072
-#: ../../include/functions_reporting.php:15531
+#: ../../include/functions_reporting.php:15542
 msgid "From day"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1088
-#: ../../include/functions_reporting.php:15532
+#: ../../include/functions_reporting.php:15543
 msgid "To day"
 msgstr ""
 
@@ -8150,6 +7015,18 @@ msgstr ""
 msgid "To hour"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1155
+#: ../../godmode/agentes/module_manager_editor_common.php:1137
+#: ../../godmode/agentes/module_manager_editor_common.php:1143
+msgid "Cron from"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1158
+#: ../../godmode/agentes/module_manager_editor_common.php:1140
+#: ../../godmode/agentes/module_manager_editor_common.php:1146
+msgid "Cron to"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1167
 msgid "Configure the time"
 msgstr ""
@@ -8188,6 +7065,32 @@ msgstr ""
 msgid "There are no agents"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1361
+#: ../../godmode/agentes/modificar_agente.php:704
+#: ../../godmode/agentes/agent_manager.php:579
+#: ../../godmode/massive/massive_edit_agents.php:783
+#: ../../godmode/modules/manage_inventory_modules.php:291
+#: ../../godmode/modules/manage_inventory_modules_form.php:140
+#: ../../godmode/reporting/reporting_builder.item_editor.php:79
+#: ../../include/ajax/heatmap.ajax.php:468
+#: ../../include/class/Diagnostics.class.php:832
+#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
+#: ../../include/functions_massive_operations.php:239
+#: ../../include/functions_events.php:4464
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:2267
+#: ../../include/functions_reporting_html.php:4912
+#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405
+#: ../../operation/agentes/estado_agente.php:1108
+#: ../../operation/gis_maps/ajax.php:297
+#: ../../operation/inventory/inventory.php:1372
+#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
+#: ../../operation/tree.php:145
+msgid "OS"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1405
 msgid "All alerts"
 msgstr ""
@@ -8288,15 +7191,15 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:569
 #: ../../include/lib/TacticalView/elements/Alerts.php:38
 #: ../../include/functions_treeview.php:398
-#: ../../include/functions_reporting_html.php:6947
 #: ../../include/functions_reports.php:864
 #: ../../include/functions_reports.php:868
 #: ../../include/functions_reports.php:874
 #: ../../include/functions_reports.php:880
+#: ../../include/functions_reporting_html.php:6947
 #: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98
-#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408
+#: ../../mobile/operation/alerts.php:194
 #: ../../operation/agentes/estado_agente.php:1130
 #: ../../operation/agentes/ver_agente.php:1603
 #: ../../operation/agentes/ver_agente.php:1607
@@ -8377,6 +7280,16 @@ msgstr ""
 msgid "WMI Wizard"
 msgstr ""
 
+#: ../../godmode/agentes/configurar_agente.php:651
+#: ../../godmode/agentes/configurar_agente.php:803
+#: ../../godmode/agentes/agent_manager.php:1087
+#: ../../godmode/massive/massive_edit_agents.php:1051
+#: ../../godmode/reporting/reporting_builder.item_editor.php:87
+#: ../../godmode/servers/servers.build_table.php:303
+#: ../../include/functions_agents.php:4907
+msgid "Remote configuration"
+msgstr ""
+
 #: ../../godmode/agentes/configurar_agente.php:751
 #: ../../operation/agentes/ver_agente.php:1696
 msgid "Network config manager"
@@ -8762,10 +7675,10 @@ msgstr ""
 
 #: ../../godmode/agentes/modificar_agente.php:700
 #: ../../include/class/WelcomeWindow.class.php:846
-#: ../../include/functions_reporting_html.php:3232
-#: ../../include/functions_events.php:303
 #: ../../include/functions_inventory.php:150
 #: ../../include/functions_inventory.php:184
+#: ../../include/functions_events.php:303
+#: ../../include/functions_reporting_html.php:3232
 msgid "Agent alias"
 msgstr ""
 
@@ -8802,6 +7715,17 @@ msgstr ""
 msgid "You are going to delete a cluster agent"
 msgstr ""
 
+#: ../../godmode/agentes/modificar_agente.php:979
+#: ../../godmode/agentes/agent_manager.php:1383
+msgid "This agent belongs to the clusters"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:1007
+#: ../../godmode/agentes/agent_manager.php:1328
+#: ../../godmode/agentes/agent_manager.php:1390
+msgid "Delete agent"
+msgstr ""
+
 #: ../../godmode/agentes/modificar_agente.php:1028
 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670
 #: ../../operation/agentes/estado_agente.php:1362
@@ -8821,6 +7745,1077 @@ msgstr ""
 msgid "Deploy agent"
 msgstr ""
 
+#: ../../godmode/agentes/agent_conf_gis.php:38
+#: ../../operation/agentes/gis_view.php:59
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:58
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:68
+msgid "Agent position"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:75
+msgid "Latitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:94
+msgid "Longitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:113
+msgid "Altitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:132
+#: ../../godmode/massive/massive_edit_agents.php:1178
+msgid "Ignore new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:133
+#: ../../godmode/agentes/agent_manager.php:1555
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/massive/massive_edit_agents.php:708
+#: ../../godmode/massive/massive_edit_agents.php:1154
+#: ../../godmode/massive/massive_edit_agents.php:1192
+#: ../../godmode/massive/massive_edit_agents.php:1239
+#: ../../godmode/massive/massive_edit_modules.php:705
+#: ../../godmode/massive/massive_edit_modules.php:727
+#: ../../godmode/massive/massive_edit_modules.php:811
+#: ../../godmode/massive/massive_edit_modules.php:833
+#: ../../godmode/massive/massive_edit_modules.php:885
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1326
+#: ../../godmode/massive/massive_edit_modules.php:1370
+#: ../../godmode/massive/massive_edit_modules.php:1552
+#: ../../godmode/reporting/visual_console_builder.wizard.php:405
+#: ../../godmode/reporting/visual_console_builder.wizard.php:514
+#: ../../godmode/reporting/reporting_builder.php:1087
+#: ../../godmode/servers/modificar_server.php:193
+#: ../../godmode/servers/servers.build_table.php:157
+#: ../../godmode/update_manager/update_manager.setup.php:407
+#: ../../include/class/SnmpConsole.class.php:424
+#: ../../include/class/EventSound.class.php:349
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:390
+#: ../../operation/netflow/nf_live_view.php:393
+#: ../../operation/users/user_edit.php:430
+msgid "Yes"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:142
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/alerts/alert_view.php:371
+#: ../../godmode/massive/massive_edit_agents.php:709
+#: ../../godmode/massive/massive_edit_agents.php:1165
+#: ../../godmode/massive/massive_edit_agents.php:1193
+#: ../../godmode/massive/massive_edit_agents.php:1240
+#: ../../godmode/massive/massive_edit_modules.php:706
+#: ../../godmode/massive/massive_edit_modules.php:728
+#: ../../godmode/massive/massive_edit_modules.php:812
+#: ../../godmode/massive/massive_edit_modules.php:834
+#: ../../godmode/massive/massive_edit_modules.php:886
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1327
+#: ../../godmode/massive/massive_edit_modules.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1553
+#: ../../godmode/reporting/visual_console_builder.wizard.php:416
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+#: ../../godmode/reporting/reporting_builder.php:1089
+#: ../../godmode/servers/modificar_server.php:191
+#: ../../godmode/setup/news.php:389
+#: ../../godmode/update_manager/update_manager.setup.php:408
+#: ../../include/class/SnmpConsole.class.php:423
+#: ../../include/class/EventSound.class.php:348
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_events.php:5086
+#: ../../include/functions_events.php:5091
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358
+#: ../../mobile/operation/events.php:366
+#: ../../operation/netflow/nf_live_view.php:403
+#: ../../operation/users/user_edit.php:431
+msgid "No"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:195
+#: ../../godmode/agentes/module_manager_editor_common.php:780
+#: ../../godmode/groups/configure_group.php:251
+#: ../../godmode/massive/massive_edit_agents.php:862
+msgid "Custom ID"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:330
+#: ../../godmode/agentes/agent_manager.php:965
+#: ../../godmode/massive/massive_edit_agents.php:1138
+msgid "Agent icon"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+#: ../../include/class/SatelliteAgent.class.php:555
+#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
+#: ../../include/functions_events.php:253
+#: ../../include/functions_events.php:300
+#: ../../include/functions_events.php:2576
+#: ../../include/functions_reporting_html.php:4910
+#: ../../mobile/operation/modules.php:608
+#: ../../mobile/operation/modules.php:908
+#: ../../operation/events/events.php:3063
+msgid "Agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+msgid ""
+"The agent name is a unique identifier (which is automatically generated in "
+"software agents). If you set it manually, make sure it is not duplicated. "
+"Although it accepts spaces, we do not recommend you to use them in the agent "
+"name, you may use them in the agent alias. The agent name is not displayed "
+"in the interface, it is an internal name."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:393
+msgid "Edit agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+#: ../../godmode/groups/tactical.php:179
+#: ../../godmode/reporting/reporting_builder.item_editor.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
+#: ../../include/lib/Group.php:556
+#: ../../include/functions_reporting_html.php:2259
+#: ../../include/functions_reporting_html.php:2423
+#: ../../include/functions_ui.php:6488
+#: ../../operation/inventory/inventory.php:1366
+msgid "Alias"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+msgid ""
+"This will be the text label that will represent the agent on all types of "
+"screens and reports. It may be duplicated, contain spaces and non-ASCII "
+"characters."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:414
+msgid "Use alias as name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "This agent can be remotely configured"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:436
+#: ../../godmode/servers/modificar_server.php:208
+#: ../../include/functions_treeview.php:649
+#: ../../include/functions_events.php:4459
+#: ../../include/functions_reporting_html.php:2263
+#: ../../include/functions_reporting_html.php:5390
+#: ../../include/functions_reporting_html.php:5484
+#: ../../operation/gis_maps/ajax.php:290
+msgid "IP Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:439
+msgid "Check unique IP"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:461
+#: ../../godmode/agentes/agent_manager.php:487
+msgid "Delete selected IPs"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:478
+msgid "Fix IP address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:479
+msgid "Avoid automatic IP address update when agent IP changes."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:483
+msgid "IP Address list"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid "Primary group"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid ""
+"Although an agent can belong to multiple groups, it can only have a parent "
+"group."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:558
+msgid ""
+"Time that elapses when updating data in the agent. Remote modules have their "
+"own interval, but this time is used to find out if an agent stopped "
+"responding (unknown state). When twice the time interval defined in an agent "
+"goes by, it is considered to be in unknown state (or also if all its remote "
+"modules are in unknown state). An agent may be in unknown state if all of "
+"its local (software agent-based) modules have a last contact time longer "
+"than twice the agent interval, even if it has updated remote modules."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:607
+msgid "OS version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:622
+msgid "Server that will preferentially execute remote tasks."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:741
+msgid "Remote config disabled, please activate to enable agent basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:746
+msgid "Enable security hardening monitoring"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:759
+msgid "Enable log collection"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:773
+msgid "Enable inventory"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:791
+msgid "Pandora RC connected with id "
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:800
+msgid "This agent do not have a Pandora RC agent installed, install one."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:806
+msgid "Enable remote control"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:816
+#: ../../godmode/agentes/agent_manager.php:817
+msgid "Only available for agents 774 or higher"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:823
+msgid "Remote config is enabled only in the Enteprise version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:833
+msgid "Basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:855
+#: ../../godmode/reporting/reporting_builder.item_editor.php:81
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
+#: ../../include/functions_agents.php:4872
+#: ../../include/functions_events.php:5160
+#: ../../operation/inventory/inventory.php:1370
+msgid "Secondary groups"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:866
+msgid "Agent parent"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:894
+msgid "Cascade protection modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:910
+#: ../../godmode/massive/massive_edit_agents.php:945
+msgid "Learning mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:920
+#: ../../godmode/massive/massive_edit_agents.php:956
+msgid "Normal mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:930
+#: ../../godmode/massive/massive_edit_agents.php:967
+msgid "Autodisable mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+#: ../../godmode/massive/massive_edit_agents.php:980
+msgid "Module definition"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+msgid ""
+"Three working modes can be selected for module definition. Learning mode: "
+"Default mode, if an XML arrives with new modules, they will be created "
+"automatically; it is a learning behavior. Normal mode: If an XML arrives "
+"with new modules, they will only be created if they are previously declared "
+"in the Console. Autodisable mode: It is the same as learning mode, but if "
+"all modules go into unknown, the agent will be disabled until information "
+"arrives again."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+msgid "Cascade protection services"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid ""
+"To avoid an avalanche of cascading alerts. You may choose any agent module "
+"(any) or a specific module. In the first case, when there is at least one "
+"module in critical, that event/alert will be launched, but no other of "
+"another module of the same agent. In the second case, when the specified "
+"module is in critical, the agent will not generate alerts/events."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:958
+msgid "Update new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1034
+msgid "URL Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid "Disabled mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid ""
+"A deactivated agent does not generate activity (or issue events/alerts) or "
+"process data or actively generate monitoring. In many listings it does not "
+"even appear."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1051
+msgid ""
+"A 'silent' agent continues to process monitoring data, but does not generate "
+"events or alerts."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1078
+msgid "Delete remote configuration file"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+#: ../../godmode/massive/massive_edit_agents.php:1205
+msgid "Safe operation mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+msgid ""
+"When the module set in this option goes into critical state, the other "
+"modules of the agent are automatically deactivated. This option can be very "
+"useful to avoid wasting resources, especially in remote checks. For example, "
+"if a Host alive module is chosen, SNMP checks will not be performed on the "
+"device when there is no connectivity with it."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1129
+msgid "Vulnerability scanning"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1133
+#: ../../godmode/agentes/module_manager_editor_common.php:729
+#: ../../godmode/agentes/module_manager_editor_common.php:732
+#: ../../godmode/agentes/module_manager_editor_common.php:743
+#: ../../godmode/alerts/configure_alert_template.php:1002
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:1214
+#: ../../godmode/modules/manage_network_components_form_wizard.php:249
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
+#: ../../include/functions_visual_map_editor.php:871
+#: ../../include/functions_agents.php:4908
+#: ../../include/functions_reporting_html.php:4925
+#: ../../operation/inventory/inventory.php:788
+msgid "Enabled"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1134
+msgid "Use global settings"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_agents.php:1235
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid "Ignore unknown"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/massive/massive_edit_agents.php:1235
+msgid ""
+"This disables the calculation of the unknown state in the agent and any of "
+"its modules, so it will never transition to unknown. The state it reflects "
+"is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1218
+msgid "Link text:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1229
+msgid "Link URL:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1391
+#: ../../godmode/setup/setup_visuals.php:2401
+msgid "This action is not reversible. Are you sure?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1452
+msgid "Secondary group cannot be primary too."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1554
+msgid "This IP address is in use. Are you sure you want to save it?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1577
+msgid ""
+"Change the internal name of the agent may cause duplicity and malfunction"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:120
+#: ../../godmode/agentes/module_manager_editor_common.php:135
+msgid "Manual setup"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:128
+msgid "No component was found"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:151
+msgid "Using module component"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:303
+#: ../../godmode/agentes/module_manager_editor_common.php:1026
+#: ../../godmode/massive/massive_edit_modules.php:1085
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
+#: ../../include/ajax/heatmap.ajax.php:228
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
+#: ../../include/functions_treeview.php:114
+#: ../../include/functions_graph.php:4964
+#: ../../include/functions_visual_map.php:4279
+#: ../../operation/agentes/status_monitor.php:582
+#: ../../operation/heatmap.php:105
+msgid "Not assigned"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:447
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
+msgid "Warning threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:449
+#: ../../godmode/agentes/module_manager_editor_common.php:539
+msgid "Min / Max"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:450
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Decrease / Increase"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid ""
+"Normal: Any value within the specified range will cause a state change. "
+"Inverse interval: Any value outside the specified range will cause a state "
+"change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:479
+#: ../../godmode/agentes/module_manager_editor_common.php:569
+#: ../../godmode/groups/group_list.php:1311
+#: ../../godmode/massive/massive_copy_modules.php:123
+#: ../../godmode/massive/massive_copy_modules.php:311
+#: ../../godmode/massive/massive_delete_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:391
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/netflow/nf_edit_form.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
+#: ../../godmode/setup/setup_visuals.php:1085
+#: ../../godmode/setup/setup_visuals.php:1107
+#: ../../include/ajax/module.php:2345
+#: ../../include/class/ExtensionsDiscovery.class.php:786
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
+#: ../../include/functions_massive_operations.php:154
+#: ../../include/functions_agents.php:5068
+#: ../../include/functions_graph.php:3225
+#: ../../include/functions_graph.php:3227
+#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174
+#: ../../include/functions.php:1414 ../../include/functions.php:1421
+#: ../../include/functions.php:1454 ../../include/functions_events.php:3269
+#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58
+#: ../../mobile/operation/modules.php:69
+#: ../../operation/agentes/group_view.php:250
+#: ../../operation/agentes/group_view.php:255
+#: ../../operation/agentes/estado_agente.php:310
+#: ../../operation/agentes/estado_monitores.php:544
+#: ../../operation/agentes/status_monitor.php:573
+#: ../../operation/netflow/nf_live_view.php:327
+#: ../../operation/custom_fields/custom_fields_view.php:174
+#: ../../operation/tree.php:208 ../../operation/tree.php:299
+#: ../../operation/tree.php:535
+msgid "Normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:480
+#: ../../godmode/agentes/module_manager_editor_common.php:488
+#: ../../godmode/agentes/module_manager_editor_common.php:570
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:701
+#: ../../godmode/massive/massive_edit_modules.php:807
+#: ../../godmode/modules/manage_network_components_form_wizard.php:450
+#: ../../godmode/modules/manage_network_components_form_wizard.php:535
+#: ../../godmode/modules/manage_network_components_form_common.php:264
+#: ../../godmode/modules/manage_network_components_form_common.php:342
+msgid "Inverse interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:481
+#: ../../godmode/agentes/module_manager_editor_common.php:571
+#: ../../godmode/massive/massive_edit_modules.php:723
+#: ../../godmode/massive/massive_edit_modules.php:829
+#: ../../godmode/modules/manage_network_components_form_wizard.php:457
+#: ../../godmode/modules/manage_network_components_form_wizard.php:542
+#: ../../godmode/modules/manage_network_components_form_common.php:271
+#: ../../godmode/modules/manage_network_components_form_common.php:349
+msgid "Percentage"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:507
+#: ../../godmode/agentes/module_manager_editor_common.php:606
+#: ../../godmode/massive/massive_edit_modules.php:689
+#: ../../godmode/massive/massive_edit_modules.php:795
+#: ../../godmode/modules/manage_network_components_form_wizard.php:436
+#: ../../godmode/modules/manage_network_components_form_wizard.php:521
+#: ../../godmode/modules/manage_network_components_form_common.php:250
+#: ../../godmode/modules/manage_network_components_form_common.php:328
+#: ../../include/functions_treeview.php:88
+#: ../../include/functions_treeview.php:100
+msgid "Str."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:531
+#: ../../godmode/modules/manage_network_components_form_wizard.php:474
+#: ../../godmode/modules/manage_network_components_form_common.php:285
+msgid "Change to critical status after"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:533
+#: ../../godmode/modules/manage_network_components_form_wizard.php:482
+#: ../../godmode/modules/manage_network_components_form_common.php:293
+msgid "intervals in warning status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:538
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
+msgid "Critical threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid ""
+"Normal: Any value within the specified range will cause a state change."
+"\\nInverse interval: Any value outside the specified range will cause a "
+"state change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:1292
+#: ../../godmode/modules/manage_network_components_form_common.php:406
+#: ../../include/functions_reporting.php:5048
+#: ../../mobile/operation/modules.php:860
+msgid "Historical data"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid ""
+"If disabled, it will only save the last known data, being unable to display "
+"graphs. It is useful to save DB space. It should be disabled only in those "
+"cases where it is necessary for the system to flow faster and save resources."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid ""
+"This disables the module's state calculation to unknown, so it will never "
+"transition to unknown. The state it reflects is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:692
+#: ../../godmode/agentes/module_manager_editor_common.php:694
+#, php-format
+msgid "Agent interval x %s"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:700
+#: ../../godmode/alerts/alert_list.list.php:716
+#: ../../godmode/alerts/alert_view.php:58
+#: ../../godmode/events/event_edit_filter.php:491
+#: ../../godmode/massive/massive_edit_agents.php:1100
+#: ../../godmode/massive/massive_edit_users.php:242
+#: ../../godmode/massive/massive_edit_users.php:272
+#: ../../godmode/setup/gis_step_2.php:599
+#: ../../godmode/setup/gis_step_2.php:685
+#: ../../godmode/setup/setup_visuals.php:428
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:715
+#: ../../godmode/setup/setup_visuals.php:755
+#: ../../godmode/setup/setup_visuals.php:1623
+#: ../../godmode/users/user_management.php:39
+#: ../../godmode/users/user_management.php:709
+#: ../../godmode/users/configure_user.php:54
+#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799
+#: ../../include/class/AgentsAlerts.class.php:950
+#: ../../include/class/SnmpConsole.class.php:312
+#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516
+#: ../../operation/gis_maps/gis_map.php:119
+#: ../../operation/users/user_edit.php:426
+#: ../../operation/users/user_edit.php:429
+#: ../../operation/users/user_edit.php:440
+#: ../../operation/users/user_edit.php:465
+#: ../../views/calendar/special_days.php:197
+#: ../../views/calendar/special_days.php:209
+msgid "Default"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:777
+msgid "Identification and Categorization"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:781
+#: ../../godmode/massive/massive_edit_modules.php:1297
+#: ../../godmode/module_library/module_library_view.php:123
+#: ../../godmode/modules/manage_network_components_form_common.php:459
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
+#: ../../include/functions_reporting_html.php:948
+#: ../../include/functions_reporting_html.php:996
+msgid "Category"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:818
+#: ../../godmode/modules/manage_network_components_form_common.php:484
+msgid "Tags available"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:898
+#: ../../godmode/modules/manage_network_components_form_common.php:505
+msgid "Add tags to module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:989
+msgid "Module parent"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1046
+msgid "Tags from policy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1072
+#: ../../godmode/massive/massive_edit_modules.php:1361
+#: ../../godmode/modules/manage_network_components_form_common.php:446
+msgid "Unknown instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1095
+#: ../../godmode/massive/massive_edit_modules.php:1351
+#: ../../godmode/modules/manage_network_components_form_common.php:436
+msgid "Critical instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1096
+#: ../../godmode/massive/massive_edit_modules.php:1356
+#: ../../godmode/modules/manage_network_components_form_common.php:441
+msgid "Warning instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1117
+msgid "Execution interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid "Thresholds and state changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid ""
+"It indicates the minimum and maximum values accepted by the module. Any "
+"value outside this range will be discarded. For example, with a Max. value "
+"of 100, a data value of 200 will not be saved in a database."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1157
+#: ../../godmode/modules/manage_network_components_form_common.php:411
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
+#: ../../include/functions_reporting.php:7542
+msgid "Min. Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1158
+#: ../../godmode/modules/manage_network_components_form_common.php:416
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
+#: ../../include/functions_reporting.php:7538
+msgid "Max. Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid "Dynamic Threshold Interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid ""
+"If this option is enabled, the module thresholds will be automatically "
+"adjusted based on the mean and standard deviation of their values in the "
+"specified time interval."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#: ../../godmode/alerts/configure_alert_template.php:953
+#: ../../godmode/massive/massive_edit_modules.php:663
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:1068
+#: ../../godmode/modules/manage_network_components_form_wizard.php:408
+#: ../../godmode/modules/manage_network_components_form_wizard.php:493
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/modules/manage_network_components_form_common.php:300
+#: ../../include/lib/Dashboard/Widgets/top_n.php:304
+#: ../../include/functions_alerts.php:686
+#: ../../include/functions_alerts.php:713
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6804
+msgid "Min."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#, php-format
+msgid ""
+"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the lower critical state "
+"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% lower than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+#: ../../godmode/alerts/configure_alert_template.php:966
+#: ../../godmode/massive/massive_edit_modules.php:676
+#: ../../godmode/massive/massive_edit_modules.php:782
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/modules/manage_network_components_form_wizard.php:422
+#: ../../godmode/modules/manage_network_components_form_wizard.php:507
+#: ../../godmode/modules/manage_network_components_form_common.php:236
+#: ../../godmode/modules/manage_network_components_form_common.php:314
+#: ../../include/lib/Dashboard/Widgets/top_n.php:303
+#: ../../include/functions_alerts.php:685
+#: ../../include/functions_alerts.php:712
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6805
+msgid "Max."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+msgid ""
+"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the upper critical state "
+"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% higher than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid "Two Tailed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid ""
+"It allows to set a lower threshold in addition to the upper one by default. "
+"If enabled, both very high and very low values will cause a state change."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+#: ../../godmode/massive/massive_edit_modules.php:1257
+#: ../../godmode/modules/manage_network_components_form_common.php:361
+msgid "FF threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+msgid ""
+"It indicates the number of consecutive values at a threshold that must be "
+"received for the module to change state. For example, with a value 0 "
+"(default) the module will change state as soon as it receives a data within "
+"the critical threshold, but with a value 2 the module must receive two more "
+"critical data (consecutively) to change to critical state. It is possible to "
+"set the same 'tolerance' for all status changes or choose a different value "
+"for each one. This option is especially useful in unstable environments, as "
+"it helps prevent false positives."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1247
+#: ../../godmode/massive/massive_edit_modules.php:1151
+#: ../../godmode/massive/massive_edit_modules.php:1168
+#: ../../godmode/modules/manage_network_components_form_common.php:367
+msgid "All state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/massive/massive_edit_modules.php:1150
+#: ../../godmode/massive/massive_edit_modules.php:1251
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "Each state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1258
+msgid "Change all states"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1280
+#: ../../godmode/massive/massive_edit_modules.php:1214
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "To normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1281
+#: ../../godmode/massive/massive_edit_modules.php:1226
+#: ../../godmode/modules/manage_network_components_form_common.php:387
+msgid "To warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1282
+#: ../../godmode/massive/massive_edit_modules.php:1238
+#: ../../godmode/modules/manage_network_components_form_common.php:394
+msgid "To critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1338
+#: ../../godmode/massive/massive_edit_modules.php:1262
+msgid "FF interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1339
+#: ../../godmode/massive/massive_edit_modules.php:1277
+msgid "FF timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1184
+#: ../../godmode/modules/manage_network_components_form_common.php:362
+msgid "Keep counters"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1380
+msgid "Data and their processing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1384
+#: ../../godmode/massive/massive_edit_modules.php:1133
+#: ../../godmode/modules/manage_network_components_form_common.php:421
+#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
+#: ../../include/functions.php:4093 ../../include/functions.php:4112
+#: ../../include/functions.php:4126 ../../include/functions.php:4171
+#: ../../include/functions.php:4255 ../../include/functions.php:4332
+#: ../../include/functions_reporting_html.php:4964
+msgid "Unit"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+#: ../../godmode/massive/massive_edit_modules.php:903
+#: ../../godmode/modules/manage_network_components_form_plugin.php:54
+#: ../../godmode/modules/manage_network_components_form_wmi.php:83
+#: ../../godmode/modules/manage_network_components_form_network.php:249
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "Post process"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+msgid ""
+"It allows you to change the unit of the received data. To do this, multiply "
+"the data received by the value set in this option (e.g. Seconds * "
+"0.016666666667 = Minutes). The data is saved already transformed in the "
+"database, so changing this parameter when the module has data can cause "
+"anomalies in graphs and other elements."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1412
+#: ../../godmode/massive/massive_edit_modules.php:920
+msgid "MADE enabled"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1413
+#: ../../godmode/massive/massive_edit_modules.php:921
+msgid ""
+"By activating this option, the module data will be processed by the MADE "
+"engine (if active), and events will be generated automatically by the IA "
+"engine"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1427
+msgid "Notifications and alerts"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1429
+#: ../../godmode/massive/massive_edit_modules.php:1128
+msgid "Export target"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1431
+msgid "Not needed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+#: ../../godmode/modules/manage_network_components_form_common.php:426
+msgid "Discard unknown events"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+msgid ""
+"With this mode, the unknown state will be detected, but it will not generate "
+"events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
+msgid ""
+"A module in silent mode will continue to receive and store data, but will "
+"not trigger alerts or generate events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid "Cascade Protection Services"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1483
+#: ../../godmode/massive/massive_edit_modules.php:1395
+#: ../../include/class/ExtensionsDiscovery.class.php:1571
+msgid "Timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1484
+#: ../../godmode/massive/massive_edit_modules.php:1410
+msgid "Retries"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1506
+#: ../../godmode/alerts/configure_alert_template.php:922
+#: ../../godmode/massive/massive_edit_modules.php:1078
+#: ../../godmode/reporting/visual_console_builder.wizard.php:353
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
+#: ../../godmode/setup/setup_visuals.php:1905
+#: ../../godmode/setup/setup_visuals.php:1995
+#: ../../godmode/setup/setup_visuals.php:2077
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
+#: ../../include/ajax/events.php:2256
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
+#: ../../include/functions_visual_map_editor.php:741
+#: ../../include/functions_netflow.php:212
+#: ../../include/functions_snmp_browser.php:561
+#: ../../include/functions_graph.php:5101
+#: ../../include/functions_reports.php:1178
+#: ../../include/functions_reporting_html.php:1603
+#: ../../include/functions_reporting_html.php:3336
+#: ../../include/functions_reporting_html.php:6222
+#: ../../include/functions_reporting_html.php:6768
+msgid "Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1560
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+msgid "Direct"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1561
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+#: ../../include/functions_reporting_html.php:5383
+#: ../../include/functions_reporting_html.php:5477
+#: ../../include/functions_reporting_html.php:5557
+#: ../../include/functions_reporting_html.php:5566
+#: ../../include/functions_reporting_html.php:5704
+#: ../../include/functions_reporting_html.php:5713
+#: ../../include/functions_reporting_html.php:6039
+#: ../../include/functions_reporting_html.php:6045
+msgid "Failover"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1563
+msgid "Rel. type"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1585
+msgid "Add relationship"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1611
+msgid "Changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2357
+#: ../../godmode/modules/manage_network_components_form_common.php:840
+msgid "Normal Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2358
+#: ../../godmode/modules/manage_network_components_form_common.php:841
+msgid "Warning Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2359
+#: ../../godmode/modules/manage_network_components_form_common.php:842
+msgid "Critical Status"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2362
+#: ../../godmode/modules/manage_network_components_form_common.php:844
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2363
+#: ../../godmode/modules/manage_network_components_form_common.php:845
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2364
+#: ../../godmode/modules/manage_network_components_form_common.php:846
+msgid "Please introduce a positive percentage value"
+msgstr ""
+
 #: ../../godmode/alerts/configure_alert_command.php:67
 msgid "Configure alert command"
 msgstr ""
@@ -8881,9 +8876,9 @@ msgstr ""
 #: ../../include/ajax/custom_fields.php:479
 #: ../../include/class/AgentsAlerts.class.php:402
 #: ../../include/class/AgentWizard.class.php:1314
-#: ../../include/functions_ui.php:1737
 #: ../../include/functions_reporting_html.php:4961
 #: ../../include/functions_reporting_html.php:6769
+#: ../../include/functions_ui.php:1737
 msgid "Threshold"
 msgstr ""
 
@@ -8920,10 +8915,8 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_action.php:458
 #: ../../godmode/setup/demo.php:223
 #: ../../godmode/snmpconsole/snmp_alert.php:1692
-#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210
-#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953
+#: ../../mobile/operation/agent.php:154
 #: ../../mobile/operation/module_data.php:130
-#: ../../mobile/operation/modules.php:241
 #: ../../mobile/operation/server_status.php:232
 #: ../../mobile/operation/tactical.php:102
 #: ../../mobile/operation/visualmaps.php:189
@@ -8932,6 +8925,8 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:374
 #: ../../mobile/operation/visualmap.php:255
 #: ../../mobile/operation/services.php:128
+#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199
+#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241
 msgid "Back"
 msgstr ""
 
@@ -9028,8 +9023,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:296
 #: ../../godmode/users/configure_user.php:1366
 #: ../../operation/netflow/nf_live_view.php:599
-#: ../../operation/network/network_usage_map.php:305
 #: ../../operation/network/network_report.php:293
+#: ../../operation/network/network_usage_map.php:305
 msgid "Advanced"
 msgstr ""
 
@@ -9090,9 +9085,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1779
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359
-#: ../../include/lib/ITSM/ITSM.php:516
+#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680
 #: ../../include/functions_reporting_html.php:6650
-#: ../../include/functions_events.php:4680
 #: ../../views/ITSM/ITSMTicketDetailView.php:88
 #: ../../views/ITSM/ITSMTicketEditView.php:141
 #: ../../views/ITSM/ITSMTicketListView.php:81
@@ -9199,11 +9193,10 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:747
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513
-#: ../../include/rest-api/index.php:373
+#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015
 #: ../../include/functions_reporting_html.php:154
 #: ../../include/functions_reporting_html.php:4453
 #: ../../include/functions_reporting_html.php:5264
-#: ../../include/functions_html.php:8015
 #: ../../operation/agentes/gis_view.php:220
 msgid "From"
 msgstr ""
@@ -9217,11 +9210,11 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206
 #: ../../include/ajax/alert_list.ajax.php:298
 #: ../../include/class/AgentsAlerts.class.php:325
-#: ../../include/functions_ui.php:1721
+#: ../../include/functions_html.php:8063
+#: ../../include/functions_reporting.php:15485
 #: ../../include/functions_reporting_html.php:155
 #: ../../include/functions_reporting_html.php:4458
-#: ../../include/functions_html.php:8063
-#: ../../include/functions_reporting.php:15474
+#: ../../include/functions_ui.php:1721
 msgid "to"
 msgstr ""
 
@@ -9339,10 +9332,10 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:986
 #: ../../include/functions_treeview.php:405
 #: ../../include/functions_treeview.php:446
+#: ../../include/functions_cron.php:690
 #: ../../include/functions_reporting_html.php:4700
 #: ../../include/functions_reporting_html.php:4703
-#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349
-#: ../../operation/search_alerts.php:36
+#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36
 msgid "Template"
 msgstr ""
 
@@ -9360,12 +9353,12 @@ msgstr ""
 #: ../../godmode/alerts/alert_view.php:111
 #: ../../include/class/AgentsAlerts.class.php:959
 #: ../../include/class/SnmpConsole.class.php:884
-#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019
-#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585
-#: ../../include/functions_reporting.php:13733
+#: ../../include/functions_agents.php:3019
+#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371
 #: ../../include/functions_events.php:2990
 #: ../../include/functions_events.php:3193
-#: ../../mobile/operation/alerts.php:324
+#: ../../include/functions_reporting.php:13744
+#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324
 #: ../../operation/agentes/group_view.php:258
 msgid "Alert fired"
 msgstr ""
@@ -9380,9 +9373,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:662
 #: ../../godmode/alerts/alert_view.php:114
 #: ../../include/class/AgentsAlerts.class.php:962
-#: ../../include/functions_ui.php:1588
-#: ../../include/functions_reporting.php:13742
-#: ../../mobile/operation/alerts.php:327
+#: ../../include/functions_reporting.php:13753
+#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327
 msgid "Alert disabled"
 msgstr ""
 
@@ -9391,9 +9383,9 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:965
 #: ../../include/class/SnmpConsole.class.php:886
 #: ../../include/functions_agents.php:3021
-#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591
-#: ../../include/functions_reporting.php:13656
-#: ../../mobile/operation/alerts.php:330
+#: ../../include/functions_agents.php:3032
+#: ../../include/functions_reporting.php:13667
+#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330
 msgid "Alert not fired"
 msgstr ""
 
@@ -9446,11 +9438,11 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_users.php:527
 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787
 #: ../../godmode/extensions.php:290
-#: ../../include/class/SatelliteAgent.class.php:426
-#: ../../include/class/SatelliteAgent.class.php:1237
 #: ../../include/class/TipsWindow.class.php:485
 #: ../../include/class/TipsWindow.class.php:771
 #: ../../include/class/TipsWindow.class.php:938
+#: ../../include/class/SatelliteAgent.class.php:426
+#: ../../include/class/SatelliteAgent.class.php:1237
 msgid "Enable"
 msgstr ""
 
@@ -9602,9 +9594,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442
-#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718
 #: ../../include/functions_reporting_html.php:6268
-#: ../../include/functions_reporting.php:1718
+#: ../../include/functions_ui.php:3231
 msgid "Min"
 msgstr ""
 
@@ -9614,9 +9606,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451
-#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714
 #: ../../include/functions_reporting_html.php:6267
-#: ../../include/functions_reporting.php:1714
+#: ../../include/functions_ui.php:3231
 msgid "Max"
 msgstr ""
 
@@ -9765,7 +9757,7 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_template.php:250
 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815
 #: ../../include/functions_reports.php:787
-#: ../../include/functions_reporting.php:10648
+#: ../../include/functions_reporting.php:10659
 msgid "General"
 msgstr ""
 
@@ -9989,8 +9981,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:709
 #: ../../godmode/events/event_edit_filter.php:774
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546
-#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797
-#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858
+#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858
+#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853
 #: ../../operation/events/events.php:1486
 #: ../../operation/events/events.php:1576
 #: ../../views/calendar/special_days.php:465
@@ -10008,54 +10000,12 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:527
 #: ../../include/class/SnmpConsole.class.php:528
 #: ../../include/lib/Dashboard/Widgets/events_list.php:864
-#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312
-#: ../../include/functions_events.php:260
-#: ../../include/functions_events.php:324
+#: ../../include/functions.php:4312 ../../include/functions_events.php:260
+#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324
 #: ../../operation/agentes/estado_monitores.php:543
 msgid "Alert"
 msgstr ""
 
-#: ../../godmode/alerts/alert_list.builder.php:99
-#: ../../include/class/WelcomeWindow.class.php:1273
-msgid "Latest value"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:120
-#: ../../include/class/AgentsAlerts.class.php:346
-msgid "Create Action"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:159
-#: ../../include/class/AgentsAlerts.class.php:395
-msgid "Create Template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:187
-msgid "It takes precedence over the action's threshold configuration."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:218
-msgid "Finish and view cluster"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:231
-#: ../../godmode/alerts/alert_list.builder.php:242
-#: ../../include/class/AgentsAlerts.class.php:412
-msgid "Add alert"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:302
-msgid "Please select an item"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:303
-msgid "Please select a template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:304
-msgid "Please select an agent"
-msgstr ""
-
 #: ../../godmode/alerts/alert_list.php:135
 msgid "Already added"
 msgstr ""
@@ -10117,6 +10067,47 @@ msgstr ""
 msgid "Manage alerts"
 msgstr ""
 
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../include/class/WelcomeWindow.class.php:1273
+msgid "Latest value"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:120
+#: ../../include/class/AgentsAlerts.class.php:346
+msgid "Create Action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:159
+#: ../../include/class/AgentsAlerts.class.php:395
+msgid "Create Template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:187
+msgid "It takes precedence over the action's threshold configuration."
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:218
+msgid "Finish and view cluster"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:231
+#: ../../godmode/alerts/alert_list.builder.php:242
+#: ../../include/class/AgentsAlerts.class.php:412
+msgid "Add alert"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:302
+msgid "Please select an item"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:303
+msgid "Please select a template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:304
+msgid "Please select an agent"
+msgstr ""
+
 #: ../../godmode/category/edit_category.php:65
 #: ../../godmode/category/category.php:62
 msgid "List categories"
@@ -10197,9 +10188,9 @@ msgid "Max. time before compact data"
 msgstr ""
 
 #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91
-#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531
-#: ../../include/functions.php:662 ../../include/functions_html.php:2564
-#: ../../include/functions_html.php:8130
+#: ../../godmode/setup/setup_visuals.php:1983
+#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130
+#: ../../include/functions.php:531 ../../include/functions.php:662
 msgid "days"
 msgstr ""
 
@@ -10216,8 +10207,8 @@ msgstr ""
 #: ../../include/class/Diagnostics.class.php:634
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690
 #: ../../include/functions_groups.php:2660
+#: ../../include/functions_reporting.php:12909
 #: ../../include/functions_reporting_html.php:7172
-#: ../../include/functions_reporting.php:12898
 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503
 #: ../../views/tacticalView/view.php:317
 msgid "Total agents"
@@ -10225,7 +10216,7 @@ msgstr ""
 
 #: ../../godmode/db/db_main.php:107
 #: ../../include/class/Diagnostics.class.php:650
-#: ../../include/functions_reporting.php:15339
+#: ../../include/functions_reporting.php:15350
 msgid "Total events"
 msgstr ""
 
@@ -10265,8 +10256,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1972
 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91
 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676
-#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641
-#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351
+#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906
+#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351
 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468
 #: ../../operation/gis_maps/ajax.php:479
 msgid "Never"
@@ -10306,8 +10297,8 @@ msgstr ""
 
 #: ../../godmode/events/events.php:56
 #: ../../godmode/massive/massive_edit_users.php:274
-#: ../../godmode/users/configure_user.php:56
-#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801
+#: ../../godmode/users/user_management.php:41
+#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801
 #: ../../operation/events/events.php:1687
 #: ../../operation/users/user_edit.php:467
 msgid "Event list"
@@ -10333,13 +10324,12 @@ msgstr ""
 #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335
 #: ../../include/ajax/events.php:2302
 #: ../../include/lib/TacticalView/elements/Events.php:41
-#: ../../include/functions.php:4305 ../../include/functions_reports.php:885
+#: ../../include/functions_reports.php:885
 #: ../../include/functions_reports.php:889
-#: ../../include/functions_reports.php:893
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51
-#: ../../operation/events/events.php:1836 ../../operation/menu.php:537
-#: ../../views/tacticalView/view.php:126
+#: ../../include/functions_reports.php:893 ../../include/functions.php:4305
+#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51
+#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836
+#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126
 msgid "Events"
 msgstr ""
 
@@ -10411,18 +10401,18 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398
 #: ../../include/lib/Dashboard/Widgets/events_list.php:436
 #: ../../include/lib/Dashboard/Widgets/events_list.php:865
-#: ../../include/functions_snmp.php:335
+#: ../../include/functions_events.php:261
+#: ../../include/functions_events.php:327
+#: ../../include/functions_events.php:5097
 #: ../../include/functions_reporting_html.php:678
 #: ../../include/functions_reporting_html.php:1714
 #: ../../include/functions_reporting_html.php:1722
 #: ../../include/functions_reporting_html.php:1966
 #: ../../include/functions_reporting_html.php:1974
 #: ../../include/functions_reporting_html.php:3851
-#: ../../include/functions_events.php:261
-#: ../../include/functions_events.php:327
-#: ../../include/functions_events.php:5097
-#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704
-#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022
+#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703
+#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845
+#: ../../mobile/operation/events.php:1022
 #: ../../mobile/operation/events.php:1023
 #: ../../operation/events/events.php:2105
 msgid "Severity"
@@ -10524,11 +10514,11 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:892
 #: ../../include/ajax/events.php:1873
 #: ../../include/lib/Dashboard/Widgets/events_list.php:878
+#: ../../include/functions_events.php:273
+#: ../../include/functions_events.php:376
 #: ../../include/functions_reporting_html.php:1728
 #: ../../include/functions_reporting_html.php:1980
 #: ../../include/functions_reporting_html.php:3855
-#: ../../include/functions_events.php:273
-#: ../../include/functions_events.php:376
 msgid "Custom data"
 msgstr ""
 
@@ -10562,12 +10552,11 @@ msgstr ""
 
 #: ../../godmode/events/event_edit_filter.php:299
 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595
-#: ../../include/ajax/custom_fields.php:639
+#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639
 #: ../../include/ajax/custom_fields.php:692
-#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661
-#: ../../include/ajax/events.php:814
-#: ../../operation/network/network_usage_map.php:292
+#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814
 #: ../../operation/network/network_report.php:280
+#: ../../operation/network/network_usage_map.php:292
 #: ../../operation/reporting/graph_analytics.php:448
 msgid "Filter name"
 msgstr ""
@@ -10603,7 +10592,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:441
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727
 #: ../../include/functions_massive_operations.php:158
-#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072
+#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420
 #: ../../include/functions_events.php:3225
 #: ../../mobile/operation/modules.php:73
 #: ../../operation/agentes/estado_agente.php:314
@@ -10641,8 +10630,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:485
 #: ../../godmode/massive/massive_edit_users.php:263
 #: ../../godmode/setup/setup_visuals.php:96
-#: ../../godmode/users/configure_user.php:1340
 #: ../../godmode/users/user_management.php:733
+#: ../../godmode/users/configure_user.php:1340
 #: ../../include/functions_config.php:1088
 #: ../../operation/users/user_edit.php:417
 msgid "Block size for pagination"
@@ -11229,8 +11218,8 @@ msgstr ""
 #: ../../godmode/reporting/graph_builder.main.php:319
 #: ../../godmode/wizards/HostDevices.class.php:680
 #: ../../godmode/wizards/HostDevices.class.php:783
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../godmode/wizards/Wizard.main.php:441
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../include/class/CustomNetScan.class.php:314
 #: ../../include/class/CustomNetScan.class.php:425
 #: ../../include/class/HTML.class.php:427
@@ -11246,8 +11235,8 @@ msgstr ""
 
 #: ../../godmode/groups/group_list.php:337
 #: ../../godmode/massive/massive_edit_users.php:275
-#: ../../godmode/users/configure_user.php:57
-#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802
+#: ../../godmode/users/user_management.php:42
+#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802
 #: ../../operation/agentes/group_view.php:88
 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176
 msgid "Group view"
@@ -11375,9 +11364,9 @@ msgstr ""
 #: ../../godmode/groups/group_list.php:1281
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692
 #: ../../include/functions_alerts.php:3470
-#: ../../include/functions_reporting_html.php:585
 #: ../../include/functions_inventory.php:526
 #: ../../include/functions_inventory.php:669
+#: ../../include/functions_reporting_html.php:585
 #: ../../operation/agentes/group_view.php:247
 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505
 msgid "Total"
@@ -11394,8 +11383,8 @@ msgstr ""
 #: ../../include/functions_groups.php:2777
 #: ../../include/functions_groups.php:2800
 #: ../../include/functions_graph.php:2699
-#: ../../include/functions_reporting.php:12761
-#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213
+#: ../../include/functions_reporting.php:12772
+#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213
 #: ../../operation/tree.php:304 ../../operation/tree.php:508
 #: ../../operation/tree.php:509 ../../operation/tree.php:510
 msgid "Fired alerts"
@@ -11759,7 +11748,7 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_profiles.php:173
 #: ../../godmode/massive/massive_add_profiles.php:207
 #: ../../godmode/massive/massive_edit_users.php:209
-#: ../../include/functions_reporting.php:12987
+#: ../../include/functions_reporting.php:12998
 #: ../../operation/search_results.php:102
 msgid "Users"
 msgstr ""
@@ -11768,82 +11757,6 @@ msgstr ""
 msgid "Show all groups"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_plugins.php:177
-msgid "Error retrieving the plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:185
-msgid "Error retrieving the modified macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:208
-msgid "Error retrieving the module plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:226
-msgid "Error retrieving the module plugin macros data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:264
-msgid "Error building the new macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:290
-#, php-format
-msgid "%d modules updated"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:321
-msgid "There are not registered plugins"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:464
-msgid "Invalid plugin data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:571
-msgid "Clear"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:599
-msgid "Invalid macros array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:624
-msgid "Multiple values"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:656
-#: ../../godmode/massive/massive_edit_plugins.php:792
-#: ../../godmode/massive/massive_edit_plugins.php:808
-msgid "Invalid agents array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:672
-msgid "Invalid agent element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:683
-msgid "Invalid modules array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:711
-msgid "Invalid module element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:920
-msgid "There are no modules using this plugin"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:921
-#: ../../godmode/massive/massive_operations.php:469
-msgid "Massive operations"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:1005
-msgid "There was a problem loading the module plugin macros data"
-msgstr ""
-
 #: ../../godmode/massive/massive_enable_disable_alerts.php:196
 msgid "Enabled alerts"
 msgstr ""
@@ -11941,208 +11854,6 @@ msgstr ""
 msgid "Successfully deleted (%s)"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_users.php:153
-#, php-format
-msgid "Users updated successfully (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:165
-#, php-format
-msgid "Users cannot be updated (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:248
-#: ../../godmode/users/configure_user.php:1137
-#: ../../godmode/users/user_management.php:703
-#: ../../include/class/TipsWindow.class.php:482
-#: ../../include/class/TipsWindow.class.php:739
-#: ../../include/class/TipsWindow.class.php:906
-#: ../../operation/users/user_edit.php:434
-msgid "Language"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:254
-#: ../../godmode/massive/massive_edit_users.php:266
-#: ../../godmode/massive/massive_edit_users.php:345
-#: ../../godmode/massive/massive_edit_users.php:396
-#: ../../godmode/massive/massive_edit_users.php:460
-#: ../../godmode/massive/massive_edit_users.php:468
-#: ../../godmode/massive/massive_edit_users.php:505
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:634
-#: ../../godmode/massive/massive_edit_agents.php:714
-#: ../../godmode/massive/massive_edit_agents.php:748
-#: ../../godmode/massive/massive_edit_agents.php:789
-#: ../../godmode/massive/massive_edit_agents.php:812
-#: ../../godmode/massive/massive_edit_agents.php:934
-#: ../../godmode/massive/massive_edit_agents.php:985
-#: ../../godmode/massive/massive_edit_agents.php:1086
-#: ../../godmode/massive/massive_edit_agents.php:1143
-#: ../../godmode/massive/massive_edit_agents.php:1191
-#: ../../godmode/massive/massive_edit_agents.php:1220
-#: ../../godmode/massive/massive_edit_agents.php:1238
-#: ../../godmode/massive/massive_edit_agents.php:1331
-#: ../../godmode/massive/massive_edit_modules.php:704
-#: ../../godmode/massive/massive_edit_modules.php:726
-#: ../../godmode/massive/massive_edit_modules.php:810
-#: ../../godmode/massive/massive_edit_modules.php:832
-#: ../../godmode/massive/massive_edit_modules.php:872
-#: ../../godmode/massive/massive_edit_modules.php:884
-#: ../../godmode/massive/massive_edit_modules.php:973
-#: ../../godmode/massive/massive_edit_modules.php:995
-#: ../../godmode/massive/massive_edit_modules.php:1025
-#: ../../godmode/massive/massive_edit_modules.php:1035
-#: ../../godmode/massive/massive_edit_modules.php:1049
-#: ../../godmode/massive/massive_edit_modules.php:1093
-#: ../../godmode/massive/massive_edit_modules.php:1129
-#: ../../godmode/massive/massive_edit_modules.php:1149
-#: ../../godmode/massive/massive_edit_modules.php:1187
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1298
-#: ../../godmode/massive/massive_edit_modules.php:1325
-#: ../../godmode/massive/massive_edit_modules.php:1346
-#: ../../godmode/massive/massive_edit_modules.php:1369
-#: ../../godmode/massive/massive_edit_modules.php:1526
-#: ../../godmode/massive/massive_edit_modules.php:1551
-#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
-#: ../../include/functions_html.php:2544
-msgid "No change"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../godmode/users/user_management.php:775
-#: ../../operation/users/user_edit.php:463
-msgid "Home screen"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../operation/users/user_edit.php:463
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
-"ver_agente&id_agente=1 to show agent detail view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:273
-#: ../../godmode/reporting/visual_console_builder.php:1000
-#: ../../godmode/reporting/visual_console_favorite.php:130
-#: ../../godmode/reporting/map_builder.php:133
-#: ../../godmode/users/configure_user.php:55
-#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800
-#: ../../include/class/Prd.class.php:300
-#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
-#: ../../operation/users/user_edit.php:466
-#: ../../operation/visual_console/legacy_view.php:219
-#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
-#: ../../operation/menu.php:310
-msgid "Visual console"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:276
-#: ../../godmode/users/configure_user.php:58
-#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803
-#: ../../include/lib/Dashboard/Widgets/tactical.php:176
-#: ../../include/lib/Dashboard/Widgets/tactical.php:545
-#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
-#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
-msgid "Tactical view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:277
-#: ../../godmode/users/configure_user.php:59
-#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804
-#: ../../operation/agentes/alerts_status.php:193
-#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
-msgid "Alert detail"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:279
-#: ../../godmode/users/configure_user.php:62
-#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807
-#: ../../include/class/Prd.class.php:505
-#: ../../include/class/OrderInterpreter.class.php:226
-#: ../../include/lib/ITSM/Manager.php:1036
-#: ../../mobile/include/functions_web.php:22
-#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
-#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
-msgid "Dashboard"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:339
-#: ../../godmode/users/user_management.php:749
-#: ../../operation/users/user_edit.php:568
-msgid "Event filter"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:376
-#: ../../godmode/users/user_management.php:493
-#: ../../operation/users/user_edit.php:642
-msgid "Autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:377
-#: ../../operation/users/user_edit.php:643
-msgid "This will activate autorefresh in selected pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:416
-#: ../../godmode/users/user_management.php:528
-#: ../../operation/users/user_edit.php:678
-msgid "Full list of pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:425
-#: ../../godmode/massive/massive_edit_users.php:426
-#: ../../godmode/users/user_management.php:560
-#: ../../godmode/users/user_management.php:561
-#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
-#: ../../operation/users/user_edit.php:687
-#: ../../operation/users/user_edit.php:688
-msgid "Push selected pages into autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:435
-#: ../../godmode/massive/massive_edit_users.php:436
-#: ../../godmode/users/user_management.php:577
-#: ../../godmode/users/user_management.php:578
-#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
-#: ../../operation/users/user_edit.php:696
-#: ../../operation/users/user_edit.php:697
-msgid "Pop selected pages out of autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:441
-#: ../../operation/users/user_edit.php:702
-msgid "List of pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:450
-#: ../../operation/users/user_edit.php:711
-msgid "Time autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:452
-#: ../../godmode/users/user_management.php:643
-#: ../../operation/users/user_edit.php:713
-msgid ""
-"Interval of autorefresh of the elements, by default they are 30 seconds, "
-"needing to enable the autorefresh first"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1149
-#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
-msgid "Timezone"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1150
-#: ../../godmode/users/user_management.php:836
-#: ../../operation/users/user_edit.php:527
-msgid "The timezone must be that of the associated server."
-msgstr ""
-
 #: ../../godmode/massive/massive_edit_agents.php:226
 msgid "No values changed"
 msgstr ""
@@ -12179,6 +11890,55 @@ msgstr ""
 msgid "Cascade protection"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_agents.php:714
+#: ../../godmode/massive/massive_edit_agents.php:748
+#: ../../godmode/massive/massive_edit_agents.php:789
+#: ../../godmode/massive/massive_edit_agents.php:812
+#: ../../godmode/massive/massive_edit_agents.php:934
+#: ../../godmode/massive/massive_edit_agents.php:985
+#: ../../godmode/massive/massive_edit_agents.php:1086
+#: ../../godmode/massive/massive_edit_agents.php:1143
+#: ../../godmode/massive/massive_edit_agents.php:1191
+#: ../../godmode/massive/massive_edit_agents.php:1220
+#: ../../godmode/massive/massive_edit_agents.php:1238
+#: ../../godmode/massive/massive_edit_agents.php:1331
+#: ../../godmode/massive/massive_edit_modules.php:704
+#: ../../godmode/massive/massive_edit_modules.php:726
+#: ../../godmode/massive/massive_edit_modules.php:810
+#: ../../godmode/massive/massive_edit_modules.php:832
+#: ../../godmode/massive/massive_edit_modules.php:872
+#: ../../godmode/massive/massive_edit_modules.php:884
+#: ../../godmode/massive/massive_edit_modules.php:973
+#: ../../godmode/massive/massive_edit_modules.php:995
+#: ../../godmode/massive/massive_edit_modules.php:1025
+#: ../../godmode/massive/massive_edit_modules.php:1035
+#: ../../godmode/massive/massive_edit_modules.php:1049
+#: ../../godmode/massive/massive_edit_modules.php:1093
+#: ../../godmode/massive/massive_edit_modules.php:1129
+#: ../../godmode/massive/massive_edit_modules.php:1149
+#: ../../godmode/massive/massive_edit_modules.php:1187
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1298
+#: ../../godmode/massive/massive_edit_modules.php:1325
+#: ../../godmode/massive/massive_edit_modules.php:1346
+#: ../../godmode/massive/massive_edit_modules.php:1369
+#: ../../godmode/massive/massive_edit_modules.php:1526
+#: ../../godmode/massive/massive_edit_modules.php:1551
+#: ../../godmode/massive/massive_edit_users.php:254
+#: ../../godmode/massive/massive_edit_users.php:266
+#: ../../godmode/massive/massive_edit_users.php:345
+#: ../../godmode/massive/massive_edit_users.php:396
+#: ../../godmode/massive/massive_edit_users.php:460
+#: ../../godmode/massive/massive_edit_users.php:468
+#: ../../godmode/massive/massive_edit_users.php:505
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:634
+#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
+#: ../../include/functions_html.php:2544
+msgid "No change"
+msgstr ""
+
 #: ../../godmode/massive/massive_edit_agents.php:877
 msgid "Add secondary groups"
 msgstr ""
@@ -12382,6 +12142,235 @@ msgstr ""
 msgid "Target OS"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_plugins.php:177
+msgid "Error retrieving the plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:185
+msgid "Error retrieving the modified macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:208
+msgid "Error retrieving the module plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:226
+msgid "Error retrieving the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:264
+msgid "Error building the new macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:290
+#, php-format
+msgid "%d modules updated"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:321
+msgid "There are not registered plugins"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:464
+msgid "Invalid plugin data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:571
+msgid "Clear"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:599
+msgid "Invalid macros array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:624
+msgid "Multiple values"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:656
+#: ../../godmode/massive/massive_edit_plugins.php:792
+#: ../../godmode/massive/massive_edit_plugins.php:808
+msgid "Invalid agents array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:672
+msgid "Invalid agent element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:683
+msgid "Invalid modules array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:711
+msgid "Invalid module element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:920
+msgid "There are no modules using this plugin"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:921
+#: ../../godmode/massive/massive_operations.php:469
+msgid "Massive operations"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:1005
+msgid "There was a problem loading the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:153
+#, php-format
+msgid "Users updated successfully (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:165
+#, php-format
+msgid "Users cannot be updated (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:248
+#: ../../godmode/users/user_management.php:703
+#: ../../godmode/users/configure_user.php:1137
+#: ../../include/class/TipsWindow.class.php:482
+#: ../../include/class/TipsWindow.class.php:739
+#: ../../include/class/TipsWindow.class.php:906
+#: ../../operation/users/user_edit.php:434
+msgid "Language"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../godmode/users/user_management.php:775
+#: ../../operation/users/user_edit.php:463
+msgid "Home screen"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../operation/users/user_edit.php:463
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
+"ver_agente&id_agente=1 to show agent detail view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:273
+#: ../../godmode/reporting/visual_console_builder.php:1000
+#: ../../godmode/reporting/visual_console_favorite.php:130
+#: ../../godmode/reporting/map_builder.php:133
+#: ../../godmode/users/user_management.php:40
+#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800
+#: ../../include/class/Prd.class.php:300
+#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
+#: ../../operation/users/user_edit.php:466
+#: ../../operation/visual_console/legacy_view.php:219
+#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
+#: ../../operation/menu.php:310
+msgid "Visual console"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:276
+#: ../../godmode/users/user_management.php:43
+#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803
+#: ../../include/lib/Dashboard/Widgets/tactical.php:176
+#: ../../include/lib/Dashboard/Widgets/tactical.php:545
+#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
+#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
+msgid "Tactical view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:277
+#: ../../godmode/users/user_management.php:44
+#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804
+#: ../../operation/agentes/alerts_status.php:193
+#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
+msgid "Alert detail"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:279
+#: ../../godmode/users/user_management.php:47
+#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807
+#: ../../include/class/Prd.class.php:505
+#: ../../include/class/OrderInterpreter.class.php:226
+#: ../../include/lib/ITSM/Manager.php:1036
+#: ../../mobile/include/functions_web.php:22
+#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
+#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
+msgid "Dashboard"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:339
+#: ../../godmode/users/user_management.php:749
+#: ../../operation/users/user_edit.php:568
+msgid "Event filter"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:376
+#: ../../godmode/users/user_management.php:493
+#: ../../operation/users/user_edit.php:642
+msgid "Autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:377
+#: ../../operation/users/user_edit.php:643
+msgid "This will activate autorefresh in selected pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:416
+#: ../../godmode/users/user_management.php:528
+#: ../../operation/users/user_edit.php:678
+msgid "Full list of pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:425
+#: ../../godmode/massive/massive_edit_users.php:426
+#: ../../godmode/users/user_management.php:560
+#: ../../godmode/users/user_management.php:561
+#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
+#: ../../operation/users/user_edit.php:687
+#: ../../operation/users/user_edit.php:688
+msgid "Push selected pages into autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:435
+#: ../../godmode/massive/massive_edit_users.php:436
+#: ../../godmode/users/user_management.php:577
+#: ../../godmode/users/user_management.php:578
+#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:697
+msgid "Pop selected pages out of autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:441
+#: ../../operation/users/user_edit.php:702
+msgid "List of pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:450
+#: ../../operation/users/user_edit.php:711
+msgid "Time autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:452
+#: ../../godmode/users/user_management.php:643
+#: ../../operation/users/user_edit.php:713
+msgid ""
+"Interval of autorefresh of the elements, by default they are 30 seconds, "
+"needing to enable the autorefresh first"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/configure_user.php:1149
+#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
+msgid "Timezone"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/user_management.php:836
+#: ../../godmode/users/configure_user.php:1150
+#: ../../operation/users/user_edit.php:527
+msgid "The timezone must be that of the associated server."
+msgstr ""
+
 #: ../../godmode/massive/massive_operations.php:59
 msgid "Bulk alert add"
 msgstr ""
@@ -12658,49 +12647,6 @@ msgstr ""
 msgid "You can find more information at:"
 msgstr ""
 
-#: ../../godmode/modules/manage_inventory_modules_form.php:36
-#: ../../godmode/modules/manage_network_templates.php:39
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:162
-msgid "Left blank for the LOCAL inventory modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:177
-msgid "Separate fields with"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:183
-msgid "Block Mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:193
-#: ../../godmode/modules/manage_inventory_modules_form.php:197
-msgid "Script mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:194
-msgid "Use inline code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:210
-msgid "Script path"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:223
-#: ../../include/ajax/double_auth.ajax.php:167
-#: ../../include/ajax/double_auth.ajax.php:304
-msgid "Code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:232
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr ""
-
 #: ../../godmode/modules/manage_nc_groups_form.php:62
 msgid "Update Group Component"
 msgstr ""
@@ -12827,6 +12773,12 @@ msgstr ""
 msgid "Field value"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_inventory_modules_form.php:36
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module management"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_templates.php:39
 #: ../../godmode/modules/manage_network_templates_form.php:32
 #: ../../include/class/ModuleTemplates.class.php:199
@@ -12851,57 +12803,6 @@ msgstr ""
 msgid "There are no defined network profiles"
 msgstr ""
 
-#: ../../godmode/modules/manage_network_templates_form.php:59
-msgid "Successfully deleted module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:60
-msgid "Error deleting module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:79
-msgid "Successfully added module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:80
-msgid "Error adding module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:113
-msgid "Successfully updated network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:114
-msgid "Error updating network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:138
-msgid "Successfully added network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:139
-msgid "Error adding network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:145
-msgid "Cannot create a template without name"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:219
-msgid "No modules for this profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:260
-#: ../../operation/snmpconsole/snmp_browser.php:167
-#: ../../operation/snmpconsole/snmp_browser.php:187
-msgid "Add modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:341
-#: ../../include/class/ModuleTemplates.class.php:752
-msgid "Components"
-msgstr ""
-
 #: ../../godmode/modules/module_list.php:45
 msgid "Defined module types"
 msgstr ""
@@ -13015,6 +12916,43 @@ msgstr ""
 msgid "Create a new wizard component"
 msgstr ""
 
+#: ../../godmode/modules/manage_inventory_modules_form.php:162
+msgid "Left blank for the LOCAL inventory modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:177
+msgid "Separate fields with"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:183
+msgid "Block Mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:193
+#: ../../godmode/modules/manage_inventory_modules_form.php:197
+msgid "Script mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:194
+msgid "Use inline code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:210
+msgid "Script path"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:223
+#: ../../include/ajax/double_auth.ajax.php:167
+#: ../../include/ajax/double_auth.ajax.php:304
+msgid "Code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:232
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_components_form_common.php:164
 msgid "Advanced options Dynamic Threshold"
 msgstr ""
@@ -13036,6 +12974,57 @@ msgstr ""
 msgid "Tags selected"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates_form.php:59
+msgid "Successfully deleted module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:60
+msgid "Error deleting module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:79
+msgid "Successfully added module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:80
+msgid "Error adding module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:113
+msgid "Successfully updated network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:114
+msgid "Error updating network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:138
+msgid "Successfully added network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:139
+msgid "Error adding network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:145
+msgid "Cannot create a template without name"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:219
+msgid "No modules for this profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:260
+#: ../../operation/snmpconsole/snmp_browser.php:167
+#: ../../operation/snmpconsole/snmp_browser.php:187
+msgid "Add modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:341
+#: ../../include/class/ModuleTemplates.class.php:752
+msgid "Components"
+msgstr ""
+
 #: ../../godmode/netflow/nf_edit.php:50
 msgid "Manage Filters"
 msgstr ""
@@ -13051,8 +13040,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:80
 #: ../../godmode/snmpconsole/snmp_filters.php:35
 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382
-#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791
-#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797
+#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754
+#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797
 #: ../../include/ajax/events.php:921
 #: ../../operation/reporting/graph_analytics.php:490
 msgid "Update filter"
@@ -13353,9 +13342,8 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951
-#: ../../include/functions.php:2836 ../../include/functions.php:3508
-#: ../../include/functions_graph.php:5603
-#: ../../include/functions_events.php:5356
+#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836
+#: ../../include/functions.php:3508 ../../include/functions_events.php:5356
 #: ../../operation/gis_maps/render_view.php:157
 msgid "1 hour"
 msgstr ""
@@ -13375,7 +13363,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952
-#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604
+#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839
 msgid "1 day"
 msgstr ""
 
@@ -13393,7 +13381,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/service_level.php:252
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953
-#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605
+#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840
 msgid "1 week"
 msgstr ""
 
@@ -13408,7 +13396,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954
-#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606
+#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842
 msgid "1 month"
 msgstr ""
 
@@ -13481,7 +13469,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5825
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913
-#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583
+#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582
 msgid "Select an Agent first"
 msgstr ""
 
@@ -13525,7 +13513,7 @@ msgstr ""
 #: ../../include/functions_reports.php:573
 #: ../../include/functions_reports.php:660
 #: ../../include/functions_reports.php:666
-#: ../../include/functions_reporting.php:11127
+#: ../../include/functions_reporting.php:11138
 msgid "Custom graph"
 msgstr ""
 
@@ -13534,12 +13522,12 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:158
 #: ../../include/ajax/heatmap.ajax.php:439
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301
+#: ../../mobile/operation/server_status.php:185
+#: ../../mobile/operation/server_status.php:186
 #: ../../mobile/operation/modules.php:194
 #: ../../mobile/operation/modules.php:195
 #: ../../mobile/operation/modules.php:308
 #: ../../mobile/operation/modules.php:309
-#: ../../mobile/operation/server_status.php:185
-#: ../../mobile/operation/server_status.php:186
 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118
 msgid "Tag"
 msgstr ""
@@ -13626,9 +13614,9 @@ msgstr ""
 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144
 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391
 #: ../../include/class/ConfigPEN.class.php:603
+#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/class/CredentialStore.class.php:819
 #: ../../include/class/EventSound.class.php:308
-#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/functions_events.php:363
 #: ../../operation/agentes/pandora_networkmap.view.php:2348
 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99
@@ -13815,6 +13803,8 @@ msgid "Scheduled"
 msgstr ""
 
 #: ../../godmode/reporting/manage_schedule.php:194
+#: ../../godmode/setup/setup_general.php:53
+#: ../../godmode/setup/setup_general.php:115
 msgid "Console"
 msgstr ""
 
@@ -14355,11 +14345,11 @@ msgid "Are you sure to add many elements\\nin visual map?"
 msgstr ""
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:632
-#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
-#: ../../mobile/operation/modules.php:823
 #: ../../mobile/operation/server_status.php:389
 #: ../../mobile/operation/tactical.php:240
 #: ../../mobile/operation/module_graph.php:474
+#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
+#: ../../mobile/operation/modules.php:823
 msgid "Loading..."
 msgstr ""
 
@@ -14550,7 +14540,10 @@ msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:193
 #: ../../operation/reporting/reporting_viewer.php:93
-msgid "Your report has been planned, and the system will email you a "
+#, php-format
+msgid ""
+"Your report has been planned, and the system will email you a %s file with "
+"the report as soon as its finished"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:194
@@ -14565,7 +14558,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.php:4101
 #: ../../godmode/reporting/reporting_builder.php:4149
 #: ../../include/functions_groups.php:123
-#: ../../include/functions_reporting.php:16432
+#: ../../include/functions_reporting.php:16443
 #: ../../operation/reporting/reporting_viewer.php:114
 #: ../../operation/menu.php:470 ../../operation/search_results.php:150
 msgid "Reports"
@@ -14766,9 +14759,9 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1403
-#: ../../include/functions_reporting_html.php:3236
 #: ../../include/functions_reports.php:823
 #: ../../include/functions_reporting.php:3807
+#: ../../include/functions_reporting_html.php:3236
 msgid "End of life"
 msgstr ""
 
@@ -14969,7 +14962,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:934
 #: ../../include/lib/Dashboard/Widgets/post.php:214
 #: ../../include/functions_reports.php:856
-#: ../../include/functions_reporting.php:7938
+#: ../../include/functions_reporting.php:7949
 msgid "Text"
 msgstr ""
 
@@ -15039,8 +15032,8 @@ msgid "Display"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3152
-#: ../../include/functions_reporting_html.php:6266
 #: ../../include/functions_reporting.php:1724
+#: ../../include/functions_reporting_html.php:6266
 msgid "Avg"
 msgstr ""
 
@@ -15112,7 +15105,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:541
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903
 #: ../../include/functions_graph.php:5557
-#: ../../include/functions_reporting.php:11051
+#: ../../include/functions_reporting.php:11062
 msgid "Maximum"
 msgstr ""
 
@@ -15121,9 +15114,9 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912
 #: ../../include/functions_graph.php:2540
 #: ../../include/functions_graph.php:5565
+#: ../../include/functions_reporting.php:11058
 #: ../../include/functions_reporting_html.php:5083
 #: ../../include/functions_reporting_html.php:5154
-#: ../../include/functions_reporting.php:11047
 msgid "Minimum"
 msgstr ""
 
@@ -15143,8 +15136,8 @@ msgstr ""
 #: ../../include/functions_graph.php:2548
 #: ../../include/functions_graph.php:5581
 #: ../../include/functions_reports.php:766
-#: ../../include/functions_reporting.php:7535
-#: ../../include/functions_reporting.php:11043
+#: ../../include/functions_reporting.php:7546
+#: ../../include/functions_reporting.php:11054
 msgid "Summatory"
 msgstr ""
 
@@ -15313,19 +15306,19 @@ msgid "Event graphs"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3826
-msgid "By agent "
+msgid "By agent"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3836
-msgid "By user validator "
+msgid "By user validator"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3846
-msgid "By criticity "
+msgid "By criticity"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3856
-msgid "Validated vs unvalidated "
+msgid "Validated vs unvalidated"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3870
@@ -15458,12 +15451,12 @@ msgid "Use uncompressed module data."
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4217
-#: ../../include/functions_reporting.php:5536
+#: ../../include/functions_reporting.php:5547
 msgid "Unassigned group"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4263
-#: ../../include/functions_reporting.php:5530
+#: ../../include/functions_reporting.php:5541
 msgid "Unnasigned group"
 msgstr ""
 
@@ -15618,23 +15611,23 @@ msgstr ""
 #: ../../include/class/AlertsList.class.php:387
 #: ../../include/class/AlertsList.class.php:392
 #: ../../include/class/HelpFeedBack.class.php:355
-#: ../../include/class/AgentDeployWizard.class.php:611
-#: ../../include/class/AgentDeployWizard.class.php:616
 #: ../../include/class/ConfigPEN.class.php:750
 #: ../../include/class/ConfigPEN.class.php:755
-#: ../../include/class/CredentialStore.class.php:1605
-#: ../../include/class/CredentialStore.class.php:1610
 #: ../../include/class/Diagnostics.class.php:2190
 #: ../../include/class/ModuleTemplates.class.php:1411
 #: ../../include/class/ModuleTemplates.class.php:1416
-#: ../../include/class/SatelliteAgent.class.php:1097
-#: ../../include/class/SatelliteAgent.class.php:1102
 #: ../../include/class/WebServerModuleDebug.class.php:366
 #: ../../include/class/WebServerModuleDebug.class.php:371
-#: ../../include/class/SatelliteCollection.class.php:624
-#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/class/AgentWizard.class.php:6066
 #: ../../include/class/AgentWizard.class.php:6071
+#: ../../include/class/AgentDeployWizard.class.php:611
+#: ../../include/class/AgentDeployWizard.class.php:616
+#: ../../include/class/CredentialStore.class.php:1605
+#: ../../include/class/CredentialStore.class.php:1610
+#: ../../include/class/SatelliteAgent.class.php:1097
+#: ../../include/class/SatelliteAgent.class.php:1102
+#: ../../include/class/SatelliteCollection.class.php:624
+#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629
 #: ../../operation/visual_console/view.php:1225
 #: ../../operation/visual_console/view.php:1230
@@ -16823,373 +16816,6 @@ msgstr ""
 msgid "Error deleting"
 msgstr ""
 
-#: ../../godmode/setup/performance.php:185
-msgid "Pandora_db running in active database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:186
-#: ../../godmode/setup/performance.php:242
-msgid "Executed:"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:192
-#: ../../godmode/setup/performance.php:247
-msgid "ago"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:241
-msgid "Pandora_db running in historical database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:249
-msgid "Not executed"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:262
-#: ../../godmode/setup/performance.php:505
-msgid "Max. days before delete events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:277
-#: ../../include/functions_config.php:880
-msgid "Max. days before delete traps"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:292
-#: ../../include/functions_config.php:888
-msgid "Max. days before delete audit events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:307
-#: ../../godmode/setup/performance.php:517
-#: ../../include/functions_config.php:884
-msgid "Max. days before delete string data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:322
-#: ../../include/functions_config.php:892
-msgid "Max. days before delete GIS data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:337
-#: ../../godmode/setup/performance.php:469
-#: ../../include/functions_config.php:896
-msgid "Max. days before purge"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:352
-#: ../../godmode/setup/performance.php:481
-#: ../../include/functions_config.php:908
-msgid "Max. days before compact data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:367
-#: ../../include/functions_config.php:900
-msgid "Max. days before delete unknown modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:382
-#: ../../include/functions_config.php:904
-msgid "Max. days before delete not initialized modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:397
-msgid "Max. days before delete autodisabled agents"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:412
-#: ../../include/functions_config.php:956
-msgid "Retention period of past special days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:424
-#: ../../include/functions_config.php:960
-msgid "Max. macro data fields"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:493
-#: ../../godmode/setup/performance.php:611
-#: ../../include/functions_config.php:924
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:536
-#: ../../include/functions_config.php:974
-msgid "Max. days before delete old messages"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:549
-#: ../../include/functions_config.php:965
-msgid "Max. days before delete inventory data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:562
-#: ../../include/functions_config.php:970
-msgid "Max. days before disabled agents are deleted"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:582
-msgid "Item limit for realtime reports"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:597
-#: ../../include/functions_config.php:920
-msgid "Limit of events per query"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:625
-msgid "Last day"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:626
-msgid "2 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:627
-msgid "10 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:628
-msgid "Last week"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:629
-msgid "2 weeks"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:630
-msgid "Last month"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:633
-#: ../../include/functions_config.php:928
-msgid "Default hours for event view"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:648
-#: ../../include/functions_config.php:932
-msgid "Use realtime statistics"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:658
-#: ../../include/functions_config.php:936
-msgid "Batch statistics period (secs)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:681
-#: ../../include/functions_config.php:940
-msgid "Max. recommended number of files in attachment directory"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:693
-#: ../../include/functions_config.php:944
-msgid "Delete not init modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:703
-msgid "Big Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:718
-#: ../../include/functions_config.php:952
-msgid "Small Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:733
-#: ../../include/functions_config.php:978
-msgid "Graph container - Max. Items"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:745
-msgid "Events response max. execution"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:757
-#: ../../include/functions_config.php:990
-msgid "Row limit in csv log"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:772
-msgid "SNMP walk binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:784
-msgid ""
-"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
-"instead (by default snmpwalk, slower)."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:789
-msgid "SNMP walk binary (fallback)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:802
-#, php-format
-msgid ""
-"%s web2image cache system cleanup. It is always cleaned up after perform an "
-"upgrade"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:809
-msgid "WMI binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:821
-msgid ""
-"Before increasing this value, be aware that a large number can affect "
-"performance in PDF generation. Set to 0 to disregard this limit."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:826
-#: ../../include/functions_config.php:986
-msgid "Rows limit for SQL report item PDF"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:864
-msgid "Database maintenance status"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:869
-msgid "Database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:875
-msgid "Historical database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
-#: ../../include/functions_netflow.php:2342
-#: ../../include/functions_reporting.php:4433
-msgid "Others"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:886
-msgid "Agent SNMP Interface Wizard defaults"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:146
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
-msgid "Progress"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:227
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
-msgid "View summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:277
-msgid ""
-"You may need to increase the value of the plugin_timeout parameter in your "
-"server configuration to get all your agents data updated"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:331
-msgid "Agents interval"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:336
-msgid "Generate historical data for all agents"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:346
-msgid "Days of historical data to insert in the agent data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:363
-msgid "Create services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:374
-msgid "Create network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:384
-msgid "Create GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:404
-msgid "Create reports"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:414
-msgid "Create visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:424
-msgid "Create dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "Traps target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "All demo traps are generated using version 1"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:450
-msgid "Traps community"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:466
-msgid "Tentacle target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:482
-msgid "Tentacle port"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:498
-msgid "Tentacle extra options"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:515
-msgid "Configure demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:531
-#: ../../include/class/WelcomeWindow.class.php:1627
-msgid "Create demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
-#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
-#: ../../operation/agentes/ver_agente.php:1880
-msgid "Services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
-#: ../../include/functions_groups.php:235
-#: ../../operation/agentes/networkmap.dinamic.php:150
-#: ../../operation/agentes/pandora_networkmap.view.php:2375
-msgid "Network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
-#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
-#: ../../include/functions_groups.php:187
-msgid "GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
-#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
-#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
-msgid "Visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
-#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
-msgid "Dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:598
-msgid "Active demo data summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:666
-msgid "Delete all demo data"
-msgstr ""
-
 #: ../../godmode/setup/news.php:30
 msgid "Site news management"
 msgstr ""
@@ -17673,6 +17299,435 @@ msgstr ""
 msgid "Correct update the setup options"
 msgstr ""
 
+#: ../../godmode/setup/setup_netflow.php:45
+msgid ""
+"The Netflow data will be saved in the directory specified here, which will "
+"be located in the path defined by the \"General Network path\" parameter "
+"(this parameter is found in the General Settings)."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:76
+#: ../../include/functions_config.php:1643
+msgid "Netflow max lifetime"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+#: ../../include/functions_config.php:1647
+msgid "Netflow interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+msgid "It is necessary to restart the server if the value is changed."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:90
+msgid "10 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:91
+msgid "30 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:92
+msgid "60 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+#: ../../include/functions_config.php:1655
+msgid "Enable Sflow"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+msgid ""
+"SFLow uses a different protocol and needs an alternative collector that must "
+"be activated with this switch"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:47
+#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
+msgid "File manager"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:89
+#: ../../include/functions_filemanager.php:704
+#, php-format
+msgid "Index of %s"
+msgstr ""
+
+#: ../../godmode/setup/os.list.php:56
+#, php-format
+msgid ""
+"This node is configured with centralized mode. All OS definitions are read "
+"only. Go to %s to manage them."
+msgstr ""
+
+#: ../../godmode/setup/demo.php:146
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
+msgid "Progress"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:227
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
+msgid "View summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:277
+msgid ""
+"You may need to increase the value of the plugin_timeout parameter in your "
+"server configuration to get all your agents data updated"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:331
+msgid "Agents interval"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:336
+msgid "Generate historical data for all agents"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:346
+msgid "Days of historical data to insert in the agent data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:363
+msgid "Create services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:374
+msgid "Create network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:384
+msgid "Create GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:404
+msgid "Create reports"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:414
+msgid "Create visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:424
+msgid "Create dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "Traps target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "All demo traps are generated using version 1"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:450
+msgid "Traps community"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:466
+msgid "Tentacle target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:482
+msgid "Tentacle port"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:498
+msgid "Tentacle extra options"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:515
+msgid "Configure demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:531
+#: ../../include/class/WelcomeWindow.class.php:1627
+msgid "Create demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
+#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
+#: ../../operation/agentes/ver_agente.php:1880
+msgid "Services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
+#: ../../include/functions_groups.php:235
+#: ../../operation/agentes/networkmap.dinamic.php:150
+#: ../../operation/agentes/pandora_networkmap.view.php:2375
+msgid "Network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
+#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
+#: ../../include/functions_groups.php:187
+msgid "GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
+#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
+#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
+msgid "Visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
+#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
+msgid "Dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:598
+msgid "Active demo data summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:666
+msgid "Delete all demo data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:185
+msgid "Pandora_db running in active database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:186
+#: ../../godmode/setup/performance.php:242
+msgid "Executed:"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:192
+#: ../../godmode/setup/performance.php:247
+msgid "ago"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:241
+msgid "Pandora_db running in historical database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:249
+msgid "Not executed"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:262
+#: ../../godmode/setup/performance.php:505
+msgid "Max. days before delete events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:277
+#: ../../include/functions_config.php:880
+msgid "Max. days before delete traps"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:292
+#: ../../include/functions_config.php:888
+msgid "Max. days before delete audit events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:307
+#: ../../godmode/setup/performance.php:517
+#: ../../include/functions_config.php:884
+msgid "Max. days before delete string data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:322
+#: ../../include/functions_config.php:892
+msgid "Max. days before delete GIS data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:337
+#: ../../godmode/setup/performance.php:469
+#: ../../include/functions_config.php:896
+msgid "Max. days before purge"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:352
+#: ../../godmode/setup/performance.php:481
+#: ../../include/functions_config.php:908
+msgid "Max. days before compact data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:367
+#: ../../include/functions_config.php:900
+msgid "Max. days before delete unknown modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:382
+#: ../../include/functions_config.php:904
+msgid "Max. days before delete not initialized modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:397
+msgid "Max. days before delete autodisabled agents"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:412
+#: ../../include/functions_config.php:956
+msgid "Retention period of past special days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:424
+#: ../../include/functions_config.php:960
+msgid "Max. macro data fields"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:493
+#: ../../godmode/setup/performance.php:611
+#: ../../include/functions_config.php:924
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:536
+#: ../../include/functions_config.php:974
+msgid "Max. days before delete old messages"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:549
+#: ../../include/functions_config.php:965
+msgid "Max. days before delete inventory data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:562
+#: ../../include/functions_config.php:970
+msgid "Max. days before disabled agents are deleted"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:582
+msgid "Item limit for realtime reports"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:597
+#: ../../include/functions_config.php:920
+msgid "Limit of events per query"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:625
+msgid "Last day"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:626
+msgid "2 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:627
+msgid "10 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:628
+msgid "Last week"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:629
+msgid "2 weeks"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:630
+msgid "Last month"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:633
+#: ../../include/functions_config.php:928
+msgid "Default hours for event view"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:648
+#: ../../include/functions_config.php:932
+msgid "Use realtime statistics"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:658
+#: ../../include/functions_config.php:936
+msgid "Batch statistics period (secs)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:681
+#: ../../include/functions_config.php:940
+msgid "Max. recommended number of files in attachment directory"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:693
+#: ../../include/functions_config.php:944
+msgid "Delete not init modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:703
+msgid "Big Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:718
+#: ../../include/functions_config.php:952
+msgid "Small Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:733
+#: ../../include/functions_config.php:978
+msgid "Graph container - Max. Items"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:745
+msgid "Events response max. execution"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:757
+#: ../../include/functions_config.php:990
+msgid "Row limit in csv log"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:772
+msgid "SNMP walk binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:784
+msgid ""
+"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
+"instead (by default snmpwalk, slower)."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:789
+msgid "SNMP walk binary (fallback)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:802
+#, php-format
+msgid ""
+"%s web2image cache system cleanup. It is always cleaned up after perform an "
+"upgrade"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:809
+msgid "WMI binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:821
+msgid ""
+"Before increasing this value, be aware that a large number can affect "
+"performance in PDF generation. Set to 0 to disregard this limit."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:826
+#: ../../include/functions_config.php:986
+msgid "Rows limit for SQL report item PDF"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:864
+msgid "Database maintenance status"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:869
+msgid "Database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:875
+msgid "Historical database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
+#: ../../include/functions_netflow.php:2342
+#: ../../include/functions_reporting.php:4444
+msgid "Others"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:886
+msgid "Agent SNMP Interface Wizard defaults"
+msgstr ""
+
 #: ../../godmode/setup/setup_ITSM.php:89
 #, php-format
 msgid "ITSM API is not reachable, %s"
@@ -17753,9 +17808,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widget.php:634
 #: ../../include/lib/ITSM/ITSM.php:513
 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399
-#: ../../include/functions_ui.php:8190
 #: ../../include/functions_reporting_html.php:947
 #: ../../include/functions_reporting_html.php:1043
+#: ../../include/functions_ui.php:8190
 #: ../../views/ITSM/ITSMTicketEditView.php:78
 #: ../../views/ITSM/ITSMTicketListView.php:78
 msgid "Title"
@@ -17785,819 +17840,150 @@ msgstr ""
 msgid "Update and continue"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:45
+#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
+msgid "Fallback to local authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
+msgid "Autocreate remote users"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
+msgid "LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:107
+#: ../../include/functions_config.php:683
+msgid "LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:129
+#: ../../include/functions_config.php:687
+msgid "LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:146
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:691
+msgid "Start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:157
+#: ../../include/functions_config.php:695
+msgid "Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:170
+#: ../../include/functions_config.php:699
+msgid "Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:703
+msgid "Admin LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:196
+#: ../../include/functions_config.php:708
+msgid "Admin LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:221
+msgid "Ldap search timeout (secs)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:241
+msgid "Enable secondary LDAP"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:256
+#: ../../include/functions_config.php:717
+msgid "Secondary LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:273
+#: ../../include/functions_config.php:721
+msgid "Secondary LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:295
+#: ../../include/functions_config.php:725
+msgid "Secondary LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:312
+#: ../../include/functions_config.php:659
+msgid "Secondary start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:323
+msgid "Secondary Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:336
+msgid "Secondary Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:349
+#: ../../include/functions_config.php:741
+msgid "Admin secondary LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:362
+msgid "Admin secondary LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:404
+#: ../../godmode/users/configure_user.php:1457
+#: ../../include/functions_config.php:839
+#: ../../operation/users/user_edit.php:534
+msgid "Double authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:419
+msgid "Force 2FA for all users is enabled"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:439
+msgid "Check activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:440
+msgid "Ignore activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
+msgid "Control of timeout session"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
 msgid ""
-"The Netflow data will be saved in the directory specified here, which will "
-"be located in the path defined by the \"General Network path\" parameter "
-"(this parameter is found in the General Settings)."
+"Select 'ignore activity' to ignore user activity when checking the session."
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:76
-#: ../../include/functions_config.php:1643
-msgid "Netflow max lifetime"
+#: ../../godmode/setup/setup_auth.php:460
+msgid "Session timeout (mins)"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-#: ../../include/functions_config.php:1647
-msgid "Netflow interval"
+#: ../../godmode/setup/setup_auth.php:507
+#, php-format
+msgid "Local %s"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-msgid "It is necessary to restart the server if the value is changed."
+#: ../../godmode/setup/setup_auth.php:508
+msgid "LDAP"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:90
-msgid "10 min"
+#: ../../godmode/setup/setup_auth.php:515
+#: ../../include/class/AgentWizard.class.php:954
+#: ../../include/class/CredentialStore.class.php:1161
+#: ../../include/class/CredentialStore.class.php:1463
+#: ../../include/functions_config.php:587
+msgid "Authentication method"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:91
-msgid "30 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:92
-msgid "60 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-#: ../../include/functions_config.php:1655
-msgid "Enable Sflow"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-msgid ""
-"SFLow uses a different protocol and needs an alternative collector that must "
-"be activated with this switch"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:73
-msgid "Legacy visual console Information"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid "Click to display lateral menus"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid ""
-"When the side menu is collapsed, it allows you to define whether it is "
-"displayed by hovering the mouse over it or you need to click to display it."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:124
-msgid "Paginated module view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-#: ../../include/functions_config.php:1396
-msgid "Display data of proc modules in other format"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-msgid ""
-"It allows to define the message that appears when you hover over a color box "
-"that shows the status of an agent or a module. If you want to change what "
-"the default color box looks like, choose another form of visual "
-"representation in the \"Status icon set\" option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../include/functions_config.php:1400
-msgid "Display text proc modules have state is ok"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:148
-#: ../../include/functions_config.php:1404
-msgid "Display text when proc modules have state critical"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../include/functions_config.php:1413
-msgid "Service label font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Space between items in Service maps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:167
-msgid "Show both (tabs and menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:168
-msgid "Show only icons"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:169
-msgid "Show only menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:171
-#: ../../include/functions_config.php:1448
-msgid "Tabs menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:261
-msgid "Colors"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:262
-msgid "Faces"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Colors and text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:365
-#: ../../include/functions_config.php:1084
-msgid "Style template"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-#: ../../include/functions_config.php:1104
-msgid "Status icon set"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-msgid ""
-"It changes the appearance of the agent or module status icon. Useful for "
-"people with problems when discriminating colors, you may overlay a text in "
-"the box or add an emoji (that icon can be replaced by a custom one, "
-"replacing the files on disk)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:419
-#: ../../include/functions_config.php:1116
-msgid "Custom favicon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:450
-msgid "Custom background login"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:486
-msgid "Custom logo (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:511
-msgid "Custom logo collapsed (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:537
-msgid "Custom logo (header white background)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:562
-msgid "Custom logo (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:590
-msgid "Custom Splash (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../include/functions_config.php:1140
-msgid "Custom documentation logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:668
-#: ../../include/functions_config.php:1144
-msgid "Custom support logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:706
-#: ../../include/functions_config.php:1148
-#: ../../include/functions_config.php:1152
-msgid "Custom networkmap center logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:746
-msgid "Custom mobile console icon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:795
-msgid "Datepicker first day of week"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:813
-msgid "Title (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:819
-msgid "Subtitle (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:827
-msgid "Title 1 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:832
-msgid "Title 2 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:838
-msgid "Docs URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:843
-msgid "Support URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:849
-#: ../../include/functions_config.php:1196
-msgid "Product name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:854
-#: ../../include/functions_config.php:1200
-msgid "Copyright notice"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:860
-#: ../../include/functions_config.php:1204
-#: ../../include/functions_config.php:1208
-msgid "Background opacity % (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:865
-msgid "Disable logo in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:883
-msgid "Disable helps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:893
-#: ../../include/functions_config.php:1352
-msgid "Fixed header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:905
-msgid "Automatically hide submenu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:915
-msgid "Visual effects and animation"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:926
-msgid "Random background (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:952
-#: ../../include/functions_config.php:1316
-msgid "GIS Labels"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:962
-#: ../../include/functions_config.php:1324
-msgid "Default icon in GIS"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:971
-msgid "Agent icon group"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1021
-msgid "Graphs font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1040
-msgid "Show unit along with value in reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1051
-#: ../../include/functions_config.php:1284
-msgid "Truncate agent text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1061
-#: ../../include/functions_config.php:1296
-msgid "Truncate module text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-#: ../../include/functions_config.php:1288
-#: ../../include/functions_config.php:1292
-msgid "Agent size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here. If the "
-"text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1079
-#: ../../godmode/setup/setup_visuals.php:1101
-msgid "Small"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-#: ../../include/functions_config.php:1300
-msgid "Module size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here.   If "
-"the text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1118
-#: ../../include/functions_config.php:1304
-#: ../../include/functions_config.php:1308
-msgid "Description size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1129
-#: ../../include/functions_config.php:1312
-msgid "Item title size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1158
-msgid "On Boolean graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1161
-msgid "Show only average by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1162
-msgid "Show MAX/AVG/MIN by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1181
-msgid "Graph color #"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1195
-msgid ""
-"Number of decimals to display in reports and visual consoles. It must be "
-"between 0 and 5."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1200
-msgid "Data precision"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1218
-msgid "Data precision in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-#: ../../include/functions_config.php:1071
-msgid "Value to interface graphics"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-msgid "Name of the drives for network interface graphics (SNMP)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1249
-#: ../../include/functions_config.php:1380
-msgid "Default line thickness for the Custom Graph."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1262
-msgid "Number of elements in Custom Graph"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1276
-#: ../../include/functions_config.php:1092
-msgid "Use round corners"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-#: ../../include/functions_config.php:1096
-msgid "Chart fit to content"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-msgid ""
-"There are graphs whose values are percentages and the top of the graph "
-"exceeds the maximum value one hundred, you may configure the graphs to stop "
-"adding a proportional upper margin by activating this option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1297
-msgid "Type of module charts"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid "Graph TIP view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid ""
-"TIP graphs show the full data resolution, they are much more expensive in BD/"
-"CPU time, but they allow to \"zoom\" interactively and show all the data, "
-"without compacting the information in fewer points. By default (off), TIPs "
-"can be seen, but manually, if this mode is selected in each graph, but you "
-"may also define that they always come out as TIP or also define that this is "
-"so, but only for those of Boolean data."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid "Graph mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid ""
-"It displays the default graphs with three overlapping data series (Maximum, "
-"Average, and Minimum) or with only one data series (Average)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1374
-msgid "Zoom graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1394
-#: ../../godmode/setup/setup_visuals.php:1395
-#: ../../godmode/setup/setup_visuals.php:1980
-#: ../../godmode/snmpconsole/snmp_alert.php:1612
-#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
-#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
-#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
-#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
-#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
-#: ../../include/functions_visual_map_editor.php:1278
-#: ../../include/functions_visual_map_editor.php:1279
-#: ../../include/functions.php:530 ../../include/functions.php:661
-#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
-#: ../../operation/events/sound_events.php:153
-#: ../../operation/events/sound_events.php:154
-#: ../../operation/events/sound_events.php:155
-#: ../../operation/events/sound_events.php:156
-#: ../../operation/events/sound_events.php:160
-#: ../../operation/events/sound_events.php:161
-#: ../../operation/events/sound_events.php:162
-#: ../../operation/events/sound_events.php:163
-#: ../../operation/events/sound_events.php:164
-#: ../../operation/events/sound_events.php:165
-msgid "seconds"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1396
-#: ../../godmode/setup/setup_visuals.php:1397
-#: ../../godmode/setup/setup_visuals.php:1398
-#: ../../godmode/setup/setup_visuals.php:1399
-#: ../../godmode/setup/setup_visuals.php:1981
-#: ../../include/functions_visual_map_editor.php:1280
-#: ../../include/functions_visual_map_editor.php:1281
-#: ../../include/functions_visual_map_editor.php:1282
-#: ../../include/functions_visual_map_editor.php:1283
-#: ../../include/functions.php:534 ../../include/functions.php:665
-#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
-msgid "minutes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1400
-#: ../../include/functions_visual_map_editor.php:1284
-msgid "hour"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1403
-msgid "Classic view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1404
-msgid "View of favorites"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1414
-msgid "Default cache expiration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1419
-#: ../../include/functions_visual_map_editor.php:1310
-msgid "No cache"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1432
-#: ../../include/functions_config.php:1252
-msgid "Default interval for refresh on Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1448
-msgid "Type of view of visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1461
-msgid "Number of favorite visual consoles to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1467
-#: ../../include/functions_config.php:1268
-msgid "Default line thickness for the Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1479
-msgid "Visual console default text margin (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1485
-msgid "Lock screen orientation when viewing on mobile devices"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-#: ../../include/functions_config.php:1276
-msgid "Display item frame on alert triggered"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-msgid "It displays an orange box around items that have triggered an alert."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1517
-msgid "Number of favorite services to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1562
-msgid "Show report info with description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1572
-msgid "Custom report front page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1583
-#: ../../include/functions_config.php:1559
-msgid "PDF font size (px)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1587
-#: ../../include/functions_config.php:1555
-msgid "HTML font size for SLA (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1593
-msgid "Graph image height for HTML reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1597
-msgid "Interval description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1563
-#: ../../include/functions_config.php:1567
-#: ../../include/functions_config.php:1571
-#: ../../include/functions_config.php:1575
-#: ../../include/functions_config.php:1579
-#: ../../include/functions_config.php:1583
-msgid "Custom report front"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../include/functions_config.php:1120
-#: ../../include/functions_config.php:1571
-msgid "Custom logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1615
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-msgid ""
-"You may use the following macros: _REPORT_NAME_ indicating the name of the "
-"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
-"report), _DATETIME_ date/time of the generation of the report."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../include/class/TipsWindow.class.php:814
-#: ../../include/class/TipsWindow.class.php:981
-msgid "Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../include/functions_config.php:1575
-msgid "Header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../include/functions_config.php:1579
-msgid "First page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1583
-msgid "Footer"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1691
-msgid "Comparation in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1698
-msgid "Timestamp in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1705
-msgid "Compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1790
-msgid "Use 1024 when module unit are bytes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1791
-msgid "Use always 1000"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1792
-msgid "Use always 1024"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1804
-#: ../../include/functions_config.php:1364
-msgid "Networkmap max width"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "Show only the group name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "The name of the group will be displayed instead of displaying its icon."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1827
-msgid "Show empty groups in group view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-#: ../../include/functions_config.php:1019
-msgid "Date format string"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-msgid "It uses a unix datetime format definition string."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1846
-msgid "Example"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1855
-#: ../../include/functions_config.php:1603
-msgid "Decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1870
-msgid "Visible time of successful notifiations"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1883
-msgid "Timestamp, time comparison, or compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid "Custom values post process"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid ""
-"Custom conversion values for post-processing. It updates a table in the "
-"database to have custom conversions from one unit to another."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1938
-#: ../../godmode/setup/setup_visuals.php:2105
-msgid "Delete custom values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1982
-#: ../../include/functions_snmp.php:402 ../../include/functions.php:535
-#: ../../include/functions.php:666 ../../include/functions_html.php:2563
-#: ../../include/functions_html.php:8129
-#: ../../include/functions_events.php:5365
-msgid "hours"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532
-#: ../../include/functions.php:663 ../../include/functions_html.php:2566
-#: ../../include/functions_html.php:8132
-msgid "months"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533
-#: ../../include/functions.php:664 ../../include/functions_html.php:2567
-#: ../../include/functions_html.php:8133
-msgid "years"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1988
-msgid "Interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2027
-msgid "Delete interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2070
-msgid "Module units"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2143
-#: ../../include/functions_config.php:1587
-msgid "CSV divider"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2148
-#: ../../include/functions_config.php:1591
-msgid "CSV decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid "Data multiplier to use in graphs/data"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid ""
-"Value by which it will multiply the data shown to represent them in graphs. "
-"This is useful in case the value unit is bytes; for other conversions use "
-"Custom value post processing."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2158
-#: ../../include/functions_config.php:1599
-msgid "Hide general stats for non admin users in tactical view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2175
-msgid "Behaviour configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2180
-msgid "GIS configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2185
-msgid "Style configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2190
-msgid "Charts configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2195
-msgid "Font and Text configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2200
-msgid "Visual consoles configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2205
-msgid "Reports configuration "
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2210
-msgid "Services configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2215
-msgid "Other configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2400
-#: ../../include/functions_config.php:1528
-msgid "Delete interval"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2458
-msgid "Logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2488
-msgid "Splash Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2507
-msgid "Mobile console logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2543
-msgid "Gis icons preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2609
-msgid "Status set preview"
+#: ../../godmode/setup/setup_auth.php:561
+msgid "Session timeout must be a number"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:52
@@ -18605,22 +17991,16 @@ msgid "Enforce https Information"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:53
-msgid "If SSL is not properly configured you will lose access to "
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:53
-#: ../../godmode/setup/setup_general.php:115
-msgid " Console"
+msgid "If SSL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:58
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494
-#: ../../include/functions.php:1378
+#: ../../include/functions.php:1378 ../../include/functions_events.php:2651
+#: ../../include/functions_events.php:3213
 #: ../../include/functions_reporting_html.php:1796
 #: ../../include/functions_reporting_html.php:3908
-#: ../../include/functions_events.php:2651
-#: ../../include/functions_events.php:3213
 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948
 msgid "System"
 msgstr ""
@@ -18709,7 +18089,7 @@ msgid "UTC"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:115
-msgid "If public URL is not properly configured you will lose access to "
+msgid "If public URL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:181
@@ -19130,168 +18510,774 @@ msgstr ""
 msgid "Email test"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:47
-#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
-msgid "File manager"
+#: ../../godmode/setup/setup_visuals.php:73
+msgid "Legacy visual console Information"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:89
-#: ../../include/functions_filemanager.php:704
-#, php-format
-msgid "Index of %s"
+#: ../../godmode/setup/setup_visuals.php:74
+msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
 msgstr ""
 
-#: ../../godmode/setup/os.list.php:56
-#, php-format
+#: ../../godmode/setup/setup_visuals.php:112
+msgid "Click to display lateral menus"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:112
 msgid ""
-"This node is configured with centralized mode. All OS definitions are read "
-"only. Go to %s to manage them."
+"When the side menu is collapsed, it allows you to define whether it is "
+"displayed by hovering the mouse over it or you need to click to display it."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
-msgid "Fallback to local authentication"
+#: ../../godmode/setup/setup_visuals.php:124
+msgid "Paginated module view"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
-msgid "Autocreate remote users"
+#: ../../godmode/setup/setup_visuals.php:133
+#: ../../include/functions_config.php:1396
+msgid "Display data of proc modules in other format"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
-msgid "LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:683
-msgid "LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:129
-#: ../../include/functions_config.php:687
-msgid "LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:146
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:691
-msgid "Start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:157
-#: ../../include/functions_config.php:695
-msgid "Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:170
-#: ../../include/functions_config.php:699
-msgid "Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:183
-#: ../../include/functions_config.php:703
-msgid "Admin LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:196
-#: ../../include/functions_config.php:708
-msgid "Admin LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:221
-msgid "Ldap search timeout (secs)"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:241
-msgid "Enable secondary LDAP"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:256
-#: ../../include/functions_config.php:717
-msgid "Secondary LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:273
-#: ../../include/functions_config.php:721
-msgid "Secondary LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:295
-#: ../../include/functions_config.php:725
-msgid "Secondary LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:312
-#: ../../include/functions_config.php:659
-msgid "Secondary start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:323
-msgid "Secondary Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:336
-msgid "Secondary Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:349
-#: ../../include/functions_config.php:741
-msgid "Admin secondary LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:362
-msgid "Admin secondary LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:404
-#: ../../godmode/users/configure_user.php:1457
-#: ../../include/functions_config.php:839
-#: ../../operation/users/user_edit.php:534
-msgid "Double authentication"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:419
-msgid "Force 2FA for all users is enabled"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:439
-msgid "Check activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:440
-msgid "Ignore activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
-msgid "Control of timeout session"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
+#: ../../godmode/setup/setup_visuals.php:133
 msgid ""
-"Select 'ignore activity' to ignore user activity when checking the session."
+"It allows to define the message that appears when you hover over a color box "
+"that shows the status of an agent or a module. If you want to change what "
+"the default color box looks like, choose another form of visual "
+"representation in the \"Status icon set\" option."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:460
-msgid "Session timeout (mins)"
+#: ../../godmode/setup/setup_visuals.php:144
+#: ../../include/functions_config.php:1400
+msgid "Display text proc modules have state is ok"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:507
-#, php-format
-msgid "Local %s"
+#: ../../godmode/setup/setup_visuals.php:148
+#: ../../include/functions_config.php:1404
+msgid "Display text when proc modules have state critical"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:508
-msgid "LDAP"
+#: ../../godmode/setup/setup_visuals.php:155
+#: ../../include/functions_config.php:1413
+msgid "Service label font size"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:515
-#: ../../include/class/CredentialStore.class.php:1161
-#: ../../include/class/CredentialStore.class.php:1463
-#: ../../include/class/AgentWizard.class.php:954
-#: ../../include/functions_config.php:587
-msgid "Authentication method"
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Space between items in Service maps"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:561
-msgid "Session timeout must be a number"
+#: ../../godmode/setup/setup_visuals.php:167
+msgid "Show both (tabs and menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:168
+msgid "Show only icons"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:169
+msgid "Show only menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:171
+#: ../../include/functions_config.php:1448
+msgid "Tabs menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:261
+msgid "Colors"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:262
+msgid "Faces"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:263
+msgid "Colors and text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:365
+#: ../../include/functions_config.php:1084
+msgid "Style template"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+#: ../../include/functions_config.php:1104
+msgid "Status icon set"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+msgid ""
+"It changes the appearance of the agent or module status icon. Useful for "
+"people with problems when discriminating colors, you may overlay a text in "
+"the box or add an emoji (that icon can be replaced by a custom one, "
+"replacing the files on disk)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:1116
+msgid "Custom favicon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:450
+msgid "Custom background login"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:486
+msgid "Custom logo (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:511
+msgid "Custom logo collapsed (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:537
+msgid "Custom logo (header white background)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:562
+msgid "Custom logo (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:590
+msgid "Custom Splash (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:628
+#: ../../include/functions_config.php:1140
+msgid "Custom documentation logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:668
+#: ../../include/functions_config.php:1144
+msgid "Custom support logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:706
+#: ../../include/functions_config.php:1148
+#: ../../include/functions_config.php:1152
+msgid "Custom networkmap center logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:746
+msgid "Custom mobile console icon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:795
+msgid "Datepicker first day of week"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:813
+msgid "Title (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:819
+msgid "Subtitle (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:827
+msgid "Title 1 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:832
+msgid "Title 2 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:838
+msgid "Docs URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:843
+msgid "Support URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:849
+#: ../../include/functions_config.php:1196
+msgid "Product name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:854
+#: ../../include/functions_config.php:1200
+msgid "Copyright notice"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:860
+#: ../../include/functions_config.php:1204
+#: ../../include/functions_config.php:1208
+msgid "Background opacity % (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:865
+msgid "Disable logo in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:883
+msgid "Disable helps"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:893
+#: ../../include/functions_config.php:1352
+msgid "Fixed header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:905
+msgid "Automatically hide submenu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:915
+msgid "Visual effects and animation"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:926
+msgid "Random background (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:952
+#: ../../include/functions_config.php:1316
+msgid "GIS Labels"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:962
+#: ../../include/functions_config.php:1324
+msgid "Default icon in GIS"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:971
+msgid "Agent icon group"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1021
+msgid "Graphs font size"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1040
+msgid "Show unit along with value in reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1051
+#: ../../include/functions_config.php:1284
+msgid "Truncate agent text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1061
+#: ../../include/functions_config.php:1296
+msgid "Truncate module text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+#: ../../include/functions_config.php:1288
+#: ../../include/functions_config.php:1292
+msgid "Agent size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here. If the "
+"text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1079
+#: ../../godmode/setup/setup_visuals.php:1101
+msgid "Small"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+#: ../../include/functions_config.php:1300
+msgid "Module size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here.   If "
+"the text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1118
+#: ../../include/functions_config.php:1304
+#: ../../include/functions_config.php:1308
+msgid "Description size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1129
+#: ../../include/functions_config.php:1312
+msgid "Item title size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1158
+msgid "On Boolean graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1161
+msgid "Show only average by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1162
+msgid "Show MAX/AVG/MIN by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1181
+msgid "Graph color #"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1195
+msgid ""
+"Number of decimals to display in reports and visual consoles. It must be "
+"between 0 and 5."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1200
+msgid "Data precision"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1218
+msgid "Data precision in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+#: ../../include/functions_config.php:1071
+msgid "Value to interface graphics"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+msgid "Name of the drives for network interface graphics (SNMP)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1249
+#: ../../include/functions_config.php:1380
+msgid "Default line thickness for the Custom Graph."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1262
+msgid "Number of elements in Custom Graph"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1276
+#: ../../include/functions_config.php:1092
+msgid "Use round corners"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+#: ../../include/functions_config.php:1096
+msgid "Chart fit to content"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+msgid ""
+"There are graphs whose values are percentages and the top of the graph "
+"exceeds the maximum value one hundred, you may configure the graphs to stop "
+"adding a proportional upper margin by activating this option."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1297
+msgid "Type of module charts"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid "Graph TIP view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid ""
+"TIP graphs show the full data resolution, they are much more expensive in BD/"
+"CPU time, but they allow to \"zoom\" interactively and show all the data, "
+"without compacting the information in fewer points. By default (off), TIPs "
+"can be seen, but manually, if this mode is selected in each graph, but you "
+"may also define that they always come out as TIP or also define that this is "
+"so, but only for those of Boolean data."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid "Graph mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid ""
+"It displays the default graphs with three overlapping data series (Maximum, "
+"Average, and Minimum) or with only one data series (Average)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1374
+msgid "Zoom graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1394
+#: ../../godmode/setup/setup_visuals.php:1395
+#: ../../godmode/setup/setup_visuals.php:1980
+#: ../../godmode/snmpconsole/snmp_alert.php:1612
+#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
+#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
+#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
+#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
+#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
+#: ../../include/functions_visual_map_editor.php:1278
+#: ../../include/functions_visual_map_editor.php:1279
+#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
+#: ../../include/functions.php:530 ../../include/functions.php:661
+#: ../../operation/events/sound_events.php:153
+#: ../../operation/events/sound_events.php:154
+#: ../../operation/events/sound_events.php:155
+#: ../../operation/events/sound_events.php:156
+#: ../../operation/events/sound_events.php:160
+#: ../../operation/events/sound_events.php:161
+#: ../../operation/events/sound_events.php:162
+#: ../../operation/events/sound_events.php:163
+#: ../../operation/events/sound_events.php:164
+#: ../../operation/events/sound_events.php:165
+msgid "seconds"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1396
+#: ../../godmode/setup/setup_visuals.php:1397
+#: ../../godmode/setup/setup_visuals.php:1398
+#: ../../godmode/setup/setup_visuals.php:1399
+#: ../../godmode/setup/setup_visuals.php:1981
+#: ../../include/functions_visual_map_editor.php:1280
+#: ../../include/functions_visual_map_editor.php:1281
+#: ../../include/functions_visual_map_editor.php:1282
+#: ../../include/functions_visual_map_editor.php:1283
+#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
+#: ../../include/functions.php:534 ../../include/functions.php:665
+msgid "minutes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1400
+#: ../../include/functions_visual_map_editor.php:1284
+msgid "hour"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1403
+msgid "Classic view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1404
+msgid "View of favorites"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1414
+msgid "Default cache expiration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1419
+#: ../../include/functions_visual_map_editor.php:1310
+msgid "No cache"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1432
+#: ../../include/functions_config.php:1252
+msgid "Default interval for refresh on Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1448
+msgid "Type of view of visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1461
+msgid "Number of favorite visual consoles to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1467
+#: ../../include/functions_config.php:1268
+msgid "Default line thickness for the Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1479
+msgid "Visual console default text margin (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1485
+msgid "Lock screen orientation when viewing on mobile devices"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+#: ../../include/functions_config.php:1276
+msgid "Display item frame on alert triggered"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+msgid "It displays an orange box around items that have triggered an alert."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1517
+msgid "Number of favorite services to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1562
+msgid "Show report info with description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1572
+msgid "Custom report front page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1583
+#: ../../include/functions_config.php:1559
+msgid "PDF font size (px)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1587
+#: ../../include/functions_config.php:1555
+msgid "HTML font size for SLA (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1593
+msgid "Graph image height for HTML reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1597
+msgid "Interval description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1563
+#: ../../include/functions_config.php:1567
+#: ../../include/functions_config.php:1571
+#: ../../include/functions_config.php:1575
+#: ../../include/functions_config.php:1579
+#: ../../include/functions_config.php:1583
+msgid "Custom report front"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../include/functions_config.php:1120
+#: ../../include/functions_config.php:1571
+msgid "Custom logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1615
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+msgid ""
+"You may use the following macros: _REPORT_NAME_ indicating the name of the "
+"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
+"report), _DATETIME_ date/time of the generation of the report."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../include/class/TipsWindow.class.php:814
+#: ../../include/class/TipsWindow.class.php:981
+msgid "Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../include/functions_config.php:1575
+msgid "Header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../include/functions_config.php:1579
+msgid "First page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1583
+msgid "Footer"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1691
+msgid "Comparation in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1698
+msgid "Timestamp in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1705
+msgid "Compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1790
+msgid "Use 1024 when module unit are bytes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1791
+msgid "Use always 1000"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1792
+msgid "Use always 1024"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1804
+#: ../../include/functions_config.php:1364
+msgid "Networkmap max width"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "Show only the group name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "The name of the group will be displayed instead of displaying its icon."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1827
+msgid "Show empty groups in group view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+#: ../../include/functions_config.php:1019
+msgid "Date format string"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+msgid "It uses a unix datetime format definition string."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1846
+msgid "Example"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1855
+#: ../../include/functions_config.php:1603
+msgid "Decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1870
+msgid "Visible time of successful notifiations"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1883
+msgid "Timestamp, time comparison, or compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid "Custom values post process"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid ""
+"Custom conversion values for post-processing. It updates a table in the "
+"database to have custom conversions from one unit to another."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1938
+#: ../../godmode/setup/setup_visuals.php:2105
+msgid "Delete custom values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1982
+#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129
+#: ../../include/functions.php:535 ../../include/functions.php:666
+#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402
+msgid "hours"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1984
+#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132
+#: ../../include/functions.php:532 ../../include/functions.php:663
+msgid "months"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1985
+#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133
+#: ../../include/functions.php:533 ../../include/functions.php:664
+msgid "years"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1988
+msgid "Interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2027
+msgid "Delete interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2070
+msgid "Module units"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2143
+#: ../../include/functions_config.php:1587
+msgid "CSV divider"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2148
+#: ../../include/functions_config.php:1591
+msgid "CSV decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid "Data multiplier to use in graphs/data"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid ""
+"Value by which it will multiply the data shown to represent them in graphs. "
+"This is useful in case the value unit is bytes; for other conversions use "
+"Custom value post processing."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2158
+#: ../../include/functions_config.php:1599
+msgid "Hide general stats for non admin users in tactical view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2175
+msgid "Behaviour configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2180
+msgid "GIS configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2185
+msgid "Style configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2190
+msgid "Charts configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2195
+msgid "Font and Text configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2200
+msgid "Visual consoles configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2205
+msgid "Reports configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2210
+msgid "Services configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2215
+msgid "Other configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2400
+#: ../../include/functions_config.php:1528
+msgid "Delete interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2458
+msgid "Logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2488
+msgid "Splash Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2507
+msgid "Mobile console logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2543
+msgid "Gis icons preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2609
+msgid "Status set preview"
 msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:38
@@ -19300,8 +19286,8 @@ msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:51
 #: ../../godmode/snmpconsole/snmp_filters.php:59
-#: ../../include/class/CredentialStore.class.php:965
 #: ../../include/class/SnmpConsole.class.php:234
+#: ../../include/class/CredentialStore.class.php:965
 #: ../../operation/snmpconsole/snmp_statistics.php:104
 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60
 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263
@@ -19627,7 +19613,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:763
 #: ../../include/class/TipsWindow.class.php:930
 #: ../../include/lib/Dashboard/Widgets/url.php:216
-#: ../../include/functions_reporting.php:7899
+#: ../../include/functions_reporting.php:7910
 msgid "Url"
 msgstr ""
 
@@ -20212,10 +20198,10 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:510
-#: ../../godmode/users/configure_user.php:1013
-#: ../../godmode/users/configure_user.php:1094
 #: ../../godmode/users/user_management.php:209
 #: ../../godmode/users/user_management.php:221
+#: ../../godmode/users/configure_user.php:1013
+#: ../../godmode/users/configure_user.php:1094
 #: ../../include/class/SnmpConsole.class.php:291
 #: ../../include/functions_reporting_html.php:6581
 #: ../../include/functions_reporting_html.php:7718
@@ -20253,8 +20239,8 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:765
-#: ../../include/functions_reporting.php:5513
-#: ../../include/functions_reporting.php:5560
+#: ../../include/functions_reporting.php:5524
+#: ../../include/functions_reporting.php:5571
 #: ../../operation/search_users.php:87
 msgid "The user doesn't have any assigned profile/group"
 msgstr ""
@@ -20274,11 +20260,288 @@ msgstr ""
 msgid "The current authentication scheme doesn't support creating users on %s"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:60
-#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805
+#: ../../godmode/users/user_management.php:45
+#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805
 msgid "External link"
 msgstr ""
 
+#: ../../godmode/users/user_management.php:202
+msgid "Profile information"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:202
+msgid "Profile information for"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:232
+#: ../../include/functions_reporting_html.php:7719
+#: ../../include/functions_reporting_html.php:7742
+msgid "Full name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:244
+#: ../../godmode/users/configure_user.php:1132
+#: ../../operation/users/user_edit.php:381
+msgid "Full (display) name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:252
+msgid ""
+"This will be the email used in those alert actions that the email makes use "
+"of. It will also be the email used for user notifications that wer "
+"configured in this way."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:264
+#: ../../godmode/users/configure_user.php:1238
+#: ../../operation/users/user_edit.php:401
+msgid "E-mail"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:272
+#: ../../godmode/users/user_management.php:284
+#: ../../godmode/users/configure_user.php:1254
+#: ../../operation/users/user_edit.php:403
+msgid "Phone number"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+#: ../../godmode/users/configure_user.php:1211
+msgid "Administrator user"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+msgid ""
+"This type of 'superadmin' has no restrictions whatsoever. If you want to "
+"create partial administrators, use the profile and group-based privilege "
+"system."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:333
+msgid "New password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:353
+msgid "Repeat new password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:366
+#: ../../godmode/users/configure_user.php:1183
+#: ../../operation/users/user_edit.php:408
+msgid "Password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:374
+#: ../../operation/users/user_edit.php:409
+msgid "Current password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:389
+#: ../../godmode/users/configure_user.php:1201
+msgid "Own password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:406
+msgid "Third user password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:421
+msgid "Not Login"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:438
+msgid "The user with not login set only can access to API."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:443
+msgid "Local User"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:460
+msgid ""
+"The user with local authentication enabled will always use local "
+"authentication."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:472
+#: ../../views/dashboard/tipsWindow.php:52
+msgid "Show usage tips at startup"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:478
+msgid "Session time"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:488
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:539
+msgid "Pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:624
+msgid "Autorefresh pages"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:630
+msgid "Time for autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:649
+msgid "Pandora RC user access enabled"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:659
+#: ../../godmode/users/user_management.php:671
+msgid "Pandora RC User"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:678
+#: ../../godmode/users/user_management.php:690
+msgid "Pandora RC Password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:699
+msgid "Language and Appearance"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:715
+msgid ""
+"When changing the theme, the login screen logo will be restricted to the "
+"default for that color scheme, if you have a custom logo, adjust it after "
+"changing the theme."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:723
+msgid "User color scheme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:724
+#: ../../godmode/users/configure_user.php:1310
+#: ../../operation/users/user_edit.php:521
+msgid "Default theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:725
+#: ../../godmode/users/configure_user.php:1311
+#: ../../operation/users/user_edit.php:522
+msgid "Black theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:833
+#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
+#: ../../include/functions_visual_map_editor.php:309
+msgid "Time zone"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:850
+msgid "Additional settings"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:856
+#: ../../godmode/users/configure_user.php:1259
+#: ../../include/ajax/events.php:1838
+#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
+#: ../../include/functions_reporting_html.php:7298
+#: ../../mobile/operation/events.php:874
+#: ../../operation/users/user_edit.php:740
+#: ../../views/ITSM/ITSMTicketDetailView.php:404
+#: ../../views/ITSM/ITSMTicketDetailView.php:411
+msgid "Comments"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:869
+msgid "Enable IP allowlist"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:909
+#: ../../godmode/users/configure_user.php:1271
+#: ../../operation/users/user_edit.php:753
+msgid ""
+"Add the source IPs that will allow console access. Each IP must be separated "
+"only by comma. * allows all."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:932
+msgid "Pandora ITSM user configuration"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
+#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
+#: ../../operation/events/events.php:2938
+#: ../../operation/events/sound_events.php:294
+#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
+msgid "Start"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:976
+msgid "Contact details (QR)"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:977
+msgid "API Token credentials"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:56
+msgid "Create token"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:62
+#, php-format
+msgid "There was a problem get token, %s"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:74
+msgid "Token label"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:127
+msgid "Expiration Time"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:208
+msgid "Expiration date must be later than today."
+msgstr ""
+
+#: ../../godmode/users/token_list.php:67
+#, php-format
+msgid "There was a problem deleting token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:100
+msgid "This code will appear only once, please keep it in a safe place"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:102
+msgid ""
+"If you lose the code, you will only able to delete it and create a new one"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:111
+#, php-format
+msgid "There was a problem creating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:123
+#, php-format
+msgid "There was a problem updating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:140
+msgid "For user"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:142
+msgid "Last usage"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:206
+msgid "Create Token"
+msgstr ""
+
 #: ../../godmode/users/configure_user.php:248
 msgid "Update User"
 msgstr ""
@@ -20403,82 +20666,15 @@ msgstr ""
 msgid "Please, avoid share this string with others."
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1132
-#: ../../godmode/users/user_management.php:244
-#: ../../operation/users/user_edit.php:381
-msgid "Full (display) name"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1183
-#: ../../godmode/users/user_management.php:366
-#: ../../operation/users/user_edit.php:408
-msgid "Password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1201
-#: ../../godmode/users/user_management.php:389
-msgid "Own password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1211
-#: ../../godmode/users/user_management.php:299
-msgid "Administrator user"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1238
-#: ../../godmode/users/user_management.php:264
-#: ../../operation/users/user_edit.php:401
-msgid "E-mail"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1254
-#: ../../godmode/users/user_management.php:272
-#: ../../godmode/users/user_management.php:284
-#: ../../operation/users/user_edit.php:403
-msgid "Phone number"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1259
-#: ../../godmode/users/user_management.php:856
-#: ../../include/ajax/events.php:1838
-#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
-#: ../../include/functions_reporting_html.php:7298
-#: ../../mobile/operation/events.php:874
-#: ../../operation/users/user_edit.php:740
-#: ../../views/ITSM/ITSMTicketDetailView.php:404
-#: ../../views/ITSM/ITSMTicketDetailView.php:411
-msgid "Comments"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1270
 #: ../../operation/users/user_edit.php:752
 msgid "Login allowed IP list"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1271
-#: ../../godmode/users/user_management.php:909
-#: ../../operation/users/user_edit.php:753
-msgid ""
-"Add the source IPs that will allow console access. Each IP must be separated "
-"only by comma. * allows all."
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1309
 msgid "Skin"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1310
-#: ../../godmode/users/user_management.php:724
-#: ../../operation/users/user_edit.php:521
-msgid "Default theme"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1311
-#: ../../godmode/users/user_management.php:725
-#: ../../operation/users/user_edit.php:522
-msgid "Black theme"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1321
 msgid "Search custom field view"
 msgstr ""
@@ -20591,216 +20787,6 @@ msgstr ""
 msgid "There was an error deactivating the double autentication"
 msgstr ""
 
-#: ../../godmode/users/user_management.php:202
-msgid "Profile information"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:202
-msgid "Profile information for"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:232
-#: ../../include/functions_reporting_html.php:7719
-#: ../../include/functions_reporting_html.php:7742
-msgid "Full name"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:252
-msgid ""
-"This will be the email used in those alert actions that the email makes use "
-"of. It will also be the email used for user notifications that wer "
-"configured in this way."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:299
-msgid ""
-"This type of 'superadmin' has no restrictions whatsoever. If you want to "
-"create partial administrators, use the profile and group-based privilege "
-"system."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:333
-msgid "New password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:353
-msgid "Repeat new password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:374
-#: ../../operation/users/user_edit.php:409
-msgid "Current password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:406
-msgid "Third user password confirmation"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:421
-msgid "Not Login"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:438
-msgid "The user with not login set only can access to API."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:443
-msgid "Local User"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:460
-msgid ""
-"The user with local authentication enabled will always use local "
-"authentication."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:472
-#: ../../views/dashboard/tipsWindow.php:52
-msgid "Show usage tips at startup"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:478
-msgid "Session time"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:488
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting "
-"-1 in this field."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:539
-msgid "Pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:624
-msgid "Autorefresh pages"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:630
-msgid "Time for autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:649
-msgid "Pandora RC user access enabled"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:659
-#: ../../godmode/users/user_management.php:671
-msgid "Pandora RC User"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:678
-#: ../../godmode/users/user_management.php:690
-msgid "Pandora RC Password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:699
-msgid "Language and Appearance"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:715
-msgid ""
-"When changing the theme, the login screen logo will be restricted to the "
-"default for that color scheme, if you have a custom logo, adjust it after "
-"changing the theme."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:723
-msgid "User color scheme"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:833
-#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
-#: ../../include/functions_visual_map_editor.php:309
-msgid "Time zone"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:850
-msgid "Additional settings"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:869
-msgid "Enable IP allowlist"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:932
-msgid "Pandora ITSM user configuration"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
-#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
-#: ../../operation/events/events.php:2938
-#: ../../operation/events/sound_events.php:294
-#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
-msgid "Start"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:976
-msgid "Contact details (QR)"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:977
-msgid "API Token credentials"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:56
-msgid "Create token"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:62
-#, php-format
-msgid "There was a problem get token, %s"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:74
-msgid "Token label"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:127
-msgid "Expiration Time"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:208
-msgid "Expiration date must be later than today."
-msgstr ""
-
-#: ../../godmode/users/token_list.php:67
-#, php-format
-msgid "There was a problem deleting token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:100
-msgid "This code will appear only once, please keep it in a safe place"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:102
-msgid ""
-"If you lose the code, you will only able to delete it and create a new one"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:111
-#, php-format
-msgid "There was a problem creating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:123
-#, php-format
-msgid "There was a problem updating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:140
-msgid "For user"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:142
-msgid "Last usage"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:206
-msgid "Create Token"
-msgstr ""
-
 #: ../../godmode/wizards/Custom.class.php:160
 #: ../../godmode/wizards/Applications.class.php:158
 #: ../../godmode/wizards/Cloud.class.php:178
@@ -21162,15 +21148,15 @@ msgstr ""
 #: ../../include/ajax/snmp_browser.ajax.php:262
 #: ../../include/class/AlertsList.class.php:380
 #: ../../include/class/HelpFeedBack.class.php:360
-#: ../../include/class/AgentDeployWizard.class.php:604
 #: ../../include/class/ConfigPEN.class.php:743
-#: ../../include/class/CredentialStore.class.php:1598
 #: ../../include/class/Diagnostics.class.php:2191
 #: ../../include/class/ModuleTemplates.class.php:1404
-#: ../../include/class/SatelliteAgent.class.php:1088
 #: ../../include/class/WebServerModuleDebug.class.php:359
-#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/class/AgentWizard.class.php:6059
+#: ../../include/class/AgentDeployWizard.class.php:604
+#: ../../include/class/CredentialStore.class.php:1598
+#: ../../include/class/SatelliteAgent.class.php:1088
+#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/functions_ui.php:338
 #: ../../operation/visual_console/view.php:1218
 #: ../../views/consoles/list.php:165
@@ -21513,8 +21499,8 @@ msgstr ""
 
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056
 #: ../../include/class/AgentDeployWizard.class.php:558
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118
 msgid "Done"
 msgstr ""
 
@@ -21944,93 +21930,6 @@ msgstr ""
 msgid "About"
 msgstr ""
 
-#: ../../include/ajax/double_auth.ajax.php:162
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:300
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:306
-msgid "QR"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:208
-msgid "You are about to activate the double authentication"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:209
-msgid ""
-"With this option enabled, your account access will be more secure, cause a "
-"code generated by other application will be required after the login"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:212
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:217
-msgid "Download the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:218
-#: ../../include/ajax/double_auth.ajax.php:310
-#: ../../include/functions_register.php:188
-msgid "Continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:234
-msgid "Are you installed the app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "A private code has been generated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:299
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:309
-msgid "Refresh code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:378
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:441
-msgid "Introduce a code generated by the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:442
-msgid "If the code is valid, the double authentication will be activated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:451
-msgid "Validate code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:503
-msgid "The code is valid, you can exit now"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:512
-#: ../../mobile/include/user.class.php:285 ../../index.php:380
-msgid "Invalid code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:520
-msgid "The code is valid, but it was an error saving the data"
-msgstr ""
-
 #: ../../include/ajax/snmp_browser.ajax.php:113
 #: ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
@@ -22059,8 +21958,8 @@ msgstr ""
 
 #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182
 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519
-#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563
-#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595
+#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587
+#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595
 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201
 #: ../../include/class/AuditLog.class.php:570
 #: ../../include/class/AuditLog.class.php:608
@@ -22129,8 +22028,8 @@ msgstr ""
 msgid "Save current filter"
 msgstr ""
 
-#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779
-#: ../../include/ajax/module.php:2742
+#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742
+#: ../../include/ajax/custom_fields.php:779
 #: ../../operation/reporting/graph_analytics.php:507
 #: ../../operation/reporting/graph_analytics.php:521
 msgid "Delete filter"
@@ -22369,77 +22268,6 @@ msgstr ""
 msgid "Insufficient permissions to validate alerts"
 msgstr ""
 
-#: ../../include/ajax/custom_fields.php:480
-msgid "Current interval"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:528
-#: ../../include/ajax/custom_fields.php:581
-msgid "Modules normal"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:539
-msgid "Modules critical"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:550
-msgid "Modules warning"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:560
-msgid "Modules unknown"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:571
-msgid "Modules no init"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:613
-msgid "New Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:620
-msgid "Existing Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:838
-msgid "Filter name already exists in the bbdd"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:850
-#: ../../include/ajax/custom_fields.php:926
-msgid "Please, select a custom field"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:878
-msgid "Success create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:885
-msgid "Error create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:910
-#: ../../include/ajax/custom_fields.php:983
-msgid "Please, select a filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:952
-msgid "Success update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:959
-msgid "Error update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1002
-msgid "Success delete filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1009
-msgid "Error delete filter."
-msgstr ""
-
 #: ../../include/ajax/module.php:283 ../../include/functions.php:3507
 msgid "30 minutes"
 msgstr ""
@@ -22624,6 +22452,164 @@ msgstr ""
 msgid "Congratulations, you have already created a simple alert.  and the status color is "
-"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "" @@ -26701,20 +26592,6 @@ msgstr "" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" - -#: ../../include/help/clippy/interval_agent_min.php:36 -msgid "Interval agent." -msgstr "" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -26869,6 +26746,113 @@ msgstr "" msgid "Modules not learning mode." msgstr "" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "Interval agent." +msgstr "" + #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format msgid "Connection problems: %s" @@ -27058,8 +27042,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "" @@ -27229,7 +27213,7 @@ msgid "Status and Monitor checks" msgstr "" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "" @@ -27311,37 +27295,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "" @@ -27353,8 +27337,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "" @@ -27413,7 +27397,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -27761,64 +27745,6 @@ msgstr "" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -msgid "Security Hardening" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -msgid "Scoring" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -msgid "Total Failed" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -msgid "Last audit scan" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "" @@ -27926,7 +27852,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "" @@ -28056,8 +27982,8 @@ msgid "Aggregated by" msgstr "" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "" @@ -28075,6 +28001,64 @@ msgstr "" msgid "Not alert fired" msgstr "" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +msgid "Security Hardening" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +msgid "Scoring" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +msgid "Total Failed" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +msgid "Last audit scan" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -28204,36 +28188,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "" -#: ../../include/lib/Module.php:257 -msgid "error: Module has no agent assigned" -msgstr "" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -28319,24 +28273,110 @@ msgstr "" msgid "Events in last 24 hrs" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" +#: ../../include/lib/TacticalView/elements/Agents.php:135 +msgid "Group alias" msgstr "" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +msgid "UKNOWN" +msgstr "" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +msgid "Monitoring elements" +msgstr "" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +msgid "My monitored agents" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +msgid "My monitored modules" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 msgid "Everything's OK!" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +msgid "New events" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +msgid "Validated events" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 msgid "News Board" msgstr "" @@ -28403,92 +28443,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -msgid "Group alias" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -msgid "UKNOWN" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -msgid "New events" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -msgid "Validated events" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -msgid "Monitoring elements" -msgstr "" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -msgid "My monitored agents" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -msgid "My monitored modules" -msgstr "" - #: ../../include/lib/TacticalView/elements/Overview.php:44 msgid "General overview" msgstr "" @@ -28923,6 +28877,36 @@ msgstr "" msgid "Operative system" msgstr "" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -29330,7 +29314,7 @@ msgstr "" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "" @@ -29372,102 +29356,6 @@ msgstr "" msgid "Failed to erase policy module: %d" msgstr "" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:141 -msgid "System Up time" -msgstr "" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "" @@ -29972,596 +29860,6 @@ msgstr "" msgid "File is missing in disk storage. Please contact the administrator." msgstr "" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr ""
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr ""
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr ""
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr ""
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr ""
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr ""
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr ""
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr ""
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr ""
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr ""
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr ""
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr ""
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr ""
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr ""
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr ""
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr ""
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr ""
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr ""
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr ""
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr ""
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr ""
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr ""
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr ""
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr ""
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr ""
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr ""
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr ""
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr ""
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr ""
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr ""
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr ""
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr ""
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr ""
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr ""
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr ""
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr ""
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr ""
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr ""
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr ""
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr ""
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr ""
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr ""
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr ""
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr ""
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr ""
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr ""
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr ""
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr ""
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr ""
@@ -31198,7 +30496,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr ""
 
@@ -31206,7 +30504,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr ""
 
@@ -31214,7 +30512,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr ""
 
@@ -31222,7 +30520,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr ""
 
@@ -31471,175 +30769,6 @@ msgstr ""
 msgid "Use agent IP"
 msgstr ""
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr ""
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr ""
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr ""
-
-#: ../../include/functions_ui.php:1537
-msgid "Are you sure you want to delete alert action?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1625
-msgid "Are you sure you want to delete alert?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr ""
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr ""
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr ""
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr ""
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr ""
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr ""
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr ""
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr ""
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr ""
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr ""
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr ""
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr ""
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr ""
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr ""
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr ""
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr ""
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr ""
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr ""
-
-#: ../../include/functions_ui.php:7568
-msgid "Wizard Module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr ""
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr ""
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr ""
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr ""
-
-#: ../../include/functions_ui.php:8388
-msgid "Empty view image"
-msgstr ""
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr ""
@@ -31671,66 +30800,1519 @@ msgstr ""
 msgid "GIS map layers"
 msgstr ""
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr ""
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr ""
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr ""
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr ""
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr ""
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr ""
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr ""
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr ""
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr ""
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr ""
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr ""
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr ""
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr ""
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr ""
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr ""
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr ""
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr ""
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr ""
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr ""
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr ""
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr ""
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr ""
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr ""
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr ""
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr ""
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr ""
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr ""
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+msgid "Create File"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1058
+msgid "Create file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr ""
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr ""
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr ""
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr ""
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+msgid "Type to search agents"
+msgstr ""
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr ""
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr ""
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr ""
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr ""
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr ""
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr ""
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr ""
+
+#: ../../include/functions_html.php:5522
+msgid "Select a file"
+msgstr ""
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr ""
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr ""
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr ""
+
+#: ../../include/functions_html.php:7984
+msgid "Last 24hr"
+msgstr ""
+
+#: ../../include/functions_html.php:7987
+msgid "Past week"
+msgstr ""
+
+#: ../../include/functions_html.php:7988
+msgid "Past month"
+msgstr ""
+
+#: ../../include/functions_html.php:7990
+msgid "Last 15 days"
+msgstr ""
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr ""
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr ""
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+msgid "Enable user configuration"
+msgstr ""
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1082
+msgid "Show all"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1086
+msgid "History DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1090
+msgid "Pandora DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1098
+msgid "Allow override"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+msgid "Apply filter"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1160
+msgid "See all notifications"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1176
+msgid "Mark all as read"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr ""
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr ""
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr ""
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr ""
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr ""
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr ""
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr ""
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr ""
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr ""
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr ""
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr ""
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr ""
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr ""
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr ""
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr ""
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr ""
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr ""
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr ""
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr ""
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr ""
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr ""
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:869
+msgid "Agent alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:881
+msgid "Actions alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:907
+msgid "Modules inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr ""
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr ""
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr ""
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr ""
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr ""
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr ""
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr ""
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr ""
+
+#: ../../include/functions_reports.php:971
+msgid "NCM configuration changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr ""
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+msgid "Security hardening"
+msgstr ""
+
+#: ../../include/functions_reports.php:1002
+msgid "List of checks"
+msgstr ""
+
+#: ../../include/functions_reports.php:1017
+msgid "Severity graph bar"
+msgstr ""
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr ""
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr ""
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr ""
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr ""
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr ""
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr ""
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr ""
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr ""
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr ""
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr ""
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr ""
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr ""
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr ""
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr ""
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr ""
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr ""
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr ""
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr ""
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr ""
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr ""
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr ""
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr ""
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr ""
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr ""
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr ""
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr ""
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr ""
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr ""
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr ""
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr ""
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr ""
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr ""
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr ""
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr ""
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr ""
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr ""
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr ""
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr ""
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr ""
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr ""
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr ""
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr ""
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr ""
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr ""
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr ""
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr ""
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr ""
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr ""
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr ""
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr ""
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr ""
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr ""
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr ""
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr ""
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr ""
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr ""
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr ""
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr ""
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr ""
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr ""
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr ""
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr ""
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr ""
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr ""
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr ""
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr ""
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr ""
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr ""
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10340
+#, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr ""
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr ""
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr ""
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr ""
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr ""
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr ""
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr ""
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr ""
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr ""
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr ""
@@ -32697,6 +33279,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr ""
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr ""
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr ""
@@ -32709,1919 +33296,10 @@ msgstr ""
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr ""
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr ""
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr ""
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr ""
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr ""
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr ""
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr ""
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr ""
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr ""
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:116
-msgid "Data time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-msgid "CVE"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:677
-msgid "Detection time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:680
-msgid "Attack Vector"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-msgid "L.S. Change"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-msgid "Validated by"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2447
-msgid "Agent secondary groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3037
-msgid "Last time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3121
-msgid "Agent / Module"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3234
-msgid "OS Type"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3630
-msgid "Group Description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4470
-msgid "Total summary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4477
-msgid "No alerts fired"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7850
-msgid "Last backup date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr ""
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr ""
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr ""
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr ""
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr ""
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr ""
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr ""
-
-#: ../../include/functions_cron.php:975
-msgid "Enable task"
-msgstr ""
-
-#: ../../include/functions_cron.php:989
-msgid "There are no jobs"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-msgid "Create File"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-msgid "Real path"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1058
-msgid "Create file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr ""
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr ""
-
-#: ../../include/functions_html.php:1015
-msgid "Select one or more elements"
-msgstr ""
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr ""
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-msgid "Type to search agents"
-msgstr ""
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr ""
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-msgid "Type to search modules"
-msgstr ""
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-msgid "Only common modules"
-msgstr ""
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr ""
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr ""
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr ""
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr ""
-
-#: ../../include/functions_html.php:5522
-msgid "Select a file"
-msgstr ""
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr ""
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr ""
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr ""
-
-#: ../../include/functions_html.php:7984
-msgid "Last 24hr"
-msgstr ""
-
-#: ../../include/functions_html.php:7987
-msgid "Past week"
-msgstr ""
-
-#: ../../include/functions_html.php:7988
-msgid "Past month"
-msgstr ""
-
-#: ../../include/functions_html.php:7990
-msgid "Last 15 days"
-msgstr ""
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr ""
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr ""
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-msgid "Enable user configuration"
-msgstr ""
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1082
-msgid "Show all"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1086
-msgid "History DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1090
-msgid "Pandora DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1098
-msgid "Allow override"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-msgid "Apply filter"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1160
-msgid "See all notifications"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1176
-msgid "Mark all as read"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr ""
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr ""
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr ""
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr ""
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr ""
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr ""
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr ""
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr ""
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr ""
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr ""
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr ""
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr ""
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr ""
-
-#: ../../include/functions_reports.php:818
-msgid "Agents/Modules status"
-msgstr ""
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr ""
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr ""
-
-#: ../../include/functions_reports.php:845
-msgid "Custom Render"
-msgstr ""
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr ""
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr ""
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr ""
-
-#: ../../include/functions_reports.php:907
-msgid "Modules inventory"
-msgstr ""
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr ""
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr ""
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-msgid "Netflow top-N connections"
-msgstr ""
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr ""
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr ""
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr ""
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr ""
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr ""
-
-#: ../../include/functions_reports.php:971
-msgid "NCM configuration changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr ""
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-msgid "Security hardening"
-msgstr ""
-
-#: ../../include/functions_reports.php:1002
-msgid "List of checks"
-msgstr ""
-
-#: ../../include/functions_reports.php:1017
-msgid "Severity graph bar"
-msgstr ""
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr ""
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr ""
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr ""
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr ""
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr ""
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-msgid "Graph Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr ""
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr ""
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr ""
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3622
-msgid "Agent/Modules Status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3813
-msgid "End of life report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5786
-msgid "Custom render report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8177
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Start condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Stop condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr ""
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
 msgstr ""
 
 #: ../../include/functions_events.php:194
@@ -34640,6 +33318,15 @@ msgstr ""
 msgid "Event id"
 msgstr ""
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr ""
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr ""
@@ -34658,6 +33345,16 @@ msgstr ""
 msgid "Could not connect: %s"
 msgstr ""
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr ""
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr ""
@@ -34666,6 +33363,33 @@ msgstr ""
 msgid "V."
 msgstr ""
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr ""
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr ""
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr ""
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr ""
@@ -34824,13 +33548,1270 @@ msgstr ""
 msgid "Execute again"
 msgstr ""
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
 msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2286
+#, php-format
+msgid "Exclude %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr ""
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3622
+msgid "Agent/Modules Status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3813
+msgid "End of life report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5797
+msgid "Custom render report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Start condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Stop condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr ""
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:116
+msgid "Data time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+msgid "CVE"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:677
+msgid "Detection time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:680
+msgid "Attack Vector"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+msgid "L.S. Change"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+msgid "Validated by"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2447
+msgid "Agent secondary groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3037
+msgid "Last time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3121
+msgid "Agent / Module"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3234
+msgid "OS Type"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3630
+msgid "Group Description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4470
+msgid "Total summary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4477
+msgid "No alerts fired"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7850
+msgid "Last backup date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr ""
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr ""
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr ""
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:141
+msgid "System Up time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr ""
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr ""
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr ""
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr ""
+
+#: ../../include/functions_ui.php:1360
+msgid "Force check"
+msgstr ""
+
+#: ../../include/functions_ui.php:1537
+msgid "Are you sure you want to delete alert action?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1625
+msgid "Are you sure you want to delete alert?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr ""
+
+#: ../../include/functions_ui.php:2699
+msgid "First"
+msgstr ""
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr ""
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr ""
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr ""
+
+#: ../../include/functions_ui.php:4205
+msgid "No matching records found"
+msgstr ""
+
+#: ../../include/functions_ui.php:4206
+msgid "No data available in table"
+msgstr ""
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr ""
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr ""
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr ""
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr ""
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr ""
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr ""
+
+#: ../../include/functions_ui.php:7558
+msgid "WEB server"
+msgstr ""
+
+#: ../../include/functions_ui.php:7568
+msgid "Wizard Module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr ""
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr ""
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr ""
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr ""
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
 msgstr ""
 
 #: ../../mobile/include/functions_web.php:83
@@ -34956,131 +34937,6 @@ msgstr ""
 msgid "Last %s Events"
 msgstr ""
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-msgid "Module/Agent"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr ""
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:918
-msgid "Sucessful in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:920
-msgid "Fail in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr ""
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -35091,37 +34947,54 @@ msgstr ""
 msgid "Module data"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr ""
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr ""
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:850
-msgid "Choose option"
-msgstr ""
-
 #: ../../mobile/operation/server_status.php:371
 msgid "No servers"
 msgstr ""
@@ -35213,6 +35086,114 @@ msgstr ""
 msgid "NOT INITIALIZED"
 msgstr ""
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr ""
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+msgid "Module/Agent"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr ""
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:918
+msgid "Sucessful in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:920
+msgid "Fail in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:850
+msgid "Choose option"
+msgstr ""
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -35876,69 +35857,6 @@ msgstr ""
 msgid "Diff view"
 msgstr ""
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:260
-msgid "The combined graph does not show the alerts into this graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:265
-msgid "Several graphs for each module"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -36071,6 +35989,69 @@ msgstr ""
 msgid "Interface information (SNMP)"
 msgstr ""
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr ""
@@ -36554,26 +36535,26 @@ msgid "Netflow live view"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr ""
 
@@ -36582,8 +36563,8 @@ msgid "Connection"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr ""
 
@@ -36617,14 +36598,14 @@ msgid "Draw"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr ""
 
@@ -36633,34 +36614,25 @@ msgid "No filter selected"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-msgid "Load Filter"
-msgstr ""
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr ""
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+msgid "Load Filter"
+msgstr ""
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -36676,6 +36648,15 @@ msgstr ""
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr ""
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr ""
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr ""
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -36938,6 +36919,24 @@ msgstr ""
 msgid "Are you sure you want add module?"
 msgstr ""
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:42
+msgid "Console notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:43
+msgid "E-mail notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr ""
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr ""
@@ -36982,7 +36981,7 @@ msgid "Please enter a valid phone number"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
+msgid "Error updating passwords"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:265
@@ -37032,24 +37031,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr ""
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:42
-msgid "Console notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:43
-msgid "E-mail notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr ""
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr ""
@@ -37439,7 +37420,8 @@ msgid "Completed"
 msgstr ""
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
+#, php-format
+msgid "Updating to %s"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:65
@@ -37467,13 +37449,11 @@ msgid "Click on the file below to begin."
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+msgid "This action will upgrade this console to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:73
@@ -37560,46 +37540,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr ""
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
 "Language-Team: Japanese \n"
@@ -47,8 +47,8 @@ msgid "Extensions"
 msgstr "拡張"
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -143,11 +143,11 @@ msgstr "拡張アップローダ"
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -160,7 +160,6 @@ msgstr "拡張アップローダ"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -171,6 +170,7 @@ msgstr "拡張アップローダ"
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -185,8 +185,12 @@ msgstr "拡張アップローダ"
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -214,15 +218,10 @@ msgstr "拡張アップローダ"
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -245,9 +244,9 @@ msgstr "エージェント"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -308,8 +307,11 @@ msgstr "エージェント"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -326,11 +328,8 @@ msgstr "エージェント"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -347,12 +346,16 @@ msgstr "モジュール"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -365,10 +368,6 @@ msgstr "モジュール"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -491,11 +490,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -532,22 +531,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -665,11 +664,13 @@ msgstr "エージェント(%s)、モジュール(%s) のデータを保存しま
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -682,9 +683,6 @@ msgstr "エージェント(%s)、モジュール(%s) のデータを保存しま
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -753,8 +751,8 @@ msgstr "保存"
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -778,8 +776,8 @@ msgstr "時間を選択"
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -805,8 +803,8 @@ msgstr "時刻"
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -831,8 +829,8 @@ msgstr "時"
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -856,8 +854,8 @@ msgstr "分"
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -874,8 +872,8 @@ msgstr "秒"
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -883,8 +881,8 @@ msgstr "秒"
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -918,8 +916,8 @@ msgstr "今"
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -930,383 +928,6 @@ msgstr "今"
 msgid "Close"
 msgstr "閉じる"
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr "カウンタモジュール"
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr "アラート発報"
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr "障害"
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr "不明"
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr "OK"
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr "未初期化"
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr "エージェントグループとモジュールグループの一覧"
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr "モニタリング"
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr "表示"
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr "エージェントグループでの検索"
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr "モジュールグループでの検索"
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr "フィルタ"
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr "フィルタ"
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr "グループ"
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-"モジュールグループおよびエージェントで、少なくとも 1つのモジュールでアラート"
-"が発生している時にオレンジになります。"
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが障害状態"
-"の時に赤になります。"
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが警告状態"
-"で、その他のモジュールが不明か正常状態の時にに黄色なります。"
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが不明状態"
-"で、その他のモジュールが正常状態の時にグレーになります。"
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-"モジュールグループおよびエージェントの全てのモジュールが正常状態の時に、緑に"
-"なります。"
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr "青のセルは、全モジュールが未初期化状態であることを示します。"
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr "凡例"
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-"列にモジュールグループ、行にエージェントグループを示しています。各セルは、全"
-"モジュールの状態を表示しています。"
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr "定義済のグループまたはモジュールグループがありません。"
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr "モジュールグループ"
-
 #: ../../extensions/quick_shell.php:88
 #, fuzzy
 msgid "GoTTY setup"
@@ -1330,9 +951,9 @@ msgstr "SSH"
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr "ユーザ名"
@@ -1366,8 +987,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr "検索パラメータがありません"
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr "アドレス"
@@ -1458,11 +1079,11 @@ msgstr "他のユーザは接続していません"
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1497,10 +1118,11 @@ msgstr "最終ログイン"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1579,12 +1201,12 @@ msgstr "表示情報"
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1622,18 +1244,18 @@ msgstr "表示情報"
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1641,8 +1263,8 @@ msgstr "表示情報"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1655,33 +1277,33 @@ msgstr "表示情報"
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1742,16 +1364,16 @@ msgstr "子を含める"
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1783,8 +1405,8 @@ msgstr "モジュールグループ"
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1816,13 +1438,13 @@ msgstr "モジュールグループ"
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1838,13 +1460,14 @@ msgstr "モジュールグループ"
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1895,11 +1518,11 @@ msgstr "全て"
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1911,24 +1534,24 @@ msgstr "全て"
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1970,6 +1593,49 @@ msgstr "全モジュール表示"
 msgid "Agents/Modules"
 msgstr "エージェント/モジュール"
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr "モニタリング"
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr "表示"
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1992,9 +1658,9 @@ msgstr "通常モードへ戻る"
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr "リフレッシュ"
 
@@ -2002,6 +1668,57 @@ msgstr "リフレッシュ"
 msgid "Agent/module view"
 msgstr "エージェント/モジュール表示"
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr "フィルタ"
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2036,9 +1753,9 @@ msgstr "モジュールが定義されたエージェントがありません。
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2051,8 +1768,6 @@ msgstr "モジュールが定義されたエージェントがありません。
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2064,9 +1779,12 @@ msgstr "モジュールが定義されたエージェントがありません。
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2116,6 +1834,15 @@ msgstr "グレーのセルは、不明状態を示します。"
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr "モジュールが未初期化状態のときにセルが青になります。"
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr "凡例"
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr "エージェント/モジュール表示"
@@ -2188,12 +1915,207 @@ msgstr "インクリメンタル"
 msgid "Clear graph"
 msgstr "グラフをクリア"
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr "フィルタ"
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr "この OID を利用"
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr "要求された処理を実行しました。"
+
+#: ../../extensions/api_checker.php:185
+#, fuzzy
+msgid "Incorrect URL"
+msgstr "不正なファイルです"
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr "API チェッカ"
+
+#: ../../extensions/api_checker.php:249
+#, php-format
+msgid "%s Console URL"
+msgstr "%s コンソールURL"
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+msgid "API Token"
+msgstr "API トークン"
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+"API パスワード、ユーザ、パスワードの代わりに、API トークンを使ってください。"
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr "API パス"
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr "パスワード"
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr "アクション (get または set)"
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr "操作"
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr "ID"
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr "ID 2"
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr "Return Type"
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr "その他"
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr "Other Mode"
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr "詳細 URL"
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr "認証情報"
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr "呼び出しパラメータ"
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr "アクション: get操作: module_last_value id:63"
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr "カスタムURL"
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr "呼び出し"
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr "結果"
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr "URL"
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr "URL を隠す"
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr "URL を表示"
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2342,172 +2264,250 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
-msgstr "要求された処理を実行しました。"
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
+msgstr "カウンタモジュール"
 
-#: ../../extensions/api_checker.php:185
-#, fuzzy
-msgid "Incorrect URL"
-msgstr "不正なファイルです"
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
+msgstr "アラート発報"
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
-msgstr "API チェッカ"
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
+msgstr "障害"
 
-#: ../../extensions/api_checker.php:249
-#, php-format
-msgid "%s Console URL"
-msgstr "%s コンソールURL"
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
+msgstr "不明"
 
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-msgid "API Token"
-msgstr "API トークン"
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
+msgstr "OK"
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
+msgstr "未初期化"
+
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
+msgstr "エージェントグループとモジュールグループの一覧"
+
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
+msgstr "エージェントグループでの検索"
+
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
+msgstr "モジュールグループでの検索"
+
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
+msgstr "グループ"
+
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
 msgstr ""
-"API パスワード、ユーザ、パスワードの代わりに、API トークンを使ってください。"
+"モジュールグループおよびエージェントで、少なくとも 1つのモジュールでアラート"
+"が発生している時にオレンジになります。"
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
-msgstr "API パス"
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
+msgstr ""
+"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが障害状態"
+"の時に赤になります。"
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
-msgstr "パスワード"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
+msgstr ""
+"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが警告状態"
+"で、その他のモジュールが不明か正常状態の時にに黄色なります。"
 
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
-msgstr "アクション (get または set)"
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
+msgstr ""
+"モジュールグループおよびエージェントで、少なくとも 1つのモジュールが不明状態"
+"で、その他のモジュールが正常状態の時にグレーになります。"
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
-msgstr "操作"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
+msgstr ""
+"モジュールグループおよびエージェントの全てのモジュールが正常状態の時に、緑に"
+"なります。"
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
-msgstr "ID"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
+msgstr "青のセルは、全モジュールが未初期化状態であることを示します。"
 
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
-msgstr "ID 2"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
+msgstr ""
+"列にモジュールグループ、行にエージェントグループを示しています。各セルは、全"
+"モジュールの状態を表示しています。"
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
-msgstr "Return Type"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
+msgstr "定義済のグループまたはモジュールグループがありません。"
 
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
-msgstr "その他"
-
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
-msgstr "Other Mode"
-
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
-msgstr "詳細 URL"
-
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
-msgstr "認証情報"
-
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
-msgstr "呼び出しパラメータ"
-
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr "アクション: get操作: module_last_value id:63"
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr "カスタムURL"
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr "呼び出し"
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr "結果"
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr "URL"
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr "URL を隠す"
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
-msgstr "URL を表示"
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
+msgstr "モジュールグループ"
 
 #: ../../general/first_task/HA_cluster_builder.php:37
 msgid "There are no HA clusters defined yet."
@@ -2895,11 +2895,11 @@ msgstr "タグが定義されていません。"
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2927,58 +2927,6 @@ msgstr ""
 "\t\t\t\t\t\t\t\tこれによりユーザのアクセスは、特定のタグを持つモジュールに制"
 "限できます。"
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr "クラスタは、同一サービスの高可用性を提供するデバイスのグループです。"
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr "どのようにサービス提供であるかに依存し、次の 2つのタイプがあります:"
-
-#: ../../general/first_task/cluster_builder.php:49
-#, fuzzy
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-"
サービス負荷分散クラスタ:これらは、アクティブ-アクティブ(A/A)モードク" -"ラスタです。すべてのノード(構成するマシン)が動作していることを意味します。1台" -"が停止しても動作を継続しますが負荷は増えます。" - -#: ../../general/first_task/cluster_builder.php:51 -#, fuzzy -msgid "" -"Clusters to guarantee service: these are active - passive (A/P) mode " -"clusters. It means that one of the nodes (or machines that make up the " -"cluster) will be running (primary) and another will not (secondary). When " -"the primary goes down, the secondary must take over and give the service " -"instead. Although many of the elements of this cluster are active-passive, " -"it will also have active elements in both of them that indicate that the " -"passive node is \"online\", so that in the case of a service failure in the " -"master, the active node collects this information." -msgstr "" -"サービス保証クラスタ:これらは、アクティブ-スタンバイモードクラスタで" -"す。一つのノード(クラスタを構成するマシン)が動作しており(プライマリ)、もう一" -"方は動作していません(セカンダリ)。プライマリがダウンした場合、セカンダリが" -"サービスを代わりに引き継ぎます。このクラスタの要素の多くはアクティブ-スタンバ" -"イですが、スタンバイノードが「オンライン」であることを示すアクティブな要素も" -"あります。したがって、マスタのサービス障害の場合、アクティブノードはこの情報" -"を収集します。" - -#: ../../general/first_task/cluster_builder.php:59 -#, fuzzy -msgid "Create cluster" -msgstr "クラスタ作成" - -#: ../../general/first_task/cluster_builder.php:64 -#, fuzzy -msgid "There are no defined clusters" -msgstr "定義済ユーザがありません" - #: ../../general/first_task/map_builder.php:38 #, php-format msgid "" @@ -3061,6 +3009,58 @@ msgstr "ユーザ設定" msgid "No services found" msgstr "サービスがありません" +#: ../../general/first_task/cluster_builder.php:45 +msgid "" +"A cluster is a group of devices that provide the same service in high " +"availability." +msgstr "クラスタは、同一サービスの高可用性を提供するデバイスのグループです。" + +#: ../../general/first_task/cluster_builder.php:47 +msgid "Depending on how they provide that service, we can find two types:" +msgstr "どのようにサービス提供であるかに依存し、次の 2つのタイプがあります:" + +#: ../../general/first_task/cluster_builder.php:49 +#, fuzzy +msgid "" +"Clusters to balance the service load: these are active - active (A/A) mode " +"clusters. It means that all the nodes (or machines that compose it) are " +"working. They must be working because if one stops working, it will overload " +"the others." +msgstr "" +"
サービス負荷分散クラスタ
:これらは、アクティブ-アクティブ(A/A)モードク" +"ラスタです。すべてのノード(構成するマシン)が動作していることを意味します。1台" +"が停止しても動作を継続しますが負荷は増えます。" + +#: ../../general/first_task/cluster_builder.php:51 +#, fuzzy +msgid "" +"Clusters to guarantee service: these are active - passive (A/P) mode " +"clusters. It means that one of the nodes (or machines that make up the " +"cluster) will be running (primary) and another will not (secondary). When " +"the primary goes down, the secondary must take over and give the service " +"instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the " +"passive node is \"online\", so that in the case of a service failure in the " +"master, the active node collects this information." +msgstr "" +"サービス保証クラスタ:これらは、アクティブ-スタンバイモードクラスタで" +"す。一つのノード(クラスタを構成するマシン)が動作しており(プライマリ)、もう一" +"方は動作していません(セカンダリ)。プライマリがダウンした場合、セカンダリが" +"サービスを代わりに引き継ぎます。このクラスタの要素の多くはアクティブ-スタンバ" +"イですが、スタンバイノードが「オンライン」であることを示すアクティブな要素も" +"あります。したがって、マスタのサービス障害の場合、アクティブノードはこの情報" +"を収集します。" + +#: ../../general/first_task/cluster_builder.php:59 +#, fuzzy +msgid "Create cluster" +msgstr "クラスタ作成" + +#: ../../general/first_task/cluster_builder.php:64 +#, fuzzy +msgid "There are no defined clusters" +msgstr "定義済ユーザがありません" + #: ../../general/first_task/custom_graphs.php:18 #, fuzzy, php-format msgid "" @@ -3091,10 +3091,7 @@ msgstr "カスタムグラフ作成" #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119 -#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176 -#: ../../mobile/operation/events.php:769 #: ../../mobile/operation/module_data.php:107 -#: ../../mobile/operation/modules.php:218 #: ../../mobile/operation/server_status.php:209 #: ../../mobile/operation/tactical.php:79 #: ../../mobile/operation/visualmaps.php:159 @@ -3102,7 +3099,9 @@ msgstr "カスタムグラフ作成" #: ../../mobile/operation/module_graph.php:256 #: ../../mobile/operation/visualmap.php:184 #: ../../mobile/operation/services.php:68 -#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285 +#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187 +#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769 +#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285 msgid "You don't have access to this page" msgstr "このページにはアクセスできません。" @@ -3144,16 +3143,15 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1603 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/class/SatelliteAgent.class.php:212 -#: ../../include/class/CalendarManager.class.php:1086 -#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/SnmpConsole.class.php:387 #: ../../include/class/AgentWizard.class.php:2785 +#: ../../include/class/CalendarManager.class.php:1086 +#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp.php:358 #: ../../include/functions_snmp_browser.php:1044 #: ../../include/functions_snmp_browser.php:1693 -#: ../../mobile/operation/agent.php:323 +#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323 #: ../../operation/agentes/estado_agente.php:377 #: ../../operation/agentes/agent_inventory.php:153 #: ../../operation/agentes/status_monitor.php:927 @@ -3720,9 +3718,9 @@ msgstr "あなたのアドレス宛にメールを送信しました" #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3731,9 +3729,9 @@ msgstr "あなたのアドレス宛にメールを送信しました" #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -4145,7 +4143,6 @@ msgstr "ユーザ情報編集" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4154,6 +4151,7 @@ msgstr "ユーザ情報編集" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4166,9 +4164,9 @@ msgstr "ユーザ情報編集" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4207,20 +4205,20 @@ msgstr "ユーザ情報編集" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4237,8 +4235,6 @@ msgstr "ユーザ情報編集" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4275,20 +4271,20 @@ msgstr "送信" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4343,199 +4339,6 @@ msgstr "このチュートリアルをキャンセルしても良いですか?" msgid "Close wizard" msgstr "ウィザードがありません" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "デフォルトマップがありません。デフォルトマップ設定を行ってください。" - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"このエージェントには GIS データがありません。そのため、マップのデフォルト位置" -"に配置します。" - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"エージェントの位置を変更すると、エージェントは '新たなGISデータを無視する' オ" -"プションを自動的に有効化します。" - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "エージェントの位置" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "緯度: " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "経度: " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "高度: " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -#, fuzzy -msgid "Ignore new GIS data" -msgstr "新たな GIS データを無視する:" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "はい" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "いいえ" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "更新" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "モジュールを追加できませんでした。" @@ -4569,12 +4372,11 @@ msgstr "割当" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4588,17 +4390,17 @@ msgstr "モジュール名" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4616,10 +4418,10 @@ msgstr "モジュール名" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4630,21 +4432,21 @@ msgstr "モジュール名" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4659,11 +4461,11 @@ msgstr "種類" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4672,18 +4474,18 @@ msgstr "種類" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4721,9 +4523,9 @@ msgstr "種類" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4731,7 +4533,6 @@ msgstr "種類" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4740,6 +4541,7 @@ msgstr "種類" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4798,10 +4600,9 @@ msgstr "説明" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4816,9 +4617,9 @@ msgstr "アクション" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4835,11 +4636,11 @@ msgstr "アクション" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4866,10 +4667,10 @@ msgstr "アクション" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4880,28 +4681,28 @@ msgstr "アクション" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -4939,10 +4740,10 @@ msgstr "削除" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -4991,9 +4792,9 @@ msgstr "プライマリを利用" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5093,10 +4894,10 @@ msgstr "ネットワークマップがありません。" #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5112,13 +4913,13 @@ msgstr "ネットワークマップがありません。" #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5134,27 +4935,29 @@ msgstr "ネットワークマップがありません。" #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5164,9 +4967,6 @@ msgstr "ネットワークマップがありません。" #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5280,8 +5080,8 @@ msgstr "サーバの種類" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5306,9 +5106,9 @@ msgstr "サーバの種類" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5329,22 +5129,21 @@ msgstr "間隔" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5353,9 +5152,12 @@ msgstr "間隔" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5370,19 +5172,22 @@ msgstr "間隔" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5399,12 +5204,6 @@ msgstr "間隔" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5453,24 +5252,23 @@ msgstr "警告" #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5506,6 +5304,87 @@ msgstr "フィールドを選択から削除する" msgid "Fields selected" msgstr "選択されているフィールド" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "更新" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5554,7 +5433,6 @@ msgstr "選択されているフィールド" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5566,12 +5444,6 @@ msgstr "選択されているフィールド" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5587,6 +5459,13 @@ msgstr "選択されているフィールド" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5622,15 +5501,17 @@ msgstr "選択されているフィールド" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5641,16 +5522,18 @@ msgstr "選択されているフィールド" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5658,10 +5541,6 @@ msgstr "選択されているフィールド" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5707,15 +5586,15 @@ msgstr "選択されているフィールド" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5777,8 +5656,8 @@ msgstr "エージェントカスタムフィールド管理" #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5858,16 +5737,16 @@ msgstr "前面表示が有効になっていると、エージェント詳細に #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5892,9 +5771,9 @@ msgstr "認証情報ストア" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "SNMPコミュニティ" @@ -5902,9 +5781,9 @@ msgstr "SNMPコミュニティ" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "SNMPバージョン" @@ -5954,9 +5833,9 @@ msgstr "パスワード長は、最低8文字以上必要です。" #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "暗号化方式" @@ -5982,9 +5861,9 @@ msgstr "AES" #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "暗号化パスワード" @@ -5999,9 +5878,9 @@ msgstr "認証方式" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -6018,9 +5897,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "セキュリティレベル" @@ -6053,8 +5932,8 @@ msgstr "認証あり、暗号化あり" #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6357,9 +6236,9 @@ msgstr "データの削除に失敗しました。" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "終了" @@ -6395,9 +6274,9 @@ msgid "Execution type" msgstr "実行タイプ" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6440,8 +6319,8 @@ msgstr "任意" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6455,13 +6334,13 @@ msgstr "任意" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6481,13 +6360,13 @@ msgstr "任意" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6527,13 +6406,12 @@ msgstr "実行" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6570,11 +6448,11 @@ msgid "Copy" msgstr "コピー" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6629,24 +6507,19 @@ msgstr "対象エージェントとモジュール" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6686,11 +6559,16 @@ msgstr "対象エージェントとモジュール" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6864,9 +6742,9 @@ msgstr "インベントリモジュールエラー" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -7002,466 +6880,13 @@ msgid "Plugin server module" msgstr "プラグインサーバモジュール" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "プラグイン" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "カスタムID" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "エージェントアイコン" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "エージェント名" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:393 -#, fuzzy -msgid "Edit agent name" -msgstr "エージェントの編集" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "別名" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "名前に別名を利用" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "このエージェントはリモートから設定可能です。" - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "IP アドレス" - -#: ../../godmode/agentes/agent_manager.php:439 -#, fuzzy -msgid "Check unique IP" -msgstr "ユニーク IP" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -msgid "Delete selected IPs" -msgstr "選択 IP を削除します" - -#: ../../godmode/agentes/agent_manager.php:478 -msgid "Fix IP address" -msgstr "IP アドレスの固定" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "エージェント IP が変更された場合、IP アドレスの自動更新を回避します" - -#: ../../godmode/agentes/agent_manager.php:483 -msgid "IP Address list" -msgstr "IP アドレス一覧" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "プライマリグループ" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "OS" - -#: ../../godmode/agentes/agent_manager.php:607 -#, fuzzy -msgid "OS version" -msgstr "SQL バージョン" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "サーバ" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:746 -#, fuzzy -msgid "Enable security hardening monitoring" -msgstr "Netflow 監視の有効化" - -#: ../../godmode/agentes/agent_manager.php:759 -#, fuzzy -msgid "Enable log collection" -msgstr "コレクションのサイズ" - -#: ../../godmode/agentes/agent_manager.php:773 -#, fuzzy -msgid "Enable inventory" -msgstr "イベントヒストリの有効化" - -#: ../../godmode/agentes/agent_manager.php:791 -#, fuzzy -msgid "Pandora RC connected with id " -msgstr "ノード %s への接続エラー。" - -#: ../../godmode/agentes/agent_manager.php:800 -#, fuzzy -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "エージェントに有効な監視がありません。" - -#: ../../godmode/agentes/agent_manager.php:806 -#, fuzzy -msgid "Enable remote control" -msgstr "最終リモート接続" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:823 -#, fuzzy -msgid "Remote config is enabled only in the Enteprise version" -msgstr "これらのオプションは、Enterprise版でのみ有効です。" - -#: ../../godmode/agentes/agent_manager.php:833 -#, fuzzy -msgid "Basic options" -msgstr "ベースオプション" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "セカンダリグループ" - -#: ../../godmode/agentes/agent_manager.php:866 -#, fuzzy -msgid "Agent parent" -msgstr "親を設定" - -#: ../../godmode/agentes/agent_manager.php:894 -msgid "Cascade protection modules" -msgstr "関連障害検知抑制モジュール" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "学習モード" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "通常モード" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "自動無効化モード" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "モジュール定義" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "サービス関連障害検知抑制" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:958 -msgid "Update new GIS data" -msgstr "新たな GIS データ更新" - -#: ../../godmode/agentes/agent_manager.php:1034 -msgid "URL Address" -msgstr "URL アドレス" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "無効化モード" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "リモート設定ファイル削除" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "リモート設定" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "セーフオペレーションモード" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "無効" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "有効" - -#: ../../godmode/agentes/agent_manager.php:1134 -#, fuzzy -msgid "Use global settings" -msgstr "グローバル設定を利用します。" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -#, fuzzy -msgid "Ignore unknown" -msgstr "不明状態" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1218 -msgid "Link text:" -msgstr "リンクテキスト: " - -#: ../../godmode/agentes/agent_manager.php:1229 -msgid "Link URL:" -msgstr "リンク URL: " - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "エージェント削除" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -#, fuzzy -msgid "This agent belongs to the clusters" -msgstr "このエージェントには他の IP があります" - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -#, fuzzy -msgid "This action is not reversible. Are you sure?" -msgstr "この処理は元に戻せません。よろしいですか?" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "セカンダリグループはプライマリにできません。" - -#: ../../godmode/agentes/agent_manager.php:1554 -#, fuzzy -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "" -"この更新は、%s の次のバージョンに対応していません。 インストールしてもよろし" -"いですか?" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7504,6 +6929,25 @@ msgstr "処理が正しく完了しませんでした。%d/%d モジュールに msgid "P" msgstr "P" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "サーバ" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 msgid "S" @@ -7561,6 +7005,35 @@ msgstr "複製" msgid "Normalize" msgstr "正規化" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "無効" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7606,639 +7079,6 @@ msgstr "" msgid "Delete module" msgstr "モジュール削除" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "個別設定" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "コンポーネントが見つかりません。" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "モジュールコンポーネント" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "未割当" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -msgid "Warning threshold" -msgstr "警告閾値" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "最小 / 最大" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "正常" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "条件の反転" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -msgid "Percentage" -msgstr "パーセント" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "文字列" - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -msgid "Change to critical status after" -msgstr "次のあとに障害状態に変更: " - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -msgid "intervals in warning status." -msgstr "警告状態の期間。" - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -msgid "Critical threshold" -msgstr "障害閾値" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "データの保存" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "エージェント実行間隔 x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "デフォルト" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -msgid "Identification and Categorization" -msgstr "識別と分類" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "操作" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "利用可能なタグ" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "モジュールへのタグ追加" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "モジュールの親" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "ポリシーからのタグ" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "不明状態時手順" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "障害時手順" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "警告時手順" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -msgid "Execution interval" -msgstr "実行間隔" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron 開始" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron 終了" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "Thresholds and state changes" -msgstr "しきい値と状態の変化" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "最小値" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "最大値" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "動的しきい値の間隔" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "最小" - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "最大" - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "Two Tailed" -msgstr "2つの動的しきい値" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "連続抑制回数" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "全状態変化" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "個別状態変化" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -msgid "Change all states" -msgstr "全てのステータス変更" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "正常移行時" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "警告移行時" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "障害移行時" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "連続抑制時の間隔" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "連続抑制タイムアウト" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "カウンタの維持" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -msgid "Data and their processing" -msgstr "データとその処理" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "単位" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "データ保存倍率" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -#, fuzzy -msgid "MADE enabled" -msgstr "WMI 有効" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -msgid "Notifications and alerts" -msgstr "通知とアラート" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "データのエクスポート" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "不要です。" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "不明イベントを削除" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "サービス関連障害検知抑制" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "タイムアウト" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "リトライ" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "値" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "直接" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "フェイルオーバ" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "関係タイプ" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "関係の追加" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "変更" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "正常状態" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "警告状態" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "障害状態" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "警告の最大値は、警告の最小値よりも大きくしてください" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "障害の最大値は、障害の最小値よりも大きくしてください" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -msgid "Please introduce a positive percentage value" -msgstr "正のパーセント値を設定してください" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8411,13 +7251,13 @@ msgstr "作成に失敗しました。" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8455,60 +7295,60 @@ msgstr "定期実行タイプ" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "月" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "火" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "水" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "木" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "金" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "土" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "日" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 msgid "From day" msgstr "開始日" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "終了日" @@ -8524,6 +7364,18 @@ msgstr "監視時刻は終了時刻より前でなければいけません" msgid "To hour" msgstr "終了時間" +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron 開始" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron 終了" + #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" msgstr "時間設定" @@ -8562,6 +7414,32 @@ msgstr "この計画停止が予定される対象エージェント" msgid "There are no agents" msgstr "エージェントがありません" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "OS" + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "全アラート" @@ -8663,15 +7541,15 @@ msgstr "表示" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8753,6 +7631,16 @@ msgstr "SNMP インタフェースウィザード" msgid "WMI Wizard" msgstr "WMIウィザード" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "リモート設定" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 msgid "Network config manager" @@ -9150,10 +8038,10 @@ msgstr "別名、名前、説明、IPドレス、カスタムフィールドの #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "エージェントの別名" @@ -9191,6 +8079,18 @@ msgstr "クラスタエージェントを無効化します。よろしいです msgid "You are going to delete a cluster agent" msgstr "クラスタエージェントを有効化します。よろしいですか?" +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +#, fuzzy +msgid "This agent belongs to the clusters" +msgstr "このエージェントには他の IP があります" + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "エージェント削除" + #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 #: ../../operation/agentes/estado_agente.php:1362 @@ -9210,6 +8110,1101 @@ msgstr "定義されたエージェントがありません" msgid "Deploy agent" msgstr "エージェントデプロイ" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "デフォルトマップがありません。デフォルトマップ設定を行ってください。" + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"このエージェントには GIS データがありません。そのため、マップのデフォルト位置" +"に配置します。" + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"エージェントの位置を変更すると、エージェントは '新たなGISデータを無視する' オ" +"プションを自動的に有効化します。" + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "エージェントの位置" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "緯度: " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "経度: " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "高度: " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +#, fuzzy +msgid "Ignore new GIS data" +msgstr "新たな GIS データを無視する:" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "はい" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "いいえ" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "カスタムID" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "エージェントアイコン" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "エージェント名" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:393 +#, fuzzy +msgid "Edit agent name" +msgstr "エージェントの編集" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "別名" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "名前に別名を利用" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "このエージェントはリモートから設定可能です。" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "IP アドレス" + +#: ../../godmode/agentes/agent_manager.php:439 +#, fuzzy +msgid "Check unique IP" +msgstr "ユニーク IP" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +msgid "Delete selected IPs" +msgstr "選択 IP を削除します" + +#: ../../godmode/agentes/agent_manager.php:478 +msgid "Fix IP address" +msgstr "IP アドレスの固定" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "エージェント IP が変更された場合、IP アドレスの自動更新を回避します" + +#: ../../godmode/agentes/agent_manager.php:483 +msgid "IP Address list" +msgstr "IP アドレス一覧" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "プライマリグループ" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:607 +#, fuzzy +msgid "OS version" +msgstr "SQL バージョン" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:746 +#, fuzzy +msgid "Enable security hardening monitoring" +msgstr "Netflow 監視の有効化" + +#: ../../godmode/agentes/agent_manager.php:759 +#, fuzzy +msgid "Enable log collection" +msgstr "コレクションのサイズ" + +#: ../../godmode/agentes/agent_manager.php:773 +#, fuzzy +msgid "Enable inventory" +msgstr "イベントヒストリの有効化" + +#: ../../godmode/agentes/agent_manager.php:791 +#, fuzzy +msgid "Pandora RC connected with id " +msgstr "ノード %s への接続エラー。" + +#: ../../godmode/agentes/agent_manager.php:800 +#, fuzzy +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "エージェントに有効な監視がありません。" + +#: ../../godmode/agentes/agent_manager.php:806 +#, fuzzy +msgid "Enable remote control" +msgstr "最終リモート接続" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:823 +#, fuzzy +msgid "Remote config is enabled only in the Enteprise version" +msgstr "これらのオプションは、Enterprise版でのみ有効です。" + +#: ../../godmode/agentes/agent_manager.php:833 +#, fuzzy +msgid "Basic options" +msgstr "ベースオプション" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "セカンダリグループ" + +#: ../../godmode/agentes/agent_manager.php:866 +#, fuzzy +msgid "Agent parent" +msgstr "親を設定" + +#: ../../godmode/agentes/agent_manager.php:894 +msgid "Cascade protection modules" +msgstr "関連障害検知抑制モジュール" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "学習モード" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "通常モード" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "自動無効化モード" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "モジュール定義" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "サービス関連障害検知抑制" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:958 +msgid "Update new GIS data" +msgstr "新たな GIS データ更新" + +#: ../../godmode/agentes/agent_manager.php:1034 +msgid "URL Address" +msgstr "URL アドレス" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "無効化モード" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "リモート設定ファイル削除" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "セーフオペレーションモード" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "有効" + +#: ../../godmode/agentes/agent_manager.php:1134 +#, fuzzy +msgid "Use global settings" +msgstr "グローバル設定を利用します。" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +#, fuzzy +msgid "Ignore unknown" +msgstr "不明状態" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1218 +msgid "Link text:" +msgstr "リンクテキスト: " + +#: ../../godmode/agentes/agent_manager.php:1229 +msgid "Link URL:" +msgstr "リンク URL: " + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +#, fuzzy +msgid "This action is not reversible. Are you sure?" +msgstr "この処理は元に戻せません。よろしいですか?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "セカンダリグループはプライマリにできません。" + +#: ../../godmode/agentes/agent_manager.php:1554 +#, fuzzy +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "" +"この更新は、%s の次のバージョンに対応していません。 インストールしてもよろし" +"いですか?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "個別設定" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "コンポーネントが見つかりません。" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "モジュールコンポーネント" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "未割当" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +msgid "Warning threshold" +msgstr "警告閾値" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "最小 / 最大" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "正常" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "条件の反転" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +msgid "Percentage" +msgstr "パーセント" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "文字列" + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +msgid "Change to critical status after" +msgstr "次のあとに障害状態に変更: " + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +msgid "intervals in warning status." +msgstr "警告状態の期間。" + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +msgid "Critical threshold" +msgstr "障害閾値" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "データの保存" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "エージェント実行間隔 x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "デフォルト" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +msgid "Identification and Categorization" +msgstr "識別と分類" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "操作" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "利用可能なタグ" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "モジュールへのタグ追加" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "モジュールの親" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "ポリシーからのタグ" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "不明状態時手順" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "障害時手順" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "警告時手順" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +msgid "Execution interval" +msgstr "実行間隔" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "Thresholds and state changes" +msgstr "しきい値と状態の変化" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "最小値" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "最大値" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "動的しきい値の間隔" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "最小" + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "最大" + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "Two Tailed" +msgstr "2つの動的しきい値" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "連続抑制回数" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "全状態変化" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "個別状態変化" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +msgid "Change all states" +msgstr "全てのステータス変更" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "正常移行時" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "警告移行時" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "障害移行時" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "連続抑制時の間隔" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "連続抑制タイムアウト" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "カウンタの維持" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +msgid "Data and their processing" +msgstr "データとその処理" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "単位" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "データ保存倍率" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +#, fuzzy +msgid "MADE enabled" +msgstr "WMI 有効" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +msgid "Notifications and alerts" +msgstr "通知とアラート" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "データのエクスポート" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "不要です。" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "不明イベントを削除" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "サービス関連障害検知抑制" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "タイムアウト" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "リトライ" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "値" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "直接" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "フェイルオーバ" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "関係タイプ" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "関係の追加" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "変更" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "正常状態" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "警告状態" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "障害状態" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "警告の最大値は、警告の最小値よりも大きくしてください" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "障害の最大値は、障害の最小値よりも大きくしてください" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +msgid "Please introduce a positive percentage value" +msgstr "正のパーセント値を設定してください" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "コマンドの作成" @@ -9274,9 +9269,9 @@ msgstr "コマンドの作成" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "しきい値" @@ -9318,10 +9313,8 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9330,6 +9323,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "戻る" @@ -9431,8 +9426,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "拡張" @@ -9495,9 +9490,8 @@ msgstr "アラートコマンドが設定されていません" #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9604,11 +9598,10 @@ msgstr "再通知間隔" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "開始" @@ -9622,11 +9615,11 @@ msgstr "開始" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "終了" @@ -9748,10 +9741,10 @@ msgstr "フィルタ設定" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "テンプレート" @@ -9769,12 +9762,12 @@ msgstr "操作" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "発生中アラート" @@ -9789,9 +9782,8 @@ msgstr "回" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "無効アラート" @@ -9800,9 +9792,9 @@ msgstr "無効アラート" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "未通知アラート" @@ -9857,11 +9849,11 @@ msgstr "アクションを起こすアラート数: 開始" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "有効" @@ -10023,9 +10015,9 @@ msgstr "アラート数" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" msgstr "最小" @@ -10035,9 +10027,9 @@ msgstr "最小" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" msgstr "最大" @@ -10193,7 +10185,7 @@ msgstr "ステップ" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "一般" @@ -10440,8 +10432,8 @@ msgstr "詳細" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10459,57 +10451,12 @@ msgstr "削除にはドラッグアウトします" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "アラート" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "最新の値" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "アクションの作成" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "テンプレートの作成" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "これは、アクションのしきい値設定よりも優先されます。" - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "終了しクラスタを見る" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "アラートの追加" - -#: ../../godmode/alerts/alert_list.builder.php:302 -#, fuzzy -msgid "Please select an item" -msgstr "画像を選択してください。" - -#: ../../godmode/alerts/alert_list.builder.php:303 -#, fuzzy -msgid "Please select a template" -msgstr "削除するアイテムを選択してください" - -#: ../../godmode/alerts/alert_list.builder.php:304 -#, fuzzy -msgid "Please select an agent" -msgstr "エージェントを選択してください。" - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "すでに追加されています。" @@ -10571,6 +10518,50 @@ msgstr "アラート作成" msgid "Manage alerts" msgstr "アラート管理" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "最新の値" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "アクションの作成" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "テンプレートの作成" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "これは、アクションのしきい値設定よりも優先されます。" + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "終了しクラスタを見る" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "アラートの追加" + +#: ../../godmode/alerts/alert_list.builder.php:302 +#, fuzzy +msgid "Please select an item" +msgstr "画像を選択してください。" + +#: ../../godmode/alerts/alert_list.builder.php:303 +#, fuzzy +msgid "Please select a template" +msgstr "削除するアイテムを選択してください" + +#: ../../godmode/alerts/alert_list.builder.php:304 +#, fuzzy +msgid "Please select an agent" +msgstr "エージェントを選択してください。" + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10653,9 +10644,9 @@ msgid "Max. time before compact data" msgstr "データ保持日数(未圧縮)" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "日" @@ -10672,8 +10663,8 @@ msgstr "データベースサイズ" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10681,7 +10672,7 @@ msgstr "エージェント数" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "イベント数" @@ -10721,8 +10712,8 @@ msgstr "最終 DB メンテナンス日時" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10765,8 +10756,8 @@ msgstr "応答を削除できません" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10792,13 +10783,12 @@ msgstr "応答" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "イベント" @@ -10870,18 +10860,18 @@ msgstr "モジュール名" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -10983,11 +10973,11 @@ msgstr "モジュールカスタム ID" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "カスタムデータ" @@ -11022,12 +11012,11 @@ msgstr "データの更新に失敗しました。" #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "フィルタ名" @@ -11063,7 +11052,7 @@ msgstr "このグループは、ACL でフィルタの表示を制限するの #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11101,8 +11090,8 @@ msgstr "エージェント" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11694,8 +11683,8 @@ msgstr "このグループの最大エージェント数を設定します。0 #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11711,8 +11700,8 @@ msgstr "グループツリー表示" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -11847,9 +11836,9 @@ msgstr "全モジュール" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -11866,8 +11855,8 @@ msgstr "合計" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12233,7 +12222,7 @@ msgstr "プロファイル名" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "ユーザ" @@ -12243,82 +12232,6 @@ msgstr "ユーザ" msgid "Show all groups" msgstr "グループ表示" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "プラグインマクロ検索エラー" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "編集済マクロ検索エラー" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "モジュールプラグインマクロ検索エラー" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "モジュールプラグインマクロデータ検索エラー" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "新規マクロ作成エラー" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "%d個のモジュールを更新しました。" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "登録済のプラグインがありません" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "不正なプラグインデータ" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "消去" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "マクロ配列が不正です" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "複数の値" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "エージェント配列が不正です" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "エージェントの要素が不正です" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "モジュール配列が不正です" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "モジュールの要素が不正です" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "このプラグインを使っているモジュールはありません" - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "一括操作" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "モジュールプラグインマクロデータのロード中に問題が発生しました" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "有効なアラート" @@ -12422,215 +12335,6 @@ msgstr "" msgid "Successfully deleted (%s)" msgstr "削除しました。(%s)" -#: ../../godmode/massive/massive_edit_users.php:153 -#, php-format -msgid "Users updated successfully (%s)" -msgstr "ユーザを更新しました (%s)" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, php-format -msgid "Users cannot be updated (%s)" -msgstr "ユーザの更新ができませんでした (%s)" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "言語" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "変更無し" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "ホーム画面" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" -"ユーザはホームページをカスタマイズできます。 デフォルトでは、'エージェントの" -"詳細' が表示されます。 例: 'その他' を選択し、index.php?" -"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 と入力すると、エー" -"ジェントの詳細を表示します。" - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "ビジュアルコンソール" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "モニタリング概要" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "アラート詳細" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "ダッシュボード" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "イベントフィルタ" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "自動更新" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "選択したページで自動更新を有効にします" - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "全ページ一覧" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "選択したページを自動更新にする" - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "選択したページを自動更新から外す" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "自動更新ページ一覧" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "自動更新時間" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" -"要素の自動更新の間隔です。デフォルトでは 30秒で、最初に自動更新を有効にする必" -"要があります。" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "タイムゾーン" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "" -"タイムゾーンは、関連付けられているサーバのタイムゾーンである必要があります。" - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "値が変更されていません。" @@ -12667,6 +12371,55 @@ msgstr "エージェントID: %s は %s セカンダリグループ (%s) を更 msgid "Cascade protection" msgstr "関連障害検知抑制" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "変更無し" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" msgstr "セカンダリグループの追加" @@ -12877,6 +12630,242 @@ msgstr "Windows" msgid "Target OS" msgstr "対象 OS" +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "プラグインマクロ検索エラー" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "編集済マクロ検索エラー" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "モジュールプラグインマクロ検索エラー" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "モジュールプラグインマクロデータ検索エラー" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "新規マクロ作成エラー" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "%d個のモジュールを更新しました。" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "登録済のプラグインがありません" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "不正なプラグインデータ" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "消去" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "マクロ配列が不正です" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "複数の値" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "エージェント配列が不正です" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "エージェントの要素が不正です" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "モジュール配列が不正です" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "モジュールの要素が不正です" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "このプラグインを使っているモジュールはありません" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "一括操作" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "モジュールプラグインマクロデータのロード中に問題が発生しました" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, php-format +msgid "Users updated successfully (%s)" +msgstr "ユーザを更新しました (%s)" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, php-format +msgid "Users cannot be updated (%s)" +msgstr "ユーザの更新ができませんでした (%s)" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "言語" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "ホーム画面" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" +msgstr "" +"ユーザはホームページをカスタマイズできます。 デフォルトでは、'エージェントの" +"詳細' が表示されます。 例: 'その他' を選択し、index.php?" +"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 と入力すると、エー" +"ジェントの詳細を表示します。" + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "ビジュアルコンソール" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "モニタリング概要" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "アラート詳細" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "ダッシュボード" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "イベントフィルタ" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "自動更新" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "選択したページで自動更新を有効にします" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "全ページ一覧" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "選択したページを自動更新にする" + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "選択したページを自動更新から外す" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "自動更新ページ一覧" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "自動更新時間" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"要素の自動更新の間隔です。デフォルトでは 30秒で、最初に自動更新を有効にする必" +"要があります。" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "タイムゾーン" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "" +"タイムゾーンは、関連付けられているサーバのタイムゾーンである必要があります。" + #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" msgstr "一括アラート追加" @@ -13173,52 +13162,6 @@ msgstr "" msgid "You can find more information at:" msgstr "詳細については次を参照してください:" -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "モジュール管理" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "ローカルインベントリモジュールの場合は入力しないでください" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -#, fuzzy -msgid "Separate fields with" -msgstr "フィールドセパレータは、 " - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "ブロックモード" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -msgid "Script mode" -msgstr "スクリプトモード" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -msgid "Use inline code" -msgstr "インラインコードの利用" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "スクリプトパス" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "コード" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"リモートインベントリモジュールのスクリプトを入力します。ローカルインベントリ" -"モジュールではこのフィールドは使いません。" - #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" msgstr "グループコンポーネント更新" @@ -13345,6 +13288,12 @@ msgstr "スキャン" msgid "Field value" msgstr "フィールド値" +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "モジュール管理" + #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 #: ../../include/class/ModuleTemplates.class.php:199 @@ -13369,57 +13318,6 @@ msgstr "このテンプレートは存在しません" msgid "There are no defined network profiles" msgstr "ネットワークプロファイルが定義されていません。" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "プロファイルからモジュールを削除しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "プロファイルからのモジュール削除に失敗しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "プロファイルにモジュールを追加しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "プロファイルへのモジュール追加に失敗しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "ネットワークプロファイルを更新しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "ネットワークプロファイルの更新に失敗しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "ネットワークプロファイルを追加しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "ネットワークプロファイルの追加に失敗しました。" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "名前無しではテンプレートを作成できません" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "このプロファイルにはモジュールがありません。" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "モジュール追加" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "コンポーネント" - #: ../../godmode/modules/module_list.php:45 msgid "Defined module types" msgstr "定義済みモジュールタイプ" @@ -13537,6 +13435,46 @@ msgstr "WMIコンポーネントを新規作成する。" msgid "Create a new wizard component" msgstr "ウィザードコンポーネントを新規作成する。" +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "ローカルインベントリモジュールの場合は入力しないでください" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +#, fuzzy +msgid "Separate fields with" +msgstr "フィールドセパレータは、 " + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "ブロックモード" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +msgid "Script mode" +msgstr "スクリプトモード" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +msgid "Use inline code" +msgstr "インラインコードの利用" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "スクリプトパス" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "コード" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"リモートインベントリモジュールのスクリプトを入力します。ローカルインベントリ" +"モジュールではこのフィールドは使いません。" + #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" msgstr "拡張オプション 動的閾値" @@ -13558,6 +13496,57 @@ msgstr "モジュールのタグ削除" msgid "Tags selected" msgstr "選択タグ" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "プロファイルからモジュールを削除しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "プロファイルからのモジュール削除に失敗しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "プロファイルにモジュールを追加しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "プロファイルへのモジュール追加に失敗しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "ネットワークプロファイルを更新しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "ネットワークプロファイルの更新に失敗しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "ネットワークプロファイルを追加しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "ネットワークプロファイルの追加に失敗しました。" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "名前無しではテンプレートを作成できません" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "このプロファイルにはモジュールがありません。" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "モジュール追加" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "コンポーネント" + #: ../../godmode/netflow/nf_edit.php:50 msgid "Manage Filters" msgstr "フィルタ管理" @@ -13573,8 +13562,8 @@ msgstr "フィルタの追加" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -13890,9 +13879,8 @@ msgstr "カスタム" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "1時間" @@ -13912,7 +13900,7 @@ msgstr "%s 時間" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1日" @@ -13930,7 +13918,7 @@ msgstr "%s 日" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1週間" @@ -13945,7 +13933,7 @@ msgstr "15日" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "1ヵ月" @@ -14020,7 +14008,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "最初にエージェントを選択してください。" @@ -14064,7 +14052,7 @@ msgstr "単一モジュールグラフ" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "カスタムグラフ" @@ -14073,12 +14061,12 @@ msgstr "カスタムグラフ" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "タグ" @@ -14165,9 +14153,9 @@ msgstr "名前または説明" #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14360,6 +14348,8 @@ msgid "Scheduled" msgstr "スケジュール" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 msgid "Console" msgstr "コンソール" @@ -14910,11 +14900,11 @@ msgstr "" "よろしいですか。" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "読み込み中..." @@ -15110,9 +15100,12 @@ msgstr "モジュールを選択してください" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -msgid "Your report has been planned, and the system will email you a " +#, fuzzy, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" msgstr "" -"レポート処理が計画されており、システムはあなたに次の電子メールを送ります: " +"レポートが予定されました。準備完了次第 PDF のレポートをメール送信します。" #: ../../godmode/reporting/reporting_builder.php:194 #: ../../operation/reporting/reporting_viewer.php:94 @@ -15126,7 +15119,7 @@ msgstr "エラーが発生しました" #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15333,9 +15326,9 @@ msgstr "" "は、network_agent1, NetworKCHECKS というエージェント名にマッチします。" #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 #, fuzzy msgid "End of life" msgstr "画像一覧" @@ -15558,7 +15551,7 @@ msgstr "対象サーバ" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "文字列" @@ -15630,8 +15623,8 @@ msgid "Display" msgstr "表示" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" msgstr "平均" @@ -15709,7 +15702,7 @@ msgstr "時間比較 (重ね合わせ)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "最大" @@ -15718,9 +15711,9 @@ msgstr "最大" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "最小" @@ -15740,8 +15733,8 @@ msgstr "平均" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "合計" @@ -15912,20 +15905,20 @@ msgid "Event graphs" msgstr "イベントグラフ" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 -msgid "By agent " -msgstr "エージェントごと " +msgid "By agent" +msgstr "エージェントで分類" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 -msgid "By user validator " -msgstr "承諾ユーザごと " +msgid "By user validator" +msgstr "ユーザで分類" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 -msgid "By criticity " -msgstr "重要度ごと " +msgid "By criticity" +msgstr "重要度で分類" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 -msgid "Validated vs unvalidated " -msgstr "承諾済 / 未承諾 " +msgid "Validated vs unvalidated" +msgstr "承諾済み・未承諾で分類" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 msgid "Query History Database" @@ -16063,12 +16056,12 @@ msgid "Use uncompressed module data." msgstr "非圧縮モジュールデータを利用します。" #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 msgid "Unassigned group" msgstr "未割当グループ" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 msgid "Unnasigned group" msgstr "未割当グループ" @@ -16235,23 +16228,23 @@ msgstr "Pass" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -17477,395 +17470,6 @@ msgstr "削除しました" msgid "Error deleting" msgstr "削除に失敗しました" -#: ../../godmode/setup/performance.php:185 -msgid "Pandora_db running in active database." -msgstr "アクティブデータベースで pandora_db が動作しています。" - -#: ../../godmode/setup/performance.php:186 -#: ../../godmode/setup/performance.php:242 -msgid "Executed:" -msgstr "実行済:" - -#: ../../godmode/setup/performance.php:192 -#: ../../godmode/setup/performance.php:247 -msgid "ago" -msgstr "前" - -#: ../../godmode/setup/performance.php:241 -msgid "Pandora_db running in historical database." -msgstr "ヒストリデータベースで pandora_db が動作しています。" - -#: ../../godmode/setup/performance.php:249 -msgid "Not executed" -msgstr "未実行" - -#: ../../godmode/setup/performance.php:262 -#: ../../godmode/setup/performance.php:505 -msgid "Max. days before delete events" -msgstr "イベントデータ保持日数" - -#: ../../godmode/setup/performance.php:277 -#: ../../include/functions_config.php:880 -msgid "Max. days before delete traps" -msgstr "トラップデータ保持日数" - -#: ../../godmode/setup/performance.php:292 -#: ../../include/functions_config.php:888 -msgid "Max. days before delete audit events" -msgstr "監査イベントデータ保持日数" - -#: ../../godmode/setup/performance.php:307 -#: ../../godmode/setup/performance.php:517 -#: ../../include/functions_config.php:884 -msgid "Max. days before delete string data" -msgstr "文字列データ保持日数" - -#: ../../godmode/setup/performance.php:322 -#: ../../include/functions_config.php:892 -msgid "Max. days before delete GIS data" -msgstr "GIS データ保持日数" - -#: ../../godmode/setup/performance.php:337 -#: ../../godmode/setup/performance.php:469 -#: ../../include/functions_config.php:896 -msgid "Max. days before purge" -msgstr "データ保持日数" - -#: ../../godmode/setup/performance.php:352 -#: ../../godmode/setup/performance.php:481 -#: ../../include/functions_config.php:908 -msgid "Max. days before compact data" -msgstr "データ保持日数(丸め込みなし)" - -#: ../../godmode/setup/performance.php:367 -#: ../../include/functions_config.php:900 -msgid "Max. days before delete unknown modules" -msgstr "不明モジュール保持日数" - -#: ../../godmode/setup/performance.php:382 -#: ../../include/functions_config.php:904 -msgid "Max. days before delete not initialized modules" -msgstr "未初期化モジュール保持日数" - -#: ../../godmode/setup/performance.php:397 -msgid "Max. days before delete autodisabled agents" -msgstr "自動無効化エージェントを削除せず保持する日数" - -#: ../../godmode/setup/performance.php:412 -#: ../../include/functions_config.php:956 -msgid "Retention period of past special days" -msgstr "過去の特別日の保存期間" - -#: ../../godmode/setup/performance.php:424 -#: ../../include/functions_config.php:960 -msgid "Max. macro data fields" -msgstr "最大マクロデータフィールド" - -#: ../../godmode/setup/performance.php:493 -#: ../../godmode/setup/performance.php:611 -#: ../../include/functions_config.php:924 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "データ縮小時の丸め込み単位時間 (1〜20)" - -#: ../../godmode/setup/performance.php:536 -#: ../../include/functions_config.php:974 -msgid "Max. days before delete old messages" -msgstr "古いメッセージの保持日数" - -#: ../../godmode/setup/performance.php:549 -#: ../../include/functions_config.php:965 -msgid "Max. days before delete inventory data" -msgstr "インベントリデータの保持日数" - -#: ../../godmode/setup/performance.php:562 -#: ../../include/functions_config.php:970 -#, fuzzy -msgid "Max. days before disabled agents are deleted" -msgstr "自動無効化エージェントの保持日数" - -#: ../../godmode/setup/performance.php:582 -msgid "Item limit for realtime reports" -msgstr "リアルタイムレポートのアイテム制限" - -#: ../../godmode/setup/performance.php:597 -#: ../../include/functions_config.php:920 -msgid "Limit of events per query" -msgstr "クエリごとのイベント制限" - -#: ../../godmode/setup/performance.php:625 -msgid "Last day" -msgstr "昨日" - -#: ../../godmode/setup/performance.php:626 -msgid "2 days" -msgstr "2日" - -#: ../../godmode/setup/performance.php:627 -msgid "10 days" -msgstr "10日" - -#: ../../godmode/setup/performance.php:628 -msgid "Last week" -msgstr "先週" - -#: ../../godmode/setup/performance.php:629 -msgid "2 weeks" -msgstr "2週間" - -#: ../../godmode/setup/performance.php:630 -msgid "Last month" -msgstr "先月" - -#: ../../godmode/setup/performance.php:633 -#: ../../include/functions_config.php:928 -msgid "Default hours for event view" -msgstr "イベント表示期間(時間)" - -#: ../../godmode/setup/performance.php:648 -#: ../../include/functions_config.php:932 -msgid "Use realtime statistics" -msgstr "リアルタイム更新の利用" - -#: ../../godmode/setup/performance.php:658 -#: ../../include/functions_config.php:936 -msgid "Batch statistics period (secs)" -msgstr "バッチ更新間隔(秒)" - -#: ../../godmode/setup/performance.php:681 -#: ../../include/functions_config.php:940 -msgid "Max. recommended number of files in attachment directory" -msgstr "添付ディレクトリファイルの推奨上限数" - -#: ../../godmode/setup/performance.php:693 -#: ../../include/functions_config.php:944 -msgid "Delete not init modules" -msgstr "未初期化モジュールの削除" - -#: ../../godmode/setup/performance.php:703 -msgid "Big Operation Step to purge old data" -msgstr "古いデータ削除のための大きい処理の分割数" - -#: ../../godmode/setup/performance.php:718 -#: ../../include/functions_config.php:952 -msgid "Small Operation Step to purge old data" -msgstr "古いデータ削除のための小さな操作ステップ" - -#: ../../godmode/setup/performance.php:733 -#: ../../include/functions_config.php:978 -msgid "Graph container - Max. Items" -msgstr "グラフコンテナ - 最大アイテム" - -#: ../../godmode/setup/performance.php:745 -msgid "Events response max. execution" -msgstr "イベント応答の最大実行" - -#: ../../godmode/setup/performance.php:757 -#: ../../include/functions_config.php:990 -msgid "Row limit in csv log" -msgstr "csvログの行制限" - -#: ../../godmode/setup/performance.php:772 -msgid "SNMP walk binary" -msgstr "snmpwalk バイナリ" - -#: ../../godmode/setup/performance.php:784 -msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used " -"instead (by default snmpwalk, slower)." -msgstr "" -"snmpbulkwork は、SNMP v1 を利用できません。このオプションが代わりに利用されま" -"す。(デフォルトで snmpwalk で遅くなります)" - -#: ../../godmode/setup/performance.php:789 -msgid "SNMP walk binary (fallback)" -msgstr "snmpwalk バイナリ (フォールバック)" - -#: ../../godmode/setup/performance.php:802 -#, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an " -"upgrade" -msgstr "" -"%s web2image キャッシュシステムのクリーンアップ。 アップグレードを実行した後" -"は常にクリーンアップされます" - -#: ../../godmode/setup/performance.php:809 -msgid "WMI binary" -msgstr "WMI バイナリ" - -#: ../../godmode/setup/performance.php:821 -msgid "" -"Before increasing this value, be aware that a large number can affect " -"performance in PDF generation. Set to 0 to disregard this limit." -msgstr "" - -#: ../../godmode/setup/performance.php:826 -#: ../../include/functions_config.php:986 -msgid "Rows limit for SQL report item PDF" -msgstr "" - -#: ../../godmode/setup/performance.php:864 -msgid "Database maintenance status" -msgstr "データベースメンテナンス状態" - -#: ../../godmode/setup/performance.php:869 -msgid "Database maintenance options" -msgstr "データベースメンテナンスオプション" - -#: ../../godmode/setup/performance.php:875 -msgid "Historical database maintenance options" -msgstr "ヒストリデータベースメンテナンスオプション" - -#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 -#: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 -msgid "Others" -msgstr "その他" - -#: ../../godmode/setup/performance.php:886 -msgid "Agent SNMP Interface Wizard defaults" -msgstr "デフォルトエージェント SNMP インタフェースウィザード" - -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "進捗状況" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "概要表示" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" - -#: ../../godmode/setup/demo.php:331 -#, fuzzy -msgid "Agents interval" -msgstr "エージェント実行間隔" - -#: ../../godmode/setup/demo.php:336 -#, fuzzy -msgid "Generate historical data for all agents" -msgstr "ヒストリデータベース有効化" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "" - -#: ../../godmode/setup/demo.php:363 -#, fuzzy -msgid "Create services" -msgstr "サービスの作成" - -#: ../../godmode/setup/demo.php:374 -#, fuzzy -msgid "Create network maps" -msgstr "ネットワークマップ作成" - -#: ../../godmode/setup/demo.php:384 -#, fuzzy -msgid "Create GIS maps" -msgstr "GIS マップ" - -#: ../../godmode/setup/demo.php:404 -#, fuzzy -msgid "Create reports" -msgstr "レポートの作成" - -#: ../../godmode/setup/demo.php:414 -#, fuzzy -msgid "Create visual consoles" -msgstr "ビジュアルコンソールの作成" - -#: ../../godmode/setup/demo.php:424 -#, fuzzy -msgid "Create dashboards" -msgstr "プライベートダッシュボード" - -#: ../../godmode/setup/demo.php:434 -#, fuzzy -msgid "Traps target IP" -msgstr "対象IP" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "" - -#: ../../godmode/setup/demo.php:450 -#, fuzzy -msgid "Traps community" -msgstr "SNMPコミュニティ" - -#: ../../godmode/setup/demo.php:466 -#, fuzzy -msgid "Tentacle target IP" -msgstr "対象IP" - -#: ../../godmode/setup/demo.php:482 -#, fuzzy -msgid "Tentacle port" -msgstr "Tentacle サーバポート" - -#: ../../godmode/setup/demo.php:498 -#, fuzzy -msgid "Tentacle extra options" -msgstr "Tentacle オプション" - -#: ../../godmode/setup/demo.php:515 -#, fuzzy -msgid "Configure demo data" -msgstr "ウィジェット設定" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -#, fuzzy -msgid "Create demo data" -msgstr "作成日時" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "サービス" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "ネットワークマップ" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "GIS マップ" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "ビジュアルコンソール" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "ダッシュボード" - -#: ../../godmode/setup/demo.php:598 -#, fuzzy -msgid "Active demo data summary" -msgstr "データベース概要の取得" - -#: ../../godmode/setup/demo.php:666 -#, fuzzy -msgid "Delete all demo data" -msgstr "全エージェント削除" - #: ../../godmode/setup/news.php:30 msgid "Site news management" msgstr "サイトニュース管理" @@ -18375,6 +17979,464 @@ msgstr "ログ収集" msgid "Correct update the setup options" msgstr "設定オプションを更新しました" +#: ../../godmode/setup/setup_netflow.php:45 +msgid "" +"The Netflow data will be saved in the directory specified here, which will " +"be located in the path defined by the \"General Network path\" parameter " +"(this parameter is found in the General Settings)." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:76 +#: ../../include/functions_config.php:1643 +msgid "Netflow max lifetime" +msgstr "Netflow 最大保持期間" + +#: ../../godmode/setup/setup_netflow.php:87 +#: ../../include/functions_config.php:1647 +#, fuzzy +msgid "Netflow interval" +msgstr "Netflow フィルタ" + +#: ../../godmode/setup/setup_netflow.php:87 +#, fuzzy +msgid "It is necessary to restart the server if the value is changed." +msgstr "いくつかの機能を利用するために必要です" + +#: ../../godmode/setup/setup_netflow.php:90 +#, fuzzy +msgid "10 min" +msgstr "10 分" + +#: ../../godmode/setup/setup_netflow.php:91 +#, fuzzy +msgid "30 min" +msgstr "30 分" + +#: ../../godmode/setup/setup_netflow.php:92 +#, fuzzy +msgid "60 min" +msgstr "10 分" + +#: ../../godmode/setup/setup_netflow.php:104 +#: ../../include/functions_config.php:1655 +msgid "Enable Sflow" +msgstr "Sflow を利用する" + +#: ../../godmode/setup/setup_netflow.php:104 +msgid "" +"SFLow uses a different protocol and needs an alternative collector that must " +"be activated with this switch" +msgstr "" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "ファイルマネージャ" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "%s 一覧" + +#: ../../godmode/setup/os.list.php:56 +#, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"このノードは中央管理モードで設定されています。 すべての OS 定義は読み取り専用" +"です。 それらを管理するには、%s に移動します。" + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "進捗状況" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "概要表示" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" + +#: ../../godmode/setup/demo.php:331 +#, fuzzy +msgid "Agents interval" +msgstr "エージェント実行間隔" + +#: ../../godmode/setup/demo.php:336 +#, fuzzy +msgid "Generate historical data for all agents" +msgstr "ヒストリデータベース有効化" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "" + +#: ../../godmode/setup/demo.php:363 +#, fuzzy +msgid "Create services" +msgstr "サービスの作成" + +#: ../../godmode/setup/demo.php:374 +#, fuzzy +msgid "Create network maps" +msgstr "ネットワークマップ作成" + +#: ../../godmode/setup/demo.php:384 +#, fuzzy +msgid "Create GIS maps" +msgstr "GIS マップ" + +#: ../../godmode/setup/demo.php:404 +#, fuzzy +msgid "Create reports" +msgstr "レポートの作成" + +#: ../../godmode/setup/demo.php:414 +#, fuzzy +msgid "Create visual consoles" +msgstr "ビジュアルコンソールの作成" + +#: ../../godmode/setup/demo.php:424 +#, fuzzy +msgid "Create dashboards" +msgstr "プライベートダッシュボード" + +#: ../../godmode/setup/demo.php:434 +#, fuzzy +msgid "Traps target IP" +msgstr "対象IP" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "" + +#: ../../godmode/setup/demo.php:450 +#, fuzzy +msgid "Traps community" +msgstr "SNMPコミュニティ" + +#: ../../godmode/setup/demo.php:466 +#, fuzzy +msgid "Tentacle target IP" +msgstr "対象IP" + +#: ../../godmode/setup/demo.php:482 +#, fuzzy +msgid "Tentacle port" +msgstr "Tentacle サーバポート" + +#: ../../godmode/setup/demo.php:498 +#, fuzzy +msgid "Tentacle extra options" +msgstr "Tentacle オプション" + +#: ../../godmode/setup/demo.php:515 +#, fuzzy +msgid "Configure demo data" +msgstr "ウィジェット設定" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +#, fuzzy +msgid "Create demo data" +msgstr "作成日時" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "サービス" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "ネットワークマップ" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "GIS マップ" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "ビジュアルコンソール" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "ダッシュボード" + +#: ../../godmode/setup/demo.php:598 +#, fuzzy +msgid "Active demo data summary" +msgstr "データベース概要の取得" + +#: ../../godmode/setup/demo.php:666 +#, fuzzy +msgid "Delete all demo data" +msgstr "全エージェント削除" + +#: ../../godmode/setup/performance.php:185 +msgid "Pandora_db running in active database." +msgstr "アクティブデータベースで pandora_db が動作しています。" + +#: ../../godmode/setup/performance.php:186 +#: ../../godmode/setup/performance.php:242 +msgid "Executed:" +msgstr "実行済:" + +#: ../../godmode/setup/performance.php:192 +#: ../../godmode/setup/performance.php:247 +msgid "ago" +msgstr "前" + +#: ../../godmode/setup/performance.php:241 +msgid "Pandora_db running in historical database." +msgstr "ヒストリデータベースで pandora_db が動作しています。" + +#: ../../godmode/setup/performance.php:249 +msgid "Not executed" +msgstr "未実行" + +#: ../../godmode/setup/performance.php:262 +#: ../../godmode/setup/performance.php:505 +msgid "Max. days before delete events" +msgstr "イベントデータ保持日数" + +#: ../../godmode/setup/performance.php:277 +#: ../../include/functions_config.php:880 +msgid "Max. days before delete traps" +msgstr "トラップデータ保持日数" + +#: ../../godmode/setup/performance.php:292 +#: ../../include/functions_config.php:888 +msgid "Max. days before delete audit events" +msgstr "監査イベントデータ保持日数" + +#: ../../godmode/setup/performance.php:307 +#: ../../godmode/setup/performance.php:517 +#: ../../include/functions_config.php:884 +msgid "Max. days before delete string data" +msgstr "文字列データ保持日数" + +#: ../../godmode/setup/performance.php:322 +#: ../../include/functions_config.php:892 +msgid "Max. days before delete GIS data" +msgstr "GIS データ保持日数" + +#: ../../godmode/setup/performance.php:337 +#: ../../godmode/setup/performance.php:469 +#: ../../include/functions_config.php:896 +msgid "Max. days before purge" +msgstr "データ保持日数" + +#: ../../godmode/setup/performance.php:352 +#: ../../godmode/setup/performance.php:481 +#: ../../include/functions_config.php:908 +msgid "Max. days before compact data" +msgstr "データ保持日数(丸め込みなし)" + +#: ../../godmode/setup/performance.php:367 +#: ../../include/functions_config.php:900 +msgid "Max. days before delete unknown modules" +msgstr "不明モジュール保持日数" + +#: ../../godmode/setup/performance.php:382 +#: ../../include/functions_config.php:904 +msgid "Max. days before delete not initialized modules" +msgstr "未初期化モジュール保持日数" + +#: ../../godmode/setup/performance.php:397 +msgid "Max. days before delete autodisabled agents" +msgstr "自動無効化エージェントを削除せず保持する日数" + +#: ../../godmode/setup/performance.php:412 +#: ../../include/functions_config.php:956 +msgid "Retention period of past special days" +msgstr "過去の特別日の保存期間" + +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:960 +msgid "Max. macro data fields" +msgstr "最大マクロデータフィールド" + +#: ../../godmode/setup/performance.php:493 +#: ../../godmode/setup/performance.php:611 +#: ../../include/functions_config.php:924 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "データ縮小時の丸め込み単位時間 (1〜20)" + +#: ../../godmode/setup/performance.php:536 +#: ../../include/functions_config.php:974 +msgid "Max. days before delete old messages" +msgstr "古いメッセージの保持日数" + +#: ../../godmode/setup/performance.php:549 +#: ../../include/functions_config.php:965 +msgid "Max. days before delete inventory data" +msgstr "インベントリデータの保持日数" + +#: ../../godmode/setup/performance.php:562 +#: ../../include/functions_config.php:970 +#, fuzzy +msgid "Max. days before disabled agents are deleted" +msgstr "自動無効化エージェントの保持日数" + +#: ../../godmode/setup/performance.php:582 +msgid "Item limit for realtime reports" +msgstr "リアルタイムレポートのアイテム制限" + +#: ../../godmode/setup/performance.php:597 +#: ../../include/functions_config.php:920 +msgid "Limit of events per query" +msgstr "クエリごとのイベント制限" + +#: ../../godmode/setup/performance.php:625 +msgid "Last day" +msgstr "昨日" + +#: ../../godmode/setup/performance.php:626 +msgid "2 days" +msgstr "2日" + +#: ../../godmode/setup/performance.php:627 +msgid "10 days" +msgstr "10日" + +#: ../../godmode/setup/performance.php:628 +msgid "Last week" +msgstr "先週" + +#: ../../godmode/setup/performance.php:629 +msgid "2 weeks" +msgstr "2週間" + +#: ../../godmode/setup/performance.php:630 +msgid "Last month" +msgstr "先月" + +#: ../../godmode/setup/performance.php:633 +#: ../../include/functions_config.php:928 +msgid "Default hours for event view" +msgstr "イベント表示期間(時間)" + +#: ../../godmode/setup/performance.php:648 +#: ../../include/functions_config.php:932 +msgid "Use realtime statistics" +msgstr "リアルタイム更新の利用" + +#: ../../godmode/setup/performance.php:658 +#: ../../include/functions_config.php:936 +msgid "Batch statistics period (secs)" +msgstr "バッチ更新間隔(秒)" + +#: ../../godmode/setup/performance.php:681 +#: ../../include/functions_config.php:940 +msgid "Max. recommended number of files in attachment directory" +msgstr "添付ディレクトリファイルの推奨上限数" + +#: ../../godmode/setup/performance.php:693 +#: ../../include/functions_config.php:944 +msgid "Delete not init modules" +msgstr "未初期化モジュールの削除" + +#: ../../godmode/setup/performance.php:703 +msgid "Big Operation Step to purge old data" +msgstr "古いデータ削除のための大きい処理の分割数" + +#: ../../godmode/setup/performance.php:718 +#: ../../include/functions_config.php:952 +msgid "Small Operation Step to purge old data" +msgstr "古いデータ削除のための小さな操作ステップ" + +#: ../../godmode/setup/performance.php:733 +#: ../../include/functions_config.php:978 +msgid "Graph container - Max. Items" +msgstr "グラフコンテナ - 最大アイテム" + +#: ../../godmode/setup/performance.php:745 +msgid "Events response max. execution" +msgstr "イベント応答の最大実行" + +#: ../../godmode/setup/performance.php:757 +#: ../../include/functions_config.php:990 +msgid "Row limit in csv log" +msgstr "csvログの行制限" + +#: ../../godmode/setup/performance.php:772 +msgid "SNMP walk binary" +msgstr "snmpwalk バイナリ" + +#: ../../godmode/setup/performance.php:784 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"snmpbulkwork は、SNMP v1 を利用できません。このオプションが代わりに利用されま" +"す。(デフォルトで snmpwalk で遅くなります)" + +#: ../../godmode/setup/performance.php:789 +msgid "SNMP walk binary (fallback)" +msgstr "snmpwalk バイナリ (フォールバック)" + +#: ../../godmode/setup/performance.php:802 +#, php-format +msgid "" +"%s web2image cache system cleanup. It is always cleaned up after perform an " +"upgrade" +msgstr "" +"%s web2image キャッシュシステムのクリーンアップ。 アップグレードを実行した後" +"は常にクリーンアップされます" + +#: ../../godmode/setup/performance.php:809 +msgid "WMI binary" +msgstr "WMI バイナリ" + +#: ../../godmode/setup/performance.php:821 +msgid "" +"Before increasing this value, be aware that a large number can affect " +"performance in PDF generation. Set to 0 to disregard this limit." +msgstr "" + +#: ../../godmode/setup/performance.php:826 +#: ../../include/functions_config.php:986 +msgid "Rows limit for SQL report item PDF" +msgstr "" + +#: ../../godmode/setup/performance.php:864 +msgid "Database maintenance status" +msgstr "データベースメンテナンス状態" + +#: ../../godmode/setup/performance.php:869 +msgid "Database maintenance options" +msgstr "データベースメンテナンスオプション" + +#: ../../godmode/setup/performance.php:875 +msgid "Historical database maintenance options" +msgstr "ヒストリデータベースメンテナンスオプション" + +#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 +#: ../../include/functions_netflow.php:2342 +#: ../../include/functions_reporting.php:4444 +msgid "Others" +msgstr "その他" + +#: ../../godmode/setup/performance.php:886 +msgid "Agent SNMP Interface Wizard defaults" +msgstr "デフォルトエージェント SNMP インタフェースウィザード" + #: ../../godmode/setup/setup_ITSM.php:89 #, fuzzy, php-format msgid "ITSM API is not reachable, %s" @@ -18466,9 +18528,9 @@ msgstr "" #: ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/ITSM/ITSM.php:513 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 #: ../../include/functions_reporting_html.php:947 #: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 #: ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../views/ITSM/ITSMTicketListView.php:78 msgid "Title" @@ -18499,851 +18561,172 @@ msgstr "イベントカスタム応答デフォルト値" msgid "Update and continue" msgstr "更新して次へ" -#: ../../godmode/setup/setup_netflow.php:45 -msgid "" -"The Netflow data will be saved in the directory specified here, which will " -"be located in the path defined by the \"General Network path\" parameter " -"(this parameter is found in the General Settings)." -msgstr "" +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "ローカル認証へのフォールバック" -#: ../../godmode/setup/setup_netflow.php:76 -#: ../../include/functions_config.php:1643 -msgid "Netflow max lifetime" -msgstr "Netflow 最大保持期間" +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "リモートユーザの自動作成" -#: ../../godmode/setup/setup_netflow.php:87 -#: ../../include/functions_config.php:1647 +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "LDAP サーバ" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "LDAP ポート" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "LDAP バージョン" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "TLS の開始" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "ベース DN" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "ログイン属性" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "LDAP 管理者ログイン" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "LDAP 管理者パスワード" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "LDAP 検索タイムアウト(秒)" + +#: ../../godmode/setup/setup_auth.php:241 +msgid "Enable secondary LDAP" +msgstr "セカンダリ LDAP の有効化" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +msgid "Secondary LDAP server" +msgstr "セカンダリ LDAP サーバ" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +msgid "Secondary LDAP port" +msgstr "セカンダリ LDAP ポート" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +msgid "Secondary LDAP version" +msgstr "セカンダリ LDAP バージョン" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +msgid "Secondary start TLS" +msgstr "セカンダリ開始 TLS" + +#: ../../godmode/setup/setup_auth.php:323 +msgid "Secondary Base DN" +msgstr "セカンダリ Base DN" + +#: ../../godmode/setup/setup_auth.php:336 +msgid "Secondary Login attribute" +msgstr "セカンダリログイン属性" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +msgid "Admin secondary LDAP login" +msgstr "セカンダリ LDAP 管理者ログイン" + +#: ../../godmode/setup/setup_auth.php:362 +msgid "Admin secondary LDAP password" +msgstr "セカンダリ LDAP 管理者パスワード" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "二段階認証" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "全ユーザに二段階認証を強制する" + +#: ../../godmode/setup/setup_auth.php:439 #, fuzzy -msgid "Netflow interval" -msgstr "Netflow フィルタ" +msgid "Check activity" +msgstr "最新の活動" -#: ../../godmode/setup/setup_netflow.php:87 +#: ../../godmode/setup/setup_auth.php:440 #, fuzzy -msgid "It is necessary to restart the server if the value is changed." -msgstr "いくつかの機能を利用するために必要です" +msgid "Ignore activity" +msgstr "除外時間" -#: ../../godmode/setup/setup_netflow.php:90 +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "" +"Select 'ignore activity' to ignore user activity when checking the session." +msgstr "" + +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "セッションタイムアウト(分)" + +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "ローカル %s" + +#: ../../godmode/setup/setup_auth.php:508 #, fuzzy -msgid "10 min" -msgstr "10 分" +msgid "LDAP" +msgstr "LDAP ポート" -#: ../../godmode/setup/setup_netflow.php:91 +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "認証方法" + +#: ../../godmode/setup/setup_auth.php:561 #, fuzzy -msgid "30 min" -msgstr "30 分" - -#: ../../godmode/setup/setup_netflow.php:92 -#, fuzzy -msgid "60 min" -msgstr "10 分" - -#: ../../godmode/setup/setup_netflow.php:104 -#: ../../include/functions_config.php:1655 -msgid "Enable Sflow" -msgstr "Sflow を利用する" - -#: ../../godmode/setup/setup_netflow.php:104 -msgid "" -"SFLow uses a different protocol and needs an alternative collector that must " -"be activated with this switch" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:73 -msgid "Legacy visual console Information" -msgstr "レガシービジュアルコンソール情報" - -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Visual console in legacy mode will no longer be supported as of LTS 772" -msgstr "レガシーモードのビジュアルコンソールは、LTS 772 以降サポートされません" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "Click to display lateral menus" -msgstr "クリックして横のメニューを表示" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "" -"When the side menu is collapsed, it allows you to define whether it is " -"displayed by hovering the mouse over it or you need to click to display it." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Paginated module view" -msgstr "ページ区切りモジュール表示" - -#: ../../godmode/setup/setup_visuals.php:133 -#: ../../include/functions_config.php:1396 -msgid "Display data of proc modules in other format" -msgstr "別フォーマットでのprocモジュールのデータ表示" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "" -"It allows to define the message that appears when you hover over a color box " -"that shows the status of an agent or a module. If you want to change what " -"the default color box looks like, choose another form of visual " -"representation in the \"Status icon set\" option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../include/functions_config.php:1400 -msgid "Display text proc modules have state is ok" -msgstr "正常状態時のprocモジュール表示テキスト" - -#: ../../godmode/setup/setup_visuals.php:148 -#: ../../include/functions_config.php:1404 -msgid "Display text when proc modules have state critical" -msgstr "障害状態時のprocモジュール表示テキスト" - -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../include/functions_config.php:1413 -msgid "Service label font size" -msgstr "サービスラベルフォントサイズ" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Space between items in Service maps" -msgstr "サービスマップにおける要素間のスペース" - -#: ../../godmode/setup/setup_visuals.php:167 -msgid "Show both (tabs and menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:168 -#, fuzzy -msgid "Show only icons" -msgstr "無効のもののみ表示" - -#: ../../godmode/setup/setup_visuals.php:169 -#, fuzzy -msgid "Show only menu" -msgstr "平均のみ表示" - -#: ../../godmode/setup/setup_visuals.php:171 -#: ../../include/functions_config.php:1448 -msgid "Tabs menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:261 -msgid "Colors" -msgstr "色" - -#: ../../godmode/setup/setup_visuals.php:262 -msgid "Faces" -msgstr "顔" - -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Colors and text" -msgstr "色と文字" - -#: ../../godmode/setup/setup_visuals.php:365 -#: ../../include/functions_config.php:1084 -msgid "Style template" -msgstr "スタイルテンプレート" - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:1104 -msgid "Status icon set" -msgstr "ステータスアイコンの種類" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"It changes the appearance of the agent or module status icon. Useful for " -"people with problems when discriminating colors, you may overlay a text in " -"the box or add an emoji (that icon can be replaced by a custom one, " -"replacing the files on disk)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../include/functions_config.php:1116 -msgid "Custom favicon" -msgstr "カスタム favicon" - -#: ../../godmode/setup/setup_visuals.php:450 -msgid "Custom background login" -msgstr "カスタムログイン背景" - -#: ../../godmode/setup/setup_visuals.php:486 -msgid "Custom logo (menu)" -msgstr "カスタムロゴ(メニュー)" - -#: ../../godmode/setup/setup_visuals.php:511 -msgid "Custom logo collapsed (menu)" -msgstr "縮小カスタムロゴ(メニュー)" - -#: ../../godmode/setup/setup_visuals.php:537 -msgid "Custom logo (header white background)" -msgstr "カスタムロゴ(白背景ヘッダ)" - -#: ../../godmode/setup/setup_visuals.php:562 -msgid "Custom logo (login)" -msgstr "カスタムロゴ (ログイン)" - -#: ../../godmode/setup/setup_visuals.php:590 -msgid "Custom Splash (login)" -msgstr "カスタムスプラッシュ(ログイン)" - -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../include/functions_config.php:1140 -msgid "Custom documentation logo" -msgstr "カスタムドキュメントロゴ" - -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../include/functions_config.php:1144 -msgid "Custom support logo" -msgstr "カスタムサポートロゴ" - -#: ../../godmode/setup/setup_visuals.php:706 -#: ../../include/functions_config.php:1148 -#: ../../include/functions_config.php:1152 -msgid "Custom networkmap center logo" -msgstr "カスタムネットワークマップセンターロゴ" - -#: ../../godmode/setup/setup_visuals.php:746 -msgid "Custom mobile console icon" -msgstr "カスタムモバイルコンソールアイコン" - -#: ../../godmode/setup/setup_visuals.php:795 -msgid "Datepicker first day of week" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:813 -msgid "Title (header)" -msgstr "タイトル(ヘッダ)" - -#: ../../godmode/setup/setup_visuals.php:819 -msgid "Subtitle (header)" -msgstr "サブタイトル(ヘッダ)" - -#: ../../godmode/setup/setup_visuals.php:827 -msgid "Title 1 (login)" -msgstr "タイトル 1 (ログイン)" - -#: ../../godmode/setup/setup_visuals.php:832 -msgid "Title 2 (login)" -msgstr "タイトル 2 (ログイン)" - -#: ../../godmode/setup/setup_visuals.php:838 -msgid "Docs URL (login)" -msgstr "ドキュメントURL(ログイン)" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Support URL (login)" -msgstr "サポートURL(ログイン)" - -#: ../../godmode/setup/setup_visuals.php:849 -#: ../../include/functions_config.php:1196 -msgid "Product name" -msgstr "製品名" - -#: ../../godmode/setup/setup_visuals.php:854 -#: ../../include/functions_config.php:1200 -msgid "Copyright notice" -msgstr "著作権表示" - -#: ../../godmode/setup/setup_visuals.php:860 -#: ../../include/functions_config.php:1204 -#: ../../include/functions_config.php:1208 -msgid "Background opacity % (login)" -msgstr "背景の透明度 % (ログイン)" - -#: ../../godmode/setup/setup_visuals.php:865 -msgid "Disable logo in graphs" -msgstr "グラフ内ロゴの無効化" - -#: ../../godmode/setup/setup_visuals.php:883 -msgid "Disable helps" -msgstr "ヘルプの無効化" - -#: ../../godmode/setup/setup_visuals.php:893 -#: ../../include/functions_config.php:1352 -msgid "Fixed header" -msgstr "ヘッダーの固定" - -#: ../../godmode/setup/setup_visuals.php:905 -msgid "Automatically hide submenu" -msgstr "サブメニューを自動的に隠す" - -#: ../../godmode/setup/setup_visuals.php:915 -msgid "Visual effects and animation" -msgstr "表示効果およびアニメーション" - -#: ../../godmode/setup/setup_visuals.php:926 -msgid "Random background (login)" -msgstr "ランダム背景 (ログイン)" - -#: ../../godmode/setup/setup_visuals.php:952 -#: ../../include/functions_config.php:1316 -msgid "GIS Labels" -msgstr "GIS ラベル" - -#: ../../godmode/setup/setup_visuals.php:962 -#: ../../include/functions_config.php:1324 -msgid "Default icon in GIS" -msgstr "GIS でのデフォルトアイコン" - -#: ../../godmode/setup/setup_visuals.php:971 -msgid "Agent icon group" -msgstr "エージェントアイコングループ" - -#: ../../godmode/setup/setup_visuals.php:1021 -msgid "Graphs font size" -msgstr "グラフフォントサイズ" - -#: ../../godmode/setup/setup_visuals.php:1040 -msgid "Show unit along with value in reports" -msgstr "レポート内に値に加えて単位を表示する" - -#: ../../godmode/setup/setup_visuals.php:1051 -#: ../../include/functions_config.php:1284 -#, fuzzy -msgid "Truncate agent text at end" -msgstr "データベースごとにエージェントを作成" - -#: ../../godmode/setup/setup_visuals.php:1061 -#: ../../include/functions_config.php:1296 -msgid "Truncate module text at end" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1072 -#: ../../include/functions_config.php:1288 -#: ../../include/functions_config.php:1292 -msgid "Agent size text" -msgstr "エージェント名の表示長さ" - -#: ../../godmode/setup/setup_visuals.php:1072 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the " -"text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1079 -#: ../../godmode/setup/setup_visuals.php:1101 -msgid "Small" -msgstr "小" - -#: ../../godmode/setup/setup_visuals.php:1094 -#: ../../include/functions_config.php:1300 -msgid "Module size text" -msgstr "モジュール名の表示長さ" - -#: ../../godmode/setup/setup_visuals.php:1094 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If " -"the text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1118 -#: ../../include/functions_config.php:1304 -#: ../../include/functions_config.php:1308 -msgid "Description size text" -msgstr "説明の表示長さ" - -#: ../../godmode/setup/setup_visuals.php:1129 -#: ../../include/functions_config.php:1312 -msgid "Item title size text" -msgstr "アイテムタイトルの表示長さ" - -#: ../../godmode/setup/setup_visuals.php:1158 -msgid "On Boolean graphs" -msgstr "二値グラフ" - -#: ../../godmode/setup/setup_visuals.php:1161 -msgid "Show only average by default" -msgstr "デフォルトで平均の表示" - -#: ../../godmode/setup/setup_visuals.php:1162 -msgid "Show MAX/AVG/MIN by default" -msgstr "デフォルトで最大/平均/最小を表示" - -#: ../../godmode/setup/setup_visuals.php:1181 -msgid "Graph color #" -msgstr "グラフの色 #" - -#: ../../godmode/setup/setup_visuals.php:1195 -msgid "" -"Number of decimals to display in reports and visual consoles. It must be " -"between 0 and 5." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1200 -msgid "Data precision" -msgstr "データ精度" - -#: ../../godmode/setup/setup_visuals.php:1218 -msgid "Data precision in graphs" -msgstr "グラフにおけるデータの精度" - -#: ../../godmode/setup/setup_visuals.php:1237 -#: ../../include/functions_config.php:1071 -msgid "Value to interface graphics" -msgstr "インタフェースグラフの値" - -#: ../../godmode/setup/setup_visuals.php:1237 -msgid "Name of the drives for network interface graphics (SNMP)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1249 -#: ../../include/functions_config.php:1380 -msgid "Default line thickness for the Custom Graph." -msgstr "カスタムグラフのデフォルトの線の太さ" - -#: ../../godmode/setup/setup_visuals.php:1262 -msgid "Number of elements in Custom Graph" -msgstr "カスタムグラフの要素数" - -#: ../../godmode/setup/setup_visuals.php:1276 -#: ../../include/functions_config.php:1092 -msgid "Use round corners" -msgstr "角を丸くする" - -#: ../../godmode/setup/setup_visuals.php:1287 -#: ../../include/functions_config.php:1096 -msgid "Chart fit to content" -msgstr "グラフをコンテンツに合わせる" - -#: ../../godmode/setup/setup_visuals.php:1287 -msgid "" -"There are graphs whose values are percentages and the top of the graph " -"exceeds the maximum value one hundred, you may configure the graphs to stop " -"adding a proportional upper margin by activating this option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1297 -msgid "Type of module charts" -msgstr "モジュールグラフのタイプ" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "Graph TIP view" -msgstr "グラフ詳細表示" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/" -"CPU time, but they allow to \"zoom\" interactively and show all the data, " -"without compacting the information in fewer points. By default (off), TIPs " -"can be seen, but manually, if this mode is selected in each graph, but you " -"may also define that they always come out as TIP or also define that this is " -"so, but only for those of Boolean data." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "Graph mode" -msgstr "グラフモード" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "" -"It displays the default graphs with three overlapping data series (Maximum, " -"Average, and Minimum) or with only one data series (Average)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1374 -msgid "Zoom graphs" -msgstr "グラフ倍率" - -#: ../../godmode/setup/setup_visuals.php:1394 -#: ../../godmode/setup/setup_visuals.php:1395 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 -#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 -#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 -#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 -#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 -#: ../../include/functions_visual_map_editor.php:1278 -#: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 -#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 -#: ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 -#: ../../operation/events/sound_events.php:165 -msgid "seconds" -msgstr "秒" - -#: ../../godmode/setup/setup_visuals.php:1396 -#: ../../godmode/setup/setup_visuals.php:1397 -#: ../../godmode/setup/setup_visuals.php:1398 -#: ../../godmode/setup/setup_visuals.php:1399 -#: ../../godmode/setup/setup_visuals.php:1981 -#: ../../include/functions_visual_map_editor.php:1280 -#: ../../include/functions_visual_map_editor.php:1281 -#: ../../include/functions_visual_map_editor.php:1282 -#: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 -#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 -msgid "minutes" -msgstr "分" - -#: ../../godmode/setup/setup_visuals.php:1400 -#: ../../include/functions_visual_map_editor.php:1284 -msgid "hour" -msgstr "時間" - -#: ../../godmode/setup/setup_visuals.php:1403 -msgid "Classic view" -msgstr "クラシック表示" - -#: ../../godmode/setup/setup_visuals.php:1404 -msgid "View of favorites" -msgstr "お気に入りの表示" - -#: ../../godmode/setup/setup_visuals.php:1414 -msgid "Default cache expiration" -msgstr "デフォルトのキャッシュ有効期限" - -#: ../../godmode/setup/setup_visuals.php:1419 -#: ../../include/functions_visual_map_editor.php:1310 -msgid "No cache" -msgstr "キャッシュ無し" - -#: ../../godmode/setup/setup_visuals.php:1432 -#: ../../include/functions_config.php:1252 -msgid "Default interval for refresh on Visual Console" -msgstr "ビジュアルコンソールのデフォルト更新間隔" - -#: ../../godmode/setup/setup_visuals.php:1448 -msgid "Type of view of visual consoles" -msgstr "ビジュアルコンソールの表示タイプ" - -#: ../../godmode/setup/setup_visuals.php:1461 -msgid "Number of favorite visual consoles to show in the menu" -msgstr "メニューに表示するお気に入りビジュアルコンソールの数" - -#: ../../godmode/setup/setup_visuals.php:1467 -#: ../../include/functions_config.php:1268 -msgid "Default line thickness for the Visual Console" -msgstr "ビジュアルコンソールのデフォルトの線の太さ" - -#: ../../godmode/setup/setup_visuals.php:1479 -#, fuzzy -msgid "Visual console default text margin (em)" -msgstr "ビジュアルコンソール管理" - -#: ../../godmode/setup/setup_visuals.php:1485 -msgid "Lock screen orientation when viewing on mobile devices" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -#: ../../include/functions_config.php:1276 -msgid "Display item frame on alert triggered" -msgstr "アラート発報時にアイテムフレームを表示" - -#: ../../godmode/setup/setup_visuals.php:1495 -msgid "It displays an orange box around items that have triggered an alert." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1517 -msgid "Number of favorite services to show in the menu" -msgstr "メニューに表示するお気に入りのサービスの数" - -#: ../../godmode/setup/setup_visuals.php:1562 -msgid "Show report info with description" -msgstr "説明とともにレポート情報を表示" - -#: ../../godmode/setup/setup_visuals.php:1572 -msgid "Custom report front page" -msgstr "カスタムレポート表紙" - -#: ../../godmode/setup/setup_visuals.php:1583 -#: ../../include/functions_config.php:1559 -msgid "PDF font size (px)" -msgstr "PDF フォントサイズ(px)" - -#: ../../godmode/setup/setup_visuals.php:1587 -#: ../../include/functions_config.php:1555 -msgid "HTML font size for SLA (em)" -msgstr "SLA 用 HTML フォントサイズ(em)" - -#: ../../godmode/setup/setup_visuals.php:1593 -msgid "Graph image height for HTML reports" -msgstr "HTML レポートのグラフ画像の高さ" - -#: ../../godmode/setup/setup_visuals.php:1597 -msgid "Interval description" -msgstr "間隔の表示" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1563 -#: ../../include/functions_config.php:1567 -#: ../../include/functions_config.php:1571 -#: ../../include/functions_config.php:1575 -#: ../../include/functions_config.php:1579 -#: ../../include/functions_config.php:1583 -msgid "Custom report front" -msgstr "カスタムレポートスタイル" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../include/functions_config.php:1120 -#: ../../include/functions_config.php:1571 -msgid "Custom logo" -msgstr "カスタムロゴ" - -#: ../../godmode/setup/setup_visuals.php:1615 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -msgid "" -"You may use the following macros: _REPORT_NAME_ indicating the name of the " -"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " -"report), _DATETIME_ date/time of the generation of the report." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../include/class/TipsWindow.class.php:814 -#: ../../include/class/TipsWindow.class.php:981 -msgid "Preview" -msgstr "プレビュー" - -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../include/functions_config.php:1575 -msgid "Header" -msgstr "ヘッダー" - -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../include/functions_config.php:1579 -msgid "First page" -msgstr "最初のページ" - -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1583 -msgid "Footer" -msgstr "フッター" - -#: ../../godmode/setup/setup_visuals.php:1691 -msgid "Comparation in rollover" -msgstr "経過時間表示" - -#: ../../godmode/setup/setup_visuals.php:1698 -msgid "Timestamp in rollover" -msgstr "日時表示" - -#: ../../godmode/setup/setup_visuals.php:1705 -msgid "Compact mode" -msgstr "コンパクト表示" - -#: ../../godmode/setup/setup_visuals.php:1790 -msgid "Use 1024 when module unit are bytes" -msgstr "モジュールの単位がバイトの場合 1024 を利用" - -#: ../../godmode/setup/setup_visuals.php:1791 -msgid "Use always 1000" -msgstr "常に 1000を利用" - -#: ../../godmode/setup/setup_visuals.php:1792 -msgid "Use always 1024" -msgstr "常に 1024 を利用" - -#: ../../godmode/setup/setup_visuals.php:1804 -#: ../../include/functions_config.php:1364 -msgid "Networkmap max width" -msgstr "ネットワークマップ最大幅" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "Show only the group name" -msgstr "グループ名のみ表示" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "The name of the group will be displayed instead of displaying its icon." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1827 -msgid "Show empty groups in group view" -msgstr "グループ表示で空のグループを表示する" - -#: ../../godmode/setup/setup_visuals.php:1837 -#: ../../include/functions_config.php:1019 -msgid "Date format string" -msgstr "日時フォーマット" - -#: ../../godmode/setup/setup_visuals.php:1837 -msgid "It uses a unix datetime format definition string." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1846 -msgid "Example" -msgstr "例" - -#: ../../godmode/setup/setup_visuals.php:1855 -#: ../../include/functions_config.php:1603 -msgid "Decimal separator" -msgstr "小数点区切り" - -#: ../../godmode/setup/setup_visuals.php:1870 -msgid "Visible time of successful notifiations" -msgstr "成功通知の表示時間" - -#: ../../godmode/setup/setup_visuals.php:1883 -msgid "Timestamp, time comparison, or compact mode" -msgstr "日時表示、経過時間表示、コンパクト表示" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "Custom values post process" -msgstr "保存倍率のカスタム値" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "" -"Custom conversion values for post-processing. It updates a table in the " -"database to have custom conversions from one unit to another." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1938 -#: ../../godmode/setup/setup_visuals.php:2105 -msgid "Delete custom values" -msgstr "カスタム値の削除" - -#: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 -msgid "hours" -msgstr "時間" - -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 -msgid "months" -msgstr "月" - -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 -msgid "years" -msgstr "年" - -#: ../../godmode/setup/setup_visuals.php:1988 -msgid "Interval values" -msgstr "間隔値" - -#: ../../godmode/setup/setup_visuals.php:2027 -msgid "Delete interval values" -msgstr "間隔値を削除" - -#: ../../godmode/setup/setup_visuals.php:2070 -msgid "Module units" -msgstr "モジュール単位" - -#: ../../godmode/setup/setup_visuals.php:2143 -#: ../../include/functions_config.php:1587 -msgid "CSV divider" -msgstr "CSV 区切り文字" - -#: ../../godmode/setup/setup_visuals.php:2148 -#: ../../include/functions_config.php:1591 -msgid "CSV decimal separator" -msgstr "CSV小数点区切り文字" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "Data multiplier to use in graphs/data" -msgstr "グラフのデータで利用するデータ倍率" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "" -"Value by which it will multiply the data shown to represent them in graphs. " -"This is useful in case the value unit is bytes; for other conversions use " -"Custom value post processing." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2158 -#: ../../include/functions_config.php:1599 -msgid "Hide general stats for non admin users in tactical view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2175 -msgid "Behaviour configuration" -msgstr "動作設定" - -#: ../../godmode/setup/setup_visuals.php:2180 -msgid "GIS configuration" -msgstr "GIS設定" - -#: ../../godmode/setup/setup_visuals.php:2185 -msgid "Style configuration" -msgstr "スタイル設定" - -#: ../../godmode/setup/setup_visuals.php:2190 -msgid "Charts configuration" -msgstr "グラフ設定" - -#: ../../godmode/setup/setup_visuals.php:2195 -msgid "Font and Text configuration" -msgstr "フォントおよびテキスト設定" - -#: ../../godmode/setup/setup_visuals.php:2200 -msgid "Visual consoles configuration" -msgstr "ビジュアルコンソール設定" - -#: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " -msgstr "レポート設定 " - -#: ../../godmode/setup/setup_visuals.php:2210 -msgid "Services configuration" -msgstr "サービス設定" - -#: ../../godmode/setup/setup_visuals.php:2215 -msgid "Other configuration" -msgstr "その他設定" - -#: ../../godmode/setup/setup_visuals.php:2400 -#: ../../include/functions_config.php:1528 -msgid "Delete interval" -msgstr "間隔値を削除" - -#: ../../godmode/setup/setup_visuals.php:2458 -msgid "Logo preview" -msgstr "ロゴのプレビュー" - -#: ../../godmode/setup/setup_visuals.php:2488 -msgid "Splash Preview" -msgstr "スプラッシュプレビュー" - -#: ../../godmode/setup/setup_visuals.php:2507 -msgid "Mobile console logo preview" -msgstr "モバイルコンソールロゴプレビュー" - -#: ../../godmode/setup/setup_visuals.php:2543 -msgid "Gis icons preview" -msgstr "GISアイコンのプレビュー" - -#: ../../godmode/setup/setup_visuals.php:2609 -msgid "Status set preview" -msgstr "状態表示プレビュー" +msgid "Session timeout must be a number" +msgstr "セッションタイムアウト(分)" #: ../../godmode/setup/setup_general.php:52 msgid "Enforce https Information" msgstr "https の利用" #: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " +#, fuzzy +msgid "If SSL is not properly configured you will lose access to" msgstr "SSL が正しく設定されていないと、こちらへのアクセスができなくなります: " -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" -msgstr " コンソール" - #: ../../godmode/setup/setup_general.php:58 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 #: ../../include/functions_reporting_html.php:1796 #: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 msgid "System" msgstr "システム" @@ -19432,7 +18815,8 @@ msgid "UTC" msgstr "UTC" #: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " +#, fuzzy +msgid "If public URL is not properly configured you will lose access to" msgstr "" "公開 URL が正しく設定されていない場合、こちらにアクセスできなくなります: " @@ -19875,175 +19259,779 @@ msgstr "" msgid "Email test" msgstr "Email テスト" -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "ファイルマネージャ" +#: ../../godmode/setup/setup_visuals.php:73 +msgid "Legacy visual console Information" +msgstr "レガシービジュアルコンソール情報" -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "%s 一覧" +#: ../../godmode/setup/setup_visuals.php:74 +msgid "Visual console in legacy mode will no longer be supported as of LTS 772" +msgstr "レガシーモードのビジュアルコンソールは、LTS 772 以降サポートされません" -#: ../../godmode/setup/os.list.php:56 -#, php-format +#: ../../godmode/setup/setup_visuals.php:112 +msgid "Click to display lateral menus" +msgstr "クリックして横のメニューを表示" + +#: ../../godmode/setup/setup_visuals.php:112 msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." -msgstr "" -"このノードは中央管理モードで設定されています。 すべての OS 定義は読み取り専用" -"です。 それらを管理するには、%s に移動します。" - -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "ローカル認証へのフォールバック" - -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "リモートユーザの自動作成" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "LDAP サーバ" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "LDAP ポート" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "LDAP バージョン" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "TLS の開始" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "ベース DN" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "ログイン属性" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "LDAP 管理者ログイン" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "LDAP 管理者パスワード" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" -msgstr "LDAP 検索タイムアウト(秒)" - -#: ../../godmode/setup/setup_auth.php:241 -msgid "Enable secondary LDAP" -msgstr "セカンダリ LDAP の有効化" - -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -msgid "Secondary LDAP server" -msgstr "セカンダリ LDAP サーバ" - -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -msgid "Secondary LDAP port" -msgstr "セカンダリ LDAP ポート" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -msgid "Secondary LDAP version" -msgstr "セカンダリ LDAP バージョン" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -msgid "Secondary start TLS" -msgstr "セカンダリ開始 TLS" - -#: ../../godmode/setup/setup_auth.php:323 -msgid "Secondary Base DN" -msgstr "セカンダリ Base DN" - -#: ../../godmode/setup/setup_auth.php:336 -msgid "Secondary Login attribute" -msgstr "セカンダリログイン属性" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -msgid "Admin secondary LDAP login" -msgstr "セカンダリ LDAP 管理者ログイン" - -#: ../../godmode/setup/setup_auth.php:362 -msgid "Admin secondary LDAP password" -msgstr "セカンダリ LDAP 管理者パスワード" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "二段階認証" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "全ユーザに二段階認証を強制する" - -#: ../../godmode/setup/setup_auth.php:439 -#, fuzzy -msgid "Check activity" -msgstr "最新の活動" - -#: ../../godmode/setup/setup_auth.php:440 -#, fuzzy -msgid "Ignore activity" -msgstr "除外時間" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" +"When the side menu is collapsed, it allows you to define whether it is " +"displayed by hovering the mouse over it or you need to click to display it." msgstr "" -#: ../../godmode/setup/setup_auth.php:443 +#: ../../godmode/setup/setup_visuals.php:124 +msgid "Paginated module view" +msgstr "ページ区切りモジュール表示" + +#: ../../godmode/setup/setup_visuals.php:133 +#: ../../include/functions_config.php:1396 +msgid "Display data of proc modules in other format" +msgstr "別フォーマットでのprocモジュールのデータ表示" + +#: ../../godmode/setup/setup_visuals.php:133 msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." +"It allows to define the message that appears when you hover over a color box " +"that shows the status of an agent or a module. If you want to change what " +"the default color box looks like, choose another form of visual " +"representation in the \"Status icon set\" option." msgstr "" -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "セッションタイムアウト(分)" +#: ../../godmode/setup/setup_visuals.php:144 +#: ../../include/functions_config.php:1400 +msgid "Display text proc modules have state is ok" +msgstr "正常状態時のprocモジュール表示テキスト" -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" -msgstr "ローカル %s" +#: ../../godmode/setup/setup_visuals.php:148 +#: ../../include/functions_config.php:1404 +msgid "Display text when proc modules have state critical" +msgstr "障害状態時のprocモジュール表示テキスト" -#: ../../godmode/setup/setup_auth.php:508 +#: ../../godmode/setup/setup_visuals.php:155 +#: ../../include/functions_config.php:1413 +msgid "Service label font size" +msgstr "サービスラベルフォントサイズ" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Space between items in Service maps" +msgstr "サービスマップにおける要素間のスペース" + +#: ../../godmode/setup/setup_visuals.php:167 +msgid "Show both (tabs and menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:168 #, fuzzy -msgid "LDAP" -msgstr "LDAP ポート" +msgid "Show only icons" +msgstr "無効のもののみ表示" -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "認証方法" - -#: ../../godmode/setup/setup_auth.php:561 +#: ../../godmode/setup/setup_visuals.php:169 #, fuzzy -msgid "Session timeout must be a number" -msgstr "セッションタイムアウト(分)" +msgid "Show only menu" +msgstr "平均のみ表示" + +#: ../../godmode/setup/setup_visuals.php:171 +#: ../../include/functions_config.php:1448 +msgid "Tabs menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:261 +msgid "Colors" +msgstr "色" + +#: ../../godmode/setup/setup_visuals.php:262 +msgid "Faces" +msgstr "顔" + +#: ../../godmode/setup/setup_visuals.php:263 +msgid "Colors and text" +msgstr "色と文字" + +#: ../../godmode/setup/setup_visuals.php:365 +#: ../../include/functions_config.php:1084 +msgid "Style template" +msgstr "スタイルテンプレート" + +#: ../../godmode/setup/setup_visuals.php:383 +#: ../../include/functions_config.php:1104 +msgid "Status icon set" +msgstr "ステータスアイコンの種類" + +#: ../../godmode/setup/setup_visuals.php:383 +msgid "" +"It changes the appearance of the agent or module status icon. Useful for " +"people with problems when discriminating colors, you may overlay a text in " +"the box or add an emoji (that icon can be replaced by a custom one, " +"replacing the files on disk)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../include/functions_config.php:1116 +msgid "Custom favicon" +msgstr "カスタム favicon" + +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Custom background login" +msgstr "カスタムログイン背景" + +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Custom logo (menu)" +msgstr "カスタムロゴ(メニュー)" + +#: ../../godmode/setup/setup_visuals.php:511 +msgid "Custom logo collapsed (menu)" +msgstr "縮小カスタムロゴ(メニュー)" + +#: ../../godmode/setup/setup_visuals.php:537 +msgid "Custom logo (header white background)" +msgstr "カスタムロゴ(白背景ヘッダ)" + +#: ../../godmode/setup/setup_visuals.php:562 +msgid "Custom logo (login)" +msgstr "カスタムロゴ (ログイン)" + +#: ../../godmode/setup/setup_visuals.php:590 +msgid "Custom Splash (login)" +msgstr "カスタムスプラッシュ(ログイン)" + +#: ../../godmode/setup/setup_visuals.php:628 +#: ../../include/functions_config.php:1140 +msgid "Custom documentation logo" +msgstr "カスタムドキュメントロゴ" + +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_config.php:1144 +msgid "Custom support logo" +msgstr "カスタムサポートロゴ" + +#: ../../godmode/setup/setup_visuals.php:706 +#: ../../include/functions_config.php:1148 +#: ../../include/functions_config.php:1152 +msgid "Custom networkmap center logo" +msgstr "カスタムネットワークマップセンターロゴ" + +#: ../../godmode/setup/setup_visuals.php:746 +msgid "Custom mobile console icon" +msgstr "カスタムモバイルコンソールアイコン" + +#: ../../godmode/setup/setup_visuals.php:795 +msgid "Datepicker first day of week" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:813 +msgid "Title (header)" +msgstr "タイトル(ヘッダ)" + +#: ../../godmode/setup/setup_visuals.php:819 +msgid "Subtitle (header)" +msgstr "サブタイトル(ヘッダ)" + +#: ../../godmode/setup/setup_visuals.php:827 +msgid "Title 1 (login)" +msgstr "タイトル 1 (ログイン)" + +#: ../../godmode/setup/setup_visuals.php:832 +msgid "Title 2 (login)" +msgstr "タイトル 2 (ログイン)" + +#: ../../godmode/setup/setup_visuals.php:838 +msgid "Docs URL (login)" +msgstr "ドキュメントURL(ログイン)" + +#: ../../godmode/setup/setup_visuals.php:843 +msgid "Support URL (login)" +msgstr "サポートURL(ログイン)" + +#: ../../godmode/setup/setup_visuals.php:849 +#: ../../include/functions_config.php:1196 +msgid "Product name" +msgstr "製品名" + +#: ../../godmode/setup/setup_visuals.php:854 +#: ../../include/functions_config.php:1200 +msgid "Copyright notice" +msgstr "著作権表示" + +#: ../../godmode/setup/setup_visuals.php:860 +#: ../../include/functions_config.php:1204 +#: ../../include/functions_config.php:1208 +msgid "Background opacity % (login)" +msgstr "背景の透明度 % (ログイン)" + +#: ../../godmode/setup/setup_visuals.php:865 +msgid "Disable logo in graphs" +msgstr "グラフ内ロゴの無効化" + +#: ../../godmode/setup/setup_visuals.php:883 +msgid "Disable helps" +msgstr "ヘルプの無効化" + +#: ../../godmode/setup/setup_visuals.php:893 +#: ../../include/functions_config.php:1352 +msgid "Fixed header" +msgstr "ヘッダーの固定" + +#: ../../godmode/setup/setup_visuals.php:905 +msgid "Automatically hide submenu" +msgstr "サブメニューを自動的に隠す" + +#: ../../godmode/setup/setup_visuals.php:915 +msgid "Visual effects and animation" +msgstr "表示効果およびアニメーション" + +#: ../../godmode/setup/setup_visuals.php:926 +msgid "Random background (login)" +msgstr "ランダム背景 (ログイン)" + +#: ../../godmode/setup/setup_visuals.php:952 +#: ../../include/functions_config.php:1316 +msgid "GIS Labels" +msgstr "GIS ラベル" + +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../include/functions_config.php:1324 +msgid "Default icon in GIS" +msgstr "GIS でのデフォルトアイコン" + +#: ../../godmode/setup/setup_visuals.php:971 +msgid "Agent icon group" +msgstr "エージェントアイコングループ" + +#: ../../godmode/setup/setup_visuals.php:1021 +msgid "Graphs font size" +msgstr "グラフフォントサイズ" + +#: ../../godmode/setup/setup_visuals.php:1040 +msgid "Show unit along with value in reports" +msgstr "レポート内に値に加えて単位を表示する" + +#: ../../godmode/setup/setup_visuals.php:1051 +#: ../../include/functions_config.php:1284 +#, fuzzy +msgid "Truncate agent text at end" +msgstr "データベースごとにエージェントを作成" + +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../include/functions_config.php:1296 +msgid "Truncate module text at end" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1072 +#: ../../include/functions_config.php:1288 +#: ../../include/functions_config.php:1292 +msgid "Agent size text" +msgstr "エージェント名の表示長さ" + +#: ../../godmode/setup/setup_visuals.php:1072 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If the " +"text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1101 +msgid "Small" +msgstr "小" + +#: ../../godmode/setup/setup_visuals.php:1094 +#: ../../include/functions_config.php:1300 +msgid "Module size text" +msgstr "モジュール名の表示長さ" + +#: ../../godmode/setup/setup_visuals.php:1094 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If " +"the text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1118 +#: ../../include/functions_config.php:1304 +#: ../../include/functions_config.php:1308 +msgid "Description size text" +msgstr "説明の表示長さ" + +#: ../../godmode/setup/setup_visuals.php:1129 +#: ../../include/functions_config.php:1312 +msgid "Item title size text" +msgstr "アイテムタイトルの表示長さ" + +#: ../../godmode/setup/setup_visuals.php:1158 +msgid "On Boolean graphs" +msgstr "二値グラフ" + +#: ../../godmode/setup/setup_visuals.php:1161 +msgid "Show only average by default" +msgstr "デフォルトで平均の表示" + +#: ../../godmode/setup/setup_visuals.php:1162 +msgid "Show MAX/AVG/MIN by default" +msgstr "デフォルトで最大/平均/最小を表示" + +#: ../../godmode/setup/setup_visuals.php:1181 +msgid "Graph color #" +msgstr "グラフの色 #" + +#: ../../godmode/setup/setup_visuals.php:1195 +msgid "" +"Number of decimals to display in reports and visual consoles. It must be " +"between 0 and 5." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1200 +msgid "Data precision" +msgstr "データ精度" + +#: ../../godmode/setup/setup_visuals.php:1218 +msgid "Data precision in graphs" +msgstr "グラフにおけるデータの精度" + +#: ../../godmode/setup/setup_visuals.php:1237 +#: ../../include/functions_config.php:1071 +msgid "Value to interface graphics" +msgstr "インタフェースグラフの値" + +#: ../../godmode/setup/setup_visuals.php:1237 +msgid "Name of the drives for network interface graphics (SNMP)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1380 +msgid "Default line thickness for the Custom Graph." +msgstr "カスタムグラフのデフォルトの線の太さ" + +#: ../../godmode/setup/setup_visuals.php:1262 +msgid "Number of elements in Custom Graph" +msgstr "カスタムグラフの要素数" + +#: ../../godmode/setup/setup_visuals.php:1276 +#: ../../include/functions_config.php:1092 +msgid "Use round corners" +msgstr "角を丸くする" + +#: ../../godmode/setup/setup_visuals.php:1287 +#: ../../include/functions_config.php:1096 +msgid "Chart fit to content" +msgstr "グラフをコンテンツに合わせる" + +#: ../../godmode/setup/setup_visuals.php:1287 +msgid "" +"There are graphs whose values are percentages and the top of the graph " +"exceeds the maximum value one hundred, you may configure the graphs to stop " +"adding a proportional upper margin by activating this option." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1297 +msgid "Type of module charts" +msgstr "モジュールグラフのタイプ" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "Graph TIP view" +msgstr "グラフ詳細表示" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "" +"TIP graphs show the full data resolution, they are much more expensive in BD/" +"CPU time, but they allow to \"zoom\" interactively and show all the data, " +"without compacting the information in fewer points. By default (off), TIPs " +"can be seen, but manually, if this mode is selected in each graph, but you " +"may also define that they always come out as TIP or also define that this is " +"so, but only for those of Boolean data." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "Graph mode" +msgstr "グラフモード" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "" +"It displays the default graphs with three overlapping data series (Maximum, " +"Average, and Minimum) or with only one data series (Average)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1374 +msgid "Zoom graphs" +msgstr "グラフ倍率" + +#: ../../godmode/setup/setup_visuals.php:1394 +#: ../../godmode/setup/setup_visuals.php:1395 +#: ../../godmode/setup/setup_visuals.php:1980 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 +#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 +#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 +#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 +#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 +#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 +#: ../../include/functions_visual_map_editor.php:1278 +#: ../../include/functions_visual_map_editor.php:1279 +#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 +#: ../../operation/events/sound_events.php:153 +#: ../../operation/events/sound_events.php:154 +#: ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 +#: ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 +#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:165 +msgid "seconds" +msgstr "秒" + +#: ../../godmode/setup/setup_visuals.php:1396 +#: ../../godmode/setup/setup_visuals.php:1397 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../godmode/setup/setup_visuals.php:1399 +#: ../../godmode/setup/setup_visuals.php:1981 +#: ../../include/functions_visual_map_editor.php:1280 +#: ../../include/functions_visual_map_editor.php:1281 +#: ../../include/functions_visual_map_editor.php:1282 +#: ../../include/functions_visual_map_editor.php:1283 +#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 +msgid "minutes" +msgstr "分" + +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../include/functions_visual_map_editor.php:1284 +msgid "hour" +msgstr "時間" + +#: ../../godmode/setup/setup_visuals.php:1403 +msgid "Classic view" +msgstr "クラシック表示" + +#: ../../godmode/setup/setup_visuals.php:1404 +msgid "View of favorites" +msgstr "お気に入りの表示" + +#: ../../godmode/setup/setup_visuals.php:1414 +msgid "Default cache expiration" +msgstr "デフォルトのキャッシュ有効期限" + +#: ../../godmode/setup/setup_visuals.php:1419 +#: ../../include/functions_visual_map_editor.php:1310 +msgid "No cache" +msgstr "キャッシュ無し" + +#: ../../godmode/setup/setup_visuals.php:1432 +#: ../../include/functions_config.php:1252 +msgid "Default interval for refresh on Visual Console" +msgstr "ビジュアルコンソールのデフォルト更新間隔" + +#: ../../godmode/setup/setup_visuals.php:1448 +msgid "Type of view of visual consoles" +msgstr "ビジュアルコンソールの表示タイプ" + +#: ../../godmode/setup/setup_visuals.php:1461 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "メニューに表示するお気に入りビジュアルコンソールの数" + +#: ../../godmode/setup/setup_visuals.php:1467 +#: ../../include/functions_config.php:1268 +msgid "Default line thickness for the Visual Console" +msgstr "ビジュアルコンソールのデフォルトの線の太さ" + +#: ../../godmode/setup/setup_visuals.php:1479 +#, fuzzy +msgid "Visual console default text margin (em)" +msgstr "ビジュアルコンソール管理" + +#: ../../godmode/setup/setup_visuals.php:1485 +msgid "Lock screen orientation when viewing on mobile devices" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +#: ../../include/functions_config.php:1276 +msgid "Display item frame on alert triggered" +msgstr "アラート発報時にアイテムフレームを表示" + +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "It displays an orange box around items that have triggered an alert." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1517 +msgid "Number of favorite services to show in the menu" +msgstr "メニューに表示するお気に入りのサービスの数" + +#: ../../godmode/setup/setup_visuals.php:1562 +msgid "Show report info with description" +msgstr "説明とともにレポート情報を表示" + +#: ../../godmode/setup/setup_visuals.php:1572 +msgid "Custom report front page" +msgstr "カスタムレポート表紙" + +#: ../../godmode/setup/setup_visuals.php:1583 +#: ../../include/functions_config.php:1559 +msgid "PDF font size (px)" +msgstr "PDF フォントサイズ(px)" + +#: ../../godmode/setup/setup_visuals.php:1587 +#: ../../include/functions_config.php:1555 +msgid "HTML font size for SLA (em)" +msgstr "SLA 用 HTML フォントサイズ(em)" + +#: ../../godmode/setup/setup_visuals.php:1593 +msgid "Graph image height for HTML reports" +msgstr "HTML レポートのグラフ画像の高さ" + +#: ../../godmode/setup/setup_visuals.php:1597 +msgid "Interval description" +msgstr "間隔の表示" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1563 +#: ../../include/functions_config.php:1567 +#: ../../include/functions_config.php:1571 +#: ../../include/functions_config.php:1575 +#: ../../include/functions_config.php:1579 +#: ../../include/functions_config.php:1583 +msgid "Custom report front" +msgstr "カスタムレポートスタイル" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../include/functions_config.php:1120 +#: ../../include/functions_config.php:1571 +msgid "Custom logo" +msgstr "カスタムロゴ" + +#: ../../godmode/setup/setup_visuals.php:1615 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +msgid "" +"You may use the following macros: _REPORT_NAME_ indicating the name of the " +"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " +"report), _DATETIME_ date/time of the generation of the report." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../include/class/TipsWindow.class.php:814 +#: ../../include/class/TipsWindow.class.php:981 +msgid "Preview" +msgstr "プレビュー" + +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../include/functions_config.php:1575 +msgid "Header" +msgstr "ヘッダー" + +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../include/functions_config.php:1579 +msgid "First page" +msgstr "最初のページ" + +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1583 +msgid "Footer" +msgstr "フッター" + +#: ../../godmode/setup/setup_visuals.php:1691 +msgid "Comparation in rollover" +msgstr "経過時間表示" + +#: ../../godmode/setup/setup_visuals.php:1698 +msgid "Timestamp in rollover" +msgstr "日時表示" + +#: ../../godmode/setup/setup_visuals.php:1705 +msgid "Compact mode" +msgstr "コンパクト表示" + +#: ../../godmode/setup/setup_visuals.php:1790 +msgid "Use 1024 when module unit are bytes" +msgstr "モジュールの単位がバイトの場合 1024 を利用" + +#: ../../godmode/setup/setup_visuals.php:1791 +msgid "Use always 1000" +msgstr "常に 1000を利用" + +#: ../../godmode/setup/setup_visuals.php:1792 +msgid "Use always 1024" +msgstr "常に 1024 を利用" + +#: ../../godmode/setup/setup_visuals.php:1804 +#: ../../include/functions_config.php:1364 +msgid "Networkmap max width" +msgstr "ネットワークマップ最大幅" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "Show only the group name" +msgstr "グループ名のみ表示" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "The name of the group will be displayed instead of displaying its icon." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1827 +msgid "Show empty groups in group view" +msgstr "グループ表示で空のグループを表示する" + +#: ../../godmode/setup/setup_visuals.php:1837 +#: ../../include/functions_config.php:1019 +msgid "Date format string" +msgstr "日時フォーマット" + +#: ../../godmode/setup/setup_visuals.php:1837 +msgid "It uses a unix datetime format definition string." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1846 +msgid "Example" +msgstr "例" + +#: ../../godmode/setup/setup_visuals.php:1855 +#: ../../include/functions_config.php:1603 +msgid "Decimal separator" +msgstr "小数点区切り" + +#: ../../godmode/setup/setup_visuals.php:1870 +msgid "Visible time of successful notifiations" +msgstr "成功通知の表示時間" + +#: ../../godmode/setup/setup_visuals.php:1883 +msgid "Timestamp, time comparison, or compact mode" +msgstr "日時表示、経過時間表示、コンパクト表示" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "Custom values post process" +msgstr "保存倍率のカスタム値" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "" +"Custom conversion values for post-processing. It updates a table in the " +"database to have custom conversions from one unit to another." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1938 +#: ../../godmode/setup/setup_visuals.php:2105 +msgid "Delete custom values" +msgstr "カスタム値の削除" + +#: ../../godmode/setup/setup_visuals.php:1982 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 +msgid "hours" +msgstr "時間" + +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 +msgid "months" +msgstr "月" + +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 +msgid "years" +msgstr "年" + +#: ../../godmode/setup/setup_visuals.php:1988 +msgid "Interval values" +msgstr "間隔値" + +#: ../../godmode/setup/setup_visuals.php:2027 +msgid "Delete interval values" +msgstr "間隔値を削除" + +#: ../../godmode/setup/setup_visuals.php:2070 +msgid "Module units" +msgstr "モジュール単位" + +#: ../../godmode/setup/setup_visuals.php:2143 +#: ../../include/functions_config.php:1587 +msgid "CSV divider" +msgstr "CSV 区切り文字" + +#: ../../godmode/setup/setup_visuals.php:2148 +#: ../../include/functions_config.php:1591 +msgid "CSV decimal separator" +msgstr "CSV小数点区切り文字" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "Data multiplier to use in graphs/data" +msgstr "グラフのデータで利用するデータ倍率" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "" +"Value by which it will multiply the data shown to represent them in graphs. " +"This is useful in case the value unit is bytes; for other conversions use " +"Custom value post processing." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2158 +#: ../../include/functions_config.php:1599 +msgid "Hide general stats for non admin users in tactical view" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2175 +msgid "Behaviour configuration" +msgstr "動作設定" + +#: ../../godmode/setup/setup_visuals.php:2180 +msgid "GIS configuration" +msgstr "GIS設定" + +#: ../../godmode/setup/setup_visuals.php:2185 +msgid "Style configuration" +msgstr "スタイル設定" + +#: ../../godmode/setup/setup_visuals.php:2190 +msgid "Charts configuration" +msgstr "グラフ設定" + +#: ../../godmode/setup/setup_visuals.php:2195 +msgid "Font and Text configuration" +msgstr "フォントおよびテキスト設定" + +#: ../../godmode/setup/setup_visuals.php:2200 +msgid "Visual consoles configuration" +msgstr "ビジュアルコンソール設定" + +#: ../../godmode/setup/setup_visuals.php:2205 +msgid "Reports configuration" +msgstr "レポート設定" + +#: ../../godmode/setup/setup_visuals.php:2210 +msgid "Services configuration" +msgstr "サービス設定" + +#: ../../godmode/setup/setup_visuals.php:2215 +msgid "Other configuration" +msgstr "その他設定" + +#: ../../godmode/setup/setup_visuals.php:2400 +#: ../../include/functions_config.php:1528 +msgid "Delete interval" +msgstr "間隔値を削除" + +#: ../../godmode/setup/setup_visuals.php:2458 +msgid "Logo preview" +msgstr "ロゴのプレビュー" + +#: ../../godmode/setup/setup_visuals.php:2488 +msgid "Splash Preview" +msgstr "スプラッシュプレビュー" + +#: ../../godmode/setup/setup_visuals.php:2507 +msgid "Mobile console logo preview" +msgstr "モバイルコンソールロゴプレビュー" + +#: ../../godmode/setup/setup_visuals.php:2543 +msgid "Gis icons preview" +msgstr "GISアイコンのプレビュー" + +#: ../../godmode/setup/setup_visuals.php:2609 +msgid "Status set preview" +msgstr "状態表示プレビュー" #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -20051,8 +20039,8 @@ msgstr "SNMPトラップジェネレータ" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20381,7 +20369,7 @@ msgstr "タグを作成できません" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "URL" @@ -20990,10 +20978,10 @@ msgstr "" "用です。管理には %s に移動します。" #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21033,8 +21021,8 @@ msgstr "" "示されていません。このユーザを有効/無効または削除することはできません。" #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "" @@ -21056,11 +21044,306 @@ msgstr "ユーザの作成" msgid "The current authentication scheme doesn't support creating users on %s" msgstr "現在の認証スキーマは、%s のユーザ作成に対応していません。" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "外部リンク" +#: ../../godmode/users/user_management.php:202 +msgid "Profile information" +msgstr "プロファイル情報" + +#: ../../godmode/users/user_management.php:202 +msgid "Profile information for" +msgstr "次のプロファイル情報: " + +#: ../../godmode/users/user_management.php:232 +#: ../../include/functions_reporting_html.php:7719 +#: ../../include/functions_reporting_html.php:7742 +msgid "Full name" +msgstr "フルネーム" + +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "表示名" + +#: ../../godmode/users/user_management.php:252 +msgid "" +"This will be the email used in those alert actions that the email makes use " +"of. It will also be the email used for user notifications that wer " +"configured in this way." +msgstr "" + +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "メールアドレス" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "電話番号" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +msgid "Administrator user" +msgstr "管理者" + +#: ../../godmode/users/user_management.php:299 +msgid "" +"This type of 'superadmin' has no restrictions whatsoever. If you want to " +"create partial administrators, use the profile and group-based privilege " +"system." +msgstr "" + +#: ../../godmode/users/user_management.php:333 +msgid "New password" +msgstr "新しいパスワード" + +#: ../../godmode/users/user_management.php:353 +msgid "Repeat new password" +msgstr "新しいパスワード(確認)" + +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "パスワード確認" + +#: ../../godmode/users/user_management.php:374 +#: ../../operation/users/user_edit.php:409 +msgid "Current password" +msgstr "現在のパスワード" + +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +msgid "Own password confirmation" +msgstr "自分自身のパスワードの確認" + +#: ../../godmode/users/user_management.php:406 +#, fuzzy +msgid "Third user password confirmation" +msgstr "自分自身のパスワードの確認" + +#: ../../godmode/users/user_management.php:421 +msgid "Not Login" +msgstr "ログイン無し" + +#: ../../godmode/users/user_management.php:438 +msgid "The user with not login set only can access to API." +msgstr "ログイン無しを設定したユーザは、API にのみアクセスできます。" + +#: ../../godmode/users/user_management.php:443 +msgid "Local User" +msgstr "ローカルユーザ" + +#: ../../godmode/users/user_management.php:460 +msgid "" +"The user with local authentication enabled will always use local " +"authentication." +msgstr "ローカル認証が有効になっているユーザは、常にローカル認証を使用します。" + +#: ../../godmode/users/user_management.php:472 +#: ../../views/dashboard/tipsWindow.php:52 +msgid "Show usage tips at startup" +msgstr "起動時に利用方法を表示" + +#: ../../godmode/users/user_management.php:478 +msgid "Session time" +msgstr "セッション時間" + +#: ../../godmode/users/user_management.php:488 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting " +"-1 in this field." +msgstr "分単位で定義します。無制限の場合は -1 を設定してください。" + +#: ../../godmode/users/user_management.php:539 +msgid "Pages with autorefresh" +msgstr "自動更新ページ" + +#: ../../godmode/users/user_management.php:624 +msgid "Autorefresh pages" +msgstr "自動更新ページ" + +#: ../../godmode/users/user_management.php:630 +msgid "Time for autorefresh" +msgstr "自動更新時間" + +#: ../../godmode/users/user_management.php:649 +#, fuzzy +msgid "Pandora RC user access enabled" +msgstr "eHorus ユーザアクセス有効化" + +#: ../../godmode/users/user_management.php:659 +#: ../../godmode/users/user_management.php:671 +#, fuzzy +msgid "Pandora RC User" +msgstr "Pandora サーバ" + +#: ../../godmode/users/user_management.php:678 +#: ../../godmode/users/user_management.php:690 +#, fuzzy +msgid "Pandora RC Password" +msgstr "API パスワード" + +#: ../../godmode/users/user_management.php:699 +msgid "Language and Appearance" +msgstr "言語と外見" + +#: ../../godmode/users/user_management.php:715 +msgid "" +"When changing the theme, the login screen logo will be restricted to the " +"default for that color scheme, if you have a custom logo, adjust it after " +"changing the theme." +msgstr "" + +#: ../../godmode/users/user_management.php:723 +msgid "User color scheme" +msgstr "ユーザカラースキーム" + +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +#, fuzzy +msgid "Default theme" +msgstr "デフォルトの拡大率" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +#, fuzzy +msgid "Black theme" +msgstr "黒" + +#: ../../godmode/users/user_management.php:833 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +#: ../../include/functions_visual_map_editor.php:309 +msgid "Time zone" +msgstr "タイムゾーン" + +#: ../../godmode/users/user_management.php:850 +msgid "Additional settings" +msgstr "追加設定" + +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "コメント" + +#: ../../godmode/users/user_management.php:869 +#, fuzzy +msgid "Enable IP allowlist" +msgstr "アラート有効化" + +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" +"コンソールアクセスを許可するソース IP を追加します。各 IP はカンマだけで区切" +"る必要があります。* はすべてを許可します。" + +#: ../../godmode/users/user_management.php:932 +#, fuzzy +msgid "Pandora ITSM user configuration" +msgstr "Integria ユーザ設定" + +#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 +#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 +#: ../../operation/events/events.php:2938 +#: ../../operation/events/sound_events.php:294 +#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 +msgid "Start" +msgstr "開始" + +#: ../../godmode/users/user_management.php:976 +#, fuzzy +msgid "Contact details (QR)" +msgstr "インシデント詳細" + +#: ../../godmode/users/user_management.php:977 +#, fuzzy +msgid "API Token credentials" +msgstr "SAP 認証情報" + +#: ../../godmode/users/configure_token.php:56 +#, fuzzy +msgid "Create token" +msgstr "作成対象者:" + +#: ../../godmode/users/configure_token.php:62 +#, fuzzy, php-format +msgid "There was a problem get token, %s" +msgstr "ユーザの削除に失敗しました。" + +#: ../../godmode/users/configure_token.php:74 +#, fuzzy +msgid "Token label" +msgstr "ノードラベル" + +#: ../../godmode/users/configure_token.php:127 +#, fuzzy +msgid "Expiration Time" +msgstr "有効期限" + +#: ../../godmode/users/configure_token.php:208 +msgid "Expiration date must be later than today." +msgstr "" + +#: ../../godmode/users/token_list.php:67 +#, fuzzy, php-format +msgid "There was a problem deleting token, %s" +msgstr "ユーザの削除に失敗しました。" + +#: ../../godmode/users/token_list.php:100 +msgid "This code will appear only once, please keep it in a safe place" +msgstr "" + +#: ../../godmode/users/token_list.php:102 +msgid "" +"If you lose the code, you will only able to delete it and create a new one" +msgstr "" + +#: ../../godmode/users/token_list.php:111 +#, fuzzy, php-format +msgid "There was a problem creating this token, %s" +msgstr "プロファイルの作成に失敗しました。" + +#: ../../godmode/users/token_list.php:123 +#, fuzzy, php-format +msgid "There was a problem updating this token, %s" +msgstr "プロファイルの更新に失敗しました。" + +#: ../../godmode/users/token_list.php:140 +#, fuzzy +msgid "For user" +msgstr "eHorus ユーザ" + +#: ../../godmode/users/token_list.php:142 +#, fuzzy +msgid "Last usage" +msgstr "最終更新" + +#: ../../godmode/users/token_list.php:206 +#, fuzzy +msgid "Create Token" +msgstr "スキン作成" + #: ../../godmode/users/configure_user.php:248 msgid "Update User" msgstr "ユーザ更新" @@ -21191,86 +21474,15 @@ msgstr "API トークン: " msgid "Please, avoid share this string with others." msgstr "この文字列の他人への共有は避けてください。" -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "表示名" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "パスワード確認" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -msgid "Own password confirmation" -msgstr "自分自身のパスワードの確認" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -msgid "Administrator user" -msgstr "管理者" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "メールアドレス" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "電話番号" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "コメント" - #: ../../godmode/users/configure_user.php:1270 #: ../../operation/users/user_edit.php:752 msgid "Login allowed IP list" msgstr "ログイン許可 IP 一覧" -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" -"コンソールアクセスを許可するソース IP を追加します。各 IP はカンマだけで区切" -"る必要があります。* はすべてを許可します。" - #: ../../godmode/users/configure_user.php:1309 msgid "Skin" msgstr "スキン" -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -#, fuzzy -msgid "Default theme" -msgstr "デフォルトの拡大率" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -#, fuzzy -msgid "Black theme" -msgstr "黒" - #: ../../godmode/users/configure_user.php:1321 msgid "Search custom field view" msgstr "カスタムフィールド表示検索" @@ -21389,230 +21601,6 @@ msgstr "二段階認証を無効化しました" msgid "There was an error deactivating the double autentication" msgstr "二段階認証の無効化でエラーが発生しました" -#: ../../godmode/users/user_management.php:202 -msgid "Profile information" -msgstr "プロファイル情報" - -#: ../../godmode/users/user_management.php:202 -msgid "Profile information for" -msgstr "次のプロファイル情報: " - -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7719 -#: ../../include/functions_reporting_html.php:7742 -msgid "Full name" -msgstr "フルネーム" - -#: ../../godmode/users/user_management.php:252 -msgid "" -"This will be the email used in those alert actions that the email makes use " -"of. It will also be the email used for user notifications that wer " -"configured in this way." -msgstr "" - -#: ../../godmode/users/user_management.php:299 -msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to " -"create partial administrators, use the profile and group-based privilege " -"system." -msgstr "" - -#: ../../godmode/users/user_management.php:333 -msgid "New password" -msgstr "新しいパスワード" - -#: ../../godmode/users/user_management.php:353 -msgid "Repeat new password" -msgstr "新しいパスワード(確認)" - -#: ../../godmode/users/user_management.php:374 -#: ../../operation/users/user_edit.php:409 -msgid "Current password" -msgstr "現在のパスワード" - -#: ../../godmode/users/user_management.php:406 -#, fuzzy -msgid "Third user password confirmation" -msgstr "自分自身のパスワードの確認" - -#: ../../godmode/users/user_management.php:421 -msgid "Not Login" -msgstr "ログイン無し" - -#: ../../godmode/users/user_management.php:438 -msgid "The user with not login set only can access to API." -msgstr "ログイン無しを設定したユーザは、API にのみアクセスできます。" - -#: ../../godmode/users/user_management.php:443 -msgid "Local User" -msgstr "ローカルユーザ" - -#: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local " -"authentication." -msgstr "ローカル認証が有効になっているユーザは、常にローカル認証を使用します。" - -#: ../../godmode/users/user_management.php:472 -#: ../../views/dashboard/tipsWindow.php:52 -msgid "Show usage tips at startup" -msgstr "起動時に利用方法を表示" - -#: ../../godmode/users/user_management.php:478 -msgid "Session time" -msgstr "セッション時間" - -#: ../../godmode/users/user_management.php:488 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting " -"-1 in this field." -msgstr "分単位で定義します。無制限の場合は -1 を設定してください。" - -#: ../../godmode/users/user_management.php:539 -msgid "Pages with autorefresh" -msgstr "自動更新ページ" - -#: ../../godmode/users/user_management.php:624 -msgid "Autorefresh pages" -msgstr "自動更新ページ" - -#: ../../godmode/users/user_management.php:630 -msgid "Time for autorefresh" -msgstr "自動更新時間" - -#: ../../godmode/users/user_management.php:649 -#, fuzzy -msgid "Pandora RC user access enabled" -msgstr "eHorus ユーザアクセス有効化" - -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 -#, fuzzy -msgid "Pandora RC User" -msgstr "Pandora サーバ" - -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 -#, fuzzy -msgid "Pandora RC Password" -msgstr "API パスワード" - -#: ../../godmode/users/user_management.php:699 -msgid "Language and Appearance" -msgstr "言語と外見" - -#: ../../godmode/users/user_management.php:715 -msgid "" -"When changing the theme, the login screen logo will be restricted to the " -"default for that color scheme, if you have a custom logo, adjust it after " -"changing the theme." -msgstr "" - -#: ../../godmode/users/user_management.php:723 -msgid "User color scheme" -msgstr "ユーザカラースキーム" - -#: ../../godmode/users/user_management.php:833 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 -#: ../../include/functions_visual_map_editor.php:309 -msgid "Time zone" -msgstr "タイムゾーン" - -#: ../../godmode/users/user_management.php:850 -msgid "Additional settings" -msgstr "追加設定" - -#: ../../godmode/users/user_management.php:869 -#, fuzzy -msgid "Enable IP allowlist" -msgstr "アラート有効化" - -#: ../../godmode/users/user_management.php:932 -#, fuzzy -msgid "Pandora ITSM user configuration" -msgstr "Integria ユーザ設定" - -#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 -#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 -#: ../../operation/events/events.php:2938 -#: ../../operation/events/sound_events.php:294 -#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 -msgid "Start" -msgstr "開始" - -#: ../../godmode/users/user_management.php:976 -#, fuzzy -msgid "Contact details (QR)" -msgstr "インシデント詳細" - -#: ../../godmode/users/user_management.php:977 -#, fuzzy -msgid "API Token credentials" -msgstr "SAP 認証情報" - -#: ../../godmode/users/configure_token.php:56 -#, fuzzy -msgid "Create token" -msgstr "作成対象者:" - -#: ../../godmode/users/configure_token.php:62 -#, fuzzy, php-format -msgid "There was a problem get token, %s" -msgstr "ユーザの削除に失敗しました。" - -#: ../../godmode/users/configure_token.php:74 -#, fuzzy -msgid "Token label" -msgstr "ノードラベル" - -#: ../../godmode/users/configure_token.php:127 -#, fuzzy -msgid "Expiration Time" -msgstr "有効期限" - -#: ../../godmode/users/configure_token.php:208 -msgid "Expiration date must be later than today." -msgstr "" - -#: ../../godmode/users/token_list.php:67 -#, fuzzy, php-format -msgid "There was a problem deleting token, %s" -msgstr "ユーザの削除に失敗しました。" - -#: ../../godmode/users/token_list.php:100 -msgid "This code will appear only once, please keep it in a safe place" -msgstr "" - -#: ../../godmode/users/token_list.php:102 -msgid "" -"If you lose the code, you will only able to delete it and create a new one" -msgstr "" - -#: ../../godmode/users/token_list.php:111 -#, fuzzy, php-format -msgid "There was a problem creating this token, %s" -msgstr "プロファイルの作成に失敗しました。" - -#: ../../godmode/users/token_list.php:123 -#, fuzzy, php-format -msgid "There was a problem updating this token, %s" -msgstr "プロファイルの更新に失敗しました。" - -#: ../../godmode/users/token_list.php:140 -#, fuzzy -msgid "For user" -msgstr "eHorus ユーザ" - -#: ../../godmode/users/token_list.php:142 -#, fuzzy -msgid "Last usage" -msgstr "最終更新" - -#: ../../godmode/users/token_list.php:206 -#, fuzzy -msgid "Create Token" -msgstr "スキン作成" - #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -21998,15 +21986,15 @@ msgstr "タスク一覧" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22364,8 +22352,8 @@ msgstr "このタスクの実行中にサーバが再起動されました。再 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "完了" @@ -22826,100 +22814,6 @@ msgstr "ファイルリポジトリ" msgid "About" msgstr "情報" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "これは、認証アプリケーションで利用するプライベートコードです" - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "コードを手動で入力するか、QRコードを使って自動追加できます。" - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "二段階認証を有効化しようとしています" - -#: ../../include/ajax/double_auth.ajax.php:209 -#, fuzzy -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"このオプションを有効化すると、あなたのアカウントはよりセキュアになります。\n" -"\t\tログイン後、他のアプリケーションで生成したコードが必要になります。" - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"先に進む前に、次のリンクからアプリケーションをインストールする必要がありま" -"す。" - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "アプリケーションをダウンロード" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "続ける" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "アプリケーションをインストールしましたか。" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "プライベートコードを生成しました" - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"次に進む前に、認証アプリケーションに新たなエントリーを作成する必要がありま" -"す。" - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "コードのリフレッシュ" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "認証アプリケーションにコードを入力しましたか。" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "アプリケーションにより生成されたコードを入力してください" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "コードが正しければ、二段階認証が有効化されます。" - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "コードを確認" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "正しいコードです。終了します。" - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "不正なコード" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "正しいコードですが、データの保存でエラーが発生しました。" - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -22948,8 +22842,8 @@ msgstr "ポリシーを作成しました" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23018,8 +22912,8 @@ msgstr "保存グループ" msgid "Save current filter" msgstr "現在のフィルタを保存" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23262,78 +23156,6 @@ msgstr "終了日時:" msgid "Insufficient permissions to validate alerts" msgstr "アラートを承諾するのに必要な権限がありません。" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "現在の間隔" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "正常状態のモジュール" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "障害状態のモジュール" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "警告状態のモジュール" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "不明状態のモジュール" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "未初期化モジュール" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "新規フィルタ" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "既存フィルタ" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "データベースにフィルタがすでに存在します" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "カスタムフィールドを選択してください" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "フィルタを作成しました。" - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "フィルタ作成エラー。" - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -#, fuzzy -msgid "Please, select a filter" -msgstr "フィルタを選択してください。" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "フィルタを更新しました。" - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "フィルタ更新エラー。" - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "フィルタを削除しました。" - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "フィルタ削除エラー。" - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 分" @@ -23534,6 +23356,172 @@ msgstr "サービスは既に存在します。" msgid "Congratulations, you have already created a simple alert. and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"おめでとうございます! モジュールが作成されました。
そして、状態の色は " -"です。
この色は、モジュールの初回実行が完了していないことを意" -"味しています。問題がなければ数秒のうちに状態の色がまたはに" -"変わります。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"アラートを追加するために、アラートタブをクリックしフォームに入力します。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "障害モジュールを選択します。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "テンプレートで \"Critical Condition\" を選択します。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "ここで事前に作成したアクションを選択します。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "アラートを作成するために、アラートの追加ボタンをクリックします。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"作成したアラートのテストをするには、メイン画面へ行き目のタブをクリックしま" -"す。" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "サーバの監視の仕方をお見せします。" @@ -27804,26 +27682,6 @@ msgstr "すでに設定済であれば、次のステップへ行きます。" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "ここで、アラート管理メニューからアクションをクリックします。 " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"エージェントの監視間隔を 300秒未満にすることはお勧めしないということに注意し" -"てください。これは、サーバのパフォーマンスに重大な影響を及ぼします。例えば、1" -"分間隔で 200エージェントがある場合は、5分間隔で 1000エージェントがあるのと同" -"じです。おそらく短時間の応答が必要になるため、不明モジュールが多くなりサーバ" -"へのインパクトは大きくなるでしょう。" - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "エージェントの間隔" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28021,6 +27879,134 @@ msgstr "" msgid "Modules not learning mode." msgstr "警告状態のモジュール" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +#, fuzzy +msgid "Agent contact date passed it's ETA!" +msgstr "エージェント接続日時が予想時間を過ぎました。" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"エージェントからの通信が止まったりサーバで何らかの問題が発生(高負荷やダウン)" +"しているときにこれが起こります。エージェントとサーバの間の通信も確認してくだ" +"さい。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "ここでモジュールへ行きます。誘導しますので心配はいりません。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +#, fuzzy +msgid "Click in this tab" +msgstr "このタブをクリックします。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" +"ここでモジュールを作成する必要があります。心配する必要はありません。お教えし" +"ます。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "ネットワークサーバモジュールを選択します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "そしてボタンをクリックします。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" +"ここでモジュールを作成する必要があります。心配はいりません。お教えします。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "ここでフォームに入力します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "ネットワーク管理を選択してください。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "コンポーネント名 \"Host alive\" を選択してください。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "必要であれば名前を変更できます。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "表示された IP があなたのマシンの IP かどうか確認します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "そしてこのボタンをクリックするだけで終了です。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"おめでとうございます! モジュールが作成されました。
そして、状態の色は " +"です。
この色は、モジュールの初回実行が完了していないことを意" +"味しています。問題がなければ数秒のうちに状態の色がまたはに" +"変わります。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"アラートを追加するために、アラートタブをクリックしフォームに入力します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "障害モジュールを選択します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "テンプレートで \"Critical Condition\" を選択します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "ここで事前に作成したアクションを選択します。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "アラートを作成するために、アラートの追加ボタンをクリックします。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"作成したアラートのテストをするには、メイン画面へ行き目のタブをクリックしま" +"す。" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"エージェントの監視間隔を 300秒未満にすることはお勧めしないということに注意し" +"てください。これは、サーバのパフォーマンスに重大な影響を及ぼします。例えば、1" +"分間隔で 200エージェントがある場合は、5分間隔で 1000エージェントがあるのと同" +"じです。おそらく短時間の応答が必要になるため、不明モジュールが多くなりサーバ" +"へのインパクトは大きくなるでしょう。" + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "エージェントの間隔" + #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format msgid "Connection problems: %s" @@ -28217,8 +28203,8 @@ msgstr "アイコンのサイズ" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "モジュールの状態" @@ -28392,7 +28378,7 @@ msgid "Status and Monitor checks" msgstr "状態と監視チェック" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "サーバパフォーマンス" @@ -28474,37 +28460,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "メンテナンス" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "情報" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "マイナー" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "メジャー" @@ -28517,8 +28503,8 @@ msgstr "Integria IMS チケット" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "制限" @@ -28583,7 +28569,7 @@ msgstr "モジュールの状態" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "モジュール" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -28946,70 +28932,6 @@ msgstr "いくつかのグループを選択する必要があります" msgid "Please, event filter has been removed." msgstr "イベントフィルタが削除されました。" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "セキュリティレベル" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -#, fuzzy -msgid "Vulnerabilities by category" -msgstr "カテゴリの作成" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -#, fuzzy -msgid "Evolution" -msgstr "解像度" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "文字列" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "合計時間" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "最新データ" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "カラーチャート" @@ -29120,7 +29042,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "予想グラフ" @@ -29259,8 +29181,8 @@ msgid "Aggregated by" msgstr "集約: " #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "表示データ" @@ -29278,6 +29200,70 @@ msgstr "発報したアラートのレポート" msgid "Not alert fired" msgstr "アラート未発報" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "セキュリティレベル" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +#, fuzzy +msgid "Vulnerabilities by category" +msgstr "カテゴリの作成" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +#, fuzzy +msgid "Evolution" +msgstr "解像度" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "文字列" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "合計時間" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "最新データ" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29413,38 +29399,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "ノード %d へ接続できません" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr " エラー: モジュールがエージェントに割り当てられていません" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "モジュールがすでに存在します: \"%s\"" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "モジュール名が空です。" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "モジュール名に不正な文字が含まれています" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" -"モジュールが既に存在します。他の名前またはエージェントを選択してください。" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "このアクションを実行するには権限が不十分です" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "処理中にエラー: %s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 #, fuzzy msgid "Already exist special day in this day." @@ -29548,27 +29502,120 @@ msgstr "未初期化モジュール" msgid "Events in last 24 hrs" msgstr "イベント (直近 24時間)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#: ../../include/lib/TacticalView/elements/Agents.php:135 #, fuzzy -msgid "Log storage" -msgstr "ログソース" +msgid "Group alias" +msgstr "グループ ACL" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "モニタ項目なし" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +#, fuzzy +msgid "UKNOWN" +msgstr "不明" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "要素編集" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "名前" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "SNMP トラップ" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "エージェント移動" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "次のモジュールへ" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 #, fuzzy msgid "Everything's OK!" msgstr "すべて" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 #, fuzzy msgid "Something’s wrong" msgstr "何かおかしいです" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "メンテナンス" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "情報" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "メジャー" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "マイナー" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "処理中" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "新規イベント" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "イベントの承諾" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "不明" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "イベント" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#, fuzzy +msgid "Log storage" +msgstr "ログソース" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 #, fuzzy msgid "News Board" @@ -29639,99 +29686,6 @@ msgstr "" "このメッセージは、管理ツール -> サイトニュース でパーソナライズされたメッセー" "ジに置き換えることができます。" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "グループ ACL" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "モニタ項目なし" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -#, fuzzy -msgid "UKNOWN" -msgstr "不明" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "メンテナンス" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "情報" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "メジャー" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "マイナー" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "処理中" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "新規イベント" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "イベントの承諾" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "不明" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "イベント" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "要素編集" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "名前" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "SNMP トラップ" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "エージェント移動" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "次のモジュールへ" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30209,6 +30163,38 @@ msgstr "IP アドレス" msgid "Operative system" msgstr "オペレーティングシステム" +#: ../../include/lib/Module.php:257 +#, fuzzy +msgid "error: Module has no agent assigned" +msgstr " エラー: モジュールがエージェントに割り当てられていません" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "モジュールがすでに存在します: \"%s\"" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "モジュール名が空です。" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "モジュール名に不正な文字が含まれています" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" +"モジュールが既に存在します。他の名前またはエージェントを選択してください。" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "このアクションを実行するには権限が不十分です" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "処理中にエラー: %s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -30617,7 +30603,7 @@ msgstr "トポロジ" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "動的" @@ -30659,103 +30645,6 @@ msgstr "次のモジュールの削除に失敗しました %d:%s" msgid "Failed to erase policy module: %d" msgstr "ポリシーモジュールの削除に失敗しました: %d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "ロードアベレージ (1分)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "ロードアベレージ (5分)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "ロードアベレージ (15分)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "ホストに設定されているスワップ容量" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "ホストのスワップ領域の空き容量" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "ホストの物理メモリ量" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "ホストの実メモリの空き容量" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "ホストの全体の空きメモリ" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "キャッシュメモリ量" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "バッファメモリ量" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "ディスクからスワップしているメモリ量 (kB/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "ディスクへスワップしているメモリ量 (kB/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "ブロックデバイスへ送っているブロック数" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "ブロックデバイスから受け取っているブロック数" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "割り込み処理数" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "コンテキストスイッチ数" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "user CPU時間" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "system CPU時間" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "idle CPU時間" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "システムアップタイム" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "ページ" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Enterprise 文字列/IP でのグループ" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "有効なフィルタ" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "有効なフィルタ" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "URLタグのポップアップウインドウを開くにはここをクリックしてください" @@ -31284,612 +31173,6 @@ msgstr "セキュリティエラー。管理者に連絡してください。" msgid "File is missing in disk storage. Please contact the administrator." msgstr "ファイルが存在しません。管理者に連絡してください。" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "障害" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "警告" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "正常" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "不明状態" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "復旧したアラート" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "停止されたアラート" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "承諾されたアラート" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "エージェント作成" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "自動検出" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "設定変更" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "ネットワーク設定管理" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "アラート発報" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s 秒" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s 分" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s ヶ月" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s 年" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "デフォルト値を利用します" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "ファイルサイズが上限を超えています。" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr "PHP 実行時の変数値を確認してください: 
 upload_max_filesize(現在"
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "ファイルは部分的にのみアップロードされました"
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "ファイルがアップロードされませんでした"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "テンポラリフォルダがありません"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "ファイルのディスクへの書き込みに失敗しました"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "拡張によりファイルのアップロードが停止されました"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "不明なアップロードエラー"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "エクスポートするデータがありません"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 秒"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 秒"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15秒"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 分"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 分"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "前へ"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "合計シリーズ"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "平均シリーズ"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "単位 "
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "最小:"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "最大:"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "平均:"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "のモジュール"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "投影"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "Pandora FMS メールのテスト"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"これは、Pandora FMS から送信されたメールテストです。 これを読めているなら設定"
-"は機能しています。"
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr "推奨値は -1 です"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "`set`, `get` または `help` 操作が選択されていません。"
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "この操作は存在しません。"
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "データベースに ID が存在しません。"
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "クラスタ要素ではこの操作は使えません。"
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr "このアクションを実行するための十分な権限がありません。"
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "表示するデータがありません。"
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-"このコンソールは環境管理者ではありません。 この機能は、中央管理コンソール(メ"
-"タコンソール)から管理してください。"
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "認証エラー"
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr "現在のライセンスではこの操作はできません。"
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-"エージェントを編集できませんでした。セキュリティ上の理由により 0 以外のグルー"
-"プを利用してください。"
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "%d/%d エージェントを更新しました"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "エージェントを更新しました。"
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "OS を作成できませんでした"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "OS を更新できませんでした"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "エージェントを削除しました"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "ネットワークモジュールを更新しました。"
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "プラグインモジュールを更新しました。"
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "合成モジュールが作成したID: %s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "統合モジュールを作成しました。ID: "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "データモジュールを更新しました。"
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "SNMPモジュールを更新しました。"
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-"アラートテンプレートの作成中にエラーが発生しました。 id_group は空白にできま"
-"せん。"
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"アラートテンプレートの作成中にエラーが発生しました。 id_group が無効である"
-"か、ユーザにこのアクションを実行するための十分な権限がありません。"
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"アラートテンプレートの更新中にエラーが発生しました。 id_group が無効である"
-"か、ユーザにこのアクションを実行するための十分な権限がありません。"
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "アラートテンプレートを更新しました"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr "アラートテンプレート削除エラー。id_template が存在しません。"
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "アラートテンプレートを削除しました。"
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "%d エージェントに影響します"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "モジュールテンプレートの削除内容を修正してください。"
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "モジュールテンプレートを削除しました。"
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr "アラート承諾エラー。id_template は空にできません。"
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr "アラート承諾エラー。id_agent は空にできません。"
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr "アラート承諾エラー。id_module は空にできません。"
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr "アラート承諾エラー。指定のアラートが存在しません。"
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "アラート承諾エラー"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "全アラートの承諾をしました(合計 %d)。"
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "全ポリシーアラートを承諾しました。"
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-"計画停止の停止中にエラーが発生しました。 定期実行かつ実行中の計画停止を停止す"
-"ることはできません。"
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "計画停止を中断しました。"
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "これらのモジュールが存在しないかまたはエージェントに適用できません : "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "これらのエージェントでエラーです : "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "これらのエージェントIDは存在しません : "
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "計画停止を更新しました"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr " エージェントを削除しました"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr " エージェントを追加しました"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "データポリシーモジュールを更新しました。"
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "ネットワークポリシーモジュールを更新しました。"
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "プラグインポリシーモジュールを更新しました。"
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "SNMPポリシーモジュールを更新しました。"
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "削除しました"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "ユーザを作成しました"
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "ユーザを更新しました。"
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "ユーザを有効化しました。"
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "ユーザを無効化しました。"
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "%d エージェントにテンプレートを挿入しました。"
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "次のパスに XML ファイルを生成しました: "
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "%d エージェントにモジュールを作成しました。"
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "%d エージェントにアクションを設定しました。"
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "ユーザを削除しました。"
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "ユーザプロファイルを追加しました。"
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "ユーザプロファイルを削除しました。"
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "モジュールを無効化しました。"
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "モジュールを無効化できませんでした。"
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "モジュールを有効化しました。"
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "モジュールを有効化できませんでした。"
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "アラートを無効化できませんでえした。"
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "アラートを有効化できませんでした。"
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "エージェントを有効化しました"
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "エージェントを無効化しました"
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "メタコンソールと全ノードのライセンスを更新しました。"
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-"メタコンソールライセンスを更新しましたが、%d/%d ノードの同期に失敗しました。"
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "この機能はメタコンソールのみです。"
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "削除しました。"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "ユーザがクラスタにアクセスできません。"
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "テンプレートにより作成 "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "イベントフィルタを作成しました。"
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "イベントフィルタを更新しました。"
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "イベントフィルタを削除しました。"
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "トラップを承諾しました。"
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "トラップを削除しました。"
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr "エージェント ID %d のモジュール/アラートカウントを更新しました。"
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr "全エージェントのモジュール/アラートカウントを更新しました。"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr "削除保留エージェント ID %d をポリシー ID %d に追加しました。"
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr "自動検出タスクの有効化/無効化エラー。id_user は空にできません。"
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"自動検出タスクの有効化/無効化エラー。有効化/無効化の設定は空にできません。"
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr "自動検出タスクの有効化/無効化エラー。"
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "自動検出タスクを有効化しました。"
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "自動検出タスクを無効化しました。"
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "ユーザ設定"
@@ -32538,7 +31821,7 @@ msgstr "エージェントの設定コピーに失敗しました。コピーを
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "一つ以上のモジュールが致命的な状態です。"
 
@@ -32546,7 +31829,7 @@ msgstr "一つ以上のモジュールが致命的な状態です。"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "一つ以上のモジュールが警告状態です。"
 
@@ -32554,7 +31837,7 @@ msgstr "一つ以上のモジュールが警告状態です。"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "一つ以上のモジュールが不明な状態です。"
 
@@ -32562,7 +31845,7 @@ msgstr "一つ以上のモジュールが不明な状態です。"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "全モニタ項目が正常"
 
@@ -32815,185 +32098,6 @@ msgstr "元に戻す"
 msgid "Use agent IP"
 msgstr "エージェント IP"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "要求された処理の実行に失敗しました。"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"あなたのユーザでアクセスできない情報の一部を利用している可能性があります"
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "ソフトウェア"
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr "チェックを強制する"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "アラートを有効化してよろしいですか"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "アラートを有効化してよろしいですか"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"取得した値が  以上になったら、アラートを発生させま"
-"す。"
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-"取得した値が  未満になったら、アラートを発生させま"
-"す。"
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "不明なオプション。"
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "the Flexible Monitoring System"
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr "最初のページ"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "不明なタイプ"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "現在のページを CSV へエクスポート"
-
-#: ../../include/functions_ui.php:4052
-#, fuzzy, php-format
-msgid "export_%s_current_page_%s"
-msgstr "現在のページを CSV へエクスポート"
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr "マッチするレコードが見つかりません"
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr "テーブルにデータがありません"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "アラート"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "システム"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "Enterprise 版がインストールされていません"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "2文字以上入力するとマッチするエージェント名が検索されます"
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "処理できないエラー"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "処理できないエラーが発生しました"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "スナップショット表示"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-"これらのコントロールは、システムのタイムゾーン(%s)を利用します。ユーザのタイ"
-"ムゾーン(%s)ではありません。ユーザのタイムゾーンとの違いは %s です。"
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "クエリ"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "結果"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "クエリの実行"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "パスワードを表示"
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr "ウェブサーバ"
-
-#: ../../include/functions_ui.php:7568
-msgid "Wizard Module"
-msgstr "ウィザードモジュール"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "インベントリモジュールの選択"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "カスタムフィールドを利用"
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "フィールド名"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr "それはパスワードです"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "フィールド追加"
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "空マップ"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "アラートアクション"
@@ -33025,66 +32129,1567 @@ msgstr "GIS 利用マップ"
 msgid "GIS map layers"
 msgstr "GIS マップレイヤ"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "Enterprise 版がインストールされていません"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "モニタ項目"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "全エージェントと監視項目"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "定義済みアラート"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "定義済・発報アラート"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "障害状態"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "警告状態"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "正常状態"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "不明状態"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "未初期化状態"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "状態ごとの監視項目"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "最大"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "未発報アラート"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "システム"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "メインノード"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "更新時間"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "開始日時"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "開始時間"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "時間範囲"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "時間比較 (分割)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "イベント表示"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "アラート表示"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "不明グラフ表示"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "ズーム"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "パーセント表示"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "グラウに平均/最大/最小データを表示"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "予想グラフ"
+
+#: ../../include/functions_graph.php:5799
+#, fuzzy
+msgid "Projection graph take as begin date the current time"
+msgstr "終了日時は開始日時より後でなければいけません"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "再読み込み"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "グラフ設定メニュー"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "最後の実行"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "強制実行"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "レポートタイプ"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "正規表現"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "エージェントごとのレポート"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "カスタムスクリプト"
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr "タスク有効化"
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr "ジョブがありません"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "コレクションのファイルが制限より大きいです (%s バイト)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "セキュリティエラー"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "アップロードエラー"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "umask の設定に問題があります: %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "アップロードしました"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "ファイルを解凍できませんでした"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"ファイルサイズが大きすぎます。php.ini の設定を確認するか管理者に相談してくだ"
+"さい。"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "ファイルを作成しました"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "ファイル作成エラー"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "ファイル名未指定によるファイル作成エラー"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "セキュリティエラー"
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "ディレクトリを作成しました"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "ディレクトリ作成で何らかの問題が発生しました"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "削除しました"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "ディレクトリ作成"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+msgid "Create File"
+msgstr "ファイルの作成"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "ファイルをアップロード"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr "実際のパス"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "%s ディレクトリは存在しません!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "親ディレクトリ"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "ディレクトリ"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "圧縮ファイル"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "テキストファイル"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "このファイルは任意のユーザで実行できます。"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "危険な処理はできないことを確認してください"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "表示するファイルまたはディレクトリがありません。"
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "ディレクトリの作成"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"このディレクトリに zip ファイルもアップロードできます。複数ファイルのアップ"
+"ロードも簡単です。"
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "展開"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "実行"
+
+#: ../../include/functions_filemanager.php:1058
+msgid "Create file"
+msgstr "ファイルの作成"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "ファイルのアップロード"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "ディレクトリが読み出し専用です。"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "この一覧からアイテムを選択してください。"
+
+#: ../../include/functions_html.php:1015
+#, fuzzy
+msgid "Select one or more elements"
+msgstr "要素削除"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "エージェントのフィルタ"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+msgid "Type to search agents"
+msgstr "エージェント検索タイプ"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "モジュールのフィルタ"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr "モジュール検索タイプ"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr "共通モジュールのみ"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "週"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "日にち"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "月"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "曜日"
+
+#: ../../include/functions_html.php:5522
+msgid "Select a file"
+msgstr "ファイルを選択"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "モジュールを検索するには、少なくとも二文字入力してください。"
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr "%s はリクエストを確認できません。 もう一度やり直してください。"
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "プライマリグループはセカンダリにできません。"
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr "トップへ行く "
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "直近 24時間"
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "先週"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "先月"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "直近 7日"
+
+#: ../../include/functions_html.php:7993
+#, fuzzy
+msgid "Chose start/end date period"
+msgstr "開始・終了日を設定"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "メール設定確認"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "Integria ユーザ設定"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "サブタイプのカスタマイズ"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "通知されたユーザ"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "通知されたグループ"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "ユーザ追加"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "グループ追加"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "ユーザ削除"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "グループ削除"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "要素追加"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "要素削除"
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "ラベル表示"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "履歴"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "アラート一覧"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "フィルタの適用"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "ユーザ通知"
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "既読にする"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "詳細についてはこちらをクリックしてください"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "単一グラフ"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "シンプルベースライングラフ"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "SQL 縦棒グラフ"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "SQL 円グラフ"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "SQL 横棒グラフ"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "自動合成グラフ"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "可用性グラフ"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "モジュールヒストグラムグラフ"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "IPAM ネットワーク"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "月次 S.L.A."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "週次 S.L.A."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "1時間ごとの S.L.A."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "サービス SLA"
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "予測"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "予測日"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "平均値"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "最大値"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "最小値"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "モニタ項目レポート"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "データの並び"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "保存データ"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "増分"
+
+#: ../../include/functions_reports.php:782
+#, fuzzy
+msgid "Service Level Detailed"
+msgstr "選択済サービス"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "グループ化"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "グループレポート"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "例外"
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr "エージェント/モジュール状態"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "トップ n"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "ネットワークインタフェース"
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr "カスタムレンダリング"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "可用性"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "テキスト/HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "URL からテキストをインポート"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "モジュールアラートレポート"
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "エージェントアラートレポート "
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "グループアラートレポート"
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "アクションアラートレポート"
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "モジュールイベントレポート"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "エージェントイベントレポート"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "グループイベントレポート"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "エージェントインベントリ"
+
+#: ../../include/functions_reports.php:907
+msgid "Modules inventory"
+msgstr "モジュールインベントリ"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "インベントリ変更"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "エージェント設定"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "グループ設定"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Netflow 塗り潰しグラフ"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Netflow データ表"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Netflow サマリ表"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr "Netflow トップ N 接続"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "ログ"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "ログレポート"
+
+#: ../../include/functions_reports.php:959
+#, fuzzy
+msgid "Log report by period"
+msgstr "ログレポート"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "権限レポート"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "NCM"
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "設定変更"
+
+#: ../../include/functions_reports.php:976
+#, fuzzy
+msgid "NCM devices list"
+msgstr "NCM デバイス"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "セキュリティレベル"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "最新の確認"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "ユーザで分類したイベントグラフ"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+#, fuzzy
+msgid "Detailed security report"
+msgstr "エージェントアラートレポート "
+
+#: ../../include/functions_reports.php:1037
+#, fuzzy
+msgid "Vulnerabilities of agent"
+msgstr "エージェントでアラート発報"
+
+#: ../../include/functions_reports.php:1042
+#, fuzzy
+msgid "Top-N agents with more risk"
+msgstr "モジュールが定義されたエージェントがありません。"
+
+#: ../../include/functions_reports.php:1047
+#, fuzzy
+msgid "Top-N common vulnerabilities"
+msgstr "トップ N 接続"
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr "マクロ"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "文字列"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr "SQL"
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr "グラフ SQL"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "期間 "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "エージェントが追加されました。"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "モジュールが追加されました。"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "レイアウトにエージェントを追加しました"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "ビジュアルマップを読み込めません"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "変更がありません"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "CSV ファイルを取得"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "追加済み"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "障害"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "警告"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "正常"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "不明状態"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "復旧したアラート"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "停止されたアラート"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "承諾されたアラート"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "エージェント作成"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "自動検出"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "設定変更"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "ネットワーク設定管理"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "アラート発報"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s 秒"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s 分"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s ヶ月"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s 年"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "デフォルト値を利用します"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "ファイルサイズが上限を超えています。"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr "PHP 実行時の変数値を確認してください: 
 upload_max_filesize(現在"
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "ファイルは部分的にのみアップロードされました"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "ファイルがアップロードされませんでした"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "テンポラリフォルダがありません"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "ファイルのディスクへの書き込みに失敗しました"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "拡張によりファイルのアップロードが停止されました"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "不明なアップロードエラー"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "エクスポートするデータがありません"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 秒"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 秒"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15秒"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 分"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 分"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "前へ"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "合計シリーズ"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "平均シリーズ"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "最小:"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "最大:"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "平均:"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "のモジュール"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "投影"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "Pandora FMS メールのテスト"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"これは、Pandora FMS から送信されたメールテストです。 これを読めているなら設定"
+"は機能しています。"
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr "推奨値は -1 です"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "`set`, `get` または `help` 操作が選択されていません。"
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "この操作は存在しません。"
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "データベースに ID が存在しません。"
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "クラスタ要素ではこの操作は使えません。"
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr "このアクションを実行するための十分な権限がありません。"
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "表示するデータがありません。"
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+"このコンソールは環境管理者ではありません。 この機能は、中央管理コンソール(メ"
+"タコンソール)から管理してください。"
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "認証エラー"
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr "現在のライセンスではこの操作はできません。"
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+"エージェントを編集できませんでした。セキュリティ上の理由により 0 以外のグルー"
+"プを利用してください。"
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "%d/%d エージェントを更新しました"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "エージェントを更新しました。"
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "OS を作成できませんでした"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "OS を更新できませんでした"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "エージェントを削除しました"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "ネットワークモジュールを更新しました。"
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "プラグインモジュールを更新しました。"
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "合成モジュールが作成したID: %s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "統合モジュールを作成しました。ID: "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "データモジュールを更新しました。"
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "SNMPモジュールを更新しました。"
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+"アラートテンプレートの作成中にエラーが発生しました。 id_group は空白にできま"
+"せん。"
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"アラートテンプレートの作成中にエラーが発生しました。 id_group が無効である"
+"か、ユーザにこのアクションを実行するための十分な権限がありません。"
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"アラートテンプレートの更新中にエラーが発生しました。 id_group が無効である"
+"か、ユーザにこのアクションを実行するための十分な権限がありません。"
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "アラートテンプレートを更新しました"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr "アラートテンプレート削除エラー。id_template が存在しません。"
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "アラートテンプレートを削除しました。"
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "%d エージェントに影響します"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "モジュールテンプレートの削除内容を修正してください。"
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "モジュールテンプレートを削除しました。"
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr "アラート承諾エラー。id_template は空にできません。"
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr "アラート承諾エラー。id_agent は空にできません。"
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr "アラート承諾エラー。id_module は空にできません。"
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr "アラート承諾エラー。指定のアラートが存在しません。"
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "アラート承諾エラー"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "全アラートの承諾をしました(合計 %d)。"
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "全ポリシーアラートを承諾しました。"
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+"計画停止の停止中にエラーが発生しました。 定期実行かつ実行中の計画停止を停止す"
+"ることはできません。"
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "計画停止を中断しました。"
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "これらのモジュールが存在しないかまたはエージェントに適用できません : "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "これらのエージェントでエラーです : "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "これらのエージェントIDは存在しません : "
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "計画停止を更新しました"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr " エージェントを削除しました"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr " エージェントを追加しました"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "データポリシーモジュールを更新しました。"
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "ネットワークポリシーモジュールを更新しました。"
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "プラグインポリシーモジュールを更新しました。"
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "SNMPポリシーモジュールを更新しました。"
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "削除しました"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "ユーザを作成しました"
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "ユーザを更新しました。"
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "ユーザを有効化しました。"
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "ユーザを無効化しました。"
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "%d エージェントにテンプレートを挿入しました。"
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "次のパスに XML ファイルを生成しました: "
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "%d エージェントにモジュールを作成しました。"
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "%d エージェントにアクションを設定しました。"
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "ユーザを削除しました。"
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "ユーザプロファイルを追加しました。"
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "ユーザプロファイルを削除しました。"
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "モジュールを無効化しました。"
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "モジュールを無効化できませんでした。"
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "モジュールを有効化しました。"
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "モジュールを有効化できませんでした。"
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "アラートを無効化できませんでえした。"
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "アラートを有効化できませんでした。"
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "エージェントを有効化しました"
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "エージェントを無効化しました"
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "メタコンソールと全ノードのライセンスを更新しました。"
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+"メタコンソールライセンスを更新しましたが、%d/%d ノードの同期に失敗しました。"
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "この機能はメタコンソールのみです。"
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "削除しました。"
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "ユーザがクラスタにアクセスできません。"
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "テンプレートにより作成 "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "イベントフィルタを作成しました。"
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "イベントフィルタを更新しました。"
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "イベントフィルタを削除しました。"
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "トラップを承諾しました。"
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "トラップを削除しました。"
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr "エージェント ID %d のモジュール/アラートカウントを更新しました。"
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr "全エージェントのモジュール/アラートカウントを更新しました。"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr "削除保留エージェント ID %d をポリシー ID %d に追加しました。"
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr "自動検出タスクの有効化/無効化エラー。id_user は空にできません。"
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"自動検出タスクの有効化/無効化エラー。有効化/無効化の設定は空にできません。"
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr "自動検出タスクの有効化/無効化エラー。"
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "自動検出タスクを有効化しました。"
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "自動検出タスクを無効化しました。"
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "更新失敗: ユーザがログインしていません。"
@@ -34094,6 +34699,11 @@ msgstr "更新失敗: 次の値は更新できません: 
-%s" msgid "Pandora FMS" msgstr "Pandora FMS" +#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265 +#: ../../operation/reporting/graph_analytics_public.php:49 +msgid "the Flexible Monitoring System" +msgstr "the Flexible Monitoring System" + #: ../../include/functions_config.php:2863 msgid "PandoraFMS Metaconsole" msgstr "Pandora FMS メタコンソール" @@ -34106,1974 +34716,11 @@ msgstr "中央操作コンソール" msgid "COMMAND CENTER" msgstr "コマンドセンター" -#: ../../include/functions_graph.php:2532 -#: ../../include/functions_reporting_html.php:5075 -#: ../../include/functions_reporting_html.php:5104 -#: ../../include/functions_reporting_html.php:5147 -#: ../../include/functions_reporting_html.php:5170 -#: ../../include/functions_reporting_html.php:5173 -#: ../../include/functions_reporting_html.php:5180 -#: ../../include/functions_reporting.php:7763 -#: ../../include/functions_reporting.php:7786 -#: ../../include/functions_reporting.php:7801 -#: ../../include/functions_reporting.php:7817 -#: ../../include/functions_reporting.php:7832 -msgid "Maximun" -msgstr "最大" - -#: ../../include/functions_graph.php:2698 -msgid "Not fired alerts" -msgstr "未発報アラート" - -#: ../../include/functions_graph.php:5166 -msgid "Main node" -msgstr "メインノード" - -#: ../../include/functions_graph.php:5492 -#: ../../include/functions_graph.php:5649 -#: ../../operation/agentes/interface_traffic_graph_win.php:169 -msgid "Refresh time" -msgstr "更新時間" - -#: ../../include/functions_graph.php:5506 -#: ../../include/functions_graph.php:5671 -#: ../../mobile/operation/module_graph.php:458 -#: ../../operation/agentes/interface_traffic_graph_win.php:183 -#: ../../operation/agentes/exportdata.php:399 -#: ../../operation/agentes/graphs.php:220 -msgid "Begin date" -msgstr "開始日時" - -#: ../../include/functions_graph.php:5520 -#: ../../include/functions_graph.php:5693 -#: ../../operation/agentes/interface_traffic_graph_win.php:214 -msgid "Begin time" -msgstr "開始時間" - -#: ../../include/functions_graph.php:5534 -#: ../../include/functions_graph.php:5715 -#: ../../operation/agentes/interface_traffic_graph_win.php:231 -#: ../../operation/agentes/graphs.php:232 -msgid "Time range" -msgstr "時間範囲" - -#: ../../include/functions_graph.php:5545 -#: ../../include/functions_graph.php:5767 -#: ../../mobile/operation/module_graph.php:425 -msgid "Time compare (Separated)" -msgstr "時間比較 (分割)" - -#: ../../include/functions_graph.php:5634 -#: ../../include/functions_graph.php:5824 -msgid "Sliced" -msgstr "" - -#: ../../include/functions_graph.php:5660 -#: ../../operation/agentes/graphs.php:255 -msgid "Show events" -msgstr "イベント表示" - -#: ../../include/functions_graph.php:5685 -#: ../../operation/agentes/graphs.php:260 -msgid "Show alerts" -msgstr "アラート表示" - -#: ../../include/functions_graph.php:5707 -#: ../../mobile/operation/module_graph.php:441 -msgid "Show unknown graph" -msgstr "不明グラフ表示" - -#: ../../include/functions_graph.php:5730 -#: ../../operation/reporting/graph_viewer.php:428 -msgid "Zoom" -msgstr "ズーム" - -#: ../../include/functions_graph.php:5750 -#: ../../operation/agentes/interface_traffic_graph_win.php:245 -msgid "Show percentil" -msgstr "パーセント表示" - -#: ../../include/functions_graph.php:5775 -msgid "Show AVG/MAX/MIN data series in graph" -msgstr "グラウに平均/最大/最小データを表示" - -#: ../../include/functions_graph.php:5797 -#: ../../include/functions_reports.php:741 -msgid "Projection graph" -msgstr "予想グラフ" - -#: ../../include/functions_graph.php:5799 -#, fuzzy -msgid "Projection graph take as begin date the current time" -msgstr "終了日時は開始日時より後でなければいけません" - -#: ../../include/functions_graph.php:5842 -#: ../../operation/agentes/interface_traffic_graph_win.php:294 -#: ../../views/cluster/view.php:225 -msgid "Reload" -msgstr "再読み込み" - -#: ../../include/functions_graph.php:5870 -#: ../../operation/agentes/interface_traffic_graph_win.php:318 -#: ../../operation/agentes/interface_traffic_graph_win.php:322 -msgid "Graph configuration menu" -msgstr "グラフ設定メニュー" - -#: ../../include/functions_reporting_html.php:111 -msgid "Label: " -msgstr "ラベル: " - -#: ../../include/functions_reporting_html.php:116 -#, fuzzy -msgid "Data time" -msgstr "データ画像" - -#: ../../include/functions_reporting_html.php:145 -msgid "Generated" -msgstr "生成日" - -#: ../../include/functions_reporting_html.php:148 -msgid "Report date" -msgstr "レポート日" - -#: ../../include/functions_reporting_html.php:157 -msgid "Items period before" -msgstr "次の日時以前" - -#: ../../include/functions_reporting_html.php:629 -msgid "Risk" -msgstr "" - -#: ../../include/functions_reporting_html.php:674 -#, fuzzy -msgid "CVE" -msgstr "CSVファイル" - -#: ../../include/functions_reporting_html.php:677 -#, fuzzy -msgid "Detection time" -msgstr "選択モード" - -#: ../../include/functions_reporting_html.php:680 -#, fuzzy -msgid "Attack Vector" -msgstr "添付エラー" - -#: ../../include/functions_reporting_html.php:684 -msgid "Scope" -msgstr "" - -#: ../../include/functions_reporting_html.php:685 -#, fuzzy -msgid "Confidentiality" -msgstr "認証情報" - -#: ../../include/functions_reporting_html.php:686 -#, fuzzy -msgid "Integrity" -msgstr "Integria ホスト" - -#: ../../include/functions_reporting_html.php:687 -#: ../../include/functions_reports.php:851 -#: ../../include/functions_reporting.php:9370 -#: ../../include/functions_reporting.php:9765 -msgid "Availability" -msgstr "可用性" - -#: ../../include/functions_reporting_html.php:821 -msgid "SecMon" -msgstr "" - -#: ../../include/functions_reporting_html.php:825 -#, fuzzy -msgid "L.S. Change" -msgstr "L.S 変更" - -#: ../../include/functions_reporting_html.php:1204 -msgid "Max/Min Values" -msgstr "最大/最小値" - -#: ../../include/functions_reporting_html.php:1205 -msgid "SLA Limit" -msgstr "SLA 制限" - -#: ../../include/functions_reporting_html.php:1206 -msgid "SLA Compliance" -msgstr "SLA準拠" - -#: ../../include/functions_reporting_html.php:1239 -msgid "Global Time" -msgstr "グローバル時間" - -#: ../../include/functions_reporting_html.php:1240 -msgid "Time Total" -msgstr "合計時間" - -#: ../../include/functions_reporting_html.php:1241 -msgid "Time Failed" -msgstr "障害時間" - -#: ../../include/functions_reporting_html.php:1242 -#: ../../include/functions_reporting_html.php:5408 -msgid "Time OK" -msgstr "正常時間" - -#: ../../include/functions_reporting_html.php:1243 -#: ../../include/functions_reporting_html.php:5420 -msgid "Time Unknown" -msgstr "不明時間" - -#: ../../include/functions_reporting_html.php:1244 -msgid "Time Not Init" -msgstr "未初期化時間" - -#: ../../include/functions_reporting_html.php:1245 -msgid "Downtime" -msgstr "停止時間" - -#: ../../include/functions_reporting_html.php:1273 -msgid "Checks Time" -msgstr "確認数" - -#: ../../include/functions_reporting_html.php:1274 -msgid "Checks Total" -msgstr "合計確認数" - -#: ../../include/functions_reporting_html.php:1275 -msgid "Checks Failed" -msgstr "障害確認数" - -#: ../../include/functions_reporting_html.php:1276 -#: ../../include/functions_reporting_html.php:5502 -msgid "Checks OK" -msgstr "正常確認数" - -#: ../../include/functions_reporting_html.php:1277 -msgid "Checks Unknown" -msgstr "不明確認数" - -#: ../../include/functions_reporting_html.php:1295 -#: ../../include/functions_reporting_html.php:1334 -#: ../../include/functions_reporting_html.php:1405 -#: ../../include/functions_reporting_html.php:1483 -#: ../../include/functions_reporting_html.php:5584 -#: ../../include/functions_reporting_html.php:5731 -msgid "24 x 7" -msgstr "24時間365日" - -#: ../../include/functions_reporting_html.php:1463 -#: ../../include/functions_reporting_html.php:5774 -#: ../../include/functions_reporting_html.php:6335 -#: ../../include/functions_reporting_html.php:6338 -#: ../../include/functions_reporting.php:1835 -#: ../../include/functions_reporting.php:4105 -msgid "There are no Agent/Modules defined" -msgstr "定義済のエージェント/モジュールがありません" - -#: ../../include/functions_reporting_html.php:1531 -#: ../../include/functions_reporting_html.php:6141 -msgid "Not Init" -msgstr "未初期化" - -#: ../../include/functions_reporting_html.php:1536 -#: ../../include/functions_reporting_html.php:6146 -msgid "Downtimes" -msgstr "停止時間" - -#: ../../include/functions_reporting_html.php:1658 -#: ../../include/functions_reporting_html.php:3390 -#: ../../include/functions_reporting_html.php:5815 -#: ../../include/functions_reporting_html.php:6363 -msgid "Average Value" -msgstr "平均値" - -#: ../../include/functions_reporting_html.php:1715 -#: ../../include/functions_reporting_html.php:1723 -#: ../../include/functions_reporting_html.php:3852 -#, fuzzy -msgid "Validated by" -msgstr "承諾済み" - -#: ../../include/functions_reporting_html.php:1738 -#: ../../include/functions_reporting_html.php:2000 -#: ../../include/functions_reporting_html.php:3870 -#: ../../include/functions_events.php:2618 -#: ../../include/functions_events.php:4859 -#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907 -msgid "Event validated" -msgstr "承諾済" - -#: ../../include/functions_reporting_html.php:1743 -#: ../../include/functions_reporting_html.php:2005 -#: ../../include/functions_reporting_html.php:3875 -#: ../../include/functions_events.php:2623 -#: ../../include/functions_events.php:4865 -#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919 -msgid "Event in process" -msgstr "処理中イベント" - -#: ../../include/functions_reporting_html.php:1749 -#: ../../include/functions_reporting_html.php:1995 -#: ../../include/functions_reporting_html.php:3865 -#: ../../include/functions_events.php:2613 -#: ../../include/functions_events.php:4853 -#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894 -msgid "New event" -msgstr "新規イベント" - -#: ../../include/functions_reporting_html.php:1789 -#, php-format -msgid "%s System" -msgstr "%s システム" - -#: ../../include/functions_reporting_html.php:1879 -#: ../../include/functions_reporting_html.php:2103 -msgid "Events by user validator" -msgstr "承諾したユーザごとのイベント" - -#: ../../include/functions_reporting_html.php:1896 -#: ../../include/functions_reporting_html.php:2120 -msgid "Events by Severity" -msgstr "重要度ごとのイベント" - -#: ../../include/functions_reporting_html.php:1913 -#: ../../include/functions_reporting_html.php:2137 -msgid "Events validated vs unvalidated" -msgstr "承諾済と未承諾イベント" - -#: ../../include/functions_reporting_html.php:1965 -#: ../../include/functions_reporting_html.php:1973 -#: ../../include/functions_reporting_html.php:6580 -#: ../../include/functions_events.php:252 -#: ../../include/functions_events.php:2571 -#: ../../include/functions_events.php:5012 -msgid "Event name" -msgstr "イベント名" - -#: ../../include/functions_reporting_html.php:2279 -msgid "Sec. groups" -msgstr "セカンダリグループ" - -#: ../../include/functions_reporting_html.php:2299 -msgid "Remote conf." -msgstr "リモート設定" - -#: ../../include/functions_reporting_html.php:2447 -msgid "Agent secondary groups" -msgstr "エージェントセカンダリグループ" - -#: ../../include/functions_reporting_html.php:2586 -#: ../../include/functions_inventory.php:1400 -#: ../../include/functions_inventory.php:1463 -msgid "Added" -msgstr "追加済み" - -#: ../../include/functions_reporting_html.php:2597 -#: ../../include/functions_filemanager.php:400 -#: ../../include/functions_filemanager.php:417 -#: ../../include/functions_inventory.php:1406 -#: ../../include/functions_inventory.php:1471 -msgid "Deleted" -msgstr "削除しました" - -#: ../../include/functions_reporting_html.php:2966 -msgid "Cell turns grey when the module is in 'not initialize' status" -msgstr "青色のセルは、不明状態を示します。" - -#: ../../include/functions_reporting_html.php:3037 -msgid "Last time" -msgstr "最新日時" - -#: ../../include/functions_reporting_html.php:3121 -#, fuzzy -msgid "Agent / Module" -msgstr "エージェント - モジュール" - -#: ../../include/functions_reporting_html.php:3234 -#, fuzzy -msgid "OS Type" -msgstr "スキャンタイプ" - -#: ../../include/functions_reporting_html.php:3500 -#, fuzzy -msgid "Data view of all groups" -msgstr "全グループを開く" - -#: ../../include/functions_reporting_html.php:3630 -#, fuzzy -msgid "Group Description" -msgstr "説明" - -#: ../../include/functions_reporting_html.php:3713 -#, fuzzy -msgid "Distribution by OS" -msgstr "OS ディストリビューション" - -#: ../../include/functions_reporting_html.php:3975 -msgid "Events validated by user" -msgstr "ユーザで分類したイベント" - -#: ../../include/functions_reporting_html.php:3992 -#: ../../include/functions_reporting_html.php:7256 -msgid "Events by severity" -msgstr "重要度ごとのイベント" - -#: ../../include/functions_reporting_html.php:4009 -msgid "Amount events validated" -msgstr "承諾済みイベントの割合" - -#: ../../include/functions_reporting_html.php:4470 -msgid "Total summary" -msgstr "全体概要" - -#: ../../include/functions_reporting_html.php:4477 -msgid "No alerts fired" -msgstr "アラート未発報" - -#: ../../include/functions_reporting_html.php:4577 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "インタフェース '%s' スループットグラフ" - -#: ../../include/functions_reporting_html.php:4581 -msgid "Mac" -msgstr "Mac" - -#: ../../include/functions_reporting_html.php:4582 -msgid "Actual status" -msgstr "現在の状態" - -#: ../../include/functions_reporting_html.php:4953 -#: ../../include/functions_reporting_html.php:4955 -msgid "Empty modules" -msgstr "モジュールなし" - -#: ../../include/functions_reporting_html.php:5146 -#: ../../include/functions_reporting_html.php:5153 -#: ../../include/functions_reporting_html.php:5161 -#: ../../include/functions_reporting_html.php:5172 -#: ../../include/functions_reporting_html.php:5177 -#: ../../include/functions_reporting.php:7781 -msgid "Lapse" -msgstr "経過" - -#: ../../include/functions_reporting_html.php:5266 -msgid "From data" -msgstr "開始データ" - -#: ../../include/functions_reporting_html.php:5267 -msgid "To data" -msgstr "終了データ" - -#: ../../include/functions_reporting_html.php:5268 -#: ../../include/functions_reports.php:774 -#: ../../include/functions_reporting.php:10503 -msgid "Increment" -msgstr "増分" - -#: ../../include/functions_reporting_html.php:5295 -msgid "Negative increase: " -msgstr "マイナス増加: " - -#: ../../include/functions_reporting_html.php:5297 -msgid "Positive increase: " -msgstr "プラス増加: " - -#: ../../include/functions_reporting_html.php:5299 -msgid "Neutral increase: " -msgstr "中立的な増加: " - -#: ../../include/functions_reporting_html.php:5426 -msgid "Time Not Init Module" -msgstr "未初期化モジュール時間" - -#: ../../include/functions_reporting_html.php:5432 -msgid "Time Downtime" -msgstr "計画停止時間" - -#: ../../include/functions_reporting_html.php:5437 -msgid "% Ok" -msgstr "正常%" - -#: ../../include/functions_reporting_html.php:5508 -msgid "Checks Warning" -msgstr "警告チェック" - -#: ../../include/functions_reporting_html.php:5514 -msgid "Checks Uknown" -msgstr "不明確認数" - -#: ../../include/functions_reporting_html.php:5553 -#: ../../include/functions_reporting_html.php:5700 -#: ../../include/functions_reporting_html.php:6027 -#: ../../include/functions_reporting_html.php:6033 -msgid "Primary" -msgstr "プライマリ" - -#: ../../include/functions_reporting_html.php:5813 -msgid "Agent min value" -msgstr "エージェント最小値" - -#: ../../include/functions_reporting_html.php:6269 -msgid "Sum" -msgstr "合計" - -#: ../../include/functions_reporting_html.php:6486 -#: ../../include/functions_reporting.php:12620 -#: ../../include/functions_reporting.php:12641 -#: ../../include/functions_reporting.php:12686 -msgid "Alert level" -msgstr "アラートレベル" - -#: ../../include/functions_reporting_html.php:6648 -msgid "Alert description" -msgstr "アラートの説明" - -#: ../../include/functions_reporting_html.php:6688 -#: ../../include/functions_reporting_html.php:6842 -#: ../../mobile/include/functions_web.php:24 -msgid "Monitor" -msgstr "モニタ項目" - -#: ../../include/functions_reporting_html.php:6741 -#, php-format -msgid "Agents in group: %s" -msgstr "グループに含まれるエージェント: %s" - -#: ../../include/functions_reporting_html.php:6843 -msgid "Last failure" -msgstr "最新の障害" - -#: ../../include/functions_reporting_html.php:6933 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:6967 -msgid "Monitors" -msgstr "モニタ項目" - -#: ../../include/functions_reporting_html.php:7146 -#: ../../include/functions_reporting_html.php:7151 -#: ../../operation/custom_fields/custom_fields_view.php:520 -msgid "Agents by status" -msgstr "状態ごとのエージェント" - -#: ../../include/functions_reporting_html.php:7207 -#: ../../include/functions_reporting_html.php:7212 -msgid "Node overview" -msgstr "ノードの概要" - -#: ../../include/functions_reporting_html.php:7232 -#: ../../include/functions_reporting_html.php:7244 -msgid "Critical events" -msgstr "障害イベント" - -#: ../../include/functions_reporting_html.php:7235 -#: ../../include/functions_reporting_html.php:7246 -msgid "Warning events" -msgstr "警告イベント" - -#: ../../include/functions_reporting_html.php:7238 -#: ../../include/functions_reporting_html.php:7248 -msgid "OK events" -msgstr "正常イベント" - -#: ../../include/functions_reporting_html.php:7241 -#: ../../include/functions_reporting_html.php:7250 -msgid "Unknown events" -msgstr "不明イベント" - -#: ../../include/functions_reporting_html.php:7267 -msgid "Event count corresponds to events within the last hour" -msgstr "イベント数は過去 1 時間以内のイベントに対応します。" - -#: ../../include/functions_reporting_html.php:7272 -msgid "Important Events by Criticity" -msgstr "重要度ごとのイベント" - -#: ../../include/functions_reporting_html.php:7299 -#, php-format -msgid "Last activity in %s console" -msgstr "%s コンソールの最新の操作" - -#: ../../include/functions_reporting_html.php:7348 -#: ../../include/functions_reporting_html.php:7490 -msgid "Events info (1hr.)" -msgstr "イベント情報 (1時間)" - -#: ../../include/functions_reporting_html.php:7458 -#: ../../include/functions_reporting_html.php:7617 -#: ../../include/functions_reporting.php:2368 -#: ../../include/functions_reporting.php:2744 -#: ../../include/functions_events.php:2539 -#: ../../include/functions_events.php:2542 -#: ../../mobile/operation/events.php:1187 -msgid "No events" -msgstr "イベントがありません。" - -#: ../../include/functions_reporting_html.php:7647 -msgid "This SLA has been affected by the following scheduled downtimes" -msgstr "このSLAは、次の計画停止の影響を受けています" - -#: ../../include/functions_reporting_html.php:7648 -msgid "" -"If the duration of the scheduled downtime is less than 5 minutes it will not " -"be represented in the graph" -msgstr "計画停止の期間が 5分未満の場合、グラフには表示されません。" - -#: ../../include/functions_reporting_html.php:7655 -#: ../../views/ITSM/ITSMTicketDetailView.php:192 -msgid "Dates" -msgstr "日付" - -#: ../../include/functions_reporting_html.php:7686 -msgid "This item is affected by a malformed scheduled downtime" -msgstr "このアイテムは、不正な形式の計画停止の影響を受けます" - -#: ../../include/functions_reporting_html.php:7686 -msgid "Go to the scheduled downtimes section to solve this" -msgstr "これを解決するには、計画停止の画面に移動します" - -#: ../../include/functions_reporting_html.php:7720 -#: ../../include/functions_reporting_html.php:7743 -msgid "Permissions" -msgstr "権限" - -#: ../../include/functions_reporting_html.php:7847 -msgid "Vendor" -msgstr "ベンダ" - -#: ../../include/functions_reporting_html.php:7848 -msgid "Model" -msgstr "モデル" - -#: ../../include/functions_reporting_html.php:7849 -msgid "Firmware" -msgstr "ファームウエア" - -#: ../../include/functions_reporting_html.php:7850 -#, fuzzy -msgid "Last backup date" -msgstr "最終更新" - -#: ../../include/functions_reporting_html.php:7925 -msgid "Diff" -msgstr "差分" - -#: ../../include/functions_cron.php:501 -msgid "Last run" -msgstr "最後の実行" - -#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573 -#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720 -#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802 -#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878 -msgid "Force run" -msgstr "強制実行" - -#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704 -#: ../../include/functions_cron.php:828 -msgid "Report type" -msgstr "レポートタイプ" - -#: ../../include/functions_cron.php:675 -msgid "regex" -msgstr "正規表現" - -#: ../../include/functions_cron.php:701 -msgid "Report per agent" -msgstr "エージェントごとのレポート" - -#: ../../include/functions_cron.php:740 -msgid "Custom script" -msgstr "カスタムスクリプト" - -#: ../../include/functions_cron.php:975 -msgid "Enable task" -msgstr "タスク有効化" - -#: ../../include/functions_cron.php:989 -msgid "There are no jobs" -msgstr "ジョブがありません" - -#: ../../include/functions_filemanager.php:128 -#, php-format -msgid "File of collection is bigger than the limit (%s bytes)" -msgstr "コレクションのファイルが制限より大きいです (%s バイト)" - -#: ../../include/functions_filemanager.php:161 -#: ../../include/functions_filemanager.php:250 -#: ../../include/functions_filemanager.php:305 -#: ../../include/functions_filemanager.php:398 -msgid "Security error" -msgstr "セキュリティエラー" - -#: ../../include/functions_filemanager.php:185 -#: ../../include/functions_filemanager.php:241 -msgid "Upload error" -msgstr "アップロードエラー" - -#: ../../include/functions_filemanager.php:194 -#, php-format -msgid "Issue setting umask: %s" -msgstr "umask の設定に問題があります: %s" - -#: ../../include/functions_filemanager.php:199 -#: ../../include/functions_filemanager.php:256 -msgid "Upload correct" -msgstr "アップロードしました" - -#: ../../include/functions_filemanager.php:253 -msgid "It was impossible to uncompress your file" -msgstr "ファイルを解凍できませんでした" - -#: ../../include/functions_filemanager.php:269 -msgid "" -"File size seems to be too large. Please check your php.ini configuration or " -"contact with the administrator" -msgstr "" -"ファイルサイズが大きすぎます。php.ini の設定を確認するか管理者に相談してくだ" -"さい。" - -#: ../../include/functions_filemanager.php:318 -msgid "File created correctly" -msgstr "ファイルを作成しました" - -#: ../../include/functions_filemanager.php:321 -msgid "Error creating file" -msgstr "ファイル作成エラー" - -#: ../../include/functions_filemanager.php:328 -#: ../../include/functions_filemanager.php:378 -msgid "Error creating file with empty name" -msgstr "ファイル名未指定によるファイル作成エラー" - -#: ../../include/functions_filemanager.php:354 -msgid "Security error." -msgstr "セキュリティエラー" - -#: ../../include/functions_filemanager.php:369 -msgid "Directory created" -msgstr "ディレクトリを作成しました" - -#: ../../include/functions_filemanager.php:372 -msgid "Something gone wrong creating directory" -msgstr "ディレクトリ作成で何らかの問題が発生しました" - -#: ../../include/functions_filemanager.php:612 -#: ../../include/functions_filemanager.php:908 -msgid "Create a Directory" -msgstr "ディレクトリ作成" - -#: ../../include/functions_filemanager.php:618 -#: ../../include/functions_filemanager.php:920 -#: ../../include/functions_filemanager.php:923 -msgid "Create File" -msgstr "ファイルの作成" - -#: ../../include/functions_filemanager.php:623 -#: ../../include/functions_filemanager.php:934 -#: ../../include/functions_filemanager.php:937 -msgid "Upload Files" -msgstr "ファイルをアップロード" - -#: ../../include/functions_filemanager.php:657 -#: ../../include/functions_filemanager.php:878 -msgid "Real path" -msgstr "実際のパス" - -#: ../../include/functions_filemanager.php:692 -#, php-format -msgid "Directory %s doesn't exist!" -msgstr "%s ディレクトリは存在しません!" - -#: ../../include/functions_filemanager.php:737 -msgid "Parent directory" -msgstr "親ディレクトリ" - -#: ../../include/functions_filemanager.php:751 -msgid "Directory" -msgstr "ディレクトリ" - -#: ../../include/functions_filemanager.php:759 -msgid "Compressed file" -msgstr "圧縮ファイル" - -#: ../../include/functions_filemanager.php:763 -#: ../../include/functions_filemanager.php:770 -msgid "Text file" -msgstr "テキストファイル" - -#: ../../include/functions_filemanager.php:803 -msgid "This file could be executed by any user" -msgstr "このファイルは任意のユーザで実行できます。" - -#: ../../include/functions_filemanager.php:804 -msgid "Make sure it can't perform dangerous tasks" -msgstr "危険な処理はできないことを確認してください" - -#: ../../include/functions_filemanager.php:889 -msgid "No files or directories to show." -msgstr "表示するファイルまたはディレクトリがありません。" - -#: ../../include/functions_filemanager.php:905 -#: ../../include/functions_filemanager.php:1043 -msgid "Create directory" -msgstr "ディレクトリの作成" - -#: ../../include/functions_filemanager.php:970 -msgid "The zip upload in this dir, easy to upload multiple files." -msgstr "" -"このディレクトリに zip ファイルもアップロードできます。複数ファイルのアップ" -"ロードも簡単です。" - -#: ../../include/functions_filemanager.php:980 -msgid "Decompress" -msgstr "展開" - -#: ../../include/functions_filemanager.php:1001 -msgid "Go" -msgstr "実行" - -#: ../../include/functions_filemanager.php:1058 -msgid "Create file" -msgstr "ファイルの作成" - -#: ../../include/functions_filemanager.php:1072 -msgid "Upload file/s" -msgstr "ファイルのアップロード" - -#: ../../include/functions_filemanager.php:1105 -msgid "The directory is read-only" -msgstr "ディレクトリが読み出し専用です。" - -#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025 -msgid "Please select an item from this list." -msgstr "この一覧からアイテムを選択してください。" - -#: ../../include/functions_html.php:1015 -#, fuzzy -msgid "Select one or more elements" -msgstr "要素削除" - -#: ../../include/functions_html.php:1707 -msgid "Filter agent" -msgstr "エージェントのフィルタ" - -#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007 -msgid "Type to search agents" -msgstr "エージェント検索タイプ" - -#: ../../include/functions_html.php:1727 -msgid "Filter module" -msgstr "モジュールのフィルタ" - -#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021 -msgid "Type to search modules" -msgstr "モジュール検索タイプ" - -#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984 -msgid "Only common modules" -msgstr "共通モジュールのみ" - -#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131 -msgid "weeks" -msgstr "週" - -#: ../../include/functions_html.php:2948 -msgid "Month day" -msgstr "日にち" - -#: ../../include/functions_html.php:2949 -msgid "Month" -msgstr "月" - -#: ../../include/functions_html.php:2950 -msgid "Week day" -msgstr "曜日" - -#: ../../include/functions_html.php:5522 -msgid "Select a file" -msgstr "ファイルを選択" - -#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782 -msgid "Type at least two characters to search the module." -msgstr "モジュールを検索するには、少なくとも二文字入力してください。" - -#: ../../include/functions_html.php:5944 ../../index.php:533 -#: ../../index.php:814 ../../index.php:888 -#, php-format -msgid "%s cannot verify the origin of the request. Try again, please." -msgstr "%s はリクエストを確認できません。 もう一度やり直してください。" - -#: ../../include/functions_html.php:7477 -msgid "Primary group cannot be secondary too." -msgstr "プライマリグループはセカンダリにできません。" - -#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881 -#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885 -msgid "Go to top" -msgstr "トップへ行く " - -#: ../../include/functions_html.php:7984 -#, fuzzy -msgid "Last 24hr" -msgstr "直近 24時間" - -#: ../../include/functions_html.php:7987 -#, fuzzy -msgid "Past week" -msgstr "先週" - -#: ../../include/functions_html.php:7988 -#, fuzzy -msgid "Past month" -msgstr "先月" - -#: ../../include/functions_html.php:7990 -#, fuzzy -msgid "Last 15 days" -msgstr "直近 7日" - -#: ../../include/functions_html.php:7993 -#, fuzzy -msgid "Chose start/end date period" -msgstr "開始・終了日を設定" - -#: ../../include/functions_html.php:8425 -msgid "Check mail configuration" -msgstr "メール設定確認" - -#: ../../include/functions_html.php:8457 -msgid "Jump to" -msgstr "" - -#: ../../include/functions_notifications.php:804 -#, fuzzy -msgid "Enable user configuration" -msgstr "Integria ユーザ設定" - -#: ../../include/functions_notifications.php:849 -msgid "Subtype customization" -msgstr "サブタイプのカスタマイズ" - -#: ../../include/functions_notifications.php:876 -msgid "Notified users" -msgstr "通知されたユーザ" - -#: ../../include/functions_notifications.php:876 -msgid "Notified groups" -msgstr "通知されたグループ" - -#: ../../include/functions_notifications.php:877 -msgid "Add users" -msgstr "ユーザ追加" - -#: ../../include/functions_notifications.php:877 -msgid "Add groups" -msgstr "グループ追加" - -#: ../../include/functions_notifications.php:878 -msgid "Delete users" -msgstr "ユーザ削除" - -#: ../../include/functions_notifications.php:878 -msgid "Delete groups" -msgstr "グループ削除" - -#: ../../include/functions_notifications.php:974 -msgid "Add elements" -msgstr "要素追加" - -#: ../../include/functions_notifications.php:988 -msgid "Remove elements" -msgstr "要素削除" - -#: ../../include/functions_notifications.php:1082 -#, fuzzy -msgid "Show all" -msgstr "ラベル表示" - -#: ../../include/functions_notifications.php:1086 -#, fuzzy -msgid "History DB" -msgstr "履歴" - -#: ../../include/functions_notifications.php:1090 -#, fuzzy -msgid "Pandora DB" -msgstr "Pandora FMS" - -#: ../../include/functions_notifications.php:1098 -#, fuzzy -msgid "Allow override" -msgstr "アラート一覧" - -#: ../../include/functions_notifications.php:1130 -#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266 -#: ../../mobile/operation/events.php:1049 -#: ../../mobile/operation/modules.php:325 -#, fuzzy -msgid "Apply filter" -msgstr "フィルタの適用" - -#: ../../include/functions_notifications.php:1160 -#, fuzzy -msgid "See all notifications" -msgstr "ユーザ通知" - -#: ../../include/functions_notifications.php:1176 -#, fuzzy -msgid "Mark all as read" -msgstr "既読にする" - -#: ../../include/functions_notifications.php:1232 -msgid "Click here to get more information" -msgstr "詳細についてはこちらをクリックしてください" - -#: ../../include/functions_notifications.php:1270 -msgid ". Read More..." -msgstr "" - -#: ../../include/functions_reports.php:651 -#: ../../include/functions_reports.php:1193 -#: ../../include/functions_reporting.php:11201 -#: ../../include/functions_reporting.php:11361 -msgid "Simple graph" -msgstr "単一グラフ" - -#: ../../include/functions_reports.php:655 -msgid "Simple baseline graph" -msgstr "シンプルベースライングラフ" - -#: ../../include/functions_reports.php:673 -msgid "SQL vertical bar graph" -msgstr "SQL 縦棒グラフ" - -#: ../../include/functions_reports.php:677 -msgid "SQL pie graph" -msgstr "SQL 円グラフ" - -#: ../../include/functions_reports.php:681 -msgid "SQL horizontal bar graph" -msgstr "SQL 横棒グラフ" - -#: ../../include/functions_reports.php:688 -msgid "Automatic combined Graph" -msgstr "自動合成グラフ" - -#: ../../include/functions_reports.php:694 -msgid "Availability graph" -msgstr "可用性グラフ" - -#: ../../include/functions_reports.php:699 -msgid "Module Histogram graph" -msgstr "モジュールヒストグラムグラフ" - -#: ../../include/functions_reports.php:704 -msgid "IPAM" -msgstr "IPAM" - -#: ../../include/functions_reports.php:705 -msgid "IPAM networks" -msgstr "IPAM ネットワーク" - -#: ../../include/functions_reports.php:710 -#: ../../include/functions_reports.php:715 -#: ../../include/functions_reports.php:719 -#: ../../include/functions_reports.php:723 -#: ../../include/functions_reports.php:729 -msgid "SLA" -msgstr "SLA" - -#: ../../include/functions_reports.php:711 -#: ../../include/functions_reporting.php:1144 -msgid "S.L.A." -msgstr "SLA" - -#: ../../include/functions_reports.php:716 -msgid "Monthly S.L.A." -msgstr "月次 S.L.A." - -#: ../../include/functions_reports.php:720 -msgid "Weekly S.L.A." -msgstr "週次 S.L.A." - -#: ../../include/functions_reports.php:724 -msgid "Hourly S.L.A." -msgstr "1時間ごとの S.L.A." - -#: ../../include/functions_reports.php:730 -msgid "Services S.L.A." -msgstr "サービス SLA" - -#: ../../include/functions_reports.php:736 -#: ../../include/functions_reports.php:740 -msgid "Forecasting" -msgstr "予測" - -#: ../../include/functions_reports.php:737 -msgid "Prediction date" -msgstr "予測日" - -#: ../../include/functions_reports.php:746 -msgid "Avg. value" -msgstr "平均値" - -#: ../../include/functions_reports.php:750 -msgid "Max. value" -msgstr "最大値" - -#: ../../include/functions_reports.php:754 -msgid "Min. value" -msgstr "最小値" - -#: ../../include/functions_reports.php:758 -msgid "Monitor report" -msgstr "モニタ項目レポート" - -#: ../../include/functions_reports.php:762 -msgid "Serialize data" -msgstr "データの並び" - -#: ../../include/functions_reports.php:770 -msgid "Historical Data" -msgstr "保存データ" - -#: ../../include/functions_reports.php:782 -#, fuzzy -msgid "Service Level Detailed" -msgstr "選択済サービス" - -#: ../../include/functions_reports.php:786 -#: ../../include/functions_reports.php:792 -#: ../../include/functions_reports.php:798 -#: ../../include/functions_reports.php:804 -#: ../../include/functions_reports.php:810 -#: ../../include/functions_reports.php:817 -#: ../../include/functions_reports.php:822 -#: ../../include/functions_reports.php:829 -#: ../../include/functions_reports.php:835 -#: ../../include/functions_reports.php:839 -#: ../../include/functions_reports.php:844 -#: ../../include/functions_reports.php:850 -msgid "Grouped" -msgstr "グループ化" - -#: ../../include/functions_reports.php:793 -#: ../../include/functions_reports.php:799 -msgid "Group report" -msgstr "グループレポート" - -#: ../../include/functions_reports.php:805 -#: ../../include/functions_reporting.php:3930 -msgid "Exception" -msgstr "例外" - -#: ../../include/functions_reports.php:818 -msgid "Agents/Modules status" -msgstr "エージェント/モジュール状態" - -#: ../../include/functions_reports.php:836 -msgid "Top n" -msgstr "トップ n" - -#: ../../include/functions_reports.php:840 -msgid "Network interfaces" -msgstr "ネットワークインタフェース" - -#: ../../include/functions_reports.php:845 -msgid "Custom Render" -msgstr "カスタムレンダリング" - -#: ../../include/functions_reports.php:855 -#: ../../include/functions_reports.php:859 -msgid "Text/HTML " -msgstr "テキスト/HTML " - -#: ../../include/functions_reports.php:860 -msgid "Import text from URL" -msgstr "URL からテキストをインポート" - -#: ../../include/functions_reports.php:865 -msgid "Module alert report" -msgstr "モジュールアラートレポート" - -#: ../../include/functions_reports.php:869 -msgid "Agent alert report " -msgstr "エージェントアラートレポート " - -#: ../../include/functions_reports.php:875 -msgid "Group alert report" -msgstr "グループアラートレポート" - -#: ../../include/functions_reports.php:881 -msgid "Actions alert report " -msgstr "アクションアラートレポート" - -#: ../../include/functions_reports.php:886 -msgid "Module event report" -msgstr "モジュールイベントレポート" - -#: ../../include/functions_reports.php:890 -msgid "Agent event report" -msgstr "エージェントイベントレポート" - -#: ../../include/functions_reports.php:894 -msgid "Group event report" -msgstr "グループイベントレポート" - -#: ../../include/functions_reports.php:900 -msgid "Agents inventory" -msgstr "エージェントインベントリ" - -#: ../../include/functions_reports.php:907 -msgid "Modules inventory" -msgstr "モジュールインベントリ" - -#: ../../include/functions_reports.php:919 -msgid "Inventory changes" -msgstr "インベントリ変更" - -#: ../../include/functions_reports.php:927 -#: ../../include/functions_reporting.php:7350 -msgid "Agent configuration" -msgstr "エージェント設定" - -#: ../../include/functions_reports.php:931 -#: ../../include/functions_reporting.php:5603 -msgid "Group configuration" -msgstr "グループ設定" - -#: ../../include/functions_reports.php:935 -msgid "Netflow area chart" -msgstr "Netflow 塗り潰しグラフ" - -#: ../../include/functions_reports.php:939 -msgid "Netflow data table" -msgstr "Netflow データ表" - -#: ../../include/functions_reports.php:943 -msgid "Netflow summary table" -msgstr "Netflow サマリ表" - -#: ../../include/functions_reports.php:947 -#: ../../include/functions_reporting.php:6981 -msgid "Netflow top-N connections" -msgstr "Netflow トップ N 接続" - -#: ../../include/functions_reports.php:953 -#: ../../include/functions_reports.php:958 -msgid "Log" -msgstr "ログ" - -#: ../../include/functions_reports.php:954 -msgid "Log report" -msgstr "ログレポート" - -#: ../../include/functions_reports.php:959 -#, fuzzy -msgid "Log report by period" -msgstr "ログレポート" - -#: ../../include/functions_reports.php:965 -#: ../../include/functions_reports.php:966 -#: ../../include/functions_reporting.php:5481 -msgid "Permissions report" -msgstr "権限レポート" - -#: ../../include/functions_reports.php:970 -#: ../../include/functions_reports.php:975 -msgid "NCM" -msgstr "NCM" - -#: ../../include/functions_reports.php:971 -#, fuzzy -msgid "NCM configuration changes" -msgstr "設定変更" - -#: ../../include/functions_reports.php:976 -#, fuzzy -msgid "NCM devices list" -msgstr "NCM デバイス" - -#: ../../include/functions_reports.php:981 -#: ../../include/functions_reports.php:986 -#: ../../include/functions_reports.php:991 -#: ../../include/functions_reports.php:996 -#: ../../include/functions_reports.php:1001 -#: ../../include/functions_reports.php:1006 -#: ../../include/functions_reports.php:1011 -#: ../../operation/agentes/ver_agente.php:1941 -#: ../../operation/agentes/ver_agente.php:1945 -#: ../../operation/agentes/ver_agente.php:2173 -#, fuzzy -msgid "Security hardening" -msgstr "セキュリティレベル" - -#: ../../include/functions_reports.php:1002 -#, fuzzy -msgid "List of checks" -msgstr "最新の確認" - -#: ../../include/functions_reports.php:1017 -#, fuzzy -msgid "Severity graph bar" -msgstr "ユーザで分類したイベントグラフ" - -#: ../../include/functions_reports.php:1022 -msgid "Attack complexity doughnut chart" -msgstr "" - -#: ../../include/functions_reports.php:1027 -msgid "By packages in pie chart" -msgstr "" - -#: ../../include/functions_reports.php:1032 -#, fuzzy -msgid "Detailed security report" -msgstr "エージェントアラートレポート " - -#: ../../include/functions_reports.php:1037 -#, fuzzy -msgid "Vulnerabilities of agent" -msgstr "エージェントでアラート発報" - -#: ../../include/functions_reports.php:1042 -#, fuzzy -msgid "Top-N agents with more risk" -msgstr "モジュールが定義されたエージェントがありません。" - -#: ../../include/functions_reports.php:1047 -#, fuzzy -msgid "Top-N common vulnerabilities" -msgstr "トップ N 接続" - -#: ../../include/functions_reports.php:1176 -msgid "Macro" -msgstr "マクロ" - -#: ../../include/functions_reports.php:1190 -#: ../../include/functions_reports.php:1320 -msgid "String" -msgstr "文字列" - -#: ../../include/functions_reports.php:1191 -#: ../../include/functions_reports.php:1320 -#: ../../include/functions_reports.php:1340 -msgid "Sql" -msgstr "SQL" - -#: ../../include/functions_reports.php:1192 -msgid "Graph Sql" -msgstr "グラフ SQL" - -#: ../../include/functions_reports.php:1490 -msgid "Period " -msgstr "期間 " - -#: ../../include/functions_visual_map.php:2640 -msgid "Agent successfully added to layout" -msgstr "エージェントが追加されました。" - -#: ../../include/functions_visual_map.php:2837 -msgid "Modules successfully added to layout" -msgstr "モジュールが追加されました。" - -#: ../../include/functions_visual_map.php:3127 -msgid "Agents successfully added to layout" -msgstr "レイアウトにエージェントを追加しました" - -#: ../../include/functions_visual_map.php:3532 -msgid "Cannot load the visualmap" -msgstr "ビジュアルマップを読み込めません" - -#: ../../include/functions_reporting.php:170 -msgid "You have no memory for this operation, increase the memory limit." -msgstr "" - -#: ../../include/functions_reporting.php:410 -msgid " agents" -msgstr " エージェント" - -#: ../../include/functions_reporting.php:420 -msgid " modules" -msgstr " モジュール" - -#: ../../include/functions_reporting.php:1190 -#: ../../include/functions_reporting.php:9807 -msgid "There are no SLAs defined" -msgstr "SLA が定義されていません。" - -#: ../../include/functions_reporting.php:1265 -#: ../../include/functions_reporting.php:10185 -msgid "Inverse" -msgstr "反転" - -#: ../../include/functions_reporting.php:1704 -msgid "Top N" -msgstr "トップ N" - -#: ../../include/functions_reporting.php:1728 -#: ../../operation/snmpconsole/snmp_statistics.php:171 -#: ../../operation/snmpconsole/snmp_statistics.php:245 -#, php-format -msgid "Top %d" -msgstr "トップ %d" - -#: ../../include/functions_reporting.php:1890 -msgid "Insuficient data" -msgstr "不十分なデータ" - -#: ../../include/functions_reporting.php:2256 -msgid "Event Report Group" -msgstr "イベントレポートグループ" - -#: ../../include/functions_reporting.php:2286 -msgid "Exclude " -msgstr "除外 " - -#: ../../include/functions_reporting.php:2627 -msgid "Event Report Module" -msgstr "イベントレポートモジュール" - -#: ../../include/functions_reporting.php:3209 -msgid "Inventory Changes" -msgstr "インベントリ変更" - -#: ../../include/functions_reporting.php:3282 -msgid "No changes found." -msgstr "変更が見つかりません。" - -#: ../../include/functions_reporting.php:3525 -msgid "Agent/Modules" -msgstr "エージェント/モジュール" - -#: ../../include/functions_reporting.php:3622 -msgid "Agent/Modules Status" -msgstr "エージェント/モジュール状態" - -#: ../../include/functions_reporting.php:3813 -#, fuzzy -msgid "End of life report" -msgstr "レポートの編集" - -#: ../../include/functions_reporting.php:3951 -msgid "Exception - Everything" -msgstr "例外 - 全て" - -#: ../../include/functions_reporting.php:3957 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "例外 - モジュールが %s 以上" - -#: ../../include/functions_reporting.php:3960 -#, php-format -msgid "Modules over or equal to %s" -msgstr "%s 以上のモジュール" - -#: ../../include/functions_reporting.php:3965 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "例外 - モジュールが %s 以下" - -#: ../../include/functions_reporting.php:3968 -#, php-format -msgid "Modules under or equal to %s" -msgstr "%s 以下のモジュール" - -#: ../../include/functions_reporting.php:3973 -#, php-format -msgid "Exception - Modules under %s" -msgstr "例外 - モジュールが %s 未満" - -#: ../../include/functions_reporting.php:3976 -#, php-format -msgid "Modules under %s" -msgstr "%s 未満のモジュール" - -#: ../../include/functions_reporting.php:3981 -#, php-format -msgid "Exception - Modules over %s" -msgstr "例外 - モジュールが %s より大きい" - -#: ../../include/functions_reporting.php:3984 -#, php-format -msgid "Modules over %s" -msgstr "%s を超えるモジュール" - -#: ../../include/functions_reporting.php:3989 -#, php-format -msgid "Exception - Equal to %s" -msgstr "例外 - %s と同じ" - -#: ../../include/functions_reporting.php:3992 -#, php-format -msgid "Equal to %s" -msgstr "%s と同じ" - -#: ../../include/functions_reporting.php:3997 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "例外 - %s と異なる" - -#: ../../include/functions_reporting.php:4000 -#, php-format -msgid "Not equal to %s" -msgstr "%s と異なる" - -#: ../../include/functions_reporting.php:4004 -msgid "Exception - Modules at normal status" -msgstr "例外 - モジュールが正常状態" - -#: ../../include/functions_reporting.php:4005 -msgid "Modules at normal status" -msgstr "正常状態のモジュール" - -#: ../../include/functions_reporting.php:4009 -msgid "Exception - Modules at critical or warning status" -msgstr "例外 - モジュールが障害または警告状態" - -#: ../../include/functions_reporting.php:4010 -msgid "Modules at critical or warning status" -msgstr "障害または警告状態のモジュール" - -#: ../../include/functions_reporting.php:4290 -msgid "There are no Modules under those conditions." -msgstr "これらの条件のモジュールはありません。" - -#: ../../include/functions_reporting.php:4294 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "%s 以上のモジュールがありません。" - -#: ../../include/functions_reporting.php:4298 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "%s 以下のモジュールがありません。" - -#: ../../include/functions_reporting.php:4302 -#, php-format -msgid "There are no Modules less %s." -msgstr "%s 未満のモジュールがありません。" - -#: ../../include/functions_reporting.php:4306 -#, php-format -msgid "There are no Modules over %s." -msgstr "%s を超えるモジュールがありません。" - -#: ../../include/functions_reporting.php:4310 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "%s と同じモジュールがありません。" - -#: ../../include/functions_reporting.php:4314 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "%s と異なるモジュールがありません。" - -#: ../../include/functions_reporting.php:4318 -msgid "There are no Modules normal status" -msgstr "正常状態のモジュールがありません" - -#: ../../include/functions_reporting.php:4322 -msgid "There are no Modules at critial or warning status" -msgstr "障害または警告状態のモジュールはありません" - -#: ../../include/functions_reporting.php:4556 -msgid "Group Report" -msgstr "グループレポート" - -#: ../../include/functions_reporting.php:4753 -msgid "Event Report Agent" -msgstr "イベントレポートエージェント" - -#: ../../include/functions_reporting.php:5172 -msgid "Database Serialized" -msgstr "データベースの並び" - -#: ../../include/functions_reporting.php:5368 -msgid "Last Value" -msgstr "最新の値" - -#: ../../include/functions_reporting.php:5418 -#: ../../include/functions_reporting.php:5461 -msgid "No data to display within the selected interval" -msgstr "選択した期間では表示するデータがありません" - -#: ../../include/functions_reporting.php:5692 -msgid "Network interfaces report" -msgstr "ネットワークインタフェースレポート" - -#: ../../include/functions_reporting.php:5786 -msgid "Custom render report" -msgstr "カスタムレンダリングレポート" - -#: ../../include/functions_reporting.php:5806 -#, fuzzy -msgid "Error decoded json macros definition" -msgstr "マクロ定義" - -#: ../../include/functions_reporting.php:5833 -#: ../../include/functions_reporting.php:5859 -msgid "" -"This query is insecure, it could apply unwanted modiffications on the schema" -msgstr "" -"このクエリは安全ではなく、スキーマに不要な変更を適用する可能性があります" - -#: ../../include/functions_reporting.php:6038 -msgid "The group has no agents or none of the agents has any network interface" -msgstr "" -"グループにエージェントが無いか、ネットワークインタフェースのあるエージェント" -"がありません" - -#: ../../include/functions_reporting.php:6063 -msgid "bytes/s" -msgstr "バイト/秒" - -#: ../../include/functions_reporting.php:6183 -msgid "Alert Report Group" -msgstr "アラートレポートグループ" - -#: ../../include/functions_reporting.php:6363 -msgid "Alert Report Agent" -msgstr "アラートレポートエージェント" - -#: ../../include/functions_reporting.php:6530 -msgid "Alert Report Module" -msgstr "アラートレポートモジュール" - -#: ../../include/functions_reporting.php:6733 -msgid "SQL Graph Vertical Bars" -msgstr "SQL縦棒グラフ" - -#: ../../include/functions_reporting.php:6737 -msgid "SQL Graph Horizontal Bars" -msgstr "SQL横棒グラフ" - -#: ../../include/functions_reporting.php:6741 -msgid "SQL Graph Pie" -msgstr "SQL円グラフ" - -#: ../../include/functions_reporting.php:6826 -msgid "Monitor Report" -msgstr "モニタレポート" - -#: ../../include/functions_reporting.php:6969 -msgid "Netflow Area" -msgstr "Netflow塗りつぶしグラフ" - -#: ../../include/functions_reporting.php:6973 -msgid "Netflow Summary" -msgstr "Netflow 概要" - -#: ../../include/functions_reporting.php:6977 -msgid "Netflow Data" -msgstr "Netflowデータ" - -#: ../../include/functions_reporting.php:6985 -msgid "Unknown report" -msgstr "不明レポート" - -#: ../../include/functions_reporting.php:7084 -msgid "InBound/Outbound traffic per SrcIP/DestIP" -msgstr "" - -#: ../../include/functions_reporting.php:7104 -msgid "Prediction Date" -msgstr "予測日時" - -#: ../../include/functions_reporting.php:7540 -msgid "AVG. Value" -msgstr "平均値" - -#: ../../include/functions_reporting.php:7969 -msgid "SQL" -msgstr "SQL" - -#: ../../include/functions_reporting.php:7998 -#, php-format -msgid "Failed to connect to node %s" -msgstr "ノード %s への接続に失敗しました" - -#: ../../include/functions_reporting.php:8177 -#, fuzzy -msgid "" -"Illegal query: due to security restrictions, there are some tokens or words " -"you cannot use: *, delete, drop, alter, modify, password, pass, insert or " -"update." -msgstr "" -"不正なクエリ: セキュリティ制限により、*, delete, drop, alter, modify, " -"password, pass, insert, update といったいくつかのトークンや単語は利用できませ" -"ん。" - -#: ../../include/functions_reporting.php:9590 -#: ../../include/functions_reporting.php:10308 -msgid "No Address" -msgstr "アドレスがありません" - -#: ../../include/functions_reporting.php:10607 -msgid "" -"The monitor have no data in this range of dates or monitor type is not " -"numeric" -msgstr "この日付範囲にデータが無いか、数値ではないタイプの監視項目です。" - -#: ../../include/functions_reporting.php:10625 -msgid "The monitor type is not numeric" -msgstr "監視タイプは数値ではありません。" - -#: ../../include/functions_reporting.php:11056 -msgid "Rate" -msgstr "率" - -#: ../../include/functions_reporting.php:11129 -msgid "Automatic combined graph" -msgstr "自動結合グラフ" - -#: ../../include/functions_reporting.php:12605 -#: ../../include/functions_reporting.php:12629 -#: ../../include/functions_reporting.php:12668 -msgid "Server health" -msgstr "サーバの正常性" - -#: ../../include/functions_reporting.php:12605 -#, php-format -msgid "%d Downed servers" -msgstr "停止サーバ数 %d" - -#: ../../include/functions_reporting.php:12610 -#: ../../include/functions_reporting.php:12633 -#: ../../include/functions_reporting.php:12674 -msgid "Monitor health" -msgstr "モニタ項目の正常性" - -#: ../../include/functions_reporting.php:12610 -#, php-format -msgid "%d Not Normal monitors" -msgstr "非正常数 %d" - -#: ../../include/functions_reporting.php:12610 -#: ../../include/functions_reporting.php:12634 -msgid "of monitors up" -msgstr "のモニタ項目が正常です。" - -#: ../../include/functions_reporting.php:12615 -#: ../../include/functions_reporting.php:12637 -#: ../../include/functions_reporting.php:12680 -msgid "Module sanity" -msgstr "モジュール" - -#: ../../include/functions_reporting.php:12615 -#, php-format -msgid "%d Not inited monitors" -msgstr "未初期化数 %d" - -#: ../../include/functions_reporting.php:12615 -#: ../../include/functions_reporting.php:12638 -msgid "of total modules inited" -msgstr "のモジュールが初期化済みです。" - -#: ../../include/functions_reporting.php:12620 -#: ../../include/functions_reporting.php:13792 -#: ../../include/functions_reporting.php:13802 -#, php-format -msgid "%d Fired alerts" -msgstr "アラート発報数 %d" - -#: ../../include/functions_reporting.php:12620 -#: ../../include/functions_reporting.php:12642 -msgid "of defined alerts not fired" -msgstr "の定義済みアラートが未発生です。" - -#: ../../include/functions_reporting.php:12953 -msgid "Defined users" -msgstr "定義済ユーザ" - -#: ../../include/functions_reporting.php:13649 -msgid "Agent without data" -msgstr "データの無いエージェント" - -#: ../../include/functions_reporting.php:13778 -#: ../../include/functions_reporting.php:13787 -#, php-format -msgid "%d Total modules" -msgstr "全モジュール数 %d" - -#: ../../include/functions_reporting.php:13779 -#, php-format -msgid "%d Modules in normal status" -msgstr "%d モジュールが正常状態" - -#: ../../include/functions_reporting.php:13780 -#, php-format -msgid "%d Modules in critical status" -msgstr "%d モジュールが障害状態" - -#: ../../include/functions_reporting.php:13781 -#, php-format -msgid "%d Modules in warning status" -msgstr "%d モジュールが警告状態" - -#: ../../include/functions_reporting.php:13782 -#, php-format -msgid "%d Modules in unknown status" -msgstr "%d モジュールが不明状態" - -#: ../../include/functions_reporting.php:13783 -#, php-format -msgid "%d Modules in not init status" -msgstr "%d モジュールが未初期化状態" - -#: ../../include/functions_reporting.php:13788 -#, php-format -msgid "%d Normal modules" -msgstr "正常モジュール数 %d" - -#: ../../include/functions_reporting.php:13789 -#, php-format -msgid "%d Critical modules" -msgstr "障害モジュール数 %d" - -#: ../../include/functions_reporting.php:13790 -#, php-format -msgid "%d Warning modules" -msgstr "警告モジュール数 %d" - -#: ../../include/functions_reporting.php:13791 -#, php-format -msgid "%d Unknown modules" -msgstr "不明モジュール数 %d" - -#: ../../include/functions_reporting.php:13796 -#, php-format -msgid "%d Total agents" -msgstr "全エージェント数 %d" - -#: ../../include/functions_reporting.php:13797 -#, php-format -msgid "%d Normal agents" -msgstr "正常エージェント数 %d" - -#: ../../include/functions_reporting.php:13798 -#, php-format -msgid "%d Critical agents" -msgstr "障害エージェント数 %d" - -#: ../../include/functions_reporting.php:13799 -#, php-format -msgid "%d Warning agents" -msgstr "警告エージェント数 %d" - -#: ../../include/functions_reporting.php:13800 -#, php-format -msgid "%d Unknown agents" -msgstr "不明エージェント数 %d" - -#: ../../include/functions_reporting.php:13801 -#, php-format -msgid "%d not init agents" -msgstr "%d 未初期化エージェント" - -#: ../../include/functions_reporting.php:15238 -msgid "Total running modules" -msgstr "全実行中モジュール数" - -#: ../../include/functions_reporting.php:15241 -#: ../../include/functions_reporting.php:15256 -#: ../../include/functions_reporting.php:15268 -#: ../../include/functions_reporting.php:15286 -#: ../../include/functions_reporting.php:15298 -#: ../../include/functions_reporting.php:15310 -#: ../../include/functions_reporting.php:15322 -msgid "Ratio" -msgstr "比率" - -#: ../../include/functions_reporting.php:15241 -#: ../../include/functions_reporting.php:15256 -#: ../../include/functions_reporting.php:15268 -#: ../../include/functions_reporting.php:15286 -#: ../../include/functions_reporting.php:15298 -#: ../../include/functions_reporting.php:15310 -#: ../../include/functions_reporting.php:15322 -msgid "Modules by second" -msgstr "秒ごとのモジュール" - -#: ../../include/functions_reporting.php:15253 -msgid "Local modules" -msgstr "ローカルモジュール数" - -#: ../../include/functions_reporting.php:15263 -msgid "Network modules" -msgstr "ネットワークモジュール" - -#: ../../include/functions_reporting.php:15282 -msgid "Plugin modules" -msgstr "プラグインモジュール" - -#: ../../include/functions_reporting.php:15294 -msgid "Prediction modules" -msgstr "予測モジュール" - -#: ../../include/functions_reporting.php:15306 -msgid "WMI modules" -msgstr "WMIモジュール" - -#: ../../include/functions_reporting.php:15318 -msgid "Web modules" -msgstr "Webモジュール" - -#: ../../include/functions_reporting.php:15478 -msgid "Start condition" -msgstr "開始状態" - -#: ../../include/functions_reporting.php:15478 -msgid "Stop condition" -msgstr "停止状態" - -#: ../../include/functions_reporting.php:15488 -msgid "Weekly:" -msgstr "週次:" - -#: ../../include/functions_reporting.php:15530 -msgid "Monthly:" -msgstr "月次:" - -#: ../../include/functions_reporting.php:16081 -msgid "Module Histogram Graph" -msgstr "モジュールヒストグラム" - -#: ../../include/functions_reporting.php:16435 -msgid "Greetings" -msgstr "挨拶" - -#: ../../include/functions_reporting.php:16437 -msgid "Attached to this email there's a PDF file of the" -msgstr "このメールには次の PDF ファイルが添付されます:" - -#: ../../include/functions_reporting.php:16438 -msgid "report" -msgstr "レポート" - -#: ../../include/functions_reporting.php:16441 -#: ../../mobile/include/functions_web.php:84 -#: ../../mobile/include/ui.class.php:327 -msgid "Generated at" -msgstr "更新日時:" - -#: ../../include/functions_reporting.php:16443 -msgid "Thanks for your time." -msgstr "お時間いただきありがとうございます。" - -#: ../../include/functions_reporting.php:16445 -msgid "Best regards, Pandora FMS" -msgstr "よろしくお願いします。Pandora FMS" - -#: ../../include/functions_reporting.php:16447 -msgid "" -"This is an automatically generated email from Pandora FMS, please do not " -"reply." -msgstr "" -"これは、Pandora FMS から自動生成されたメールです。返信しないでください。" +#: ../../include/functions_events.php:75 ../../include/functions_events.php:101 +#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806 +#: ../../operation/events/events.php:868 +msgid "ALERT" +msgstr "アラート" #: ../../include/functions_events.php:194 msgid "NEW" @@ -36091,6 +34738,15 @@ msgstr "承諾済" msgid "Event id" msgstr "イベント ID" +#: ../../include/functions_events.php:252 +#: ../../include/functions_events.php:2571 +#: ../../include/functions_events.php:5012 +#: ../../include/functions_reporting_html.php:1965 +#: ../../include/functions_reporting_html.php:1973 +#: ../../include/functions_reporting_html.php:6580 +msgid "Event name" +msgstr "イベント名" + #: ../../include/functions_events.php:259 msgid "Agent module" msgstr "エージェントモジュール" @@ -36109,6 +34765,16 @@ msgstr "モジュールカスタム ID" msgid "Could not connect: %s" msgstr "接続できませんでした: %s" +#: ../../include/functions_events.php:2539 +#: ../../include/functions_events.php:2542 +#: ../../include/functions_reporting.php:2368 +#: ../../include/functions_reporting.php:2744 +#: ../../include/functions_reporting_html.php:7458 +#: ../../include/functions_reporting_html.php:7617 +#: ../../mobile/operation/events.php:1187 +msgid "No events" +msgstr "イベントがありません。" + #: ../../include/functions_events.php:2552 msgid "Latest events" msgstr "最新のイベント" @@ -36117,6 +34783,33 @@ msgstr "最新のイベント" msgid "V." msgstr "V." +#: ../../include/functions_events.php:2613 +#: ../../include/functions_events.php:4853 +#: ../../include/functions_reporting_html.php:1749 +#: ../../include/functions_reporting_html.php:1995 +#: ../../include/functions_reporting_html.php:3865 +#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894 +msgid "New event" +msgstr "新規イベント" + +#: ../../include/functions_events.php:2618 +#: ../../include/functions_events.php:4859 +#: ../../include/functions_reporting_html.php:1738 +#: ../../include/functions_reporting_html.php:2000 +#: ../../include/functions_reporting_html.php:3870 +#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907 +msgid "Event validated" +msgstr "承諾済" + +#: ../../include/functions_events.php:2623 +#: ../../include/functions_events.php:4865 +#: ../../include/functions_reporting_html.php:1743 +#: ../../include/functions_reporting_html.php:2005 +#: ../../include/functions_reporting_html.php:3875 +#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919 +msgid "Event in process" +msgstr "処理中イベント" + #: ../../include/functions_events.php:2958 msgid "Going to unknown" msgstr "不明状態になりました。" @@ -36277,14 +34970,1306 @@ msgstr "コマンド実行中: " msgid "Execute again" msgstr "再実行" -#: ../../include/functions_inventory.php:123 -#: ../../include/functions_inventory.php:1383 -msgid "No changes found" -msgstr "変更がありません" +#: ../../include/functions_reporting.php:170 +msgid "You have no memory for this operation, increase the memory limit." +msgstr "" -#: ../../include/functions_inventory.php:222 -msgid "Get CSV file" -msgstr "CSV ファイルを取得" +#: ../../include/functions_reporting.php:410 +msgid " agents" +msgstr " エージェント" + +#: ../../include/functions_reporting.php:420 +msgid " modules" +msgstr " モジュール" + +#: ../../include/functions_reporting.php:1190 +#: ../../include/functions_reporting.php:9818 +msgid "There are no SLAs defined" +msgstr "SLA が定義されていません。" + +#: ../../include/functions_reporting.php:1265 +#: ../../include/functions_reporting.php:10196 +msgid "Inverse" +msgstr "反転" + +#: ../../include/functions_reporting.php:1704 +msgid "Top N" +msgstr "トップ N" + +#: ../../include/functions_reporting.php:1728 +#: ../../operation/snmpconsole/snmp_statistics.php:171 +#: ../../operation/snmpconsole/snmp_statistics.php:245 +#, php-format +msgid "Top %d" +msgstr "トップ %d" + +#: ../../include/functions_reporting.php:1835 +#: ../../include/functions_reporting.php:4105 +#: ../../include/functions_reporting_html.php:1463 +#: ../../include/functions_reporting_html.php:5774 +#: ../../include/functions_reporting_html.php:6335 +#: ../../include/functions_reporting_html.php:6338 +msgid "There are no Agent/Modules defined" +msgstr "定義済のエージェント/モジュールがありません" + +#: ../../include/functions_reporting.php:1890 +msgid "Insuficient data" +msgstr "不十分なデータ" + +#: ../../include/functions_reporting.php:2256 +msgid "Event Report Group" +msgstr "イベントレポートグループ" + +#: ../../include/functions_reporting.php:2286 +#, fuzzy, php-format +msgid "Exclude %s" +msgstr "除外 " + +#: ../../include/functions_reporting.php:2627 +msgid "Event Report Module" +msgstr "イベントレポートモジュール" + +#: ../../include/functions_reporting.php:3209 +msgid "Inventory Changes" +msgstr "インベントリ変更" + +#: ../../include/functions_reporting.php:3282 +msgid "No changes found." +msgstr "変更が見つかりません。" + +#: ../../include/functions_reporting.php:3525 +msgid "Agent/Modules" +msgstr "エージェント/モジュール" + +#: ../../include/functions_reporting.php:3622 +msgid "Agent/Modules Status" +msgstr "エージェント/モジュール状態" + +#: ../../include/functions_reporting.php:3813 +#, fuzzy +msgid "End of life report" +msgstr "レポートの編集" + +#: ../../include/functions_reporting.php:3951 +msgid "Exception - Everything" +msgstr "例外 - 全て" + +#: ../../include/functions_reporting.php:3957 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "例外 - モジュールが %s 以上" + +#: ../../include/functions_reporting.php:3960 +#, php-format +msgid "Modules over or equal to %s" +msgstr "%s 以上のモジュール" + +#: ../../include/functions_reporting.php:3965 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "例外 - モジュールが %s 以下" + +#: ../../include/functions_reporting.php:3968 +#, php-format +msgid "Modules under or equal to %s" +msgstr "%s 以下のモジュール" + +#: ../../include/functions_reporting.php:3973 +#, php-format +msgid "Exception - Modules under %s" +msgstr "例外 - モジュールが %s 未満" + +#: ../../include/functions_reporting.php:3976 +#, php-format +msgid "Modules under %s" +msgstr "%s 未満のモジュール" + +#: ../../include/functions_reporting.php:3981 +#, php-format +msgid "Exception - Modules over %s" +msgstr "例外 - モジュールが %s より大きい" + +#: ../../include/functions_reporting.php:3984 +#, php-format +msgid "Modules over %s" +msgstr "%s を超えるモジュール" + +#: ../../include/functions_reporting.php:3989 +#, php-format +msgid "Exception - Equal to %s" +msgstr "例外 - %s と同じ" + +#: ../../include/functions_reporting.php:3992 +#, php-format +msgid "Equal to %s" +msgstr "%s と同じ" + +#: ../../include/functions_reporting.php:3997 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "例外 - %s と異なる" + +#: ../../include/functions_reporting.php:4000 +#, php-format +msgid "Not equal to %s" +msgstr "%s と異なる" + +#: ../../include/functions_reporting.php:4004 +msgid "Exception - Modules at normal status" +msgstr "例外 - モジュールが正常状態" + +#: ../../include/functions_reporting.php:4005 +msgid "Modules at normal status" +msgstr "正常状態のモジュール" + +#: ../../include/functions_reporting.php:4009 +msgid "Exception - Modules at critical or warning status" +msgstr "例外 - モジュールが障害または警告状態" + +#: ../../include/functions_reporting.php:4010 +msgid "Modules at critical or warning status" +msgstr "障害または警告状態のモジュール" + +#: ../../include/functions_reporting.php:4301 +msgid "There are no Modules under those conditions." +msgstr "これらの条件のモジュールはありません。" + +#: ../../include/functions_reporting.php:4305 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "%s 以上のモジュールがありません。" + +#: ../../include/functions_reporting.php:4309 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "%s 以下のモジュールがありません。" + +#: ../../include/functions_reporting.php:4313 +#, php-format +msgid "There are no Modules less %s." +msgstr "%s 未満のモジュールがありません。" + +#: ../../include/functions_reporting.php:4317 +#, php-format +msgid "There are no Modules over %s." +msgstr "%s を超えるモジュールがありません。" + +#: ../../include/functions_reporting.php:4321 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "%s と同じモジュールがありません。" + +#: ../../include/functions_reporting.php:4325 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "%s と異なるモジュールがありません。" + +#: ../../include/functions_reporting.php:4329 +msgid "There are no Modules normal status" +msgstr "正常状態のモジュールがありません" + +#: ../../include/functions_reporting.php:4333 +msgid "There are no Modules at critial or warning status" +msgstr "障害または警告状態のモジュールはありません" + +#: ../../include/functions_reporting.php:4567 +msgid "Group Report" +msgstr "グループレポート" + +#: ../../include/functions_reporting.php:4764 +msgid "Event Report Agent" +msgstr "イベントレポートエージェント" + +#: ../../include/functions_reporting.php:5183 +msgid "Database Serialized" +msgstr "データベースの並び" + +#: ../../include/functions_reporting.php:5379 +msgid "Last Value" +msgstr "最新の値" + +#: ../../include/functions_reporting.php:5429 +#: ../../include/functions_reporting.php:5472 +msgid "No data to display within the selected interval" +msgstr "選択した期間では表示するデータがありません" + +#: ../../include/functions_reporting.php:5703 +msgid "Network interfaces report" +msgstr "ネットワークインタフェースレポート" + +#: ../../include/functions_reporting.php:5797 +msgid "Custom render report" +msgstr "カスタムレンダリングレポート" + +#: ../../include/functions_reporting.php:5817 +#, fuzzy +msgid "Error decoded json macros definition" +msgstr "マクロ定義" + +#: ../../include/functions_reporting.php:5844 +#: ../../include/functions_reporting.php:5870 +msgid "" +"This query is insecure, it could apply unwanted modiffications on the schema" +msgstr "" +"このクエリは安全ではなく、スキーマに不要な変更を適用する可能性があります" + +#: ../../include/functions_reporting.php:6049 +msgid "The group has no agents or none of the agents has any network interface" +msgstr "" +"グループにエージェントが無いか、ネットワークインタフェースのあるエージェント" +"がありません" + +#: ../../include/functions_reporting.php:6074 +msgid "bytes/s" +msgstr "バイト/秒" + +#: ../../include/functions_reporting.php:6194 +msgid "Alert Report Group" +msgstr "アラートレポートグループ" + +#: ../../include/functions_reporting.php:6374 +msgid "Alert Report Agent" +msgstr "アラートレポートエージェント" + +#: ../../include/functions_reporting.php:6541 +msgid "Alert Report Module" +msgstr "アラートレポートモジュール" + +#: ../../include/functions_reporting.php:6744 +msgid "SQL Graph Vertical Bars" +msgstr "SQL縦棒グラフ" + +#: ../../include/functions_reporting.php:6748 +msgid "SQL Graph Horizontal Bars" +msgstr "SQL横棒グラフ" + +#: ../../include/functions_reporting.php:6752 +msgid "SQL Graph Pie" +msgstr "SQL円グラフ" + +#: ../../include/functions_reporting.php:6837 +msgid "Monitor Report" +msgstr "モニタレポート" + +#: ../../include/functions_reporting.php:6980 +msgid "Netflow Area" +msgstr "Netflow塗りつぶしグラフ" + +#: ../../include/functions_reporting.php:6984 +msgid "Netflow Summary" +msgstr "Netflow 概要" + +#: ../../include/functions_reporting.php:6988 +msgid "Netflow Data" +msgstr "Netflowデータ" + +#: ../../include/functions_reporting.php:6996 +msgid "Unknown report" +msgstr "不明レポート" + +#: ../../include/functions_reporting.php:7095 +msgid "InBound/Outbound traffic per SrcIP/DestIP" +msgstr "" + +#: ../../include/functions_reporting.php:7115 +msgid "Prediction Date" +msgstr "予測日時" + +#: ../../include/functions_reporting.php:7551 +msgid "AVG. Value" +msgstr "平均値" + +#: ../../include/functions_reporting.php:7792 +#: ../../include/functions_reporting_html.php:5146 +#: ../../include/functions_reporting_html.php:5153 +#: ../../include/functions_reporting_html.php:5161 +#: ../../include/functions_reporting_html.php:5172 +#: ../../include/functions_reporting_html.php:5177 +msgid "Lapse" +msgstr "経過" + +#: ../../include/functions_reporting.php:7980 +msgid "SQL" +msgstr "SQL" + +#: ../../include/functions_reporting.php:8009 +#, php-format +msgid "Failed to connect to node %s" +msgstr "ノード %s への接続に失敗しました" + +#: ../../include/functions_reporting.php:8188 +#, fuzzy +msgid "" +"Illegal query: due to security restrictions, there are some tokens or words " +"you cannot use: *, delete, drop, alter, modify, password, pass, insert or " +"update." +msgstr "" +"不正なクエリ: セキュリティ制限により、*, delete, drop, alter, modify, " +"password, pass, insert, update といったいくつかのトークンや単語は利用できませ" +"ん。" + +#: ../../include/functions_reporting.php:9601 +#: ../../include/functions_reporting.php:10319 +msgid "No Address" +msgstr "アドレスがありません" + +#: ../../include/functions_reporting.php:10618 +msgid "" +"The monitor have no data in this range of dates or monitor type is not " +"numeric" +msgstr "この日付範囲にデータが無いか、数値ではないタイプの監視項目です。" + +#: ../../include/functions_reporting.php:10636 +msgid "The monitor type is not numeric" +msgstr "監視タイプは数値ではありません。" + +#: ../../include/functions_reporting.php:11067 +msgid "Rate" +msgstr "率" + +#: ../../include/functions_reporting.php:11140 +msgid "Automatic combined graph" +msgstr "自動結合グラフ" + +#: ../../include/functions_reporting.php:12616 +#: ../../include/functions_reporting.php:12640 +#: ../../include/functions_reporting.php:12679 +msgid "Server health" +msgstr "サーバの正常性" + +#: ../../include/functions_reporting.php:12616 +#, php-format +msgid "%d Downed servers" +msgstr "停止サーバ数 %d" + +#: ../../include/functions_reporting.php:12621 +#: ../../include/functions_reporting.php:12644 +#: ../../include/functions_reporting.php:12685 +msgid "Monitor health" +msgstr "モニタ項目の正常性" + +#: ../../include/functions_reporting.php:12621 +#, php-format +msgid "%d Not Normal monitors" +msgstr "非正常数 %d" + +#: ../../include/functions_reporting.php:12621 +#: ../../include/functions_reporting.php:12645 +msgid "of monitors up" +msgstr "のモニタ項目が正常です。" + +#: ../../include/functions_reporting.php:12626 +#: ../../include/functions_reporting.php:12648 +#: ../../include/functions_reporting.php:12691 +msgid "Module sanity" +msgstr "モジュール" + +#: ../../include/functions_reporting.php:12626 +#, php-format +msgid "%d Not inited monitors" +msgstr "未初期化数 %d" + +#: ../../include/functions_reporting.php:12626 +#: ../../include/functions_reporting.php:12649 +msgid "of total modules inited" +msgstr "のモジュールが初期化済みです。" + +#: ../../include/functions_reporting.php:12631 +#: ../../include/functions_reporting.php:12652 +#: ../../include/functions_reporting.php:12697 +#: ../../include/functions_reporting_html.php:6486 +msgid "Alert level" +msgstr "アラートレベル" + +#: ../../include/functions_reporting.php:12631 +#: ../../include/functions_reporting.php:13803 +#: ../../include/functions_reporting.php:13813 +#, php-format +msgid "%d Fired alerts" +msgstr "アラート発報数 %d" + +#: ../../include/functions_reporting.php:12631 +#: ../../include/functions_reporting.php:12653 +msgid "of defined alerts not fired" +msgstr "の定義済みアラートが未発生です。" + +#: ../../include/functions_reporting.php:12964 +msgid "Defined users" +msgstr "定義済ユーザ" + +#: ../../include/functions_reporting.php:13660 +msgid "Agent without data" +msgstr "データの無いエージェント" + +#: ../../include/functions_reporting.php:13789 +#: ../../include/functions_reporting.php:13798 +#, php-format +msgid "%d Total modules" +msgstr "全モジュール数 %d" + +#: ../../include/functions_reporting.php:13790 +#, php-format +msgid "%d Modules in normal status" +msgstr "%d モジュールが正常状態" + +#: ../../include/functions_reporting.php:13791 +#, php-format +msgid "%d Modules in critical status" +msgstr "%d モジュールが障害状態" + +#: ../../include/functions_reporting.php:13792 +#, php-format +msgid "%d Modules in warning status" +msgstr "%d モジュールが警告状態" + +#: ../../include/functions_reporting.php:13793 +#, php-format +msgid "%d Modules in unknown status" +msgstr "%d モジュールが不明状態" + +#: ../../include/functions_reporting.php:13794 +#, php-format +msgid "%d Modules in not init status" +msgstr "%d モジュールが未初期化状態" + +#: ../../include/functions_reporting.php:13799 +#, php-format +msgid "%d Normal modules" +msgstr "正常モジュール数 %d" + +#: ../../include/functions_reporting.php:13800 +#, php-format +msgid "%d Critical modules" +msgstr "障害モジュール数 %d" + +#: ../../include/functions_reporting.php:13801 +#, php-format +msgid "%d Warning modules" +msgstr "警告モジュール数 %d" + +#: ../../include/functions_reporting.php:13802 +#, php-format +msgid "%d Unknown modules" +msgstr "不明モジュール数 %d" + +#: ../../include/functions_reporting.php:13807 +#, php-format +msgid "%d Total agents" +msgstr "全エージェント数 %d" + +#: ../../include/functions_reporting.php:13808 +#, php-format +msgid "%d Normal agents" +msgstr "正常エージェント数 %d" + +#: ../../include/functions_reporting.php:13809 +#, php-format +msgid "%d Critical agents" +msgstr "障害エージェント数 %d" + +#: ../../include/functions_reporting.php:13810 +#, php-format +msgid "%d Warning agents" +msgstr "警告エージェント数 %d" + +#: ../../include/functions_reporting.php:13811 +#, php-format +msgid "%d Unknown agents" +msgstr "不明エージェント数 %d" + +#: ../../include/functions_reporting.php:13812 +#, php-format +msgid "%d not init agents" +msgstr "%d 未初期化エージェント" + +#: ../../include/functions_reporting.php:15249 +msgid "Total running modules" +msgstr "全実行中モジュール数" + +#: ../../include/functions_reporting.php:15252 +#: ../../include/functions_reporting.php:15267 +#: ../../include/functions_reporting.php:15279 +#: ../../include/functions_reporting.php:15297 +#: ../../include/functions_reporting.php:15309 +#: ../../include/functions_reporting.php:15321 +#: ../../include/functions_reporting.php:15333 +msgid "Ratio" +msgstr "比率" + +#: ../../include/functions_reporting.php:15252 +#: ../../include/functions_reporting.php:15267 +#: ../../include/functions_reporting.php:15279 +#: ../../include/functions_reporting.php:15297 +#: ../../include/functions_reporting.php:15309 +#: ../../include/functions_reporting.php:15321 +#: ../../include/functions_reporting.php:15333 +msgid "Modules by second" +msgstr "秒ごとのモジュール" + +#: ../../include/functions_reporting.php:15264 +msgid "Local modules" +msgstr "ローカルモジュール数" + +#: ../../include/functions_reporting.php:15274 +msgid "Network modules" +msgstr "ネットワークモジュール" + +#: ../../include/functions_reporting.php:15293 +msgid "Plugin modules" +msgstr "プラグインモジュール" + +#: ../../include/functions_reporting.php:15305 +msgid "Prediction modules" +msgstr "予測モジュール" + +#: ../../include/functions_reporting.php:15317 +msgid "WMI modules" +msgstr "WMIモジュール" + +#: ../../include/functions_reporting.php:15329 +msgid "Web modules" +msgstr "Webモジュール" + +#: ../../include/functions_reporting.php:15489 +msgid "Start condition" +msgstr "開始状態" + +#: ../../include/functions_reporting.php:15489 +msgid "Stop condition" +msgstr "停止状態" + +#: ../../include/functions_reporting.php:15499 +msgid "Weekly:" +msgstr "週次:" + +#: ../../include/functions_reporting.php:15541 +msgid "Monthly:" +msgstr "月次:" + +#: ../../include/functions_reporting.php:16092 +msgid "Module Histogram Graph" +msgstr "モジュールヒストグラム" + +#: ../../include/functions_reporting.php:16446 +msgid "Greetings" +msgstr "挨拶" + +#: ../../include/functions_reporting.php:16448 +msgid "Attached to this email there's a PDF file of the" +msgstr "このメールには次の PDF ファイルが添付されます:" + +#: ../../include/functions_reporting.php:16449 +msgid "report" +msgstr "レポート" + +#: ../../include/functions_reporting.php:16452 +#: ../../mobile/include/functions_web.php:84 +#: ../../mobile/include/ui.class.php:327 +msgid "Generated at" +msgstr "更新日時:" + +#: ../../include/functions_reporting.php:16454 +msgid "Thanks for your time." +msgstr "お時間いただきありがとうございます。" + +#: ../../include/functions_reporting.php:16456 +msgid "Best regards, Pandora FMS" +msgstr "よろしくお願いします。Pandora FMS" + +#: ../../include/functions_reporting.php:16458 +msgid "" +"This is an automatically generated email from Pandora FMS, please do not " +"reply." +msgstr "" +"これは、Pandora FMS から自動生成されたメールです。返信しないでください。" + +#: ../../include/functions_reporting_html.php:111 +msgid "Label: " +msgstr "ラベル: " + +#: ../../include/functions_reporting_html.php:116 +#, fuzzy +msgid "Data time" +msgstr "データ画像" + +#: ../../include/functions_reporting_html.php:145 +msgid "Generated" +msgstr "生成日" + +#: ../../include/functions_reporting_html.php:148 +msgid "Report date" +msgstr "レポート日" + +#: ../../include/functions_reporting_html.php:157 +msgid "Items period before" +msgstr "次の日時以前" + +#: ../../include/functions_reporting_html.php:629 +msgid "Risk" +msgstr "" + +#: ../../include/functions_reporting_html.php:674 +#, fuzzy +msgid "CVE" +msgstr "CSVファイル" + +#: ../../include/functions_reporting_html.php:677 +#, fuzzy +msgid "Detection time" +msgstr "選択モード" + +#: ../../include/functions_reporting_html.php:680 +#, fuzzy +msgid "Attack Vector" +msgstr "添付エラー" + +#: ../../include/functions_reporting_html.php:684 +msgid "Scope" +msgstr "" + +#: ../../include/functions_reporting_html.php:685 +#, fuzzy +msgid "Confidentiality" +msgstr "認証情報" + +#: ../../include/functions_reporting_html.php:686 +#, fuzzy +msgid "Integrity" +msgstr "Integria ホスト" + +#: ../../include/functions_reporting_html.php:821 +msgid "SecMon" +msgstr "" + +#: ../../include/functions_reporting_html.php:825 +#, fuzzy +msgid "L.S. Change" +msgstr "L.S 変更" + +#: ../../include/functions_reporting_html.php:1204 +msgid "Max/Min Values" +msgstr "最大/最小値" + +#: ../../include/functions_reporting_html.php:1205 +msgid "SLA Limit" +msgstr "SLA 制限" + +#: ../../include/functions_reporting_html.php:1206 +msgid "SLA Compliance" +msgstr "SLA準拠" + +#: ../../include/functions_reporting_html.php:1239 +msgid "Global Time" +msgstr "グローバル時間" + +#: ../../include/functions_reporting_html.php:1240 +msgid "Time Total" +msgstr "合計時間" + +#: ../../include/functions_reporting_html.php:1241 +msgid "Time Failed" +msgstr "障害時間" + +#: ../../include/functions_reporting_html.php:1242 +#: ../../include/functions_reporting_html.php:5408 +msgid "Time OK" +msgstr "正常時間" + +#: ../../include/functions_reporting_html.php:1243 +#: ../../include/functions_reporting_html.php:5420 +msgid "Time Unknown" +msgstr "不明時間" + +#: ../../include/functions_reporting_html.php:1244 +msgid "Time Not Init" +msgstr "未初期化時間" + +#: ../../include/functions_reporting_html.php:1245 +msgid "Downtime" +msgstr "停止時間" + +#: ../../include/functions_reporting_html.php:1273 +msgid "Checks Time" +msgstr "確認数" + +#: ../../include/functions_reporting_html.php:1274 +msgid "Checks Total" +msgstr "合計確認数" + +#: ../../include/functions_reporting_html.php:1275 +msgid "Checks Failed" +msgstr "障害確認数" + +#: ../../include/functions_reporting_html.php:1276 +#: ../../include/functions_reporting_html.php:5502 +msgid "Checks OK" +msgstr "正常確認数" + +#: ../../include/functions_reporting_html.php:1277 +msgid "Checks Unknown" +msgstr "不明確認数" + +#: ../../include/functions_reporting_html.php:1295 +#: ../../include/functions_reporting_html.php:1334 +#: ../../include/functions_reporting_html.php:1405 +#: ../../include/functions_reporting_html.php:1483 +#: ../../include/functions_reporting_html.php:5584 +#: ../../include/functions_reporting_html.php:5731 +msgid "24 x 7" +msgstr "24時間365日" + +#: ../../include/functions_reporting_html.php:1531 +#: ../../include/functions_reporting_html.php:6141 +msgid "Not Init" +msgstr "未初期化" + +#: ../../include/functions_reporting_html.php:1536 +#: ../../include/functions_reporting_html.php:6146 +msgid "Downtimes" +msgstr "停止時間" + +#: ../../include/functions_reporting_html.php:1658 +#: ../../include/functions_reporting_html.php:3390 +#: ../../include/functions_reporting_html.php:5815 +#: ../../include/functions_reporting_html.php:6363 +msgid "Average Value" +msgstr "平均値" + +#: ../../include/functions_reporting_html.php:1715 +#: ../../include/functions_reporting_html.php:1723 +#: ../../include/functions_reporting_html.php:3852 +#, fuzzy +msgid "Validated by" +msgstr "承諾済み" + +#: ../../include/functions_reporting_html.php:1789 +#, php-format +msgid "%s System" +msgstr "%s システム" + +#: ../../include/functions_reporting_html.php:1879 +#: ../../include/functions_reporting_html.php:2103 +msgid "Events by user validator" +msgstr "承諾したユーザごとのイベント" + +#: ../../include/functions_reporting_html.php:1896 +#: ../../include/functions_reporting_html.php:2120 +msgid "Events by Severity" +msgstr "重要度ごとのイベント" + +#: ../../include/functions_reporting_html.php:1913 +#: ../../include/functions_reporting_html.php:2137 +msgid "Events validated vs unvalidated" +msgstr "承諾済と未承諾イベント" + +#: ../../include/functions_reporting_html.php:2279 +msgid "Sec. groups" +msgstr "セカンダリグループ" + +#: ../../include/functions_reporting_html.php:2299 +msgid "Remote conf." +msgstr "リモート設定" + +#: ../../include/functions_reporting_html.php:2447 +msgid "Agent secondary groups" +msgstr "エージェントセカンダリグループ" + +#: ../../include/functions_reporting_html.php:2966 +msgid "Cell turns grey when the module is in 'not initialize' status" +msgstr "青色のセルは、不明状態を示します。" + +#: ../../include/functions_reporting_html.php:3037 +msgid "Last time" +msgstr "最新日時" + +#: ../../include/functions_reporting_html.php:3121 +#, fuzzy +msgid "Agent / Module" +msgstr "エージェント - モジュール" + +#: ../../include/functions_reporting_html.php:3234 +#, fuzzy +msgid "OS Type" +msgstr "スキャンタイプ" + +#: ../../include/functions_reporting_html.php:3500 +#, fuzzy +msgid "Data view of all groups" +msgstr "全グループを開く" + +#: ../../include/functions_reporting_html.php:3630 +#, fuzzy +msgid "Group Description" +msgstr "説明" + +#: ../../include/functions_reporting_html.php:3713 +#, fuzzy +msgid "Distribution by OS" +msgstr "OS ディストリビューション" + +#: ../../include/functions_reporting_html.php:3975 +msgid "Events validated by user" +msgstr "ユーザで分類したイベント" + +#: ../../include/functions_reporting_html.php:3992 +#: ../../include/functions_reporting_html.php:7256 +msgid "Events by severity" +msgstr "重要度ごとのイベント" + +#: ../../include/functions_reporting_html.php:4009 +msgid "Amount events validated" +msgstr "承諾済みイベントの割合" + +#: ../../include/functions_reporting_html.php:4470 +msgid "Total summary" +msgstr "全体概要" + +#: ../../include/functions_reporting_html.php:4477 +msgid "No alerts fired" +msgstr "アラート未発報" + +#: ../../include/functions_reporting_html.php:4577 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "インタフェース '%s' スループットグラフ" + +#: ../../include/functions_reporting_html.php:4581 +msgid "Mac" +msgstr "Mac" + +#: ../../include/functions_reporting_html.php:4582 +msgid "Actual status" +msgstr "現在の状態" + +#: ../../include/functions_reporting_html.php:4953 +#: ../../include/functions_reporting_html.php:4955 +msgid "Empty modules" +msgstr "モジュールなし" + +#: ../../include/functions_reporting_html.php:5266 +msgid "From data" +msgstr "開始データ" + +#: ../../include/functions_reporting_html.php:5267 +msgid "To data" +msgstr "終了データ" + +#: ../../include/functions_reporting_html.php:5295 +msgid "Negative increase: " +msgstr "マイナス増加: " + +#: ../../include/functions_reporting_html.php:5297 +msgid "Positive increase: " +msgstr "プラス増加: " + +#: ../../include/functions_reporting_html.php:5299 +msgid "Neutral increase: " +msgstr "中立的な増加: " + +#: ../../include/functions_reporting_html.php:5426 +msgid "Time Not Init Module" +msgstr "未初期化モジュール時間" + +#: ../../include/functions_reporting_html.php:5432 +msgid "Time Downtime" +msgstr "計画停止時間" + +#: ../../include/functions_reporting_html.php:5437 +msgid "% Ok" +msgstr "正常%" + +#: ../../include/functions_reporting_html.php:5508 +msgid "Checks Warning" +msgstr "警告チェック" + +#: ../../include/functions_reporting_html.php:5514 +msgid "Checks Uknown" +msgstr "不明確認数" + +#: ../../include/functions_reporting_html.php:5553 +#: ../../include/functions_reporting_html.php:5700 +#: ../../include/functions_reporting_html.php:6027 +#: ../../include/functions_reporting_html.php:6033 +msgid "Primary" +msgstr "プライマリ" + +#: ../../include/functions_reporting_html.php:5813 +msgid "Agent min value" +msgstr "エージェント最小値" + +#: ../../include/functions_reporting_html.php:6269 +msgid "Sum" +msgstr "合計" + +#: ../../include/functions_reporting_html.php:6648 +msgid "Alert description" +msgstr "アラートの説明" + +#: ../../include/functions_reporting_html.php:6688 +#: ../../include/functions_reporting_html.php:6842 +#: ../../mobile/include/functions_web.php:24 +msgid "Monitor" +msgstr "モニタ項目" + +#: ../../include/functions_reporting_html.php:6741 +#, php-format +msgid "Agents in group: %s" +msgstr "グループに含まれるエージェント: %s" + +#: ../../include/functions_reporting_html.php:6843 +msgid "Last failure" +msgstr "最新の障害" + +#: ../../include/functions_reporting_html.php:6933 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:6967 +msgid "Monitors" +msgstr "モニタ項目" + +#: ../../include/functions_reporting_html.php:7146 +#: ../../include/functions_reporting_html.php:7151 +#: ../../operation/custom_fields/custom_fields_view.php:520 +msgid "Agents by status" +msgstr "状態ごとのエージェント" + +#: ../../include/functions_reporting_html.php:7207 +#: ../../include/functions_reporting_html.php:7212 +msgid "Node overview" +msgstr "ノードの概要" + +#: ../../include/functions_reporting_html.php:7232 +#: ../../include/functions_reporting_html.php:7244 +msgid "Critical events" +msgstr "障害イベント" + +#: ../../include/functions_reporting_html.php:7235 +#: ../../include/functions_reporting_html.php:7246 +msgid "Warning events" +msgstr "警告イベント" + +#: ../../include/functions_reporting_html.php:7238 +#: ../../include/functions_reporting_html.php:7248 +msgid "OK events" +msgstr "正常イベント" + +#: ../../include/functions_reporting_html.php:7241 +#: ../../include/functions_reporting_html.php:7250 +msgid "Unknown events" +msgstr "不明イベント" + +#: ../../include/functions_reporting_html.php:7267 +msgid "Event count corresponds to events within the last hour" +msgstr "イベント数は過去 1 時間以内のイベントに対応します。" + +#: ../../include/functions_reporting_html.php:7272 +msgid "Important Events by Criticity" +msgstr "重要度ごとのイベント" + +#: ../../include/functions_reporting_html.php:7299 +#, php-format +msgid "Last activity in %s console" +msgstr "%s コンソールの最新の操作" + +#: ../../include/functions_reporting_html.php:7348 +#: ../../include/functions_reporting_html.php:7490 +msgid "Events info (1hr.)" +msgstr "イベント情報 (1時間)" + +#: ../../include/functions_reporting_html.php:7647 +msgid "This SLA has been affected by the following scheduled downtimes" +msgstr "このSLAは、次の計画停止の影響を受けています" + +#: ../../include/functions_reporting_html.php:7648 +msgid "" +"If the duration of the scheduled downtime is less than 5 minutes it will not " +"be represented in the graph" +msgstr "計画停止の期間が 5分未満の場合、グラフには表示されません。" + +#: ../../include/functions_reporting_html.php:7655 +#: ../../views/ITSM/ITSMTicketDetailView.php:192 +msgid "Dates" +msgstr "日付" + +#: ../../include/functions_reporting_html.php:7686 +msgid "This item is affected by a malformed scheduled downtime" +msgstr "このアイテムは、不正な形式の計画停止の影響を受けます" + +#: ../../include/functions_reporting_html.php:7686 +msgid "Go to the scheduled downtimes section to solve this" +msgstr "これを解決するには、計画停止の画面に移動します" + +#: ../../include/functions_reporting_html.php:7720 +#: ../../include/functions_reporting_html.php:7743 +msgid "Permissions" +msgstr "権限" + +#: ../../include/functions_reporting_html.php:7847 +msgid "Vendor" +msgstr "ベンダ" + +#: ../../include/functions_reporting_html.php:7848 +msgid "Model" +msgstr "モデル" + +#: ../../include/functions_reporting_html.php:7849 +msgid "Firmware" +msgstr "ファームウエア" + +#: ../../include/functions_reporting_html.php:7850 +#, fuzzy +msgid "Last backup date" +msgstr "最終更新" + +#: ../../include/functions_reporting_html.php:7925 +msgid "Diff" +msgstr "差分" + +#: ../../include/functions_snmp.php:65 +msgid "Load Average (Last minute)" +msgstr "ロードアベレージ (1分)" + +#: ../../include/functions_snmp.php:69 +msgid "Load Average (Last 5 minutes)" +msgstr "ロードアベレージ (5分)" + +#: ../../include/functions_snmp.php:73 +msgid "Load Average (Last 15 minutes)" +msgstr "ロードアベレージ (15分)" + +#: ../../include/functions_snmp.php:77 +msgid "Total Swap Size configured for the host" +msgstr "ホストに設定されているスワップ容量" + +#: ../../include/functions_snmp.php:81 +msgid "Available Swap Space on the host" +msgstr "ホストのスワップ領域の空き容量" + +#: ../../include/functions_snmp.php:85 +msgid "Total Real/Physical Memory Size on the host" +msgstr "ホストの物理メモリ量" + +#: ../../include/functions_snmp.php:89 +msgid "Available Real/Physical Memory Space on the host" +msgstr "ホストの実メモリの空き容量" + +#: ../../include/functions_snmp.php:93 +msgid "Total Available Memory on the host" +msgstr "ホストの全体の空きメモリ" + +#: ../../include/functions_snmp.php:97 +msgid "Total Cached Memory" +msgstr "キャッシュメモリ量" + +#: ../../include/functions_snmp.php:101 +msgid "Total Buffered Memory" +msgstr "バッファメモリ量" + +#: ../../include/functions_snmp.php:105 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "ディスクからスワップしているメモリ量 (kB/s)" + +#: ../../include/functions_snmp.php:109 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "ディスクへスワップしているメモリ量 (kB/s)" + +#: ../../include/functions_snmp.php:113 +msgid "Number of blocks sent to a block device" +msgstr "ブロックデバイスへ送っているブロック数" + +#: ../../include/functions_snmp.php:117 +msgid "Number of blocks received from a block device" +msgstr "ブロックデバイスから受け取っているブロック数" + +#: ../../include/functions_snmp.php:121 +msgid "Number of interrupts processed" +msgstr "割り込み処理数" + +#: ../../include/functions_snmp.php:125 +msgid "Number of context switches" +msgstr "コンテキストスイッチ数" + +#: ../../include/functions_snmp.php:129 +msgid "user CPU time" +msgstr "user CPU時間" + +#: ../../include/functions_snmp.php:133 +msgid "system CPU time" +msgstr "system CPU時間" + +#: ../../include/functions_snmp.php:137 +msgid "idle CPU time" +msgstr "idle CPU時間" + +#: ../../include/functions_snmp.php:141 +#, fuzzy +msgid "System Up time" +msgstr "システムアップタイム" + +#: ../../include/functions_snmp.php:349 +msgid "Pagination" +msgstr "ページ" + +#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 +msgid "Group by Enterprise String / IP" +msgstr "Enterprise 文字列/IP でのグループ" + +#: ../../include/functions_snmp.php:441 +msgid "Active filter" +msgstr "有効なフィルタ" + +#: ../../include/functions_snmp.php:441 +msgid "Active filters" +msgstr "有効なフィルタ" + +#: ../../include/functions_ui.php:553 +msgid "Error processing request" +msgstr "要求された処理の実行に失敗しました。" + +#: ../../include/functions_ui.php:718 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" +"あなたのユーザでアクセスできない情報の一部を利用している可能性があります" + +#: ../../include/functions_ui.php:1064 +msgid "Software" +msgstr "ソフトウェア" + +#: ../../include/functions_ui.php:1360 +msgid "Force check" +msgstr "チェックを強制する" + +#: ../../include/functions_ui.php:1537 +#, fuzzy +msgid "Are you sure you want to delete alert action?" +msgstr "アラートを有効化してよろしいですか" + +#: ../../include/functions_ui.php:1625 +#, fuzzy +msgid "Are you sure you want to delete alert?" +msgstr "アラートを有効化してよろしいですか" + +#: ../../include/functions_ui.php:1872 +msgid "The alert would fire when the value is over " +msgstr "" +"取得した値が 以上になったら、アラートを発生させま" +"す。" + +#: ../../include/functions_ui.php:1877 +msgid "The alert would fire when the value is under " +msgstr "" +"取得した値が 未満になったら、アラートを発生させま" +"す。" + +#: ../../include/functions_ui.php:1892 +msgid "Unknown option." +msgstr "不明なオプション。" + +#: ../../include/functions_ui.php:2699 +msgid "First" +msgstr "最初のページ" + +#: ../../include/functions_ui.php:3159 +msgid "Unknown type" +msgstr "不明なタイプ" + +#: ../../include/functions_ui.php:4051 +msgid "Export current page to CSV" +msgstr "現在のページを CSV へエクスポート" + +#: ../../include/functions_ui.php:4052 +#, fuzzy, php-format +msgid "export_%s_current_page_%s" +msgstr "現在のページを CSV へエクスポート" + +#: ../../include/functions_ui.php:4205 +msgid "No matching records found" +msgstr "マッチするレコードが見つかりません" + +#: ../../include/functions_ui.php:4206 +msgid "No data available in table" +msgstr "テーブルにデータがありません" + +#: ../../include/functions_ui.php:4299 +msgid "Please apply a filter to display the data." +msgstr "" + +#: ../../include/functions_ui.php:5834 +msgid "Type at least two characters to search." +msgstr "2文字以上入力するとマッチするエージェント名が検索されます" + +#: ../../include/functions_ui.php:6774 +msgid "Unhandled error" +msgstr "処理できないエラー" + +#: ../../include/functions_ui.php:6775 +msgid "An unhandled error occurs" +msgstr "処理できないエラーが発生しました" + +#: ../../include/functions_ui.php:7024 +msgid "Snapshot view" +msgstr "スナップショット表示" + +#: ../../include/functions_ui.php:7050 +#, php-format +msgid "" +"These controls are using the timezone of the system (%s) instead of yours " +"(%s). The difference with your time zone in hours is %s." +msgstr "" +"これらのコントロールは、システムのタイムゾーン(%s)を利用します。ユーザのタイ" +"ムゾーン(%s)ではありません。ユーザのタイムゾーンとの違いは %s です。" + +#: ../../include/functions_ui.php:7352 +msgid "Query" +msgstr "クエリ" + +#: ../../include/functions_ui.php:7377 +msgid "Results" +msgstr "結果" + +#: ../../include/functions_ui.php:7424 +msgid "Execute query" +msgstr "クエリの実行" + +#: ../../include/functions_ui.php:7458 +msgid "Show password" +msgstr "パスワードを表示" + +#: ../../include/functions_ui.php:7558 +msgid "WEB server" +msgstr "ウェブサーバ" + +#: ../../include/functions_ui.php:7568 +msgid "Wizard Module" +msgstr "ウィザードモジュール" + +#: ../../include/functions_ui.php:7661 +msgid "Select inventory module" +msgstr "インベントリモジュールの選択" + +#: ../../include/functions_ui.php:7724 +msgid "Use custom fields" +msgstr "カスタムフィールドを利用" + +#: ../../include/functions_ui.php:7864 +msgid "Field name" +msgstr "フィールド名" + +#: ../../include/functions_ui.php:7881 +msgid "It's a password" +msgstr "それはパスワードです" + +#: ../../include/functions_ui.php:7889 +msgid "Add field" +msgstr "フィールド追加" + +#: ../../include/functions_ui.php:8388 +#, fuzzy +msgid "Empty view image" +msgstr "空マップ" #: ../../mobile/include/functions_web.php:83 #, php-format @@ -36414,131 +36399,6 @@ msgstr "エージェントがありません" msgid "Last %s Events" msgstr "最新の %s イベント" -#: ../../mobile/operation/agents.php:219 -#, php-format -msgid "Filter Agents by %s" -msgstr "%s によるエージェントフィルタ" - -#: ../../mobile/operation/agents.php:459 -msgid "No agents" -msgstr "エージェントがありません" - -#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388 -#: ../../mobile/operation/events.php:1571 -#: ../../mobile/operation/module_data.php:299 -#: ../../mobile/operation/modules.php:981 -#: ../../mobile/operation/server_status.php:501 -msgid "(Default)" -msgstr "(デフォルト)" - -#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401 -#: ../../mobile/operation/events.php:1604 -#: ../../mobile/operation/module_data.php:305 -#: ../../mobile/operation/modules.php:987 -#: ../../mobile/operation/server_status.php:507 -#, php-format -msgid "Group: %s" -msgstr "グループ: %s" - -#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408 -#: ../../mobile/operation/events.php:1624 -#: ../../mobile/operation/module_data.php:327 -#: ../../mobile/operation/modules.php:1009 -#: ../../mobile/operation/server_status.php:529 -#, php-format -msgid "Status: %s" -msgstr "状態: %s" - -#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415 -#: ../../mobile/operation/module_data.php:334 -#: ../../mobile/operation/modules.php:1016 -#: ../../mobile/operation/server_status.php:536 -#, php-format -msgid "Free Search: %s" -msgstr "検索: %s" - -#: ../../mobile/operation/alerts.php:208 -#, php-format -msgid "Filter Alerts by %s" -msgstr "%sによる発報アラート" - -#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337 -#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344 -#: ../../mobile/operation/alerts.php:347 -msgid "Module/Agent" -msgstr "モジュール/エージェント" - -#: ../../mobile/operation/alerts.php:353 -msgid "Last Fired" -msgstr "直近の発報" - -#: ../../mobile/operation/alerts.php:394 -#, php-format -msgid "Standby: %s" -msgstr "スタンバイ: %s" - -#: ../../mobile/operation/events.php:793 -msgid "ERROR: Event detail" -msgstr "エラー: イベント詳細" - -#: ../../mobile/operation/events.php:794 -msgid "Error connecting to DB." -msgstr "DB 接続エラー。" - -#: ../../mobile/operation/events.php:814 -msgid "Event detail" -msgstr "イベント詳細" - -#: ../../mobile/operation/events.php:911 -msgid "Sucessful validate" -msgstr "承諾しました" - -#: ../../mobile/operation/events.php:913 -msgid "Fail validate" -msgstr "承諾に失敗しました" - -#: ../../mobile/operation/events.php:918 -msgid "Sucessful in process" -msgstr "処理中に成功しました" - -#: ../../mobile/operation/events.php:920 -msgid "Fail in process" -msgstr "処理に失敗しました" - -#: ../../mobile/operation/events.php:964 -#, php-format -msgid "Filter Events by %s" -msgstr "%s によるイベントのフィルタ" - -#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975 -msgid "Preset Filters" -msgstr "定義済フィルタ" - -#: ../../mobile/operation/events.php:1576 -#, php-format -msgid "Filter: %s" -msgstr "フィルタ: %s" - -#: ../../mobile/operation/events.php:1588 -#, php-format -msgid "Severity: %s" -msgstr "重要度: %s" - -#: ../../mobile/operation/events.php:1617 -#, php-format -msgid "Type: %s" -msgstr "タイプ: %s" - -#: ../../mobile/operation/events.php:1631 -#, php-format -msgid "Free search: %s" -msgstr "検索: %s" - -#: ../../mobile/operation/events.php:1638 -#, php-format -msgid "Hours: %s" -msgstr "時間: %s" - #: ../../mobile/operation/home.php:93 #: ../../mobile/operation/server_status.php:227 #: ../../views/tacticalView/view.php:29 @@ -36549,37 +36409,54 @@ msgstr "サーバの状態" msgid "Module data" msgstr "モジュールデータ" +#: ../../mobile/operation/module_data.php:299 +#: ../../mobile/operation/server_status.php:501 +#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388 +#: ../../mobile/operation/events.php:1571 +#: ../../mobile/operation/modules.php:981 +msgid "(Default)" +msgstr "(デフォルト)" + +#: ../../mobile/operation/module_data.php:305 +#: ../../mobile/operation/server_status.php:507 +#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401 +#: ../../mobile/operation/events.php:1604 +#: ../../mobile/operation/modules.php:987 +#, php-format +msgid "Group: %s" +msgstr "グループ: %s" + #: ../../mobile/operation/module_data.php:320 -#: ../../mobile/operation/modules.php:1002 #: ../../mobile/operation/server_status.php:522 +#: ../../mobile/operation/modules.php:1002 #, php-format msgid "Module group: %s" msgstr "モジュールグループ: %s" +#: ../../mobile/operation/module_data.php:327 +#: ../../mobile/operation/server_status.php:529 +#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408 +#: ../../mobile/operation/events.php:1624 +#: ../../mobile/operation/modules.php:1009 +#, php-format +msgid "Status: %s" +msgstr "状態: %s" + +#: ../../mobile/operation/module_data.php:334 +#: ../../mobile/operation/server_status.php:536 +#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415 +#: ../../mobile/operation/modules.php:1016 +#, php-format +msgid "Free Search: %s" +msgstr "検索: %s" + #: ../../mobile/operation/module_data.php:342 -#: ../../mobile/operation/modules.php:1024 #: ../../mobile/operation/server_status.php:544 +#: ../../mobile/operation/modules.php:1024 #, php-format msgid "Tag: %s" msgstr "タグ: %s" -#: ../../mobile/operation/modules.php:250 -#, php-format -msgid "Filter Modules by %s" -msgstr "%s によるモジュールのフィルタ" - -#: ../../mobile/operation/modules.php:670 -msgid "Interval." -msgstr "間隔" - -#: ../../mobile/operation/modules.php:672 -msgid "Last update." -msgstr "最新の更新" - -#: ../../mobile/operation/modules.php:850 -msgid "Choose option" -msgstr "オプションを選択" - #: ../../mobile/operation/server_status.php:371 msgid "No servers" msgstr "サーバがありません" @@ -36671,6 +36548,114 @@ msgstr "次のモジュール: \"%s\"" msgid "NOT INITIALIZED" msgstr "未初期化" +#: ../../mobile/operation/agents.php:219 +#, php-format +msgid "Filter Agents by %s" +msgstr "%s によるエージェントフィルタ" + +#: ../../mobile/operation/agents.php:459 +msgid "No agents" +msgstr "エージェントがありません" + +#: ../../mobile/operation/alerts.php:208 +#, php-format +msgid "Filter Alerts by %s" +msgstr "%sによる発報アラート" + +#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337 +#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344 +#: ../../mobile/operation/alerts.php:347 +msgid "Module/Agent" +msgstr "モジュール/エージェント" + +#: ../../mobile/operation/alerts.php:353 +msgid "Last Fired" +msgstr "直近の発報" + +#: ../../mobile/operation/alerts.php:394 +#, php-format +msgid "Standby: %s" +msgstr "スタンバイ: %s" + +#: ../../mobile/operation/events.php:793 +msgid "ERROR: Event detail" +msgstr "エラー: イベント詳細" + +#: ../../mobile/operation/events.php:794 +msgid "Error connecting to DB." +msgstr "DB 接続エラー。" + +#: ../../mobile/operation/events.php:814 +msgid "Event detail" +msgstr "イベント詳細" + +#: ../../mobile/operation/events.php:911 +msgid "Sucessful validate" +msgstr "承諾しました" + +#: ../../mobile/operation/events.php:913 +msgid "Fail validate" +msgstr "承諾に失敗しました" + +#: ../../mobile/operation/events.php:918 +msgid "Sucessful in process" +msgstr "処理中に成功しました" + +#: ../../mobile/operation/events.php:920 +msgid "Fail in process" +msgstr "処理に失敗しました" + +#: ../../mobile/operation/events.php:964 +#, php-format +msgid "Filter Events by %s" +msgstr "%s によるイベントのフィルタ" + +#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975 +msgid "Preset Filters" +msgstr "定義済フィルタ" + +#: ../../mobile/operation/events.php:1576 +#, php-format +msgid "Filter: %s" +msgstr "フィルタ: %s" + +#: ../../mobile/operation/events.php:1588 +#, php-format +msgid "Severity: %s" +msgstr "重要度: %s" + +#: ../../mobile/operation/events.php:1617 +#, php-format +msgid "Type: %s" +msgstr "タイプ: %s" + +#: ../../mobile/operation/events.php:1631 +#, php-format +msgid "Free search: %s" +msgstr "検索: %s" + +#: ../../mobile/operation/events.php:1638 +#, php-format +msgid "Hours: %s" +msgstr "時間: %s" + +#: ../../mobile/operation/modules.php:250 +#, php-format +msgid "Filter Modules by %s" +msgstr "%s によるモジュールのフィルタ" + +#: ../../mobile/operation/modules.php:670 +msgid "Interval." +msgstr "間隔" + +#: ../../mobile/operation/modules.php:672 +msgid "Last update." +msgstr "最新の更新" + +#: ../../mobile/operation/modules.php:850 +msgid "Choose option" +msgstr "オプションを選択" + #: ../../operation/agentes/agent_fields.php:37 #: ../../operation/agentes/estado_agente.php:493 #: ../../operation/agentes/status_monitor.php:1019 @@ -37365,71 +37350,6 @@ msgstr "このエージェントにはインベントリモジュールがあり msgid "Diff view" msgstr "差分表示" -#: ../../operation/agentes/graphs.php:160 -msgid "Other modules" -msgstr "他のモジュール" - -#: ../../operation/agentes/graphs.php:167 -msgid "Modules network no proc" -msgstr "proc以外のネットワークモジュール" - -#: ../../operation/agentes/graphs.php:174 -msgid "Modules boolean" -msgstr "ブーリアン(二値)モジュール" - -#: ../../operation/agentes/graphs.php:260 -#, fuzzy -msgid "The combined graph does not show the alerts into this graph" -msgstr "組み合わせグラフは、グラフ内にアラートを表示しません" - -#: ../../operation/agentes/graphs.php:265 -#, fuzzy -msgid "Several graphs for each module" -msgstr "モジュールごとの複数のグラフ" - -#: ../../operation/agentes/graphs.php:266 -msgid "One combined graph" -msgstr "一つの組み合わせグラフ" - -#: ../../operation/agentes/graphs.php:270 -msgid "Show as one combined graph" -msgstr "一つの組み合わせグラフとして表示" - -#: ../../operation/agentes/graphs.php:277 -#: ../../operation/agentes/graphs.php:487 -msgid "Area stack" -msgstr "塗りつぶし積み重ね" - -#: ../../operation/agentes/graphs.php:279 -#: ../../operation/agentes/graphs.php:495 -msgid "Line stack" -msgstr "線の積み重ね" - -#: ../../operation/agentes/graphs.php:310 -msgid "Save as custom graph" -msgstr "カスタムグラフとして保存" - -#: ../../operation/agentes/graphs.php:332 -msgid "Filter graphs" -msgstr "グラフフィルタ" - -#: ../../operation/agentes/graphs.php:363 -msgid "There was an error loading the graph" -msgstr "グラフロード中にエラーが発生しました" - -#: ../../operation/agentes/graphs.php:371 -#: ../../operation/agentes/graphs.php:375 -msgid "Name custom graph" -msgstr "カスタムグラフ名" - -#: ../../operation/agentes/graphs.php:421 -msgid "Save custom graph" -msgstr "カスタムグラフの保存" - -#: ../../operation/agentes/graphs.php:442 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "エージェントのグラフタブからカスタムグラフを作成" - #: ../../operation/agentes/stat_win.php:92 #: ../../operation/gis_maps/public_console.php:277 #: ../../operation/visual_console/legacy_public_view.php:57 @@ -37571,6 +37491,71 @@ msgstr "エージェント詳細" msgid "Interface information (SNMP)" msgstr "インタフェース情報 (SNMP)" +#: ../../operation/agentes/graphs.php:160 +msgid "Other modules" +msgstr "他のモジュール" + +#: ../../operation/agentes/graphs.php:167 +msgid "Modules network no proc" +msgstr "proc以外のネットワークモジュール" + +#: ../../operation/agentes/graphs.php:174 +msgid "Modules boolean" +msgstr "ブーリアン(二値)モジュール" + +#: ../../operation/agentes/graphs.php:260 +#, fuzzy +msgid "The combined graph does not show the alerts into this graph" +msgstr "組み合わせグラフは、グラフ内にアラートを表示しません" + +#: ../../operation/agentes/graphs.php:265 +#, fuzzy +msgid "Several graphs for each module" +msgstr "モジュールごとの複数のグラフ" + +#: ../../operation/agentes/graphs.php:266 +msgid "One combined graph" +msgstr "一つの組み合わせグラフ" + +#: ../../operation/agentes/graphs.php:270 +msgid "Show as one combined graph" +msgstr "一つの組み合わせグラフとして表示" + +#: ../../operation/agentes/graphs.php:277 +#: ../../operation/agentes/graphs.php:487 +msgid "Area stack" +msgstr "塗りつぶし積み重ね" + +#: ../../operation/agentes/graphs.php:279 +#: ../../operation/agentes/graphs.php:495 +msgid "Line stack" +msgstr "線の積み重ね" + +#: ../../operation/agentes/graphs.php:310 +msgid "Save as custom graph" +msgstr "カスタムグラフとして保存" + +#: ../../operation/agentes/graphs.php:332 +msgid "Filter graphs" +msgstr "グラフフィルタ" + +#: ../../operation/agentes/graphs.php:363 +msgid "There was an error loading the graph" +msgstr "グラフロード中にエラーが発生しました" + +#: ../../operation/agentes/graphs.php:371 +#: ../../operation/agentes/graphs.php:375 +msgid "Name custom graph" +msgstr "カスタムグラフ名" + +#: ../../operation/agentes/graphs.php:421 +msgid "Save custom graph" +msgstr "カスタムグラフの保存" + +#: ../../operation/agentes/graphs.php:442 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "エージェントのグラフタブからカスタムグラフを作成" + #: ../../operation/agentes/status_monitor.php:684 msgid "Wux server module" msgstr "Wux サーバモジュール" @@ -38063,26 +38048,26 @@ msgid "Netflow live view" msgstr "Netflow ライブビュー" #: ../../operation/netflow/nf_live_view.php:216 -#: ../../operation/network/network_usage_map.php:172 #: ../../operation/network/network_report.php:192 +#: ../../operation/network/network_usage_map.php:172 msgid "Error creating filter" msgstr "フィルタ作成エラー" #: ../../operation/netflow/nf_live_view.php:218 -#: ../../operation/network/network_usage_map.php:174 #: ../../operation/network/network_report.php:194 +#: ../../operation/network/network_usage_map.php:174 msgid "Filter created successfully" msgstr "フィルタを作成しました" #: ../../operation/netflow/nf_live_view.php:237 -#: ../../operation/network/network_usage_map.php:190 #: ../../operation/network/network_report.php:210 +#: ../../operation/network/network_usage_map.php:190 msgid "Filter updated successfully" msgstr "フィルタを更新しました" #: ../../operation/netflow/nf_live_view.php:238 -#: ../../operation/network/network_usage_map.php:191 #: ../../operation/network/network_report.php:211 +#: ../../operation/network/network_usage_map.php:191 msgid "Error updating filter" msgstr "フィルタ更新エラー" @@ -38091,8 +38076,8 @@ msgid "Connection" msgstr "接続" #: ../../operation/netflow/nf_live_view.php:337 -#: ../../operation/network/network_usage_map.php:289 #: ../../operation/network/network_report.php:277 +#: ../../operation/network/network_usage_map.php:289 msgid "Select a filter" msgstr "フィルタを選択" @@ -38127,14 +38112,14 @@ msgid "Draw" msgstr "描画" #: ../../operation/netflow/nf_live_view.php:623 -#: ../../operation/network/network_usage_map.php:203 #: ../../operation/network/network_report.php:321 +#: ../../operation/network/network_usage_map.php:203 msgid "Save as new filter" msgstr "新規フィルタとして保存" #: ../../operation/netflow/nf_live_view.php:624 -#: ../../operation/network/network_usage_map.php:214 #: ../../operation/network/network_report.php:332 +#: ../../operation/network/network_usage_map.php:214 msgid "Update current filter" msgstr "現在のフィルタを更新" @@ -38143,36 +38128,27 @@ msgid "No filter selected" msgstr "フィルタが選択されていません" #: ../../operation/netflow/nf_live_view.php:693 -#: ../../operation/network/network_usage_map.php:371 #: ../../operation/network/network_report.php:613 +#: ../../operation/network/network_usage_map.php:371 #, fuzzy msgid "Loading netflow data, please wait" msgstr "コンテンツの生成中です。お待ちください。" -#: ../../operation/network/network_usage_map.php:54 -#: ../../operation/menu.php:230 -msgid "Network usage map" -msgstr "ネットワーク利用マップ" - -#: ../../operation/network/network_usage_map.php:197 -msgid "Show netflow map" -msgstr "Netflow マップ表示" - -#: ../../operation/network/network_usage_map.php:244 #: ../../operation/network/network_report.php:226 +#: ../../operation/network/network_usage_map.php:244 msgid "Results to show" msgstr "表示する結果" -#: ../../operation/network/network_usage_map.php:288 -#: ../../operation/network/network_report.php:276 -#, fuzzy -msgid "Load Filter" -msgstr "フィルタ読み込み" - #: ../../operation/network/network_report.php:248 msgid "Start date" msgstr "開始日時" +#: ../../operation/network/network_report.php:276 +#: ../../operation/network/network_usage_map.php:288 +#, fuzzy +msgid "Load Filter" +msgstr "フィルタ読み込み" + #: ../../operation/network/network_report.php:412 #: ../../operation/network/network_report.php:461 msgid "Flows" @@ -38190,6 +38166,15 @@ msgid "Filtered by IP %s. Click here to remove the filter." msgstr "" "IP %s によるフィルタ。フィルタを削除するにはこれをクリックしてください。" +#: ../../operation/network/network_usage_map.php:54 +#: ../../operation/menu.php:230 +msgid "Network usage map" +msgstr "ネットワーク利用マップ" + +#: ../../operation/network/network_usage_map.php:197 +msgid "Show netflow map" +msgstr "Netflow マップ表示" + #: ../../operation/reporting/custom_reporting.php:28 #: ../../operation/reporting/graph_viewer.php:612 msgid "There are no defined reportings" @@ -38482,6 +38467,26 @@ msgstr "ポリシー作成" msgid "Are you sure you want add module?" msgstr "モジュールを追加しますか?" +#: ../../operation/users/user_edit_header.php:103 +#: ../../operation/users/user_edit_header.php:117 +#: ../../operation/users/user_edit_notifications.php:36 +msgid "User notifications" +msgstr "ユーザ通知" + +#: ../../operation/users/user_edit_notifications.php:42 +#, fuzzy +msgid "Console notifications" +msgstr "ユーザ通知" + +#: ../../operation/users/user_edit_notifications.php:43 +#, fuzzy +msgid "E-mail notifications" +msgstr "ユーザ通知" + +#: ../../operation/users/user_edit_notifications.php:81 +msgid "Controls have been disabled by the system administrator" +msgstr "システム管理者によって制御が無効化されています" + #: ../../operation/users/user_edit.php:31 msgid "User detail editor" msgstr "ユーザ情報の編集" @@ -38527,7 +38532,8 @@ msgid "Please enter a valid phone number" msgstr "正しい電話番号を入力してください" #: ../../operation/users/user_edit.php:241 -msgid "Error updating passwords: " +#, fuzzy +msgid "Error updating passwords" msgstr "パスワード更新エラー: " #: ../../operation/users/user_edit.php:265 @@ -38580,26 +38586,6 @@ msgstr "現在の認証スキームではユーザ情報を変更できません msgid "This user doesn't have any assigned profile/group." msgstr "このユーザにはプロファイル・グループが割り当てられていません。" -#: ../../operation/users/user_edit_header.php:103 -#: ../../operation/users/user_edit_header.php:117 -#: ../../operation/users/user_edit_notifications.php:36 -msgid "User notifications" -msgstr "ユーザ通知" - -#: ../../operation/users/user_edit_notifications.php:42 -#, fuzzy -msgid "Console notifications" -msgstr "ユーザ通知" - -#: ../../operation/users/user_edit_notifications.php:43 -#, fuzzy -msgid "E-mail notifications" -msgstr "ユーザ通知" - -#: ../../operation/users/user_edit_notifications.php:81 -msgid "Controls have been disabled by the system administrator" -msgstr "システム管理者によって制御が無効化されています" - #: ../../operation/visual_console/legacy_view.php:179 msgid "Builder" msgstr "ビルダ" @@ -39001,7 +38987,8 @@ msgid "Completed" msgstr "完了" #: ../../update_manager_client/lib/UpdateManager/Client.php:2246 -msgid "Updating to " +#, fuzzy, php-format +msgid "Updating to %s" msgstr "次へのアップデート中: " #: ../../update_manager_client/views/offline.php:65 @@ -39031,14 +39018,14 @@ msgid "Click on the file below to begin." msgstr "開始するには以下のファイルをクリックします。" #: ../../update_manager_client/views/offline.php:70 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 -msgid "This action will upgrade this console to version " +#, fuzzy +msgid "This action will upgrade this console to version" msgstr "" "このアクションは、このコンソールを次のバージョンへアップグレードします: " #: ../../update_manager_client/views/offline.php:71 -msgid "This action will upgrade all servers to version " +#, fuzzy +msgid "This action will upgrade all servers to version" msgstr "このアクションは全サーバを次のバージョンへアップグレードします: " #: ../../update_manager_client/views/offline.php:73 @@ -39140,46 +39127,6 @@ msgstr "" "ていない限りインストールされません。 アップデートマネージャの設定でパッチを有" "効にしてください。" -#: ../../update_manager_client/views/online.php:46 -msgid "The latest version of package installed is" -msgstr "最新のインストールされている最新バージョンのパッケージ:" - -#: ../../update_manager_client/views/online.php:72 -#: ../../update_manager_client/views/online.php:81 -msgid "" -"Attention. You are about to install an LTS version. LTS versions are the " -"most stable and are released twice a year. Before installing this LTS " -"version, please make sure you have an
Before installing this RRR version, please " -"make sure you have an Before installing this RRR version, please " +"make sure you have an \n" "Language-Team: Russian \n" @@ -47,8 +47,8 @@ msgid "Extensions" msgstr "Расширения" #: ../../extensions/extension_uploader.php:39 -#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34 -#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29 +#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222 +#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501 #: ../../include/class/Diagnostics.class.php:166 @@ -143,11 +143,11 @@ msgstr "загрузчик расширения" #: ../../include/ajax/alert_list.ajax.php:230 #: ../../include/ajax/module.php:1973 #: ../../include/class/AlertsList.class.php:314 +#: ../../include/class/AgentsAlerts.class.php:434 +#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/NetworkMap.class.php:2989 #: ../../include/class/NetworkMap.class.php:3041 #: ../../include/class/NetworkMap.class.php:3373 -#: ../../include/class/AgentsAlerts.class.php:434 -#: ../../include/class/AgentsAlerts.class.php:984 #: ../../include/class/WelcomeWindow.class.php:1244 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255 @@ -160,7 +160,6 @@ msgstr "загрузчик расширения" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538 #: ../../include/lib/Dashboard/Widgets/inventory.php:285 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282 @@ -171,6 +170,7 @@ msgstr "загрузчик расширения" #: ../../include/lib/Dashboard/Widgets/top_n.php:225 #: ../../include/lib/Dashboard/Widgets/top_n.php:322 #: ../../include/lib/Dashboard/Widgets/module_value.php:334 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214 @@ -185,8 +185,12 @@ msgstr "загрузчик расширения" #: ../../include/functions_visual_map_editor.php:449 #: ../../include/functions_gis.php:229 #: ../../include/functions_snmp_browser.php:1871 -#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 #: ../../include/functions_graph.php:4991 +#: ../../include/functions_reports.php:1423 +#: ../../include/functions_inventory.php:409 +#: ../../include/functions_inventory.php:1395 +#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_reporting.php:7772 #: ../../include/functions_reporting_html.php:628 #: ../../include/functions_reporting_html.php:815 #: ../../include/functions_reporting_html.php:899 @@ -214,15 +218,10 @@ msgstr "загрузчик расширения" #: ../../include/functions_reporting_html.php:6647 #: ../../include/functions_reporting_html.php:6687 #: ../../include/functions_reporting_html.php:6937 -#: ../../include/functions_reports.php:1423 -#: ../../include/functions_reporting.php:7761 -#: ../../include/functions_inventory.php:409 -#: ../../include/functions_inventory.php:1395 -#: ../../include/functions_inventory.php:1451 +#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470 +#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404 -#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/services.php:225 +#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -245,9 +244,9 @@ msgstr "Агент" #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557 #: ../../godmode/agentes/module_manager_editor_prediction.php:152 #: ../../godmode/agentes/planned_downtime.list.php:425 +#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/agentes/module_manager_editor_common.php:1555 #: ../../godmode/agentes/module_manager_editor_common.php:1609 -#: ../../godmode/agentes/planned_downtime.editor.php:1448 #: ../../godmode/alerts/alert_list.list.php:566 #: ../../godmode/alerts/alert_list.list.php:831 #: ../../godmode/alerts/alert_view.php:97 @@ -308,8 +307,11 @@ msgstr "Агент" #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377 #: ../../include/functions_visual_map_editor.php:491 -#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 -#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098 +#: ../../include/functions_graph.php:5098 +#: ../../include/functions_reports.php:1454 +#: ../../include/functions_inventory.php:1396 +#: ../../include/functions_inventory.php:1452 +#: ../../include/functions_reporting.php:7773 #: ../../include/functions_reporting_html.php:1203 #: ../../include/functions_reporting_html.php:1602 #: ../../include/functions_reporting_html.php:2691 @@ -326,11 +328,8 @@ msgstr "Агент" #: ../../include/functions_reporting_html.php:5486 #: ../../include/functions_reporting_html.php:6217 #: ../../include/functions_reporting_html.php:6265 -#: ../../include/functions_reports.php:1454 -#: ../../include/functions_reporting.php:7762 -#: ../../include/functions_inventory.php:1396 -#: ../../include/functions_inventory.php:1452 -#: ../../mobile/operation/services.php:332 +#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655 +#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/agentes/exportdata.php:119 @@ -347,12 +346,16 @@ msgstr "Модули" #: ../../godmode/agentes/status_monitor_custom_fields.php:133 #: ../../godmode/agentes/status_monitor_custom_fields.php:170 #: ../../godmode/events/custom_events.php:113 -#: ../../include/ajax/heatmap.ajax.php:337 -#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081 +#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081 +#: ../../include/ajax/custom_fields.php:478 #: ../../include/lib/Dashboard/Widgets/events_list.php:874 #: ../../include/functions_netflow.php:301 #: ../../include/functions_graph.php:3401 #: ../../include/functions_graph.php:3402 +#: ../../include/functions_events.php:270 +#: ../../include/functions_events.php:354 +#: ../../include/functions_reporting.php:5113 +#: ../../include/functions_reporting.php:5154 #: ../../include/functions_reporting_html.php:3036 #: ../../include/functions_reporting_html.php:4056 #: ../../include/functions_reporting_html.php:4064 @@ -365,10 +368,6 @@ msgstr "Модули" #: ../../include/functions_reporting_html.php:4095 #: ../../include/functions_reporting_html.php:4152 #: ../../include/functions_reporting_html.php:4236 -#: ../../include/functions_reporting.php:5102 -#: ../../include/functions_reporting.php:5143 -#: ../../include/functions_events.php:270 -#: ../../include/functions_events.php:354 #: ../../mobile/operation/module_data.php:164 #: ../../mobile/operation/modules.php:726 #: ../../mobile/operation/modules.php:730 @@ -492,11 +491,11 @@ msgstr "" #: ../../include/class/CustomNetScan.class.php:547 #: ../../include/class/CustomNetScan.class.php:561 #: ../../include/class/Diagnostics.class.php:1913 -#: ../../include/class/SatelliteAgent.class.php:1379 -#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/class/ExtensionsDiscovery.class.php:787 #: ../../include/class/AgentWizard.class.php:1433 #: ../../include/class/AgentWizard.class.php:4182 +#: ../../include/class/SatelliteAgent.class.php:1379 +#: ../../include/class/SatelliteAgent.class.php:1404 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 @@ -533,22 +532,22 @@ msgstr "" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844 #: ../../include/functions_massive_operations.php:155 -#: ../../include/functions.php:1178 ../../include/functions.php:1416 -#: ../../include/functions.php:1419 ../../include/functions.php:1458 -#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371 +#: ../../include/functions_agents.php:5069 #: ../../include/functions_graph.php:3237 #: ../../include/functions_graph.php:3239 -#: ../../include/functions_graph.php:4776 -#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59 +#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178 +#: ../../include/functions.php:1416 ../../include/functions.php:1419 +#: ../../include/functions.php:1458 ../../include/functions_events.php:3273 +#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231 +#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59 #: ../../mobile/operation/modules.php:70 #: ../../operation/agentes/group_view.php:251 #: ../../operation/agentes/group_view.php:256 #: ../../operation/agentes/estado_agente.php:311 #: ../../operation/agentes/estado_monitores.php:546 +#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/graphs.php:236 #: ../../operation/agentes/graphs.php:250 -#: ../../operation/agentes/alerts_status.php:669 #: ../../operation/agentes/status_monitor.php:574 #: ../../operation/gis_maps/render_view.php:166 #: ../../operation/netflow/nf_live_view.php:392 @@ -670,11 +669,13 @@ msgstr "Сихранить агента (%s), модуль (%s) данных xml #: ../../include/class/AuditLog.class.php:154 #: ../../include/class/AuditLog.class.php:246 #: ../../include/lib/Dashboard/Widgets/inventory.php:328 +#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586 -#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648 #: ../../include/lib/TacticalView/elements/Events.php:447 -#: ../../include/functions.php:3194 +#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194 +#: ../../include/functions_reporting.php:5112 +#: ../../include/functions_reporting.php:5153 #: ../../include/functions_reporting_html.php:898 #: ../../include/functions_reporting_html.php:2692 #: ../../include/functions_reporting_html.php:4055 @@ -687,9 +688,6 @@ msgstr "Сихранить агента (%s), модуль (%s) данных xml #: ../../include/functions_reporting_html.php:4235 #: ../../include/functions_reporting_html.php:7296 #: ../../include/functions_reporting_html.php:7924 -#: ../../include/functions_reporting.php:5101 -#: ../../include/functions_reporting.php:5142 -#: ../../include/functions_inventory.php:1397 #: ../../mobile/operation/tactical.php:351 #: ../../operation/agentes/agent_inventory.php:135 #: ../../operation/netflow/nf_live_view.php:506 @@ -758,8 +756,8 @@ msgstr "Сохранить" #: ../../operation/agentes/stat_win.php:480 #: ../../operation/events/events.php:3656 #: ../../operation/netflow/nf_live_view.php:965 -#: ../../operation/network/network_usage_map.php:414 #: ../../operation/network/network_report.php:682 +#: ../../operation/network/network_usage_map.php:414 #: ../../operation/reporting/graph_viewer.php:504 #: ../../operation/reporting/reporting_viewer.php:390 #: ../../operation/inventory/inventory.php:1470 @@ -783,8 +781,8 @@ msgstr "Выберите время" #: ../../operation/agentes/stat_win.php:481 #: ../../operation/events/events.php:3657 #: ../../operation/netflow/nf_live_view.php:966 -#: ../../operation/network/network_usage_map.php:415 #: ../../operation/network/network_report.php:683 +#: ../../operation/network/network_usage_map.php:415 #: ../../operation/reporting/graph_viewer.php:505 #: ../../operation/reporting/reporting_viewer.php:391 #: ../../operation/inventory/inventory.php:1471 @@ -810,8 +808,8 @@ msgstr "Время" #: ../../operation/agentes/stat_win.php:482 #: ../../operation/events/events.php:3658 #: ../../operation/netflow/nf_live_view.php:967 -#: ../../operation/network/network_usage_map.php:416 #: ../../operation/network/network_report.php:684 +#: ../../operation/network/network_usage_map.php:416 #: ../../operation/reporting/graph_viewer.php:506 #: ../../operation/reporting/reporting_viewer.php:392 #: ../../operation/inventory/inventory.php:1472 @@ -836,8 +834,8 @@ msgstr "Час" #: ../../operation/agentes/stat_win.php:483 #: ../../operation/events/events.php:3659 #: ../../operation/netflow/nf_live_view.php:968 -#: ../../operation/network/network_usage_map.php:417 #: ../../operation/network/network_report.php:685 +#: ../../operation/network/network_usage_map.php:417 #: ../../operation/reporting/graph_viewer.php:507 #: ../../operation/reporting/reporting_viewer.php:393 #: ../../operation/inventory/inventory.php:1473 @@ -861,8 +859,8 @@ msgstr "Минута" #: ../../operation/agentes/stat_win.php:484 #: ../../operation/events/events.php:3660 #: ../../operation/netflow/nf_live_view.php:969 -#: ../../operation/network/network_usage_map.php:418 #: ../../operation/network/network_report.php:686 +#: ../../operation/network/network_usage_map.php:418 #: ../../operation/reporting/graph_viewer.php:508 #: ../../operation/reporting/reporting_viewer.php:394 #: ../../operation/inventory/inventory.php:1474 @@ -879,8 +877,8 @@ msgstr "Секунда" #: ../../godmode/reporting/reporting_builder.item_editor.php:6163 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735 -#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306 +#: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../operation/agentes/datos_agente.php:319 #: ../../operation/agentes/interface_traffic_graph_win.php:450 #: ../../operation/agentes/estado_monitores.php:495 @@ -888,8 +886,8 @@ msgstr "Секунда" #: ../../operation/agentes/stat_win.php:485 #: ../../operation/events/events.php:3661 #: ../../operation/netflow/nf_live_view.php:970 -#: ../../operation/network/network_usage_map.php:419 #: ../../operation/network/network_report.php:687 +#: ../../operation/network/network_usage_map.php:419 #: ../../operation/reporting/graph_viewer.php:509 #: ../../operation/reporting/reporting_viewer.php:395 #: ../../operation/inventory/inventory.php:1475 @@ -923,8 +921,8 @@ msgstr "Сейчас" #: ../../operation/agentes/stat_win.php:486 #: ../../operation/events/events.php:3662 #: ../../operation/netflow/nf_live_view.php:971 -#: ../../operation/network/network_usage_map.php:420 #: ../../operation/network/network_report.php:688 +#: ../../operation/network/network_usage_map.php:420 #: ../../operation/reporting/graph_viewer.php:510 #: ../../operation/reporting/reporting_viewer.php:396 #: ../../operation/inventory/inventory.php:1476 @@ -935,386 +933,6 @@ msgstr "Сейчас" msgid "Close" msgstr "Закрыть" -#: ../../extensions/module_groups.php:48 -msgid "Counters Module" -msgstr "Модуль счетчиков" - -#: ../../extensions/module_groups.php:49 -msgid "Alerts_Fired" -msgstr "Сработавшие_предупреждения" - -#: ../../extensions/module_groups.php:50 -#: ../../godmode/groups/group_list.php:1291 -#: ../../godmode/massive/massive_copy_modules.php:125 -#: ../../godmode/massive/massive_copy_modules.php:313 -#: ../../godmode/massive/massive_delete_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:393 -#: ../../godmode/massive/massive_edit_modules.php:509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 -#: ../../include/ajax/module.php:2350 -#: ../../include/class/ExtensionsDiscovery.class.php:788 -#: ../../include/class/AgentWizard.class.php:1436 -#: ../../include/class/AgentWizard.class.php:4196 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 -#: ../../include/functions_massive_operations.php:156 -#: ../../include/functions.php:1182 ../../include/functions.php:1418 -#: ../../include/functions.php:1419 ../../include/functions.php:1421 -#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070 -#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 -#: ../../include/functions_graph.php:3249 -#: ../../include/functions_graph.php:3251 -#: ../../include/functions_graph.php:4780 -#: ../../include/functions_reporting_html.php:1521 -#: ../../include/functions_reporting_html.php:6131 -#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57 -#: ../../mobile/operation/modules.php:71 -#: ../../operation/agentes/group_view.php:252 -#: ../../operation/agentes/group_view.php:257 -#: ../../operation/agentes/estado_agente.php:312 -#: ../../operation/agentes/estado_monitores.php:542 -#: ../../operation/agentes/status_monitor.php:575 -#: ../../operation/gis_maps/render_view.php:165 -#: ../../operation/custom_fields/custom_fields_view.php:176 -#: ../../operation/tree.php:210 ../../operation/tree.php:301 -#: ../../operation/tree.php:515 -msgid "Critical" -msgstr "Критический" - -#: ../../extensions/module_groups.php:52 -#: ../../godmode/alerts/alert_list.builder.php:350 -#: ../../godmode/groups/group_list.php:1301 -#: ../../godmode/massive/massive_copy_modules.php:126 -#: ../../godmode/massive/massive_copy_modules.php:314 -#: ../../godmode/massive/massive_delete_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:394 -#: ../../godmode/massive/massive_edit_modules.php:510 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 -#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 -#: ../../include/class/ExtensionsDiscovery.class.php:789 -#: ../../include/graphs/functions_flot.php:352 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 -#: ../../include/lib/ClusterViewer/ClusterManager.php:642 -#: ../../include/lib/TacticalView/elements/Alerts.php:218 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 -#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 -#: ../../include/functions_massive_operations.php:157 -#: ../../include/functions.php:1368 ../../include/functions.php:4319 -#: ../../include/functions_netflow.php:2129 -#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641 -#: ../../include/functions_ui.php:642 -#: ../../include/functions_reporting_html.php:4814 -#: ../../include/functions_reporting_html.php:5217 -#: ../../include/functions_filemanager.php:782 -#: ../../include/functions_reports.php:569 -#: ../../include/functions_visual_map.php:2457 -#: ../../include/functions_visual_map.php:2485 -#: ../../include/functions_visual_map.php:2503 -#: ../../include/functions_visual_map.php:2521 -#: ../../include/functions_reporting.php:7181 -#: ../../include/functions_events.php:3018 -#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60 -#: ../../mobile/operation/modules.php:72 -#: ../../operation/agentes/group_view.php:248 -#: ../../operation/agentes/group_view.php:253 -#: ../../operation/agentes/estado_agente.php:313 -#: ../../operation/agentes/estado_monitores.php:547 -#: ../../operation/agentes/pandora_networkmap.view.php:1761 -#: ../../operation/agentes/status_monitor.php:576 -#: ../../operation/events/events.php:930 -#: ../../operation/custom_fields/custom_fields_view.php:177 -#: ../../operation/tree.php:211 ../../operation/tree.php:302 -#: ../../operation/tree.php:525 -msgid "Unknown" -msgstr "Неизвестно" - -#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 -#: ../../godmode/massive/massive_operations.php:471 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 -#: ../../godmode/setup/setup_visuals.php:2333 -#: ../../godmode/setup/setup_general.php:1012 -#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775 -#: ../../include/class/HelpFeedBack.class.php:370 -#: ../../include/class/ConfigPEN.class.php:674 -#: ../../include/class/ConfigPEN.class.php:698 -#: ../../include/class/CredentialStore.class.php:1654 -#: ../../include/class/ModuleTemplates.class.php:1368 -#: ../../include/class/SatelliteAgent.class.php:1147 -#: ../../include/class/ExtensionsDiscovery.class.php:257 -#: ../../include/class/WelcomeWindow.class.php:176 -#: ../../include/class/AgentWizard.class.php:6265 -#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 -#: ../../include/functions_db.php:1980 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1516 -#: ../../include/functions_reporting_html.php:4820 -#: ../../include/functions_reporting_html.php:6126 -#: ../../operation/agentes/pandora_networkmap.editor.php:751 -#: ../../operation/agentes/pandora_networkmap.php:904 -#: ../../operation/snmpconsole/snmp_browser.php:629 -#: ../../operation/snmpconsole/snmp_browser.php:705 -msgid "OK" -msgstr "Ок" - -#: ../../extensions/module_groups.php:54 -msgid "Not_init" -msgstr "Не_начато" - -#: ../../extensions/module_groups.php:251 -msgid "Combined table of agent group and module group" -msgstr "Комбинированная таблица агента группы и модуля группы" - -#: ../../extensions/module_groups.php:260 -#: ../../extensions/agents_modules.php:597 -#: ../../extensions/realtime_graphs.php:67 -#: ../../general/first_task/cluster_builder.php:38 -#: ../../godmode/agentes/status_monitor_custom_fields.php:44 -#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 -#: ../../godmode/snmpconsole/snmp_filters.php:55 -#: ../../include/class/AgentsAlerts.class.php:753 -#: ../../include/class/SnmpConsole.class.php:230 -#: ../../operation/agentes/group_view.php:97 -#: ../../operation/agentes/estado_agente.php:282 -#: ../../operation/agentes/interface_view.php:76 -#: ../../operation/agentes/alerts_status.php:202 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/netflow/netflow_explorer.php:55 -#: ../../operation/netflow/nf_live_view.php:188 -#: ../../operation/network/network_usage_map.php:63 -#: ../../operation/snmpconsole/snmp_statistics.php:100 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 -#: ../../operation/snmpconsole/snmp_browser.php:95 -#: ../../operation/inventory/inventory.php:389 -#: ../../operation/custom_fields/custom_fields_view.php:53 -#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 -#: ../../operation/menu.php:280 ../../operation/tree.php:185 -#: ../../views/cluster/list.php:40 -msgid "Monitoring" -msgstr "Мониторинг" - -#: ../../extensions/module_groups.php:264 -#: ../../extensions/agents_modules.php:601 -#: ../../extensions/realtime_graphs.php:71 -#: ../../godmode/agentes/status_monitor_custom_fields.php:48 -#: ../../include/class/AgentsAlerts.class.php:757 -#: ../../operation/agentes/group_view.php:101 -#: ../../operation/agentes/estado_agente.php:286 -#: ../../operation/agentes/interface_view.php:80 -#: ../../operation/agentes/alerts_status.php:206 -#: ../../operation/agentes/status_monitor.php:344 -#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 -msgid "Views" -msgstr "Просмотры" - -#: ../../extensions/module_groups.php:275 -msgid "Search by agent group" -msgstr "Поиск по группе агентов" - -#: ../../extensions/module_groups.php:288 -msgid "Search by module group" -msgstr "Поиск по группе модулей" - -#: ../../extensions/module_groups.php:305 -#: ../../extensions/agents_modules.php:710 -#: ../../extensions/realtime_graphs.php:203 -#: ../../godmode/agentes/planned_downtime.list.php:647 -#: ../../godmode/agentes/module_manager.php:93 -#: ../../godmode/agentes/module_manager.php:108 -#: ../../godmode/agentes/module_manager.php:109 -#: ../../godmode/agentes/modificar_agente.php:397 -#: ../../godmode/agentes/modificar_agente.php:412 -#: ../../godmode/agentes/modificar_agente.php:413 -#: ../../godmode/groups/group_list.php:854 -#: ../../godmode/groups/group_list.php:955 -#: ../../godmode/modules/manage_network_templates_form.php:277 -#: ../../godmode/modules/manage_network_templates_form.php:337 -#: ../../godmode/modules/manage_network_components.php:707 -#: ../../godmode/netflow/nf_edit_form.php:283 -#: ../../godmode/netflow/nf_item_list.php:174 -#: ../../godmode/reporting/reporting_builder.list_items.php:267 -#: ../../godmode/reporting/visual_console_favorite.php:204 -#: ../../godmode/reporting/map_builder.php:390 -#: ../../godmode/reporting/reporting_builder.php:769 -#: ../../godmode/reporting/graphs.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 -#: ../../godmode/snmpconsole/snmp_filters.php:216 -#: ../../godmode/snmpconsole/snmp_filters.php:314 -#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 -#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 -#: ../../include/ajax/agent.php:653 -#: ../../include/class/ModuleTemplates.class.php:713 -#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372 -#: ../../operation/agentes/estado_agente.php:506 -#: ../../operation/agentes/estado_monitores.php:649 -#: ../../operation/agentes/interface_view.functions.php:134 -#: ../../operation/agentes/agent_inventory.php:165 -#: ../../operation/agentes/graphs.php:298 -#: ../../operation/agentes/status_monitor.php:1046 -#: ../../operation/netflow/nf_live_view.php:326 -#: ../../operation/netflow/nf_live_view.php:641 -#: ../../operation/netflow/nf_live_view.php:642 -#: ../../operation/network/network_usage_map.php:297 -#: ../../operation/network/network_usage_map.php:330 -#: ../../operation/network/network_usage_map.php:331 -#: ../../operation/network/network_report.php:285 -#: ../../operation/network/network_report.php:312 -#: ../../operation/network/network_report.php:355 -#: ../../operation/network/network_report.php:356 -#: ../../operation/reporting/graph_viewer.php:437 -#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 -msgid "Filter" -msgstr "Фильтр" - -#: ../../extensions/module_groups.php:322 -#: ../../extensions/realtime_graphs.php:229 -#: ../../godmode/agentes/planned_downtime.list.php:661 -#: ../../godmode/agentes/planned_downtime.list.php:662 -#: ../../godmode/agentes/planned_downtime.list.php:711 -#: ../../godmode/agentes/planned_downtime.list.php:712 -#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 -#: ../../godmode/groups/group_list.php:872 -#: ../../godmode/groups/group_list.php:978 -#: ../../godmode/modules/manage_network_components.php:723 -#: ../../godmode/reporting/reporting_builder.list_items.php:283 -#: ../../godmode/reporting/visual_console_favorite.php:220 -#: ../../godmode/reporting/map_builder.php:406 -#: ../../godmode/reporting/reporting_builder.php:785 -#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 -#: ../../include/class/AgentsAlerts.class.php:882 -#: ../../include/functions_snmp_browser.php:1013 -#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 -#: ../../operation/agentes/estado_agente.php:552 -#: ../../operation/agentes/agent_inventory.php:188 -#: ../../operation/agentes/status_monitor.php:1094 -#: ../../operation/reporting/graph_viewer.php:453 -#: ../../operation/reporting/reporting_viewer.php:321 -#: ../../operation/inventory/inventory.php:822 -#: ../../operation/custom_fields/custom_fields_view.php:323 -msgid "Filters" -msgstr "Фильтры" - -#: ../../extensions/module_groups.php:351 -#: ../../godmode/reporting/visual_console_builder.wizard.php:391 -#: ../../godmode/files_repo/files_repo_form.php:61 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 -#: ../../include/lib/Dashboard/Widgets/tactical.php:331 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 -#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 -#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 -#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 -#: ../../include/lib/Dashboard/Widgets/events_list.php:463 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 -#: ../../include/lib/TacticalView/elements/Configurations.php:52 -#: ../../include/lib/TacticalView/elements/Groups.php:51 -#: ../../include/functions_maps.php:46 -#: ../../include/functions_networkmap.php:1297 -#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 -#: ../../mobile/operation/groups.php:70 -#: ../../operation/agentes/pandora_networkmap.php:746 -#: ../../operation/reporting/graph_analytics.php:870 -#: ../../operation/tree.php:91 ../../operation/tree.php:149 -msgid "Groups" -msgstr "Группы" - -#: ../../extensions/module_groups.php:460 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Оранжевый клетки - когда модуль группы и агент имеют хотя бы один запуск " -"сигнала тревоги." - -#: ../../extensions/module_groups.php:461 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Красные клетки - когда группа модулей и агентов имеют хотя бы один модуль в " -"критическом состоянии и остальные в любом статусе" - -#: ../../extensions/module_groups.php:462 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" -msgstr "" -"Желтые ячейки используется, когда хотя бы один из группы модулей и агентов " -"находится в статусе предостережения опасности и другие в сером или зеленом " -"статусе." - -#: ../../extensions/module_groups.php:463 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Серый ячейки - когда группа модулей и агента содержит по крайней мере один в " -"неизвестном статусе и другие в зеленом статусе" - -#: ../../extensions/module_groups.php:464 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Зеленую ячейка - когда группа модулей и агента содержит все модули в статус " -"ОК" - -#: ../../extensions/module_groups.php:465 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Голубые ячейки - когда группа модуля и агента псодержит все модули в не иниц " -"статусе." - -#: ../../extensions/module_groups.php:469 -#: ../../extensions/agents_modules.php:1118 -#: ../../godmode/snmpconsole/snmp_alert.php:2196 -#: ../../include/class/SnmpConsole.class.php:545 -#: ../../include/lib/Dashboard/Widgets/top_n.php:327 -#: ../../include/functions_reporting_html.php:2960 -msgid "Legend" -msgstr "Легенда" - -#: ../../extensions/module_groups.php:471 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"Эта таблица отображает в колонках модулеи группы и в строках агенты группы. " -"В ячейках отображаются все модули" - -#: ../../extensions/module_groups.php:472 -msgid "There are no defined groups or module groups" -msgstr "здесь нет определенных групп или модулей групп" - -#: ../../extensions/module_groups.php:492 -#: ../../godmode/groups/configure_modu_group.php:43 -#: ../../godmode/groups/modu_group_list.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:94 -#: ../../godmode/menu.php:189 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 -#: ../../operation/tree.php:103 ../../operation/tree.php:153 -msgid "Module groups" -msgstr "Модуль групп" - #: ../../extensions/quick_shell.php:88 #, fuzzy msgid "GoTTY setup" @@ -1338,9 +956,9 @@ msgstr "Программы SSH" #: ../../godmode/agentes/module_manager_editor_wmi.php:123 #: ../../godmode/massive/massive_edit_modules.php:1105 #: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../include/class/AgentWizard.class.php:677 #: ../../include/class/CredentialStore.class.php:973 #: ../../include/class/CredentialStore.class.php:1350 -#: ../../include/class/AgentWizard.class.php:677 #: ../../include/functions_ui.php:7737 msgid "Username" msgstr "Имя пользователя" @@ -1374,8 +992,8 @@ msgstr "" msgid "GoTTY general parameters" msgstr "Нет параметров поиска" -#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476 -#: ../../include/functions_html.php:8395 +#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395 +#: ../../include/functions_ui.php:6476 #: ../../operation/agentes/ver_agente.php:1251 msgid "Address" msgstr "Адрес" @@ -1467,11 +1085,11 @@ msgstr "Нет других подключенных пользовтелей" #: ../../include/lib/Dashboard/Widgets/events_list.php:858 #: ../../include/lib/TacticalView/elements/Alerts.php:113 #: ../../include/lib/TacticalView/elements/Alerts.php:212 -#: ../../include/functions_users.php:1105 ../../include/functions.php:3194 -#: ../../include/functions_config.php:791 -#: ../../include/functions_reporting_html.php:7293 -#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254 +#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497 +#: ../../include/functions.php:3194 ../../include/functions_config.php:791 +#: ../../include/functions_events.php:254 #: ../../include/functions_events.php:306 +#: ../../include/functions_reporting_html.php:7293 #: ../../mobile/include/user.class.php:427 #: ../../mobile/operation/tactical.php:350 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71 @@ -1506,10 +1124,11 @@ msgstr "Последний вход в систему" #: ../../include/lib/Dashboard/Widgets/inventory.php:1069 #: ../../include/functions_treeview.php:684 #: ../../include/functions_agents.php:4831 +#: ../../include/functions_events.php:4476 #: ../../include/functions_reporting_html.php:824 -#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199 -#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418 -#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423 +#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99 +#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420 +#: ../../mobile/operation/agents.php:423 #: ../../operation/agentes/log_sources_status.php:60 #: ../../operation/agentes/estado_agente.php:1133 #: ../../operation/agentes/ver_agente.php:1098 @@ -1591,12 +1210,12 @@ msgstr "Информация" #: ../../godmode/massive/massive_add_policies_alerts.php:116 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120 #: ../../godmode/massive/massive_edit_agents.php:740 -#: ../../godmode/modules/manage_network_templates_form.php:235 -#: ../../godmode/modules/manage_network_templates_form.php:303 -#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/modules/manage_network_components.php:654 #: ../../godmode/modules/manage_network_components.php:792 #: ../../godmode/modules/manage_network_components_form_common.php:141 +#: ../../godmode/modules/manage_network_templates_form.php:235 +#: ../../godmode/modules/manage_network_templates_form.php:303 +#: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/netflow/nf_edit.php:167 #: ../../godmode/netflow/nf_edit_form.php:256 #: ../../godmode/reporting/create_container.php:261 @@ -1634,18 +1253,18 @@ msgstr "Информация" #: ../../include/ajax/heatmap.ajax.php:524 #: ../../include/ajax/custom_fields.php:702 #: ../../include/ajax/custom_fields.php:756 +#: ../../include/class/CustomNetScan.class.php:506 +#: ../../include/class/ModuleTemplates.class.php:728 +#: ../../include/class/AgentsAlerts.class.php:776 +#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/class/AgentDeployWizard.class.php:342 +#: ../../include/class/CalendarManager.class.php:1042 #: ../../include/class/CredentialStore.class.php:814 #: ../../include/class/CredentialStore.class.php:846 #: ../../include/class/CredentialStore.class.php:937 -#: ../../include/class/CustomNetScan.class.php:506 -#: ../../include/class/ModuleTemplates.class.php:728 #: ../../include/class/NetworkMap.class.php:2995 #: ../../include/class/NetworkMap.class.php:3056 #: ../../include/class/NetworkMap.class.php:3422 -#: ../../include/class/AgentsAlerts.class.php:776 -#: ../../include/class/CalendarManager.class.php:1042 -#: ../../include/class/ExtensionsDiscovery.class.php:1504 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357 #: ../../include/lib/Dashboard/Widgets/service_view.php:271 @@ -1653,8 +1272,8 @@ msgstr "Информация" #: ../../include/lib/Dashboard/Widgets/inventory.php:272 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064 #: ../../include/lib/Dashboard/Widgets/events_list.php:859 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697 @@ -1667,33 +1286,33 @@ msgstr "Информация" #: ../../include/functions_massive_operations.php:123 #: ../../include/functions_agents.php:4859 #: ../../include/functions_snmp_browser.php:1925 -#: ../../include/functions_graph.php:4867 +#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502 +#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921 +#: ../../include/functions_visual_map.php:4257 +#: ../../include/functions_events.php:255 +#: ../../include/functions_events.php:309 +#: ../../include/functions_events.php:5150 #: ../../include/functions_reporting_html.php:115 #: ../../include/functions_reporting_html.php:818 #: ../../include/functions_reporting_html.php:2271 #: ../../include/functions_reporting_html.php:3034 #: ../../include/functions_reporting_html.php:4911 #: ../../include/functions_reporting_html.php:7740 -#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634 -#: ../../include/functions_html.php:1921 -#: ../../include/functions_visual_map.php:4257 -#: ../../include/functions_events.php:255 -#: ../../include/functions_events.php:309 -#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95 -#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235 -#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406 -#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118 -#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232 -#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696 -#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994 -#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171 -#: ../../mobile/operation/modules.php:176 -#: ../../mobile/operation/modules.php:266 -#: ../../mobile/operation/modules.php:267 #: ../../mobile/operation/server_status.php:162 #: ../../mobile/operation/server_status.php:167 #: ../../mobile/operation/visualmaps.php:113 #: ../../mobile/operation/visualmaps.php:118 +#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158 +#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236 +#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113 +#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231 +#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691 +#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857 +#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995 +#: ../../mobile/operation/modules.php:171 +#: ../../mobile/operation/modules.php:176 +#: ../../mobile/operation/modules.php:266 +#: ../../mobile/operation/modules.php:267 #: ../../operation/agentes/pandora_networkmap.editor.php:350 #: ../../operation/agentes/pandora_networkmap.editor.php:434 #: ../../operation/agentes/alerts_status.functions.php:86 @@ -1754,16 +1373,16 @@ msgstr "Рекурсия" #: ../../include/ajax/heatmap.ajax.php:431 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328 #: ../../include/functions_treeview.php:120 -#: ../../include/functions_graph.php:5014 -#: ../../include/functions_reporting_html.php:2435 -#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947 +#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675 +#: ../../include/functions_html.php:1947 #: ../../include/functions_events.php:4565 +#: ../../include/functions_reporting_html.php:2435 +#: ../../mobile/operation/server_status.php:174 +#: ../../mobile/operation/server_status.php:175 #: ../../mobile/operation/modules.php:183 #: ../../mobile/operation/modules.php:184 #: ../../mobile/operation/modules.php:293 #: ../../mobile/operation/modules.php:294 -#: ../../mobile/operation/server_status.php:174 -#: ../../mobile/operation/server_status.php:175 #: ../../operation/agentes/estado_monitores.php:619 #: ../../operation/agentes/ver_agente.php:1227 #: ../../operation/agentes/status_monitor.php:868 @@ -1795,8 +1414,8 @@ msgstr "Группа модулей" #: ../../godmode/massive/massive_edit_modules.php:355 #: ../../godmode/massive/massive_edit_modules.php:404 #: ../../godmode/massive/massive_edit_modules.php:520 -#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/modules/manage_network_components.php:660 +#: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/netflow/nf_edit_form.php:264 #: ../../godmode/reporting/create_container.php:646 #: ../../godmode/reporting/reporting_builder.list_items.php:217 @@ -1828,13 +1447,13 @@ msgstr "Группа модулей" #: ../../godmode/files_repo/files_repo_form.php:51 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259 #: ../../include/class/AuditLog.class.php:269 -#: ../../include/class/CredentialStore.class.php:509 -#: ../../include/class/EventSound.class.php:347 #: ../../include/class/TipsWindow.class.php:756 #: ../../include/class/TipsWindow.class.php:923 #: ../../include/class/SnmpConsole.class.php:303 #: ../../include/class/SnmpConsole.class.php:309 #: ../../include/class/SnmpConsole.class.php:321 +#: ../../include/class/CredentialStore.class.php:509 +#: ../../include/class/EventSound.class.php:347 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430 #: ../../include/lib/Dashboard/Widgets/inventory.php:278 #: ../../include/lib/Dashboard/Widgets/inventory.php:302 @@ -1850,13 +1469,14 @@ msgstr "Группа модулей" #: ../../include/functions_massive_operations.php:188 #: ../../include/functions_massive_operations.php:245 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686 -#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214 -#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668 +#: ../../include/functions_groupview.php:97 +#: ../../include/functions_modules.php:3668 #: ../../include/functions_modules.php:3670 #: ../../include/functions_groups.php:655 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954 #: ../../include/functions_notifications.php:106 +#: ../../include/functions.php:1214 ../../include/functions.php:1474 #: ../../include/functions_reporting.php:3533 #: ../../include/functions_reporting.php:3630 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65 @@ -1907,11 +1527,11 @@ msgstr "Все" #: ../../godmode/massive/massive_delete_alerts.php:315 #: ../../godmode/massive/massive_delete_modules.php:517 #: ../../godmode/massive/massive_delete_modules.php:585 -#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/massive/massive_enable_disable_alerts.php:175 #: ../../godmode/massive/massive_standby_alerts.php:204 #: ../../godmode/massive/massive_add_alerts.php:231 #: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/massive/massive_edit_plugins.php:367 #: ../../godmode/reporting/reporting_builder.list_items.php:211 #: ../../godmode/reporting/visual_console_builder.wizard.php:463 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401 @@ -1923,24 +1543,24 @@ msgstr "Все" #: ../../include/class/Diagnostics.class.php:1259 #: ../../include/class/Diagnostics.class.php:1263 #: ../../include/class/Diagnostics.class.php:1267 -#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/class/AgentsAlerts.class.php:252 #: ../../include/class/AgentsAlerts.class.php:569 +#: ../../include/class/NetworkMap.class.php:3449 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/TacticalView/elements/Agents.php:41 #: ../../include/lib/TacticalView/elements/Agents.php:136 #: ../../include/functions_massive_operations.php:272 -#: ../../include/functions_groups.php:53 +#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700 +#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801 +#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088 +#: ../../include/functions_html.php:6694 #: ../../include/functions_reporting_html.php:2773 #: ../../include/functions_reporting_html.php:4600 -#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784 -#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071 -#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694 #: ../../mobile/include/functions_web.php:23 -#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205 -#: ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79 +#: ../../mobile/operation/agents.php:205 #: ../../operation/agentes/group_view.php:183 #: ../../operation/agentes/group_view.php:240 #: ../../operation/agentes/interface_view.functions.php:78 @@ -1982,6 +1602,49 @@ msgstr "Показать все модули" msgid "Agents/Modules" msgstr "Агенты/Модули" +#: ../../extensions/agents_modules.php:597 +#: ../../extensions/realtime_graphs.php:67 +#: ../../extensions/module_groups.php:260 +#: ../../general/first_task/cluster_builder.php:38 +#: ../../godmode/agentes/status_monitor_custom_fields.php:44 +#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:47 +#: ../../godmode/snmpconsole/snmp_filters.php:55 +#: ../../include/class/AgentsAlerts.class.php:753 +#: ../../include/class/SnmpConsole.class.php:230 +#: ../../operation/agentes/group_view.php:97 +#: ../../operation/agentes/estado_agente.php:282 +#: ../../operation/agentes/interface_view.php:76 +#: ../../operation/agentes/alerts_status.php:202 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/netflow/netflow_explorer.php:55 +#: ../../operation/netflow/nf_live_view.php:188 +#: ../../operation/network/network_usage_map.php:63 +#: ../../operation/snmpconsole/snmp_statistics.php:100 +#: ../../operation/snmpconsole/snmp_mib_uploader.php:56 +#: ../../operation/snmpconsole/snmp_browser.php:95 +#: ../../operation/inventory/inventory.php:389 +#: ../../operation/custom_fields/custom_fields_view.php:53 +#: ../../operation/heatmap.php:142 ../../operation/menu.php:159 +#: ../../operation/menu.php:280 ../../operation/tree.php:185 +#: ../../views/cluster/list.php:40 +msgid "Monitoring" +msgstr "Мониторинг" + +#: ../../extensions/agents_modules.php:601 +#: ../../extensions/realtime_graphs.php:71 +#: ../../extensions/module_groups.php:264 +#: ../../godmode/agentes/status_monitor_custom_fields.php:48 +#: ../../include/class/AgentsAlerts.class.php:757 +#: ../../operation/agentes/group_view.php:101 +#: ../../operation/agentes/estado_agente.php:286 +#: ../../operation/agentes/interface_view.php:80 +#: ../../operation/agentes/alerts_status.php:206 +#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/heatmap.php:146 ../../operation/menu.php:165 +msgid "Views" +msgstr "Просмотры" + #: ../../extensions/agents_modules.php:648 #: ../../operation/events/events.php:1636 #: ../../operation/gis_maps/render_view.php:139 @@ -2004,9 +1667,9 @@ msgstr "Вернуться в обычный режим" #: ../../operation/gis_maps/render_view.php:161 #: ../../operation/visual_console/legacy_view.php:274 #: ../../operation/visual_console/legacy_public_view.php:141 -#: ../../operation/visual_console/view.php:579 #: ../../operation/visual_console/public_view.php:156 -#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173 +#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177 +#: ../../views/dashboard/header.php:173 msgid "Refresh" msgstr "Обновить" @@ -2014,6 +1677,57 @@ msgstr "Обновить" msgid "Agent/module view" msgstr "Просмотр агента/модуля" +#: ../../extensions/agents_modules.php:710 +#: ../../extensions/realtime_graphs.php:203 +#: ../../extensions/module_groups.php:305 +#: ../../godmode/agentes/planned_downtime.list.php:647 +#: ../../godmode/agentes/module_manager.php:93 +#: ../../godmode/agentes/module_manager.php:108 +#: ../../godmode/agentes/module_manager.php:109 +#: ../../godmode/agentes/modificar_agente.php:397 +#: ../../godmode/agentes/modificar_agente.php:412 +#: ../../godmode/agentes/modificar_agente.php:413 +#: ../../godmode/groups/group_list.php:854 +#: ../../godmode/groups/group_list.php:955 +#: ../../godmode/modules/manage_network_components.php:707 +#: ../../godmode/modules/manage_network_templates_form.php:277 +#: ../../godmode/modules/manage_network_templates_form.php:337 +#: ../../godmode/netflow/nf_edit_form.php:283 +#: ../../godmode/netflow/nf_item_list.php:174 +#: ../../godmode/reporting/reporting_builder.list_items.php:267 +#: ../../godmode/reporting/visual_console_favorite.php:204 +#: ../../godmode/reporting/map_builder.php:390 +#: ../../godmode/reporting/reporting_builder.php:769 +#: ../../godmode/reporting/graphs.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1308 +#: ../../godmode/snmpconsole/snmp_filters.php:216 +#: ../../godmode/snmpconsole/snmp_filters.php:314 +#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248 +#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460 +#: ../../include/ajax/agent.php:653 +#: ../../include/class/ModuleTemplates.class.php:713 +#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149 +#: ../../operation/agentes/estado_agente.php:506 +#: ../../operation/agentes/estado_monitores.php:649 +#: ../../operation/agentes/interface_view.functions.php:134 +#: ../../operation/agentes/agent_inventory.php:165 +#: ../../operation/agentes/graphs.php:298 +#: ../../operation/agentes/status_monitor.php:1046 +#: ../../operation/netflow/nf_live_view.php:326 +#: ../../operation/netflow/nf_live_view.php:641 +#: ../../operation/netflow/nf_live_view.php:642 +#: ../../operation/network/network_report.php:285 +#: ../../operation/network/network_report.php:312 +#: ../../operation/network/network_report.php:355 +#: ../../operation/network/network_report.php:356 +#: ../../operation/network/network_usage_map.php:297 +#: ../../operation/network/network_usage_map.php:330 +#: ../../operation/network/network_usage_map.php:331 +#: ../../operation/reporting/graph_viewer.php:437 +#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341 +msgid "Filter" +msgstr "Фильтр" + #: ../../extensions/agents_modules.php:720 #: ../../godmode/agentes/planned_downtime.list.php:1000 #: ../../godmode/modules/manage_network_templates.php:290 @@ -2048,9 +1762,9 @@ msgstr "здесь нет агентов с модулями" #: ../../godmode/massive/massive_copy_modules.php:226 #: ../../godmode/massive/massive_delete_modules.php:499 #: ../../godmode/massive/massive_delete_modules.php:603 -#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_modules.php:603 +#: ../../godmode/massive/massive_edit_plugins.php:383 #: ../../godmode/reporting/reporting_builder.list_items.php:228 #: ../../godmode/reporting/visual_console_builder.wizard.php:480 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494 @@ -2063,8 +1777,6 @@ msgstr "здесь нет агентов с модулями" #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347 #: ../../include/lib/TacticalView/elements/Configurations.php:76 -#: ../../include/functions_reporting_html.php:2773 -#: ../../include/functions_reporting_html.php:6938 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160 #: ../../include/functions_html.php:6767 #: ../../include/functions_reports.php:745 @@ -2076,9 +1788,12 @@ msgstr "здесь нет агентов с модулями" #: ../../include/functions_reports.php:769 #: ../../include/functions_reports.php:773 #: ../../include/functions_reports.php:777 -#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330 +#: ../../include/functions_reports.php:781 +#: ../../include/functions_reporting_html.php:2773 +#: ../../include/functions_reporting_html.php:6938 +#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410 -#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236 +#: ../../mobile/operation/modules.php:236 #: ../../operation/agentes/exportdata.php:360 #: ../../operation/agentes/group_view.php:184 #: ../../operation/agentes/group_view.php:241 @@ -2130,6 +1845,15 @@ msgstr "" "Ячейка становится синей, когда модуль находится в состоянии \"не " "инициализирован\"" +#: ../../extensions/agents_modules.php:1118 +#: ../../extensions/module_groups.php:469 +#: ../../godmode/snmpconsole/snmp_alert.php:2196 +#: ../../include/class/SnmpConsole.class.php:545 +#: ../../include/lib/Dashboard/Widgets/top_n.php:327 +#: ../../include/functions_reporting_html.php:2960 +msgid "Legend" +msgstr "Легенда" + #: ../../extensions/agents_modules.php:1130 msgid "Agents/Modules view" msgstr "Просмотр Агентов/Модулей" @@ -2202,12 +1926,207 @@ msgstr "Инкрементный" msgid "Clear graph" msgstr "Очистить график" +#: ../../extensions/realtime_graphs.php:229 +#: ../../extensions/module_groups.php:322 +#: ../../godmode/agentes/planned_downtime.list.php:661 +#: ../../godmode/agentes/planned_downtime.list.php:662 +#: ../../godmode/agentes/planned_downtime.list.php:711 +#: ../../godmode/agentes/planned_downtime.list.php:712 +#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 +#: ../../godmode/groups/group_list.php:872 +#: ../../godmode/groups/group_list.php:978 +#: ../../godmode/modules/manage_network_components.php:723 +#: ../../godmode/reporting/reporting_builder.list_items.php:283 +#: ../../godmode/reporting/visual_console_favorite.php:220 +#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/reporting_builder.php:785 +#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264 +#: ../../include/class/AgentsAlerts.class.php:882 +#: ../../include/functions_snmp_browser.php:1013 +#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180 +#: ../../operation/agentes/estado_agente.php:552 +#: ../../operation/agentes/agent_inventory.php:188 +#: ../../operation/agentes/status_monitor.php:1094 +#: ../../operation/reporting/graph_viewer.php:453 +#: ../../operation/reporting/reporting_viewer.php:321 +#: ../../operation/inventory/inventory.php:822 +#: ../../operation/custom_fields/custom_fields_view.php:323 +msgid "Filters" +msgstr "Фильтры" + #: ../../extensions/realtime_graphs.php:295 #: ../../godmode/agentes/module_manager_editor_network.php:45 #: ../../include/functions_snmp_browser.php:663 msgid "Use this OID" msgstr "Используйте этот OID" +#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 +msgid "Request successfully processed" +msgstr "Запрос успешно обработан" + +#: ../../extensions/api_checker.php:185 +#, fuzzy +msgid "Incorrect URL" +msgstr "Неправильная форма." + +#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 +msgid "API checker" +msgstr "API проверки" + +#: ../../extensions/api_checker.php:249 +#, php-format +msgid "%s Console URL" +msgstr "%s URL консоли" + +#: ../../extensions/api_checker.php:256 +#: ../../godmode/users/configure_user.php:1018 +#: ../../godmode/users/configure_user.php:1041 +#: ../../operation/users/user_edit.php:296 +#: ../../operation/users/user_edit.php:335 +#, fuzzy +msgid "API Token" +msgstr "Токен Аутентифакации" + +#: ../../extensions/api_checker.php:256 +msgid "Use API Token instead API Pass, User and Password." +msgstr "" + +#: ../../extensions/api_checker.php:261 +msgid "API Pass" +msgstr "API Пропуск" + +#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 +#: ../../general/login_page.php:353 +#: ../../godmode/agentes/module_manager_editor_wmi.php:143 +#: ../../godmode/massive/massive_edit_modules.php:1110 +#: ../../godmode/modules/manage_network_components_form_wmi.php:63 +#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 +#: ../../godmode/users/user_management.php:346 +#: ../../godmode/users/configure_user.php:1167 +#: ../../include/class/AgentWizard.class.php:690 +#: ../../include/class/CredentialStore.class.php:974 +#: ../../include/class/CredentialStore.class.php:1024 +#: ../../include/class/CredentialStore.class.php:1301 +#: ../../include/class/CredentialStore.class.php:1327 +#: ../../include/class/CredentialStore.class.php:1351 +#: ../../include/class/WelcomeWindow.class.php:1008 +#: ../../include/class/WelcomeWindow.class.php:1144 +#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753 +#: ../../mobile/include/user.class.php:435 +#: ../../operation/users/user_edit.php:860 +msgid "Password" +msgstr "Пароль" + +#: ../../extensions/api_checker.php:287 +msgid "Action (get or set)" +msgstr "действие (получить или установить)" + +#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 +#: ../../general/main_menu.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 +#: ../../godmode/extensions.php:169 +#: ../../include/class/ExternalTools.class.php:627 +#: ../../include/functions_menu.php:710 +#: ../../include/functions_reporting_html.php:3335 +#: ../../include/functions_reporting_html.php:6219 +msgid "Operation" +msgstr "Операция" + +#: ../../extensions/api_checker.php:299 +#: ../../godmode/agentes/fields_manager.php:152 +#: ../../godmode/agentes/agent_manager.php:376 +#: ../../godmode/agentes/module_manager_editor_common.php:199 +#: ../../godmode/alerts/alert_commands.php:1002 +#: ../../godmode/groups/modu_group_list.php:260 +#: ../../godmode/groups/group_list.php:1032 +#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 +#: ../../include/class/AlertsList.class.php:313 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 +#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 +#: ../../views/ITSM/ITSMTicketListView.php:77 +msgid "ID" +msgstr "ID" + +#: ../../extensions/api_checker.php:304 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:311 +msgid "Return Type" +msgstr "Тип возвращаемых данных" + +#: ../../extensions/api_checker.php:316 +#: ../../godmode/groups/configure_group.php:266 +#: ../../godmode/massive/massive_edit_users.php:278 +#: ../../godmode/snmpconsole/snmp_alert.php:46 +#: ../../godmode/users/user_management.php:46 +#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806 +#: ../../include/class/SnmpConsole.class.php:333 +#: ../../include/class/SnmpConsole.class.php:1406 +#: ../../include/class/SnmpConsole.class.php:1433 +#: ../../include/functions_graph.php:3444 +#: ../../operation/gis_maps/render_view.php:168 +#: ../../operation/users/user_edit.php:471 +msgid "Other" +msgstr "Прочее" + +#: ../../extensions/api_checker.php:323 +msgid "Other Mode" +msgstr "другой режим" + +#: ../../extensions/api_checker.php:337 +msgid "Raw URL" +msgstr "Необработанный URL" + +#: ../../extensions/api_checker.php:344 +msgid "Credentials" +msgstr "Учётные данные" + +#: ../../extensions/api_checker.php:349 +msgid "Call parameters" +msgstr "параметры вызова" + +#: ../../extensions/api_checker.php:349 +msgid "Action: get Operation: module_last_value id: 63" +msgstr "Действие: доступ к Операций: module_last_value id: 63" + +#: ../../extensions/api_checker.php:356 +msgid "Custom URL" +msgstr "URL пользователя" + +#: ../../extensions/api_checker.php:364 +msgid "Call" +msgstr "Вызов" + +#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 +#: ../../include/functions_db.php:1965 +#: ../../include/functions_reporting_html.php:5561 +#: ../../include/functions_reporting_html.php:5708 +#: ../../include/functions_reporting_html.php:6051 +#: ../../include/functions_reporting_html.php:6062 +msgid "Result" +msgstr "Результат" + +#: ../../extensions/api_checker.php:378 +#: ../../godmode/events/event_responses.editor.php:229 +#: ../../godmode/events/event_responses.editor.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 +#: ../../include/class/WelcomeWindow.class.php:713 +#: ../../include/functions_reporting_html.php:2283 +#: ../../operation/gis_maps/ajax.php:316 +msgid "URL" +msgstr "Ссылка (URL)" + +#: ../../extensions/api_checker.php:395 +msgid "Hide URL" +msgstr "спрятать URL" + +#: ../../extensions/api_checker.php:399 +msgid "Show URL" +msgstr "Показать URL-ссылку" + #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751 #: ../../godmode/menu.php:567 msgid "DB Schema check" @@ -2355,172 +2274,253 @@ msgstr "" msgid "Test databases may have been left over due to lack of drop privileges." msgstr "" -#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549 -msgid "Request successfully processed" -msgstr "Запрос успешно обработан" +#: ../../extensions/module_groups.php:48 +msgid "Counters Module" +msgstr "Модуль счетчиков" -#: ../../extensions/api_checker.php:185 -#, fuzzy -msgid "Incorrect URL" -msgstr "Неправильная форма." +#: ../../extensions/module_groups.php:49 +msgid "Alerts_Fired" +msgstr "Сработавшие_предупреждения" -#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408 -msgid "API checker" -msgstr "API проверки" +#: ../../extensions/module_groups.php:50 +#: ../../godmode/groups/group_list.php:1291 +#: ../../godmode/massive/massive_copy_modules.php:125 +#: ../../godmode/massive/massive_copy_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:429 +#: ../../godmode/massive/massive_edit_modules.php:393 +#: ../../godmode/massive/massive_edit_modules.php:509 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4398 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4453 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4819 +#: ../../include/ajax/module.php:2350 +#: ../../include/class/ExtensionsDiscovery.class.php:788 +#: ../../include/class/AgentWizard.class.php:1436 +#: ../../include/class/AgentWizard.class.php:4196 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:403 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:438 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:702 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564 +#: ../../include/functions_massive_operations.php:156 +#: ../../include/functions_agents.php:5070 +#: ../../include/functions_graph.php:3249 +#: ../../include/functions_graph.php:3251 +#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182 +#: ../../include/functions.php:1418 ../../include/functions.php:1419 +#: ../../include/functions.php:1421 ../../include/functions.php:1462 +#: ../../include/functions_events.php:3277 +#: ../../include/functions_reporting_html.php:1521 +#: ../../include/functions_reporting_html.php:6131 +#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376 +#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71 +#: ../../operation/agentes/group_view.php:252 +#: ../../operation/agentes/group_view.php:257 +#: ../../operation/agentes/estado_agente.php:312 +#: ../../operation/agentes/estado_monitores.php:542 +#: ../../operation/agentes/status_monitor.php:575 +#: ../../operation/gis_maps/render_view.php:165 +#: ../../operation/custom_fields/custom_fields_view.php:176 +#: ../../operation/tree.php:210 ../../operation/tree.php:301 +#: ../../operation/tree.php:515 +msgid "Critical" +msgstr "Критический" -#: ../../extensions/api_checker.php:249 -#, php-format -msgid "%s Console URL" -msgstr "%s URL консоли" +#: ../../extensions/module_groups.php:52 +#: ../../godmode/alerts/alert_list.builder.php:350 +#: ../../godmode/groups/group_list.php:1301 +#: ../../godmode/massive/massive_copy_modules.php:126 +#: ../../godmode/massive/massive_copy_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:430 +#: ../../godmode/massive/massive_edit_modules.php:394 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4820 +#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358 +#: ../../include/class/ExtensionsDiscovery.class.php:789 +#: ../../include/graphs/functions_flot.php:352 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:404 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:439 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:712 +#: ../../include/lib/ClusterViewer/ClusterManager.php:642 +#: ../../include/lib/TacticalView/elements/Alerts.php:218 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 +#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768 +#: ../../include/functions_massive_operations.php:157 +#: ../../include/functions_netflow.php:2129 +#: ../../include/functions_agents.php:5071 +#: ../../include/functions_filemanager.php:782 +#: ../../include/functions_reports.php:569 +#: ../../include/functions_visual_map.php:2457 +#: ../../include/functions_visual_map.php:2485 +#: ../../include/functions_visual_map.php:2503 +#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368 +#: ../../include/functions.php:4319 ../../include/functions_events.php:3018 +#: ../../include/functions_events.php:3177 +#: ../../include/functions_reporting.php:7192 +#: ../../include/functions_reporting_html.php:4814 +#: ../../include/functions_reporting_html.php:5217 +#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642 +#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72 +#: ../../operation/agentes/group_view.php:248 +#: ../../operation/agentes/group_view.php:253 +#: ../../operation/agentes/estado_agente.php:313 +#: ../../operation/agentes/estado_monitores.php:547 +#: ../../operation/agentes/pandora_networkmap.view.php:1761 +#: ../../operation/agentes/status_monitor.php:576 +#: ../../operation/events/events.php:930 +#: ../../operation/custom_fields/custom_fields_view.php:177 +#: ../../operation/tree.php:211 ../../operation/tree.php:302 +#: ../../operation/tree.php:525 +msgid "Unknown" +msgstr "Неизвестно" -#: ../../extensions/api_checker.php:256 -#: ../../godmode/users/configure_user.php:1018 -#: ../../godmode/users/configure_user.php:1041 -#: ../../operation/users/user_edit.php:296 -#: ../../operation/users/user_edit.php:335 -#, fuzzy -msgid "API Token" -msgstr "Токен Аутентифакации" +#: ../../extensions/module_groups.php:53 ../../general/header.php:1064 +#: ../../godmode/massive/massive_operations.php:471 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3443 +#: ../../godmode/setup/setup_general.php:1012 +#: ../../godmode/setup/setup_general.php:1030 +#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775 +#: ../../include/class/HelpFeedBack.class.php:370 +#: ../../include/class/ConfigPEN.class.php:674 +#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/ModuleTemplates.class.php:1368 +#: ../../include/class/ExtensionsDiscovery.class.php:257 +#: ../../include/class/AgentWizard.class.php:6265 +#: ../../include/class/CredentialStore.class.php:1654 +#: ../../include/class/SatelliteAgent.class.php:1147 +#: ../../include/class/WelcomeWindow.class.php:176 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:362 +#: ../../include/functions_db.php:1980 +#: ../../include/functions_reporting_html.php:1321 +#: ../../include/functions_reporting_html.php:1516 +#: ../../include/functions_reporting_html.php:4820 +#: ../../include/functions_reporting_html.php:6126 +#: ../../operation/agentes/pandora_networkmap.editor.php:751 +#: ../../operation/agentes/pandora_networkmap.php:904 +#: ../../operation/snmpconsole/snmp_browser.php:629 +#: ../../operation/snmpconsole/snmp_browser.php:705 +msgid "OK" +msgstr "Ок" -#: ../../extensions/api_checker.php:256 -msgid "Use API Token instead API Pass, User and Password." +#: ../../extensions/module_groups.php:54 +msgid "Not_init" +msgstr "Не_начато" + +#: ../../extensions/module_groups.php:251 +msgid "Combined table of agent group and module group" +msgstr "Комбинированная таблица агента группы и модуля группы" + +#: ../../extensions/module_groups.php:275 +msgid "Search by agent group" +msgstr "Поиск по группе агентов" + +#: ../../extensions/module_groups.php:288 +msgid "Search by module group" +msgstr "Поиск по группе модулей" + +#: ../../extensions/module_groups.php:351 +#: ../../godmode/reporting/visual_console_builder.wizard.php:391 +#: ../../godmode/files_repo/files_repo_form.php:61 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299 +#: ../../include/lib/Dashboard/Widgets/tactical.php:331 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305 +#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:231 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:266 +#: ../../include/lib/Dashboard/Widgets/events_list.php:463 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:344 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:353 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:375 +#: ../../include/lib/TacticalView/elements/Configurations.php:52 +#: ../../include/lib/TacticalView/elements/Groups.php:51 +#: ../../include/functions_maps.php:46 +#: ../../include/functions_networkmap.php:1297 +#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 +#: ../../mobile/operation/groups.php:70 +#: ../../operation/agentes/pandora_networkmap.php:746 +#: ../../operation/reporting/graph_analytics.php:870 +#: ../../operation/tree.php:91 ../../operation/tree.php:149 +msgid "Groups" +msgstr "Группы" + +#: ../../extensions/module_groups.php:460 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." msgstr "" +"Оранжевый клетки - когда модуль группы и агент имеют хотя бы один запуск " +"сигнала тревоги." -#: ../../extensions/api_checker.php:261 -msgid "API Pass" -msgstr "API Пропуск" +#: ../../extensions/module_groups.php:461 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Красные клетки - когда группа модулей и агентов имеют хотя бы один модуль в " +"критическом состоянии и остальные в любом статусе" -#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292 -#: ../../general/login_page.php:353 -#: ../../godmode/agentes/module_manager_editor_wmi.php:143 -#: ../../godmode/massive/massive_edit_modules.php:1110 -#: ../../godmode/modules/manage_network_components_form_wmi.php:63 -#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110 -#: ../../godmode/users/configure_user.php:1167 -#: ../../godmode/users/user_management.php:346 -#: ../../include/class/CredentialStore.class.php:974 -#: ../../include/class/CredentialStore.class.php:1024 -#: ../../include/class/CredentialStore.class.php:1301 -#: ../../include/class/CredentialStore.class.php:1327 -#: ../../include/class/CredentialStore.class.php:1351 -#: ../../include/class/WelcomeWindow.class.php:1008 -#: ../../include/class/WelcomeWindow.class.php:1144 -#: ../../include/class/AgentWizard.class.php:690 -#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795 -#: ../../mobile/include/user.class.php:435 -#: ../../operation/users/user_edit.php:860 -msgid "Password" -msgstr "Пароль" +#: ../../extensions/module_groups.php:462 +msgid "" +"Yellow cell when the module group and agent have at least one in warning " +"status and the others in grey or green status" +msgstr "" +"Желтые ячейки используется, когда хотя бы один из группы модулей и агентов " +"находится в статусе предостережения опасности и другие в сером или зеленом " +"статусе." -#: ../../extensions/api_checker.php:287 -msgid "Action (get or set)" -msgstr "действие (получить или установить)" +#: ../../extensions/module_groups.php:463 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Серый ячейки - когда группа модулей и агента содержит по крайней мере один в " +"неизвестном статусе и другие в зеленом статусе" -#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79 -#: ../../general/main_menu.php:86 -#: ../../godmode/reporting/reporting_builder.item_editor.php:5631 -#: ../../godmode/extensions.php:169 -#: ../../include/class/ExternalTools.class.php:627 -#: ../../include/functions_menu.php:710 -#: ../../include/functions_reporting_html.php:3335 -#: ../../include/functions_reporting_html.php:6219 -msgid "Operation" -msgstr "Операция" +#: ../../extensions/module_groups.php:464 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Зеленую ячейка - когда группа модулей и агента содержит все модули в статус " +"ОК" -#: ../../extensions/api_checker.php:299 -#: ../../godmode/agentes/fields_manager.php:152 -#: ../../godmode/agentes/agent_manager.php:376 -#: ../../godmode/agentes/module_manager_editor_common.php:199 -#: ../../godmode/alerts/alert_commands.php:1002 -#: ../../godmode/groups/modu_group_list.php:260 -#: ../../godmode/groups/group_list.php:1032 -#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74 -#: ../../include/class/AlertsList.class.php:313 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355 -#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95 -#: ../../views/ITSM/ITSMTicketListView.php:77 -msgid "ID" -msgstr "ID" +#: ../../extensions/module_groups.php:465 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Голубые ячейки - когда группа модуля и агента псодержит все модули в не иниц " +"статусе." -#: ../../extensions/api_checker.php:304 -msgid "ID 2" -msgstr "ID 2" +#: ../../extensions/module_groups.php:471 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"Эта таблица отображает в колонках модулеи группы и в строках агенты группы. " +"В ячейках отображаются все модули" -#: ../../extensions/api_checker.php:311 -msgid "Return Type" -msgstr "Тип возвращаемых данных" +#: ../../extensions/module_groups.php:472 +msgid "There are no defined groups or module groups" +msgstr "здесь нет определенных групп или модулей групп" -#: ../../extensions/api_checker.php:316 -#: ../../godmode/groups/configure_group.php:266 -#: ../../godmode/massive/massive_edit_users.php:278 -#: ../../godmode/snmpconsole/snmp_alert.php:46 -#: ../../godmode/users/configure_user.php:61 -#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806 -#: ../../include/class/SnmpConsole.class.php:333 -#: ../../include/class/SnmpConsole.class.php:1406 -#: ../../include/class/SnmpConsole.class.php:1433 -#: ../../include/functions_graph.php:3444 -#: ../../operation/gis_maps/render_view.php:168 -#: ../../operation/users/user_edit.php:471 -msgid "Other" -msgstr "Прочее" - -#: ../../extensions/api_checker.php:323 -msgid "Other Mode" -msgstr "другой режим" - -#: ../../extensions/api_checker.php:337 -msgid "Raw URL" -msgstr "Необработанный URL" - -#: ../../extensions/api_checker.php:344 -msgid "Credentials" -msgstr "Учётные данные" - -#: ../../extensions/api_checker.php:349 -msgid "Call parameters" -msgstr "параметры вызова" - -#: ../../extensions/api_checker.php:349 -msgid "Action: get Operation: module_last_value id: 63" -msgstr "Действие: доступ к Операций: module_last_value id: 63" - -#: ../../extensions/api_checker.php:356 -msgid "Custom URL" -msgstr "URL пользователя" - -#: ../../extensions/api_checker.php:364 -msgid "Call" -msgstr "Вызов" - -#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384 -#: ../../include/functions_db.php:1965 -#: ../../include/functions_reporting_html.php:5561 -#: ../../include/functions_reporting_html.php:5708 -#: ../../include/functions_reporting_html.php:6051 -#: ../../include/functions_reporting_html.php:6062 -msgid "Result" -msgstr "Результат" - -#: ../../extensions/api_checker.php:378 -#: ../../godmode/events/event_responses.editor.php:229 -#: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/reporting/reporting_builder.item_editor.php:83 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3003 -#: ../../include/class/WelcomeWindow.class.php:713 -#: ../../include/functions_reporting_html.php:2283 -#: ../../operation/gis_maps/ajax.php:316 -msgid "URL" -msgstr "Ссылка (URL)" - -#: ../../extensions/api_checker.php:395 -msgid "Hide URL" -msgstr "спрятать URL" - -#: ../../extensions/api_checker.php:399 -msgid "Show URL" -msgstr "Показать URL-ссылку" +#: ../../extensions/module_groups.php:492 +#: ../../godmode/groups/configure_modu_group.php:43 +#: ../../godmode/groups/modu_group_list.php:83 +#: ../../godmode/reporting/reporting_builder.item_editor.php:94 +#: ../../godmode/menu.php:189 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:346 +#: ../../operation/tree.php:103 ../../operation/tree.php:153 +msgid "Module groups" +msgstr "Модуль групп" #: ../../general/first_task/HA_cluster_builder.php:37 msgid "There are no HA clusters defined yet." @@ -2917,11 +2917,11 @@ msgstr "Теги еще не определены." #: ../../include/lib/Dashboard/Widgets/tree_view.php:345 #: ../../include/functions_profile.php:205 #: ../../include/functions_treeview.php:151 -#: ../../include/functions_reporting_html.php:2439 -#: ../../include/functions_reporting_html.php:4966 #: ../../include/functions_events.php:263 #: ../../include/functions_events.php:333 #: ../../include/functions_events.php:5179 +#: ../../include/functions_reporting_html.php:2439 +#: ../../include/functions_reporting_html.php:4966 #: ../../mobile/operation/events.php:870 #: ../../operation/agentes/alerts_status.functions.php:160 #: ../../operation/agentes/group_view.php:246 @@ -2949,65 +2949,6 @@ msgstr "" "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tТаким образом, доступ пользователя может быть " "ограничен модулями с определенными тегами." -#: ../../general/first_task/cluster_builder.php:45 -msgid "" -"A cluster is a group of devices that provide the same service in high " -"availability." -msgstr "" -"Кластер - это группа сервисов, предоставляющих одну и ту же услугу в " -"условиях высокой доступности." - -#: ../../general/first_task/cluster_builder.php:47 -msgid "Depending on how they provide that service, we can find two types:" -msgstr "" -"В зависимости от того, как предоставляется эта услуга, мы можем выделить " -"два типа:" - -#: ../../general/first_task/cluster_builder.php:49 -#, fuzzy -msgid "" -"Clusters to balance the service load: these are active - active (A/A) mode " -"clusters. It means that all the nodes (or machines that compose it) are " -"working. They must be working because if one stops working, it will overload " -"the others." -msgstr "" -"Кластеры для балансировки нагрузки на сервис: это кластеры с активно-" -"активным режимом(A/A). Это означает, что все узлы (или машины, составляющие " -"его) работают. Они должны работать, потому что если один из них перестанет " -"работать, это приведет к перегрузке остальных." - -#: ../../general/first_task/cluster_builder.php:51 -#, fuzzy -msgid "" -"Clusters to guarantee service: these are active - passive (A/P) mode " -"clusters. It means that one of the nodes (or machines that make up the " -"cluster) will be running (primary) and another will not (secondary). When " -"the primary goes down, the secondary must take over and give the service " -"instead. Although many of the elements of this cluster are active-passive, " -"it will also have active elements in both of them that indicate that the " -"passive node is \"online\", so that in the case of a service failure in the " -"master, the active node collects this information." -msgstr "" -"Кластеры для гарантированного обслуживания: это кластеры с активно-" -"пассивным режимом (A/P). Это означает, что один из узлов (или машин, " -"составляющих кластер) будет работать (первичный), а другой - нет " -"(вторичный). Когда первичный выходит из строя, вторичный должен взять на " -"себя ответственность и предоставить сервис вместо него. Хотя многие элементы " -"этого кластера являются активно-пассивными, в нем также будут активные " -"элементы в обоих узлах, которые указывают, что пассивный узел находится " -"\"онлайн\", чтобы в случае сбоя обслуживания на главном узле, активный узел " -"собрал эту информацию." - -#: ../../general/first_task/cluster_builder.php:59 -#, fuzzy -msgid "Create cluster" -msgstr "Создать кластер" - -#: ../../general/first_task/cluster_builder.php:64 -#, fuzzy -msgid "There are no defined clusters" -msgstr "Нет определенных пользователей" - #: ../../general/first_task/map_builder.php:38 #, php-format msgid "" @@ -3094,6 +3035,65 @@ msgstr "Сконфигурировать пользователя" msgid "No services found" msgstr "Услуги не определены." +#: ../../general/first_task/cluster_builder.php:45 +msgid "" +"A cluster is a group of devices that provide the same service in high " +"availability." +msgstr "" +"Кластер - это группа сервисов, предоставляющих одну и ту же услугу в " +"условиях высокой доступности." + +#: ../../general/first_task/cluster_builder.php:47 +msgid "Depending on how they provide that service, we can find two types:" +msgstr "" +"В зависимости от того, как предоставляется эта услуга, мы можем выделить " +"два типа:" + +#: ../../general/first_task/cluster_builder.php:49 +#, fuzzy +msgid "" +"Clusters to balance the service load: these are active - active (A/A) mode " +"clusters. It means that all the nodes (or machines that compose it) are " +"working. They must be working because if one stops working, it will overload " +"the others." +msgstr "" +"Кластеры для балансировки нагрузки на сервис: это кластеры с активно-" +"активным режимом(A/A). Это означает, что все узлы (или машины, составляющие " +"его) работают. Они должны работать, потому что если один из них перестанет " +"работать, это приведет к перегрузке остальных." + +#: ../../general/first_task/cluster_builder.php:51 +#, fuzzy +msgid "" +"Clusters to guarantee service: these are active - passive (A/P) mode " +"clusters. It means that one of the nodes (or machines that make up the " +"cluster) will be running (primary) and another will not (secondary). When " +"the primary goes down, the secondary must take over and give the service " +"instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the " +"passive node is \"online\", so that in the case of a service failure in the " +"master, the active node collects this information." +msgstr "" +"Кластеры для гарантированного обслуживания: это кластеры с активно-" +"пассивным режимом (A/P). Это означает, что один из узлов (или машин, " +"составляющих кластер) будет работать (первичный), а другой - нет " +"(вторичный). Когда первичный выходит из строя, вторичный должен взять на " +"себя ответственность и предоставить сервис вместо него. Хотя многие элементы " +"этого кластера являются активно-пассивными, в нем также будут активные " +"элементы в обоих узлах, которые указывают, что пассивный узел находится " +"\"онлайн\", чтобы в случае сбоя обслуживания на главном узле, активный узел " +"собрал эту информацию." + +#: ../../general/first_task/cluster_builder.php:59 +#, fuzzy +msgid "Create cluster" +msgstr "Создать кластер" + +#: ../../general/first_task/cluster_builder.php:64 +#, fuzzy +msgid "There are no defined clusters" +msgstr "Нет определенных пользователей" + #: ../../general/first_task/custom_graphs.php:18 #, fuzzy, php-format msgid "" @@ -3126,10 +3126,7 @@ msgstr "Создание пользовательского графика" #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119 -#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176 -#: ../../mobile/operation/events.php:769 #: ../../mobile/operation/module_data.php:107 -#: ../../mobile/operation/modules.php:218 #: ../../mobile/operation/server_status.php:209 #: ../../mobile/operation/tactical.php:79 #: ../../mobile/operation/visualmaps.php:159 @@ -3137,7 +3134,9 @@ msgstr "Создание пользовательского графика" #: ../../mobile/operation/module_graph.php:256 #: ../../mobile/operation/visualmap.php:184 #: ../../mobile/operation/services.php:68 -#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285 +#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187 +#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769 +#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285 msgid "You don't have access to this page" msgstr "У вас нет доступа на эту страницу" @@ -3179,16 +3178,15 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:1603 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/class/SatelliteAgent.class.php:212 -#: ../../include/class/CalendarManager.class.php:1086 -#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/SnmpConsole.class.php:387 #: ../../include/class/AgentWizard.class.php:2785 +#: ../../include/class/CalendarManager.class.php:1086 +#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp.php:358 #: ../../include/functions_snmp_browser.php:1044 #: ../../include/functions_snmp_browser.php:1693 -#: ../../mobile/operation/agent.php:323 +#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323 #: ../../operation/agentes/estado_agente.php:377 #: ../../operation/agentes/agent_inventory.php:153 #: ../../operation/agentes/status_monitor.php:927 @@ -3784,9 +3782,9 @@ msgstr "На ваш электронный адрес было отправле #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 +#: ../../godmode/users/configure_token.php:207 #: ../../godmode/users/configure_user.php:2098 #: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_token.php:207 #: ../../godmode/wizards/ManageExtensions.class.php:346 #: ../../include/ajax/double_auth.ajax.php:267 #: ../../include/ajax/double_auth.ajax.php:365 @@ -3795,9 +3793,9 @@ msgstr "На ваш электронный адрес было отправле #: ../../include/ajax/events.php:2356 #: ../../include/class/Diagnostics.class.php:1931 #: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/functions.php:1379 ../../include/functions_menu.php:940 -#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014 -#: ../../include/functions_events.php:3217 +#: ../../include/functions_menu.php:940 ../../include/functions.php:1379 +#: ../../include/functions_events.php:3014 +#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334 #: ../../mobile/operation/visualmap.php:181 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 @@ -4221,7 +4219,6 @@ msgstr "Редактировать моего пользователя" #: ../../godmode/agentes/agent_template.php:298 #: ../../godmode/agentes/fields_manager.php:210 #: ../../godmode/agentes/inventory_manager.php:266 -#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/agentes/module_manager.php:1066 #: ../../godmode/agentes/module_manager.php:1077 #: ../../godmode/agentes/module_manager.php:1090 @@ -4230,6 +4227,7 @@ msgstr "Редактировать моего пользователя" #: ../../godmode/agentes/module_manager.php:1340 #: ../../godmode/agentes/planned_downtime.editor.php:1456 #: ../../godmode/agentes/modificar_agente.php:985 +#: ../../godmode/agentes/agent_manager.php:1553 #: ../../godmode/alerts/alert_actions.php:455 #: ../../godmode/alerts/alert_commands.php:1070 #: ../../godmode/alerts/alert_commands.php:1073 @@ -4242,9 +4240,9 @@ msgstr "Редактировать моего пользователя" #: ../../godmode/groups/modu_group_list.php:287 #: ../../godmode/groups/group_list.php:1129 #: ../../godmode/groups/group_list.php:1336 -#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 #: ../../godmode/massive/massive_standby_alerts.php:255 +#: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/modules/manage_inventory_modules.php:341 #: ../../godmode/modules/manage_network_templates.php:274 @@ -4283,20 +4281,20 @@ msgstr "Редактировать моего пользователя" #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672 -#: ../../include/class/CredentialStore.class.php:1701 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 -#: ../../include/class/SatelliteAgent.class.php:1187 -#: ../../include/class/SatelliteAgent.class.php:1235 -#: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TipsWindow.class.php:657 -#: ../../include/class/SatelliteCollection.class.php:531 -#: ../../include/class/SatelliteCollection.class.php:573 #: ../../include/class/SnmpConsole.class.php:493 #: ../../include/class/SnmpConsole.class.php:1309 #: ../../include/class/SnmpConsole.class.php:1336 -#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/TreeGroupEdition.class.php:170 +#: ../../include/class/CredentialStore.class.php:1701 +#: ../../include/class/SatelliteAgent.class.php:1187 +#: ../../include/class/SatelliteAgent.class.php:1235 +#: ../../include/class/SatelliteAgent.class.php:1297 +#: ../../include/class/SatelliteCollection.class.php:531 +#: ../../include/class/SatelliteCollection.class.php:573 +#: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 #: ../../include/functions_container.php:190 @@ -4313,8 +4311,6 @@ msgstr "Редактировать моего пользователя" #: ../../operation/visual_console/view.php:1129 #: ../../operation/custom_fields/custom_fields_view.php:1171 #: ../../update_manager_client/views/offline.php:72 -#: ../../update_manager_client/views/online.php:153 -#: ../../update_manager_client/views/online.php:200 #: ../../views/calendar/special_days.php:461 #: ../../views/ITSM/ITSMTicketDetailView.php:303 msgid "Are you sure?" @@ -4351,20 +4347,20 @@ msgstr "Отправлено" #: ../../godmode/wizards/ManageExtensions.class.php:345 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675 #: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/class/ModuleTemplates.class.php:1369 +#: ../../include/class/ExtensionsDiscovery.class.php:258 +#: ../../include/class/AgentWizard.class.php:6266 +#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/class/CredentialStore.class.php:1655 #: ../../include/class/CredentialStore.class.php:1707 -#: ../../include/class/ModuleTemplates.class.php:1369 #: ../../include/class/NetworkMap.class.php:2961 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 #: ../../include/class/SatelliteAgent.class.php:1303 -#: ../../include/class/ExtensionsDiscovery.class.php:258 #: ../../include/class/SatelliteCollection.class.php:536 #: ../../include/class/SatelliteCollection.class.php:578 #: ../../include/class/WelcomeWindow.class.php:177 -#: ../../include/class/AgentWizard.class.php:6266 -#: ../../include/class/TreeGroupEdition.class.php:169 #: ../../include/functions_visual_map_editor.php:926 #: ../../include/functions_visual_map_editor.php:930 #: ../../include/functions_register.php:179 @@ -4419,201 +4415,6 @@ msgstr "Вы уверены, что хотите отменить этот об msgid "Close wizard" msgstr "Нет мастера настроек" -#: ../../godmode/agentes/agent_conf_gis.php:38 -#: ../../operation/agentes/gis_view.php:59 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"Карты по умолчанию нет. Пожалуйста, перейдите на установки чтобы установить " -"дефолт карту." - -#: ../../godmode/agentes/agent_conf_gis.php:50 -msgid "" -"There is no GIS data for this agent, so it's positioned in default position " -"of map." -msgstr "" -"Там нет GIS данных для этого агента, поэтому они находятся в режиме по " -"умолчанию карты." - -#: ../../godmode/agentes/agent_conf_gis.php:58 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"Когда вы меняете позицию агента, агент автоматически активирует опцию " -"\"Игнорировать новые данные GIS\"." - -#: ../../godmode/agentes/agent_conf_gis.php:68 -msgid "Agent position" -msgstr "Агент расположения" - -#: ../../godmode/agentes/agent_conf_gis.php:75 -msgid "Latitude: " -msgstr "Широта: " - -#: ../../godmode/agentes/agent_conf_gis.php:94 -msgid "Longitude: " -msgstr "Долгота: " - -#: ../../godmode/agentes/agent_conf_gis.php:113 -msgid "Altitude: " -msgstr "Высота: " - -#: ../../godmode/agentes/agent_conf_gis.php:132 -#: ../../godmode/massive/massive_edit_agents.php:1178 -#, fuzzy -msgid "Ignore new GIS data" -msgstr "Игнорировать новые ГИС данные:" - -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1555 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/massive/massive_edit_agents.php:708 -#: ../../godmode/massive/massive_edit_agents.php:1154 -#: ../../godmode/massive/massive_edit_agents.php:1192 -#: ../../godmode/massive/massive_edit_agents.php:1239 -#: ../../godmode/massive/massive_edit_modules.php:705 -#: ../../godmode/massive/massive_edit_modules.php:727 -#: ../../godmode/massive/massive_edit_modules.php:811 -#: ../../godmode/massive/massive_edit_modules.php:833 -#: ../../godmode/massive/massive_edit_modules.php:885 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1326 -#: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/reporting/visual_console_builder.wizard.php:405 -#: ../../godmode/reporting/visual_console_builder.wizard.php:514 -#: ../../godmode/reporting/reporting_builder.php:1087 -#: ../../godmode/servers/modificar_server.php:193 -#: ../../godmode/servers/servers.build_table.php:157 -#: ../../godmode/update_manager/update_manager.setup.php:407 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:424 -#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 -#: ../../operation/netflow/nf_live_view.php:393 -#: ../../operation/users/user_edit.php:430 -msgid "Yes" -msgstr "Да" - -#: ../../godmode/agentes/agent_conf_gis.php:142 -#: ../../godmode/alerts/alert_view.php:135 -#: ../../godmode/alerts/alert_view.php:268 -#: ../../godmode/alerts/alert_view.php:371 -#: ../../godmode/massive/massive_edit_agents.php:709 -#: ../../godmode/massive/massive_edit_agents.php:1165 -#: ../../godmode/massive/massive_edit_agents.php:1193 -#: ../../godmode/massive/massive_edit_agents.php:1240 -#: ../../godmode/massive/massive_edit_modules.php:706 -#: ../../godmode/massive/massive_edit_modules.php:728 -#: ../../godmode/massive/massive_edit_modules.php:812 -#: ../../godmode/massive/massive_edit_modules.php:834 -#: ../../godmode/massive/massive_edit_modules.php:886 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1327 -#: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/reporting/visual_console_builder.wizard.php:416 -#: ../../godmode/reporting/visual_console_builder.wizard.php:525 -#: ../../godmode/reporting/reporting_builder.php:1089 -#: ../../godmode/servers/modificar_server.php:191 -#: ../../godmode/setup/news.php:389 -#: ../../godmode/update_manager/update_manager.setup.php:408 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:423 -#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305 -#: ../../include/functions_reporting_html.php:2331 -#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086 -#: ../../include/functions_events.php:5091 -#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366 -#: ../../operation/netflow/nf_live_view.php:403 -#: ../../operation/users/user_edit.php:431 -msgid "No" -msgstr "Нет" - -#: ../../godmode/agentes/agent_conf_gis.php:161 -#: ../../godmode/agentes/status_monitor_custom_fields.php:231 -#: ../../godmode/agentes/planned_downtime.list.php:891 -#: ../../godmode/agentes/planned_downtime.list.php:936 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/module_manager_editor.php:801 -#: ../../godmode/agentes/agent_manager.php:1304 -#: ../../godmode/agentes/planned_downtime.editor.php:1308 -#: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/configure_alert_action.php:450 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 -#: ../../godmode/category/edit_category.php:196 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/groups/configure_modu_group.php:99 -#: ../../godmode/groups/configure_group.php:285 -#: ../../godmode/modules/manage_inventory_modules.php:338 -#: ../../godmode/modules/manage_inventory_modules_form.php:245 -#: ../../godmode/modules/manage_nc_groups_form.php:95 -#: ../../godmode/modules/manage_network_components_form.php:378 -#: ../../godmode/modules/manage_network_templates_form.php:178 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/reporting/create_container.php:365 -#: ../../godmode/reporting/reporting_builder.main.php:56 -#: ../../godmode/reporting/graph_builder.main.php:305 -#: ../../godmode/reporting/visual_console_builder.elements.php:918 -#: ../../godmode/reporting/visual_console_builder.data.php:319 -#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 -#: ../../godmode/setup/setup_sflow.php:95 -#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 -#: ../../godmode/setup/os_version.builder.php:65 -#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 -#: ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 -#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 -#: ../../godmode/setup/setup_ehorus.php:228 -#: ../../godmode/setup/setup_ITSM.php:678 -#: ../../godmode/setup/setup_netflow.php:121 -#: ../../godmode/setup/setup_visuals.php:2221 -#: ../../godmode/setup/setup_general.php:945 -#: ../../godmode/setup/setup_auth.php:547 -#: ../../godmode/snmpconsole/snmp_filters.php:264 -#: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/update_manager/update_manager.setup.php:418 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_user.php:1636 -#: ../../godmode/users/configure_token.php:154 -#: ../../godmode/files_repo/files_repo_form.php:109 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ManageNetScanScripts.class.php:769 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 -#: ../../include/class/CredentialStore.class.php:1659 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_events.php:3578 -#: ../../include/functions_events.php:3664 -#: ../../include/functions_events.php:4741 -#: ../../operation/agentes/datos_agente.php:220 -#: ../../operation/reporting/reporting_viewer.php:285 -#: ../../operation/reporting/reporting_viewer.php:297 -#: ../../operation/reporting/graph_analytics.php:421 -#: ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 -#: ../../views/calendar/edit.php:129 -#: ../../views/calendar/special_days_edit.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -msgid "Update" -msgstr "Обновить" - #: ../../godmode/agentes/agent_template.php:172 msgid "Error adding modules" msgstr "Ошибка при добавлении модулей" @@ -4647,12 +4448,11 @@ msgstr "Назначить" #: ../../godmode/agentes/status_monitor_custom_fields.php:163 #: ../../godmode/alerts/alert_list.list.php:104 #: ../../godmode/modules/manage_network_components_form_wizard.php:278 -#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../godmode/modules/manage_network_components.php:788 +#: ../../godmode/modules/manage_network_templates_form.php:231 #: ../../include/ajax/heatmap.ajax.php:282 -#: ../../include/ajax/heatmap.ajax.php:407 -#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077 -#: ../../include/ajax/module.php:1972 +#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077 +#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537 #: ../../mobile/operation/modules.php:602 @@ -4666,17 +4466,17 @@ msgstr "Имя модуля" #: ../../godmode/agentes/agent_template.php:275 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager_editor_common.php:295 -#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/agentes/planned_downtime.editor.php:927 #: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/module_manager_editor_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:1610 #: ../../godmode/alerts/alert_templates.php:39 #: ../../godmode/alerts/alert_templates.php:313 #: ../../godmode/alerts/alert_templates.php:418 #: ../../godmode/events/event_responses.editor.php:234 -#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/modules/manage_network_components.php:790 #: ../../godmode/modules/manage_network_components_form_common.php:79 +#: ../../godmode/modules/manage_network_templates_form.php:232 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/schedule.php:170 @@ -4694,10 +4494,10 @@ msgstr "Имя модуля" #: ../../include/ajax/heatmap.ajax.php:96 #: ../../include/class/AlertsList.class.php:316 #: ../../include/class/ModuleTemplates.class.php:1190 -#: ../../include/class/CalendarManager.class.php:1043 -#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/class/AgentWizard.class.php:1312 #: ../../include/class/AgentWizard.class.php:4215 +#: ../../include/class/CalendarManager.class.php:1043 +#: ../../include/class/CalendarManager.class.php:1077 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/lib/Dashboard/Widgets/service_view.php:260 @@ -4708,21 +4508,21 @@ msgstr "Имя модуля" #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_snmp_browser.php:565 +#: ../../include/functions_html.php:6737 +#: ../../include/functions_reports.php:1177 +#: ../../include/functions_events.php:2567 +#: ../../include/functions_events.php:5073 #: ../../include/functions_reporting_html.php:1710 #: ../../include/functions_reporting_html.php:1719 #: ../../include/functions_reporting_html.php:1964 #: ../../include/functions_reporting_html.php:1972 #: ../../include/functions_reporting_html.php:3845 #: ../../include/functions_reporting_html.php:6766 -#: ../../include/functions_html.php:6737 -#: ../../include/functions_reports.php:1177 -#: ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:5073 +#: ../../mobile/operation/visualmaps.php:125 +#: ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 #: ../../mobile/operation/events.php:1013 -#: ../../mobile/operation/visualmaps.php:125 -#: ../../mobile/operation/visualmaps.php:126 #: ../../operation/agentes/estado_agente.php:1121 #: ../../operation/agentes/ver_agente.php:1223 #: ../../operation/netflow/nf_live_view.php:563 @@ -4737,11 +4537,11 @@ msgstr "Тип" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/planned_downtime.list.php:734 #: ../../godmode/agentes/inventory_manager.php:238 -#: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/agentes/planned_downtime.editor.php:915 #: ../../godmode/agentes/modificar_agente.php:709 +#: ../../godmode/agentes/agent_manager.php:640 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 #: ../../godmode/alerts/configure_alert_command.php:283 #: ../../godmode/alerts/alert_commands.php:1004 #: ../../godmode/alerts/alert_templates.php:45 @@ -4750,18 +4550,18 @@ msgstr "Тип" #: ../../godmode/events/event_responses.editor.php:141 #: ../../godmode/groups/configure_group.php:256 #: ../../godmode/groups/group_list.php:1042 -#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:824 #: ../../godmode/massive/massive_edit_modules.php:855 +#: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/modules/manage_inventory_modules.php:290 -#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_wizard.php:557 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/modules/manage_network_templates_form.php:172 -#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_components.php:791 +#: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/manage_network_components_form_common.php:451 +#: ../../godmode/modules/manage_network_templates_form.php:172 +#: ../../godmode/modules/manage_network_templates_form.php:234 #: ../../godmode/netflow/nf_item_list.php:175 #: ../../godmode/reporting/create_container.php:336 #: ../../godmode/reporting/reporting_builder.main.php:140 @@ -4799,9 +4599,9 @@ msgstr "Тип" #: ../../include/class/ModuleTemplates.class.php:1047 #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/ExtensionsDiscovery.class.php:1465 -#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 #: ../../include/class/AgentWizard.class.php:4222 +#: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147 @@ -4809,7 +4609,6 @@ msgstr "Тип" #: ../../include/functions_treeview.php:668 #: ../../include/functions_snmp_browser.php:571 #: ../../include/functions_snmp_browser.php:1946 -#: ../../include/functions_ui.php:6482 #: ../../include/functions_reporting_html.php:162 #: ../../include/functions_reporting_html.php:1045 #: ../../include/functions_reporting_html.php:2275 @@ -4818,6 +4617,7 @@ msgstr "Тип" #: ../../include/functions_reporting_html.php:4962 #: ../../include/functions_reporting_html.php:6767 #: ../../include/functions_reporting_html.php:7653 +#: ../../include/functions_ui.php:6482 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/gis_view.php:222 #: ../../operation/agentes/pandora_networkmap.editor.php:374 @@ -4876,10 +4676,9 @@ msgstr "Описание" #: ../../include/class/SnmpConsole.class.php:533 #: ../../include/functions_ui_renders.php:117 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194 -#: ../../include/functions_ui.php:1691 #: ../../include/functions_reporting_html.php:4702 #: ../../include/functions_reporting_html.php:7295 -#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349 #: ../../operation/agentes/alerts_status.functions.php:197 #: ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 @@ -4894,9 +4693,9 @@ msgstr "Действие" #: ../../godmode/agentes/inventory_manager.php:267 #: ../../godmode/agentes/module_manager_editor.php:808 #: ../../godmode/agentes/module_manager.php:1107 -#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/agentes/planned_downtime.editor.php:1422 #: ../../godmode/agentes/planned_downtime.editor.php:1462 +#: ../../godmode/agentes/module_manager_editor_common.php:1612 #: ../../godmode/alerts/alert_actions.php:356 #: ../../godmode/alerts/alert_actions.php:484 #: ../../godmode/alerts/alert_templates.php:481 @@ -4913,11 +4712,11 @@ msgstr "Действие" #: ../../godmode/modules/manage_inventory_modules.php:385 #: ../../godmode/modules/manage_network_templates.php:289 #: ../../godmode/modules/manage_network_templates.php:302 -#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/modules/manage_nc_groups.php:302 #: ../../godmode/modules/manage_nc_groups.php:363 #: ../../godmode/modules/manage_network_components.php:871 #: ../../godmode/modules/manage_network_components.php:920 +#: ../../godmode/modules/manage_network_templates_form.php:254 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223 #: ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 @@ -4944,10 +4743,10 @@ msgstr "Действие" #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219 #: ../../godmode/setup/os_version.list.php:139 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358 +#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/setup/setup_visuals.php:1955 #: ../../godmode/setup/setup_visuals.php:2047 #: ../../godmode/setup/setup_visuals.php:2122 -#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/snmpconsole/snmp_alert.php:1954 @@ -4958,28 +4757,28 @@ msgstr "Действие" #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/CredentialStore.class.php:1266 -#: ../../include/class/CredentialStore.class.php:1703 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 -#: ../../include/class/NetworkMap.class.php:2953 -#: ../../include/class/SatelliteAgent.class.php:445 -#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/TipsWindow.class.php:487 -#: ../../include/class/CalendarManager.class.php:755 #: ../../include/class/SnmpConsole.class.php:487 #: ../../include/class/SnmpConsole.class.php:539 #: ../../include/class/SnmpConsole.class.php:911 #: ../../include/class/SnmpConsole.class.php:923 +#: ../../include/class/CalendarManager.class.php:755 +#: ../../include/class/CredentialStore.class.php:1266 +#: ../../include/class/CredentialStore.class.php:1703 +#: ../../include/class/NetworkMap.class.php:2953 +#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/WelcomeWindow.class.php:1064 #: ../../include/class/WelcomeWindow.class.php:1168 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 #: ../../include/functions_container.php:191 #: ../../include/functions_container.php:325 -#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 #: ../../include/functions_filemanager.php:835 +#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630 #: ../../operation/agentes/pandora_networkmap.php:851 #: ../../operation/agentes/status_monitor.php:2332 #: ../../operation/gis_maps/gis_map.php:203 @@ -5017,10 +4816,10 @@ msgstr "Удалить" #: ../../godmode/snmpconsole/snmp_alert.php:2010 #: ../../godmode/users/profile_list.php:399 #: ../../godmode/files_repo/files_repo_list.php:131 -#: ../../include/class/CredentialStore.class.php:1262 -#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:721 +#: ../../include/class/CredentialStore.class.php:1262 +#: ../../include/class/NetworkMap.class.php:3202 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917 @@ -5069,9 +4868,9 @@ msgstr "Принудить к работе главный ключ" #: ../../godmode/massive/massive_edit_modules.php:964 #: ../../godmode/wizards/Custom.class.php:130 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136 -#: ../../include/class/CredentialStore.class.php:959 #: ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 +#: ../../include/class/CredentialStore.class.php:959 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609 @@ -5172,10 +4971,10 @@ msgstr "Карта сети не найдена." #: ../../godmode/agentes/configure_field.php:115 #: ../../godmode/agentes/inventory_manager.php:237 #: ../../godmode/agentes/module_manager.php:675 -#: ../../godmode/agentes/module_manager_editor_common.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/agentes/planned_downtime.editor.php:882 #: ../../godmode/agentes/planned_downtime.editor.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:1504 #: ../../godmode/alerts/configure_alert_command.php:220 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/alert_actions.php:351 @@ -5191,13 +4990,13 @@ msgstr "Карта сети не найдена." #: ../../godmode/groups/configure_group.php:140 #: ../../godmode/groups/group_list.php:1034 #: ../../godmode/modules/manage_inventory_modules.php:289 -#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_nc_groups_form.php:72 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_nc_groups.php:264 +#: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/manage_network_components_form_common.php:47 +#: ../../godmode/modules/manage_network_templates_form.php:168 #: ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/reporting/create_container.php:247 @@ -5213,27 +5012,29 @@ msgstr "Карта сети не найдена." #: ../../godmode/servers/modificar_server.php:204 #: ../../godmode/servers/servers.build_table.php:82 #: ../../godmode/setup/os.builder.php:269 -#: ../../godmode/setup/os.builder.php:270 +#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81 #: ../../godmode/setup/setup_ITSM.php:383 -#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81 -#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231 -#: ../../godmode/users/user_list.php:512 +#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194 +#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512 #: ../../godmode/wizards/ManageExtensions.class.php:369 #: ../../godmode/files_repo/files_repo_list.php:49 #: ../../include/ajax/dashboard.ajax.php:89 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 -#: ../../include/class/EventSound.class.php:306 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 +#: ../../include/class/CalendarManager.class.php:1041 +#: ../../include/class/EventSound.class.php:306 #: ../../include/class/NetworkMap.class.php:3073 #: ../../include/class/NetworkMap.class.php:3119 #: ../../include/class/NetworkMap.class.php:3131 #: ../../include/class/NetworkMap.class.php:3501 -#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/class/SatelliteCollection.class.php:132 #: ../../include/functions_treeview.php:67 #: ../../include/functions_snmp_browser.php:1913 +#: ../../include/functions_filemanager.php:718 +#: ../../include/functions_events.php:4422 +#: ../../include/functions_events.php:4559 #: ../../include/functions_reporting_html.php:673 #: ../../include/functions_reporting_html.php:1712 #: ../../include/functions_reporting_html.php:1720 @@ -5243,9 +5044,6 @@ msgstr "Карта сети не найдена." #: ../../include/functions_reporting_html.php:4960 #: ../../include/functions_reporting_html.php:7652 #: ../../include/functions_reporting_html.php:7845 -#: ../../include/functions_filemanager.php:718 -#: ../../include/functions_events.php:4422 -#: ../../include/functions_events.php:4559 #: ../../mobile/operation/module_data.php:264 #: ../../mobile/operation/server_status.php:283 #: ../../mobile/operation/server_status.php:321 @@ -5359,8 +5157,8 @@ msgstr "Тип сервера" #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 #: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1119 #: ../../godmode/massive/massive_edit_agents.php:759 #: ../../godmode/massive/massive_edit_modules.php:867 @@ -5385,9 +5183,9 @@ msgstr "Тип сервера" #: ../../include/lib/Dashboard/Widgets/netflow.php:200 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82 #: ../../include/functions_treeview.php:655 -#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686 +#: ../../include/functions_agents.php:4825 #: ../../include/functions_reporting_html.php:4963 -#: ../../mobile/operation/modules.php:668 +#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668 #: ../../mobile/operation/modules.php:670 #: ../../mobile/operation/modules.php:910 #: ../../operation/agentes/status_monitor.php:1589 @@ -5408,22 +5206,21 @@ msgstr "Периодичность" #: ../../godmode/massive/massive_copy_modules.php:131 #: ../../godmode/massive/massive_copy_modules.php:318 #: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:1024 +#: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/reporting/reporting_builder.item_editor.php:85 #: ../../godmode/servers/servers.build_table.php:83 #: ../../godmode/setup/setup_ITSM.php:441 #: ../../godmode/setup/setup_ITSM.php:568 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675 -#: ../../include/ajax/heatmap.ajax.php:392 -#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079 -#: ../../include/ajax/module.php:1975 +#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079 +#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482 #: ../../include/class/ExternalTools.class.php:933 -#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/class/AgentsAlerts.class.php:916 #: ../../include/class/SnmpConsole.class.php:286 #: ../../include/class/SnmpConsole.class.php:403 #: ../../include/class/SnmpConsole.class.php:521 +#: ../../include/class/NetworkMap.class.php:3074 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -5432,9 +5229,12 @@ msgstr "Периодичность" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564 -#: ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:161 #: ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 +#: ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2585 +#: ../../include/functions_events.php:5119 #: ../../include/functions_reporting_html.php:820 #: ../../include/functions_reporting_html.php:949 #: ../../include/functions_reporting_html.php:1207 @@ -5449,19 +5249,22 @@ msgstr "Периодичность" #: ../../include/functions_reporting_html.php:4915 #: ../../include/functions_reporting_html.php:4965 #: ../../include/functions_reporting_html.php:6579 -#: ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 -#: ../../include/functions_events.php:2585 -#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97 -#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 -#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 -#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 -#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 -#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 -#: ../../mobile/operation/events.php:1004 +#: ../../include/functions_snmp.php:369 #: ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 +#: ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 +#: ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 +#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 +#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105 +#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 +#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 #: ../../mobile/operation/modules.php:163 #: ../../mobile/operation/modules.php:164 #: ../../mobile/operation/modules.php:275 @@ -5478,12 +5281,6 @@ msgstr "Периодичность" #: ../../mobile/operation/modules.php:751 #: ../../mobile/operation/modules.php:763 #: ../../mobile/operation/modules.php:909 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 #: ../../operation/agentes/alerts_status.functions.php:122 #: ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1127 @@ -5532,24 +5329,23 @@ msgstr "Предупреждение" #: ../../include/class/SnmpConsole.class.php:292 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_netflow.php:278 +#: ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 +#: ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 +#: ../../include/functions_inventory.php:600 +#: ../../include/functions_events.php:257 +#: ../../include/functions_events.php:315 +#: ../../include/functions_events.php:2581 +#: ../../include/functions_events.php:5025 #: ../../include/functions_reporting_html.php:1716 #: ../../include/functions_reporting_html.php:1724 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:1975 #: ../../include/functions_reporting_html.php:3853 #: ../../include/functions_reporting_html.php:6582 -#: ../../include/functions_events.php:257 -#: ../../include/functions_events.php:315 -#: ../../include/functions_events.php:2581 -#: ../../include/functions_events.php:5025 -#: ../../include/functions_inventory.php:151 -#: ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 -#: ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:600 -#: ../../mobile/operation/events.php:829 #: ../../mobile/operation/module_data.php:165 -#: ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672 #: ../../mobile/operation/modules.php:911 #: ../../operation/agentes/exportdata.csv.php:74 #: ../../operation/agentes/exportdata.excel.php:74 @@ -5585,6 +5381,87 @@ msgstr "Удалить поля для выбора" msgid "Fields selected" msgstr "Выбранные поля" +#: ../../godmode/agentes/status_monitor_custom_fields.php:231 +#: ../../godmode/agentes/planned_downtime.list.php:891 +#: ../../godmode/agentes/planned_downtime.list.php:936 +#: ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/inventory_manager.php:271 +#: ../../godmode/agentes/module_manager_editor.php:801 +#: ../../godmode/agentes/planned_downtime.editor.php:1308 +#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/agent_manager.php:1304 +#: ../../godmode/alerts/configure_alert_command.php:386 +#: ../../godmode/alerts/configure_alert_action.php:450 +#: ../../godmode/alerts/alert_list.list.php:227 +#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/category/edit_category.php:196 +#: ../../godmode/events/custom_events.php:193 +#: ../../godmode/events/event_edit_filter.php:982 +#: ../../godmode/events/event_responses.editor.php:337 +#: ../../godmode/groups/configure_modu_group.php:99 +#: ../../godmode/groups/configure_group.php:285 +#: ../../godmode/modules/manage_inventory_modules.php:338 +#: ../../godmode/modules/manage_nc_groups_form.php:95 +#: ../../godmode/modules/manage_network_components_form.php:378 +#: ../../godmode/modules/manage_inventory_modules_form.php:245 +#: ../../godmode/modules/manage_network_templates_form.php:178 +#: ../../godmode/netflow/nf_edit_form.php:450 +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:305 +#: ../../godmode/reporting/visual_console_builder.elements.php:918 +#: ../../godmode/reporting/visual_console_builder.data.php:319 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/servers/modificar_server.php:48 +#: ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/setup/setup_sflow.php:95 +#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172 +#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333 +#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198 +#: ../../godmode/setup/setup_ehorus.php:228 +#: ../../godmode/setup/setup_netflow.php:121 +#: ../../godmode/setup/performance.php:893 +#: ../../godmode/setup/setup_ITSM.php:678 +#: ../../godmode/setup/setup_auth.php:547 +#: ../../godmode/setup/setup_general.php:945 +#: ../../godmode/setup/setup_visuals.php:2221 +#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/snmpconsole/snmp_filters.php:337 +#: ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 +#: ../../godmode/tag/edit_tag.php:251 +#: ../../godmode/update_manager/update_manager.setup.php:418 +#: ../../godmode/users/configure_profile.php:370 +#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_user.php:1636 +#: ../../godmode/files_repo/files_repo_form.php:109 +#: ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ManageNetScanScripts.class.php:769 +#: ../../include/class/ConfigPEN.class.php:703 +#: ../../include/class/ConfigPEN.class.php:704 +#: ../../include/class/ExternalTools.class.php:476 +#: ../../include/class/ModuleTemplates.class.php:997 +#: ../../include/class/CredentialStore.class.php:1659 +#: ../../include/functions_visual_map_editor.php:926 +#: ../../include/functions_events.php:3578 +#: ../../include/functions_events.php:3664 +#: ../../include/functions_events.php:4741 +#: ../../operation/agentes/datos_agente.php:220 +#: ../../operation/reporting/reporting_viewer.php:285 +#: ../../operation/reporting/reporting_viewer.php:297 +#: ../../operation/reporting/graph_analytics.php:421 +#: ../../operation/users/user_edit.php:894 +#: ../../operation/visual_console/view.php:520 +#: ../../views/calendar/edit.php:129 +#: ../../views/calendar/special_days_edit.php:162 +#: ../../views/ITSM/ITSMTicketEditView.php:259 +msgid "Update" +msgstr "Обновить" + #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor_network.php:177 @@ -5633,7 +5510,6 @@ msgstr "Выбранные поля" #: ../../godmode/massive/massive_delete_modules.php:778 #: ../../godmode/massive/massive_delete_modules.php:836 #: ../../godmode/massive/massive_delete_modules.php:866 -#: ../../godmode/massive/massive_edit_plugins.php:338 #: ../../godmode/massive/massive_add_alerts.php:339 #: ../../godmode/massive/massive_delete_policies_alerts.php:253 #: ../../godmode/massive/massive_delete_policies_alerts.php:280 @@ -5645,12 +5521,6 @@ msgstr "Выбранные поля" #: ../../godmode/massive/massive_add_policies_alerts.php:266 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270 -#: ../../godmode/massive/massive_edit_users.php:337 -#: ../../godmode/massive/massive_edit_users.php:397 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:616 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/massive/massive_edit_agents.php:802 #: ../../godmode/massive/massive_edit_modules.php:491 #: ../../godmode/massive/massive_edit_modules.php:1122 @@ -5666,6 +5536,13 @@ msgstr "Выбранные поля" #: ../../godmode/massive/massive_edit_modules.php:1843 #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 +#: ../../godmode/massive/massive_edit_plugins.php:338 +#: ../../godmode/massive/massive_edit_users.php:337 +#: ../../godmode/massive/massive_edit_users.php:397 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:616 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:635 #: ../../godmode/modules/manage_nc_groups_form.php:80 #: ../../godmode/modules/manage_network_components_form.php:674 #: ../../godmode/modules/manage_network_components_form.php:680 @@ -5701,15 +5578,17 @@ msgstr "Выбранные поля" #: ../../godmode/reporting/reporting_builder.item_editor.php:4538 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559 #: ../../godmode/setup/os.builder.php:359 -#: ../../godmode/setup/setup_visuals.php:637 -#: ../../godmode/setup/setup_visuals.php:677 -#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/setup/setup_general.php:1043 #: ../../godmode/setup/setup_general.php:1060 #: ../../godmode/setup/setup_general.php:1069 #: ../../godmode/setup/setup_general.php:1086 +#: ../../godmode/setup/setup_visuals.php:637 +#: ../../godmode/setup/setup_visuals.php:677 +#: ../../godmode/setup/setup_visuals.php:1156 #: ../../godmode/snmpconsole/snmp_alert.php:40 #: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/users/user_management.php:726 +#: ../../godmode/users/user_management.php:756 #: ../../godmode/users/configure_user.php:1312 #: ../../godmode/users/configure_user.php:1327 #: ../../godmode/users/configure_user.php:1397 @@ -5720,16 +5599,18 @@ msgstr "Выбранные поля" #: ../../godmode/users/configure_user.php:1725 #: ../../godmode/users/configure_user.php:1734 #: ../../godmode/users/configure_user.php:1741 -#: ../../godmode/users/user_management.php:726 -#: ../../godmode/users/user_management.php:756 #: ../../godmode/wizards/HostDevices.class.php:1170 #: ../../godmode/resources/resources_export_import.php:187 #: ../../include/ajax/planned_downtime.ajax.php:85 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922 -#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747 -#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028 +#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569 +#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862 +#: ../../include/class/SnmpConsole.class.php:327 +#: ../../include/class/SnmpConsole.class.php:1409 +#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/AgentWizard.class.php:785 #: ../../include/class/NetworkMap.class.php:2944 #: ../../include/class/NetworkMap.class.php:3213 #: ../../include/class/NetworkMap.class.php:3236 @@ -5737,10 +5618,6 @@ msgstr "Выбранные поля" #: ../../include/class/NetworkMap.class.php:3319 #: ../../include/class/NetworkMap.class.php:3430 #: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:327 -#: ../../include/class/SnmpConsole.class.php:1409 -#: ../../include/class/AgentWizard.class.php:729 -#: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388 #: ../../include/lib/Dashboard/Widgets/module_status.php:379 @@ -5786,15 +5663,15 @@ msgstr "Выбранные поля" #: ../../include/functions_visual_map_editor.php:1122 #: ../../include/functions_profile.php:357 #: ../../include/functions_profile.php:375 -#: ../../include/functions_profile.php:390 ../../include/functions.php:1216 +#: ../../include/functions_profile.php:390 #: ../../include/functions_networkmap.php:1522 -#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679 -#: ../../include/functions_html.php:395 ../../include/functions_html.php:862 -#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545 -#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994 -#: ../../include/functions_events.php:3567 +#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344 +#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495 +#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478 +#: ../../include/functions_html.php:7994 ../../include/functions.php:1216 +#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697 #: ../../mobile/operation/events.php:970 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/ver_agente.php:1234 @@ -5856,8 +5733,8 @@ msgstr "Агенты пользовательских полей менедже #: ../../godmode/reporting/reporting_builder.item_editor.php:84 #: ../../godmode/menu.php:176 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_reporting_html.php:2287 #: ../../include/functions_events.php:4527 +#: ../../include/functions_reporting_html.php:2287 #: ../../operation/agentes/ver_agente.php:1769 #: ../../operation/agentes/ver_agente.php:1773 #: ../../operation/agentes/ver_agente.php:2078 @@ -5937,16 +5814,16 @@ msgstr "Поля, расположенные спереди будут отоб #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521 #: ../../godmode/wizards/ManageExtensions.class.php:374 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084 -#: ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 #: ../../include/class/AgentsAlerts.class.php:336 -#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/class/SnmpConsole.class.php:294 +#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../include/class/SatelliteCollection.class.php:135 #: ../../include/functions_treeview.php:406 -#: ../../include/functions_reporting_html.php:4701 #: ../../include/functions_cron.php:504 #: ../../include/functions_filemanager.php:721 #: ../../include/functions_reporting.php:3423 +#: ../../include/functions_reporting_html.php:4701 #: ../../operation/agentes/pandora_networkmap.php:748 #: ../../operation/agentes/status_monitor.php:1634 msgid "Actions" @@ -5971,9 +5848,9 @@ msgstr "Хранилище учетных данных" #: ../../godmode/agentes/module_manager_editor_network.php:192 #: ../../godmode/massive/massive_edit_modules.php:937 #: ../../godmode/modules/manage_network_components_form_network.php:93 +#: ../../include/class/AgentWizard.class.php:796 #: ../../include/class/CredentialStore.class.php:1094 #: ../../include/class/CredentialStore.class.php:1377 -#: ../../include/class/AgentWizard.class.php:796 msgid "SNMP community" msgstr "Сообщество SNMP" @@ -5981,9 +5858,9 @@ msgstr "Сообщество SNMP" #: ../../godmode/massive/massive_edit_modules.php:989 #: ../../godmode/modules/manage_network_components_form_network.php:69 #: ../../godmode/wizards/HostDevices.class.php:1271 +#: ../../include/class/AgentWizard.class.php:817 #: ../../include/class/CredentialStore.class.php:1106 #: ../../include/class/CredentialStore.class.php:1390 -#: ../../include/class/AgentWizard.class.php:817 msgid "SNMP version" msgstr "Версия SNMP" @@ -6033,9 +5910,9 @@ msgstr "Длина пароля должна состоять минимум и #: ../../godmode/agentes/module_manager_editor_network.php:407 #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../include/class/AgentWizard.class.php:983 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 #: ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "Метод конфиденциальности" @@ -6061,9 +5938,9 @@ msgstr "симметричный алгоритм блочного шифров #: ../../godmode/agentes/module_manager_editor_network.php:424 #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../godmode/modules/manage_network_components_form_network.php:158 +#: ../../include/class/AgentWizard.class.php:997 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 #: ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Конфиденциальный пропуск" @@ -6078,9 +5955,9 @@ msgstr "Метод идентификации" #: ../../godmode/agentes/module_manager_editor_network.php:449 #: ../../godmode/massive/massive_edit_modules.php:1035 #: ../../godmode/modules/manage_network_components_form_network.php:217 +#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/class/CredentialStore.class.php:1169 #: ../../include/class/CredentialStore.class.php:1470 -#: ../../include/class/Diagnostics.class.php:2279 #: ../../include/functions_snmp_browser.php:922 msgid "MD5" msgstr "MD5" @@ -6097,9 +5974,9 @@ msgstr "SHA" #: ../../godmode/agentes/module_manager_editor_network.php:463 #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../godmode/modules/manage_network_components_form_network.php:194 +#: ../../include/class/AgentWizard.class.php:924 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 #: ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Уровень безопасности" @@ -6132,8 +6009,8 @@ msgstr "Идентификация и метод конфиденциально #: ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/events/event_responses.editor.php:230 #: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 +#: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/modules/manage_network_components_form_network.php:291 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 #: ../../include/class/ManageNetScanScripts.class.php:434 @@ -6440,9 +6317,9 @@ msgstr "Не удалено. Ошибка при удалении данных" #: ../../godmode/agentes/planned_downtime.editor.php:1000 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523 -#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413 -#: ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:375 #: ../../include/functions_reporting_html.php:5265 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 #: ../../operation/agentes/gis_view.php:221 msgid "To" msgstr "Кому" @@ -6479,9 +6356,9 @@ msgid "Execution type" msgstr "Тип исполнения" #: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/agent_manager.php:282 -#: ../../godmode/agentes/planned_downtime.editor.php:1219 #: ../../godmode/events/event_edit_filter.php:538 #: ../../godmode/events/event_edit_filter.php:554 #: ../../godmode/massive/massive_add_action_alerts.php:217 @@ -6524,8 +6401,8 @@ msgstr "Любой" #: ../../godmode/agentes/planned_downtime.list.php:989 #: ../../godmode/agentes/configure_field.php:207 #: ../../godmode/agentes/module_manager_editor.php:823 -#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/agentes/module_manager.php:1227 +#: ../../godmode/agentes/agent_manager.php:1342 #: ../../godmode/alerts/configure_alert_command.php:395 #: ../../godmode/alerts/configure_alert_action.php:472 #: ../../godmode/alerts/alert_actions.php:513 @@ -6539,13 +6416,13 @@ msgstr "Любой" #: ../../godmode/groups/configure_modu_group.php:102 #: ../../godmode/groups/configure_group.php:294 #: ../../godmode/modules/manage_inventory_modules.php:374 -#: ../../godmode/modules/manage_inventory_modules_form.php:249 #: ../../godmode/modules/manage_nc_groups_form.php:98 #: ../../godmode/modules/manage_network_components_form.php:384 #: ../../godmode/modules/manage_network_templates.php:311 -#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/modules/manage_nc_groups.php:344 #: ../../godmode/modules/manage_network_components.php:910 +#: ../../godmode/modules/manage_inventory_modules_form.php:249 +#: ../../godmode/modules/manage_network_templates_form.php:180 #: ../../godmode/netflow/nf_edit_form.php:454 #: ../../godmode/reporting/create_container.php:383 #: ../../godmode/reporting/reporting_builder.main.php:45 @@ -6565,13 +6442,13 @@ msgstr "Любой" #: ../../godmode/snmpconsole/snmp_alert.php:1715 #: ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/tag/edit_tag.php:262 -#: ../../godmode/users/configure_user.php:1632 #: ../../godmode/users/configure_token.php:145 +#: ../../godmode/users/configure_user.php:1632 #: ../../include/class/ManageNetScanScripts.class.php:765 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 +#: ../../include/class/EventSound.class.php:199 +#: ../../include/class/EventSound.class.php:282 #: ../../include/class/WelcomeWindow.class.php:774 #: ../../include/class/WelcomeWindow.class.php:823 #: ../../include/class/WelcomeWindow.class.php:876 @@ -6611,13 +6488,12 @@ msgstr "Выполнение" #: ../../godmode/massive/massive_operations.php:388 #: ../../godmode/massive/massive_operations.php:410 #: ../../godmode/modules/manage_inventory_modules.php:54 -#: ../../godmode/modules/manage_inventory_modules_form.php:45 #: ../../godmode/modules/manage_network_components.php:304 -#: ../../godmode/menu.php:344 -#: ../../include/class/AgentDeployWizard.class.php:727 -#: ../../include/class/ConfigPEN.class.php:329 +#: ../../godmode/modules/manage_inventory_modules_form.php:45 +#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329 #: ../../include/class/ModuleTemplates.class.php:195 #: ../../include/class/ModuleTemplates.class.php:213 +#: ../../include/class/AgentDeployWizard.class.php:727 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62 #: ../../include/functions_reports.php:926 #: ../../include/functions_reports.php:930 @@ -6655,11 +6531,11 @@ msgid "Copy" msgstr "Копировать" #: ../../godmode/agentes/planned_downtime.list.php:778 -#: ../../godmode/agentes/agent_manager.php:1051 #: ../../godmode/agentes/module_manager.php:835 -#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/agentes/planned_downtime.editor.php:930 #: ../../godmode/agentes/modificar_agente.php:808 +#: ../../godmode/agentes/agent_manager.php:1051 +#: ../../godmode/agentes/module_manager_editor_common.php:1468 #: ../../godmode/massive/massive_edit_agents.php:1185 #: ../../godmode/massive/massive_edit_modules.php:1366 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641 @@ -6716,24 +6592,19 @@ msgstr "Число пораженных модулей" #: ../../include/ajax/module.php:1254 #: ../../include/class/SnmpConsole.class.php:831 #: ../../include/class/SnmpConsole.class.php:849 -#: ../../include/lib/TacticalView/elements/LogStorage.php:150 -#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122 +#: ../../include/lib/TacticalView/elements/LogStorage.php:150 +#: ../../include/lib/TacticalView/elements/LogStorage.php:176 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490 -#: ../../include/functions.php:1267 ../../include/functions.php:1273 -#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152 +#: ../../include/functions_treeview.php:152 #: ../../include/functions_treeview.php:310 #: ../../include/functions_treeview.php:416 #: ../../include/functions_treeview.php:645 -#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236 -#: ../../include/functions_ui.php:3244 -#: ../../include/functions_reporting_html.php:1313 -#: ../../include/functions_reporting_html.php:1316 -#: ../../include/functions_reporting_html.php:6840 -#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267 +#: ../../include/functions.php:1273 ../../include/functions.php:1277 #: ../../include/functions_events.php:3754 #: ../../include/functions_events.php:3898 #: ../../include/functions_events.php:3918 @@ -6773,11 +6644,16 @@ msgstr "Число пораженных модулей" #: ../../include/functions_events.php:5748 #: ../../include/functions_events.php:5775 #: ../../include/functions_events.php:5800 -#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198 -#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 -#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 -#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 -#: ../../mobile/operation/events.php:495 +#: ../../include/functions_events.php:5844 +#: ../../include/functions_reporting_html.php:1313 +#: ../../include/functions_reporting_html.php:1316 +#: ../../include/functions_reporting_html.php:6840 +#: ../../include/functions_reporting_html.php:6893 +#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244 +#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 +#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 +#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 +#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 #: ../../operation/agentes/estado_agente.php:1298 #: ../../operation/agentes/interface_view.functions.php:747 #: ../../operation/agentes/interface_view.functions.php:748 @@ -6956,9 +6832,9 @@ msgstr "Ошибка модуля инвентаризации" #: ../../include/class/WelcomeWindow.class.php:1178 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483 #: ../../include/functions_snmp_browser.php:1765 -#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843 +#: ../../include/functions_html.php:6843 #: ../../include/functions_notifications.php:1011 -#: ../../operation/events/events.php:1469 +#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469 #: ../../operation/events/events.php:1561 #: ../../views/ITSM/ITSMTicketDetailView.php:366 msgid "Add" @@ -7092,475 +6968,13 @@ msgid "Plugin server module" msgstr "Плагин сервисного модуля" #: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_plugins.php:346 #: ../../godmode/modules/manage_network_components_form_plugin.php:36 #: ../../godmode/servers/plugin_registration.php:502 msgid "Plugin" msgstr "Плагин" -#: ../../godmode/agentes/agent_manager.php:195 -#: ../../godmode/agentes/module_manager_editor_common.php:780 -#: ../../godmode/groups/configure_group.php:251 -#: ../../godmode/massive/massive_edit_agents.php:862 -msgid "Custom ID" -msgstr "Пользовательский ID" - -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 -#: ../../godmode/massive/massive_edit_agents.php:1138 -msgid "Agent icon" -msgstr "Значок агента" - -#: ../../godmode/agentes/agent_manager.php:358 -#: ../../include/class/SatelliteAgent.class.php:555 -#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 -#: ../../include/functions_reporting_html.php:4910 -#: ../../include/functions_events.php:253 -#: ../../include/functions_events.php:300 -#: ../../include/functions_events.php:2576 -#: ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../operation/events/events.php:3063 -msgid "Agent name" -msgstr "Название агента" - -#: ../../godmode/agentes/agent_manager.php:358 -msgid "" -"The agent name is a unique identifier (which is automatically generated in " -"software agents). If you set it manually, make sure it is not duplicated. " -"Although it accepts spaces, we do not recommend you to use them in the agent " -"name, you may use them in the agent alias. The agent name is not displayed " -"in the interface, it is an internal name." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:393 -#, fuzzy -msgid "Edit agent name" -msgstr "Редакторивать агента" - -#: ../../godmode/agentes/agent_manager.php:408 -#: ../../godmode/groups/tactical.php:179 -#: ../../godmode/reporting/reporting_builder.item_editor.php:77 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 -#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488 -#: ../../include/functions_reporting_html.php:2259 -#: ../../include/functions_reporting_html.php:2423 -#: ../../operation/inventory/inventory.php:1366 -msgid "Alias" -msgstr "Алиас" - -#: ../../godmode/agentes/agent_manager.php:408 -msgid "" -"This will be the text label that will represent the agent on all types of " -"screens and reports. It may be duplicated, contain spaces and non-ASCII " -"characters." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:414 -msgid "Use alias as name" -msgstr "Использовать алиас в качестве имени" - -#: ../../godmode/agentes/agent_manager.php:425 -msgid "This agent can be remotely configured" -msgstr "Этот агент может быть сконфигурирован дистанционно" - -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 -#: ../../include/functions_treeview.php:649 -#: ../../include/functions_reporting_html.php:2263 -#: ../../include/functions_reporting_html.php:5390 -#: ../../include/functions_reporting_html.php:5484 -#: ../../include/functions_events.php:4459 -#: ../../operation/gis_maps/ajax.php:290 -msgid "IP Address" -msgstr "IP адрес" - -#: ../../godmode/agentes/agent_manager.php:439 -#, fuzzy -msgid "Check unique IP" -msgstr "Уникальный IP" - -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 -#, fuzzy -msgid "Delete selected IPs" -msgstr "Удалить выбранное" - -#: ../../godmode/agentes/agent_manager.php:478 -#, fuzzy -msgid "Fix IP address" -msgstr "IP адрес" - -#: ../../godmode/agentes/agent_manager.php:479 -msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:483 -#, fuzzy -msgid "IP Address list" -msgstr "IP адрес" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "Primary group" -msgstr "Основная группа" - -#: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent " -"group." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:558 -msgid "" -"Time that elapses when updating data in the agent. Remote modules have their " -"own interval, but this time is used to find out if an agent stopped " -"responding (unknown state). When twice the time interval defined in an agent " -"goes by, it is considered to be in unknown state (or also if all its remote " -"modules are in unknown state). An agent may be in unknown state if all of " -"its local (software agent-based) modules have a last contact time longer " -"than twice the agent interval, even if it has updated remote modules." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:579 -#: ../../godmode/agentes/planned_downtime.editor.php:1361 -#: ../../godmode/agentes/modificar_agente.php:704 -#: ../../godmode/massive/massive_edit_agents.php:783 -#: ../../godmode/modules/manage_inventory_modules.php:291 -#: ../../godmode/modules/manage_inventory_modules_form.php:140 -#: ../../godmode/reporting/reporting_builder.item_editor.php:79 -#: ../../include/ajax/heatmap.ajax.php:468 -#: ../../include/class/Diagnostics.class.php:832 -#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 -#: ../../include/functions_massive_operations.php:239 -#: ../../include/functions_reporting_html.php:816 -#: ../../include/functions_reporting_html.php:2267 -#: ../../include/functions_reporting_html.php:4912 -#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94 -#: ../../mobile/operation/agents.php:405 -#: ../../operation/agentes/estado_agente.php:1108 -#: ../../operation/gis_maps/ajax.php:297 -#: ../../operation/inventory/inventory.php:1372 -#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 -#: ../../operation/tree.php:145 -msgid "OS" -msgstr "ОС" - -#: ../../godmode/agentes/agent_manager.php:607 -#, fuzzy -msgid "OS version" -msgstr "Версия SQL" - -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:693 -#: ../../godmode/events/event_edit_filter.php:958 -#: ../../godmode/massive/massive_edit_agents.php:806 -#: ../../godmode/modules/manage_network_components.php:789 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../include/functions_reporting_html.php:3029 -#: ../../include/functions_reporting_html.php:3229 -#: ../../operation/events/events.php:2214 -#: ../../operation/inventory/inventory.php:576 -#: ../../operation/custom_fields/custom_fields_view.php:710 -msgid "Server" -msgstr "Сервер" - -#: ../../godmode/agentes/agent_manager.php:622 -msgid "Server that will preferentially execute remote tasks." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:741 -msgid "Remote config disabled, please activate to enable agent basic options" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:746 -msgid "Enable security hardening monitoring" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:759 -#, fuzzy -msgid "Enable log collection" -msgstr "Размер коллекции" - -#: ../../godmode/agentes/agent_manager.php:773 -#, fuzzy -msgid "Enable inventory" -msgstr "Синхронизация инвентаря" - -#: ../../godmode/agentes/agent_manager.php:791 -#, fuzzy -msgid "Pandora RC connected with id " -msgstr "Ошибка подключения с %s узла." - -#: ../../godmode/agentes/agent_manager.php:800 -#, fuzzy -msgid "This agent do not have a Pandora RC agent installed, install one." -msgstr "Этот агент не имеет никаких активных приборов контроля" - -#: ../../godmode/agentes/agent_manager.php:806 -#, fuzzy -msgid "Enable remote control" -msgstr "Последнее подключение" - -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 -msgid "Only available for agents 774 or higher" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:823 -#, fuzzy -msgid "Remote config is enabled only in the Enteprise version" -msgstr "Эти опции действуют только в версии Enterprise." - -#: ../../godmode/agentes/agent_manager.php:833 -#, fuzzy -msgid "Basic options" -msgstr "Базовые параметры" - -#: ../../godmode/agentes/agent_manager.php:855 -#: ../../godmode/reporting/reporting_builder.item_editor.php:81 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 -#: ../../include/functions_agents.php:4872 -#: ../../include/functions_events.php:5160 -#: ../../operation/inventory/inventory.php:1370 -msgid "Secondary groups" -msgstr "Второстепенные группы" - -#: ../../godmode/agentes/agent_manager.php:866 -#, fuzzy -msgid "Agent parent" -msgstr "Установить родителя" - -#: ../../godmode/agentes/agent_manager.php:894 -#, fuzzy -msgid "Cascade protection modules" -msgstr "Каскадная защита" - -#: ../../godmode/agentes/agent_manager.php:910 -#: ../../godmode/massive/massive_edit_agents.php:945 -msgid "Learning mode" -msgstr "Режим обучения" - -#: ../../godmode/agentes/agent_manager.php:920 -#: ../../godmode/massive/massive_edit_agents.php:956 -msgid "Normal mode" -msgstr "Обычный режим" - -#: ../../godmode/agentes/agent_manager.php:930 -#: ../../godmode/massive/massive_edit_agents.php:967 -msgid "Autodisable mode" -msgstr "Режим автоотключения" - -#: ../../godmode/agentes/agent_manager.php:939 -#: ../../godmode/massive/massive_edit_agents.php:980 -msgid "Module definition" -msgstr "Модуль определения" - -#: ../../godmode/agentes/agent_manager.php:939 -msgid "" -"Three working modes can be selected for module definition. Learning mode: " -"Default mode, if an XML arrives with new modules, they will be created " -"automatically; it is a learning behavior. Normal mode: If an XML arrives " -"with new modules, they will only be created if they are previously declared " -"in the Console. Autodisable mode: It is the same as learning mode, but if " -"all modules go into unknown, the agent will be disabled until information " -"arrives again." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:951 -msgid "Cascade protection services" -msgstr "Сервис каскадной защиты" - -#: ../../godmode/agentes/agent_manager.php:951 -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module " -"(any) or a specific module. In the first case, when there is at least one " -"module in critical, that event/alert will be launched, but no other of " -"another module of the same agent. In the second case, when the specified " -"module is in critical, the agent will not generate alerts/events." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:958 -#, fuzzy -msgid "Update new GIS data" -msgstr "Обновление новых данных GIS:" - -#: ../../godmode/agentes/agent_manager.php:1034 -#, fuzzy -msgid "URL Address" -msgstr "Адрес" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "Disabled mode" -msgstr "Режим выключен" - -#: ../../godmode/agentes/agent_manager.php:1040 -msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or " -"process data or actively generate monitoring. In many listings it does not " -"even appear." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1051 -msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate " -"events or alerts." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1078 -msgid "Delete remote configuration file" -msgstr "Удалить удаленный файл конфигурации" - -#: ../../godmode/agentes/agent_manager.php:1087 -#: ../../godmode/agentes/configurar_agente.php:651 -#: ../../godmode/agentes/configurar_agente.php:803 -#: ../../godmode/massive/massive_edit_agents.php:1051 -#: ../../godmode/reporting/reporting_builder.item_editor.php:87 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4907 -msgid "Remote configuration" -msgstr "Удаленная конфигурация" - -#: ../../godmode/agentes/agent_manager.php:1117 -#: ../../godmode/massive/massive_edit_agents.php:1205 -msgid "Safe operation mode" -msgstr "Безопасный режим операций" - -#: ../../godmode/agentes/agent_manager.php:1117 -msgid "" -"When the module set in this option goes into critical state, the other " -"modules of the agent are automatically deactivated. This option can be very " -"useful to avoid wasting resources, especially in remote checks. For example, " -"if a Host alive module is chosen, SNMP checks will not be performed on the " -"device when there is no connectivity with it." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1129 -msgid "Vulnerability scanning" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1132 -#: ../../godmode/agentes/module_manager.php:1081 -#: ../../godmode/agentes/module_manager.php:1094 -#: ../../godmode/agentes/module_manager_editor_common.php:255 -#: ../../godmode/agentes/module_manager_editor_common.php:728 -#: ../../godmode/agentes/module_manager_editor_common.php:1368 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/alerts/alert_list.list.php:172 -#: ../../godmode/alerts/alert_view.php:560 -#: ../../godmode/alerts/configure_alert_template.php:1001 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:996 -#: ../../godmode/massive/massive_edit_agents.php:1215 -#: ../../godmode/massive/massive_edit_modules.php:881 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_treeview.php:64 -#: ../../include/functions_treeview.php:595 -#: ../../include/functions_agents.php:1494 -#: ../../include/functions_agents.php:4639 -#: ../../include/functions_reporting_html.php:4927 -#: ../../include/functions_reporting.php:7421 -#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 -#: ../../operation/agentes/alerts_status.functions.php:115 -#: ../../operation/inventory/inventory.php:789 -#: ../../operation/search_agents.getdata.php:189 -msgid "Disabled" -msgstr "Выключено" - -#: ../../godmode/agentes/agent_manager.php:1133 -#: ../../godmode/agentes/module_manager_editor_common.php:729 -#: ../../godmode/agentes/module_manager_editor_common.php:732 -#: ../../godmode/agentes/module_manager_editor_common.php:743 -#: ../../godmode/alerts/configure_alert_template.php:1002 -#: ../../godmode/groups/group_list.php:1111 -#: ../../godmode/massive/massive_edit_agents.php:1214 -#: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 -#: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_agents.php:4908 -#: ../../include/functions_reporting_html.php:4925 -#: ../../operation/inventory/inventory.php:788 -msgid "Enabled" -msgstr "Включено" - -#: ../../godmode/agentes/agent_manager.php:1134 -#, fuzzy -msgid "Use global settings" -msgstr "Использовать глобальные конф" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_agents.php:1235 -#: ../../godmode/massive/massive_edit_modules.php:1548 -#, fuzzy -msgid "Ignore unknown" -msgstr "Монитор неизвестный" - -#: ../../godmode/agentes/agent_manager.php:1147 -#: ../../godmode/massive/massive_edit_agents.php:1235 -msgid "" -"This disables the calculation of the unknown state in the agent and any of " -"its modules, so it will never transition to unknown. The state it reflects " -"is the last known status." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:1218 -#, fuzzy -msgid "Link text:" -msgstr "Имя Ссылки" - -#: ../../godmode/agentes/agent_manager.php:1229 -#, fuzzy -msgid "Link URL:" -msgstr "Ссылка" - -#: ../../godmode/agentes/agent_manager.php:1328 -#: ../../godmode/agentes/agent_manager.php:1390 -#: ../../godmode/agentes/modificar_agente.php:1007 -msgid "Delete agent" -msgstr "Удалить агента" - -#: ../../godmode/agentes/agent_manager.php:1383 -#: ../../godmode/agentes/modificar_agente.php:979 -#, fuzzy -msgid "This agent belongs to the clusters" -msgstr "У этого агента есть другие IP" - -#: ../../godmode/agentes/agent_manager.php:1391 -#: ../../godmode/setup/setup_visuals.php:2401 -#, fuzzy -msgid "This action is not reversible. Are you sure?" -msgstr "" -"Это действие перезапишет конфигурацию устройства с помощью последней " -"резервной копии. Уверен?" - -#: ../../godmode/agentes/agent_manager.php:1452 -msgid "Secondary group cannot be primary too." -msgstr "Вторичная группа не может быть и первичной тоже." - -#: ../../godmode/agentes/agent_manager.php:1554 -#, fuzzy -msgid "This IP address is in use. Are you sure you want to save it?" -msgstr "" -"Это обновление не соответствует следующей версии %s. Вы уверены, что хотите " -"установить его?" - -#: ../../godmode/agentes/agent_manager.php:1577 -msgid "" -"Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" - #: ../../godmode/agentes/module_manager.php:81 #: ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" @@ -7606,6 +7020,25 @@ msgstr "" msgid "P" msgstr "IP" +#: ../../godmode/agentes/module_manager.php:693 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/events/event_edit_filter.php:958 +#: ../../godmode/massive/massive_edit_agents.php:806 +#: ../../godmode/modules/manage_network_components.php:789 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1485 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1506 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1528 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1550 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4682 +#: ../../include/class/AgentWizard.class.php:1311 +#: ../../include/functions_reporting_html.php:3029 +#: ../../include/functions_reporting_html.php:3229 +#: ../../operation/events/events.php:2214 +#: ../../operation/inventory/inventory.php:576 +#: ../../operation/custom_fields/custom_fields_view.php:710 +msgid "Server" +msgstr "Сервер" + #: ../../godmode/agentes/module_manager.php:693 #: ../../include/lib/TacticalView/elements/Events.php:445 #, fuzzy @@ -7665,6 +7098,35 @@ msgstr "Скопировать" msgid "Normalize" msgstr "Нормализовать" +#: ../../godmode/agentes/module_manager.php:1081 +#: ../../godmode/agentes/module_manager.php:1094 +#: ../../godmode/agentes/modificar_agente.php:799 +#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../godmode/agentes/module_manager_editor_common.php:255 +#: ../../godmode/agentes/module_manager_editor_common.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1368 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../godmode/alerts/alert_view.php:560 +#: ../../godmode/alerts/configure_alert_template.php:1001 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:996 +#: ../../godmode/massive/massive_edit_agents.php:1215 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394 +#: ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_treeview.php:64 +#: ../../include/functions_treeview.php:595 +#: ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4639 +#: ../../include/functions_reporting.php:7432 +#: ../../include/functions_reporting_html.php:4927 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68 +#: ../../operation/agentes/alerts_status.functions.php:115 +#: ../../operation/inventory/inventory.php:789 +#: ../../operation/search_agents.getdata.php:189 +msgid "Disabled" +msgstr "Выключено" + #: ../../godmode/agentes/module_manager.php:1092 #: ../../include/functions_snmp_browser.php:639 msgid "Create network component" @@ -7710,655 +7172,6 @@ msgstr "" msgid "Delete module" msgstr "Удалить модуль" -#: ../../godmode/agentes/module_manager_editor_common.php:120 -#: ../../godmode/agentes/module_manager_editor_common.php:135 -msgid "Manual setup" -msgstr "Ручная настройка" - -#: ../../godmode/agentes/module_manager_editor_common.php:128 -msgid "No component was found" -msgstr "Ни один компонент не был найден" - -#: ../../godmode/agentes/module_manager_editor_common.php:151 -msgid "Using module component" -msgstr "Использование модуля компонента" - -#: ../../godmode/agentes/module_manager_editor_common.php:303 -#: ../../godmode/agentes/module_manager_editor_common.php:1026 -#: ../../godmode/massive/massive_edit_modules.php:1085 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 -#: ../../include/ajax/heatmap.ajax.php:228 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 -#: ../../include/functions_treeview.php:114 -#: ../../include/functions_graph.php:4964 -#: ../../include/functions_visual_map.php:4279 -#: ../../operation/agentes/status_monitor.php:582 -#: ../../operation/heatmap.php:105 -msgid "Not assigned" -msgstr "Не назначено" - -#: ../../godmode/agentes/module_manager_editor_common.php:447 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 -msgid "Warning threshold" -msgstr "Порог предостережения об опасности" - -#: ../../godmode/agentes/module_manager_editor_common.php:449 -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Min / Max" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:450 -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "Decrease / Increase" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:451 -msgid "" -"Normal: Any value within the specified range will cause a state change. " -"Inverse interval: Any value outside the specified range will cause a state " -"change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:479 -#: ../../godmode/agentes/module_manager_editor_common.php:569 -#: ../../godmode/groups/group_list.php:1311 -#: ../../godmode/massive/massive_copy_modules.php:123 -#: ../../godmode/massive/massive_copy_modules.php:311 -#: ../../godmode/massive/massive_delete_modules.php:427 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/netflow/nf_edit_form.php:290 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 -#: ../../godmode/setup/setup_visuals.php:1085 -#: ../../godmode/setup/setup_visuals.php:1107 -#: ../../include/ajax/module.php:2345 -#: ../../include/class/ExtensionsDiscovery.class.php:786 -#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 -#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 -#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 -#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 -#: ../../include/functions_massive_operations.php:154 -#: ../../include/functions.php:1174 ../../include/functions.php:1414 -#: ../../include/functions.php:1421 ../../include/functions.php:1454 -#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366 -#: ../../include/functions_graph.php:3225 -#: ../../include/functions_graph.php:3227 -#: ../../include/functions_graph.php:4772 -#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58 -#: ../../mobile/operation/modules.php:69 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/estado_monitores.php:544 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/netflow/nf_live_view.php:327 -#: ../../operation/custom_fields/custom_fields_view.php:174 -#: ../../operation/tree.php:208 ../../operation/tree.php:299 -#: ../../operation/tree.php:535 -msgid "Normal" -msgstr "Нормальное" - -#: ../../godmode/agentes/module_manager_editor_common.php:480 -#: ../../godmode/agentes/module_manager_editor_common.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:570 -#: ../../godmode/agentes/module_manager_editor_common.php:579 -#: ../../godmode/massive/massive_edit_modules.php:701 -#: ../../godmode/massive/massive_edit_modules.php:807 -#: ../../godmode/modules/manage_network_components_form_wizard.php:450 -#: ../../godmode/modules/manage_network_components_form_wizard.php:535 -#: ../../godmode/modules/manage_network_components_form_common.php:264 -#: ../../godmode/modules/manage_network_components_form_common.php:342 -msgid "Inverse interval" -msgstr "Обратный интервал" - -#: ../../godmode/agentes/module_manager_editor_common.php:481 -#: ../../godmode/agentes/module_manager_editor_common.php:571 -#: ../../godmode/massive/massive_edit_modules.php:723 -#: ../../godmode/massive/massive_edit_modules.php:829 -#: ../../godmode/modules/manage_network_components_form_wizard.php:457 -#: ../../godmode/modules/manage_network_components_form_wizard.php:542 -#: ../../godmode/modules/manage_network_components_form_common.php:271 -#: ../../godmode/modules/manage_network_components_form_common.php:349 -#, fuzzy -msgid "Percentage" -msgstr "Процент" - -#: ../../godmode/agentes/module_manager_editor_common.php:507 -#: ../../godmode/agentes/module_manager_editor_common.php:606 -#: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../godmode/modules/manage_network_components_form_wizard.php:436 -#: ../../godmode/modules/manage_network_components_form_wizard.php:521 -#: ../../godmode/modules/manage_network_components_form_common.php:250 -#: ../../godmode/modules/manage_network_components_form_common.php:328 -#: ../../include/functions_treeview.php:88 -#: ../../include/functions_treeview.php:100 -msgid "Str." -msgstr "Ул." - -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/modules/manage_network_components_form_wizard.php:474 -#: ../../godmode/modules/manage_network_components_form_common.php:285 -#, fuzzy -msgid "Change to critical status after" -msgstr "Повышение до критического уровня" - -#: ../../godmode/agentes/module_manager_editor_common.php:533 -#: ../../godmode/modules/manage_network_components_form_wizard.php:482 -#: ../../godmode/modules/manage_network_components_form_common.php:293 -#, fuzzy -msgid "intervals in warning status." -msgstr "Время в состоянии предупреждения" - -#: ../../godmode/agentes/module_manager_editor_common.php:538 -#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 -msgid "Critical threshold" -msgstr "Критический порог" - -#: ../../godmode/agentes/module_manager_editor_common.php:541 -msgid "" -"Normal: Any value within the specified range will cause a state change." -"\\nInverse interval: Any value outside the specified range will cause a " -"state change. Percentage: This mode takes into account the module variation " -"percentage (regarding its previous value), and will cause a change of state " -"if it complies with the indicated increase or decrease values. A value that " -"matches the Warning and Critical thresholds will trigger the Critical " -"status. In numeric modules, a Max 0 value represents infinity." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../godmode/modules/manage_network_components_form_common.php:406 -#: ../../include/functions_reporting.php:5037 -#: ../../mobile/operation/modules.php:860 -msgid "Historical data" -msgstr "Статистические данные" - -#: ../../godmode/agentes/module_manager_editor_common.php:629 -msgid "" -"If disabled, it will only save the last known data, being unable to display " -"graphs. It is useful to save DB space. It should be disabled only in those " -"cases where it is necessary for the system to flow faster and save resources." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:652 -#: ../../godmode/massive/massive_edit_modules.php:1548 -msgid "" -"This disables the module's state calculation to unknown, so it will never " -"transition to unknown. The state it reflects is the last known status." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:692 -#: ../../godmode/agentes/module_manager_editor_common.php:694 -#, php-format -msgid "Agent interval x %s" -msgstr "Агент интервал x %s" - -#: ../../godmode/agentes/module_manager_editor_common.php:700 -#: ../../godmode/alerts/alert_list.list.php:716 -#: ../../godmode/alerts/alert_view.php:58 -#: ../../godmode/events/event_edit_filter.php:491 -#: ../../godmode/massive/massive_edit_users.php:242 -#: ../../godmode/massive/massive_edit_users.php:272 -#: ../../godmode/massive/massive_edit_agents.php:1100 -#: ../../godmode/setup/gis_step_2.php:599 -#: ../../godmode/setup/gis_step_2.php:685 -#: ../../godmode/setup/setup_visuals.php:428 -#: ../../godmode/setup/setup_visuals.php:459 -#: ../../godmode/setup/setup_visuals.php:599 -#: ../../godmode/setup/setup_visuals.php:715 -#: ../../godmode/setup/setup_visuals.php:755 -#: ../../godmode/setup/setup_visuals.php:1623 -#: ../../godmode/users/configure_user.php:54 -#: ../../godmode/users/configure_user.php:1143 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799 -#: ../../include/class/AgentsAlerts.class.php:950 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347 -#: ../../operation/gis_maps/gis_map.php:119 -#: ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 -#: ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 -#: ../../views/calendar/special_days.php:197 -#: ../../views/calendar/special_days.php:209 -msgid "Default" -msgstr "По умолчанию" - -#: ../../godmode/agentes/module_manager_editor_common.php:777 -#, fuzzy -msgid "Identification and Categorization" -msgstr "Напоминание_идентификации" - -#: ../../godmode/agentes/module_manager_editor_common.php:781 -#: ../../godmode/massive/massive_edit_modules.php:1297 -#: ../../godmode/module_library/module_library_view.php:123 -#: ../../godmode/modules/manage_network_components_form_common.php:459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 -#: ../../include/functions_reporting_html.php:948 -#: ../../include/functions_reporting_html.php:996 -msgid "Category" -msgstr "Категория" - -#: ../../godmode/agentes/module_manager_editor_common.php:818 -#: ../../godmode/modules/manage_network_components_form_common.php:484 -msgid "Tags available" -msgstr "Свободные теги" - -#: ../../godmode/agentes/module_manager_editor_common.php:898 -#: ../../godmode/modules/manage_network_components_form_common.php:505 -msgid "Add tags to module" -msgstr "Добавить теги к модулю" - -#: ../../godmode/agentes/module_manager_editor_common.php:989 -msgid "Module parent" -msgstr "Родительский модуль" - -#: ../../godmode/agentes/module_manager_editor_common.php:1046 -msgid "Tags from policy" -msgstr "Теги из политики" - -#: ../../godmode/agentes/module_manager_editor_common.php:1072 -#: ../../godmode/massive/massive_edit_modules.php:1361 -#: ../../godmode/modules/manage_network_components_form_common.php:446 -msgid "Unknown instructions" -msgstr "Неизвестные инструкции" - -#: ../../godmode/agentes/module_manager_editor_common.php:1095 -#: ../../godmode/massive/massive_edit_modules.php:1351 -#: ../../godmode/modules/manage_network_components_form_common.php:436 -msgid "Critical instructions" -msgstr "Критические инструкции" - -#: ../../godmode/agentes/module_manager_editor_common.php:1096 -#: ../../godmode/massive/massive_edit_modules.php:1356 -#: ../../godmode/modules/manage_network_components_form_common.php:441 -msgid "Warning instructions" -msgstr "Интрукции при предостережении" - -#: ../../godmode/agentes/module_manager_editor_common.php:1117 -#, fuzzy -msgid "Execution interval" -msgstr "Интервал оценки" - -#: ../../godmode/agentes/module_manager_editor_common.php:1137 -#: ../../godmode/agentes/module_manager_editor_common.php:1143 -#: ../../godmode/agentes/planned_downtime.editor.php:1155 -msgid "Cron from" -msgstr "Cron из" - -#: ../../godmode/agentes/module_manager_editor_common.php:1140 -#: ../../godmode/agentes/module_manager_editor_common.php:1146 -#: ../../godmode/agentes/planned_downtime.editor.php:1158 -msgid "Cron to" -msgstr "Cron в" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -#, fuzzy -msgid "Thresholds and state changes" -msgstr "Есть изменения в базе данных" - -#: ../../godmode/agentes/module_manager_editor_common.php:1153 -msgid "" -"It indicates the minimum and maximum values accepted by the module. Any " -"value outside this range will be discarded. For example, with a Max. value " -"of 100, a data value of 200 will not be saved in a database." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1157 -#: ../../godmode/modules/manage_network_components_form_common.php:411 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 -#: ../../include/functions_reporting.php:7531 -msgid "Min. Value" -msgstr "Минимальное значение" - -#: ../../godmode/agentes/module_manager_editor_common.php:1158 -#: ../../godmode/modules/manage_network_components_form_common.php:416 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 -#: ../../include/functions_reporting.php:7527 -msgid "Max. Value" -msgstr "Максимальное значение" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "Dynamic Threshold Interval" -msgstr "Динамический пороговый интервал" - -#: ../../godmode/agentes/module_manager_editor_common.php:1171 -msgid "" -"If this option is enabled, the module thresholds will be automatically " -"adjusted based on the mean and standard deviation of their values in the " -"specified time interval." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#: ../../godmode/alerts/configure_alert_template.php:953 -#: ../../godmode/massive/massive_edit_modules.php:663 -#: ../../godmode/massive/massive_edit_modules.php:769 -#: ../../godmode/massive/massive_edit_modules.php:1068 -#: ../../godmode/modules/manage_network_components_form_wizard.php:408 -#: ../../godmode/modules/manage_network_components_form_wizard.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:222 -#: ../../godmode/modules/manage_network_components_form_common.php:300 -#: ../../include/lib/Dashboard/Widgets/top_n.php:304 -#: ../../include/functions_alerts.php:686 -#: ../../include/functions_alerts.php:713 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6804 -msgid "Min." -msgstr "Мин." - -#: ../../godmode/agentes/module_manager_editor_common.php:1193 -#, php-format -msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the lower critical state " -"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% lower than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -#: ../../godmode/alerts/configure_alert_template.php:966 -#: ../../godmode/massive/massive_edit_modules.php:676 -#: ../../godmode/massive/massive_edit_modules.php:782 -#: ../../godmode/massive/massive_edit_modules.php:1073 -#: ../../godmode/modules/manage_network_components_form_wizard.php:422 -#: ../../godmode/modules/manage_network_components_form_wizard.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:236 -#: ../../godmode/modules/manage_network_components_form_common.php:314 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 -#: ../../include/functions_alerts.php:685 -#: ../../include/functions_alerts.php:712 -#: ../../include/functions_treeview.php:90 -#: ../../include/functions_treeview.php:102 -#: ../../include/functions_reporting_html.php:6805 -msgid "Max." -msgstr "Макс." - -#: ../../godmode/agentes/module_manager_editor_common.php:1194 -msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. " -"For example, if the module average value is 60 and the upper critical state " -"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " -"threshold to 88, 10% higher than what was set." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -#, fuzzy -msgid "Two Tailed" -msgstr "Динамика 2 не удалась: " - -#: ../../godmode/agentes/module_manager_editor_common.php:1224 -msgid "" -"It allows to set a lower threshold in addition to the upper one by default. " -"If enabled, both very high and very low values will cause a state change." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -#: ../../godmode/massive/massive_edit_modules.php:1257 -#: ../../godmode/modules/manage_network_components_form_common.php:361 -msgid "FF threshold" -msgstr "FF порог" - -#: ../../godmode/agentes/module_manager_editor_common.php:1243 -msgid "" -"It indicates the number of consecutive values at a threshold that must be " -"received for the module to change state. For example, with a value 0 " -"(default) the module will change state as soon as it receives a data within " -"the critical threshold, but with a value 2 the module must receive two more " -"critical data (consecutively) to change to critical state. It is possible to " -"set the same 'tolerance' for all status changes or choose a different value " -"for each one. This option is especially useful in unstable environments, as " -"it helps prevent false positives." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1247 -#: ../../godmode/massive/massive_edit_modules.php:1151 -#: ../../godmode/massive/massive_edit_modules.php:1168 -#: ../../godmode/modules/manage_network_components_form_common.php:367 -msgid "All state changing" -msgstr "Все состояния изменяются" - -#: ../../godmode/agentes/module_manager_editor_common.php:1248 -#: ../../godmode/massive/massive_edit_modules.php:1150 -#: ../../godmode/massive/massive_edit_modules.php:1251 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "Each state changing" -msgstr "Каждое состояние изменяется" - -#: ../../godmode/agentes/module_manager_editor_common.php:1258 -#, fuzzy -msgid "Change all states" -msgstr "Изменить статус" - -#: ../../godmode/agentes/module_manager_editor_common.php:1280 -#: ../../godmode/massive/massive_edit_modules.php:1214 -#: ../../godmode/modules/manage_network_components_form_common.php:380 -msgid "To normal" -msgstr "в нормальное состояние" - -#: ../../godmode/agentes/module_manager_editor_common.php:1281 -#: ../../godmode/massive/massive_edit_modules.php:1226 -#: ../../godmode/modules/manage_network_components_form_common.php:387 -msgid "To warning" -msgstr "К предостережению" - -#: ../../godmode/agentes/module_manager_editor_common.php:1282 -#: ../../godmode/massive/massive_edit_modules.php:1238 -#: ../../godmode/modules/manage_network_components_form_common.php:394 -msgid "To critical" -msgstr "К критическому" - -#: ../../godmode/agentes/module_manager_editor_common.php:1338 -#: ../../godmode/massive/massive_edit_modules.php:1262 -msgid "FF interval" -msgstr "FF интервал" - -#: ../../godmode/agentes/module_manager_editor_common.php:1339 -#: ../../godmode/massive/massive_edit_modules.php:1277 -msgid "FF timeout" -msgstr "FF время вышло" - -#: ../../godmode/agentes/module_manager_editor_common.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1184 -#: ../../godmode/modules/manage_network_components_form_common.php:362 -msgid "Keep counters" -msgstr "Продолжить ведение счетчиков" - -#: ../../godmode/agentes/module_manager_editor_common.php:1380 -#, fuzzy -msgid "Data and their processing" -msgstr "Ошибка процесса карты" - -#: ../../godmode/agentes/module_manager_editor_common.php:1384 -#: ../../godmode/massive/massive_edit_modules.php:1133 -#: ../../godmode/modules/manage_network_components_form_common.php:421 -#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 -#: ../../include/functions_reporting_html.php:4964 -msgid "Unit" -msgstr "Единица" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/modules/manage_network_components_form_plugin.php:54 -#: ../../godmode/modules/manage_network_components_form_wmi.php:83 -#: ../../godmode/modules/manage_network_components_form_network.php:249 -#: ../../godmode/setup/snmp_wizard.php:43 -msgid "Post process" -msgstr "Заключительная обработка" - -#: ../../godmode/agentes/module_manager_editor_common.php:1385 -msgid "" -"It allows you to change the unit of the received data. To do this, multiply " -"the data received by the value set in this option (e.g. Seconds * " -"0.016666666667 = Minutes). The data is saved already transformed in the " -"database, so changing this parameter when the module has data can cause " -"anomalies in graphs and other elements." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1412 -#: ../../godmode/massive/massive_edit_modules.php:920 -#, fuzzy -msgid "MADE enabled" -msgstr "WMI включен" - -#: ../../godmode/agentes/module_manager_editor_common.php:1413 -#: ../../godmode/massive/massive_edit_modules.php:921 -msgid "" -"By activating this option, the module data will be processed by the MADE " -"engine (if active), and events will be generated automatically by the IA " -"engine" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1427 -#, fuzzy -msgid "Notifications and alerts" -msgstr "Уведомления" - -#: ../../godmode/agentes/module_manager_editor_common.php:1429 -#: ../../godmode/massive/massive_edit_modules.php:1128 -msgid "Export target" -msgstr "Контрольные цифры по экспорту" - -#: ../../godmode/agentes/module_manager_editor_common.php:1431 -msgid "Not needed" -msgstr "Не требуется" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -#: ../../godmode/modules/manage_network_components_form_common.php:426 -msgid "Discard unknown events" -msgstr "Скинуть неизвестные события" - -#: ../../godmode/agentes/module_manager_editor_common.php:1459 -#: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate " -"events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1468 -msgid "" -"A module in silent mode will continue to receive and store data, but will " -"not trigger alerts or generate events." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:1477 -msgid "Cascade Protection Services" -msgstr "Каскадные службы защиты" - -#: ../../godmode/agentes/module_manager_editor_common.php:1483 -#: ../../godmode/massive/massive_edit_modules.php:1395 -#: ../../include/class/ExtensionsDiscovery.class.php:1571 -msgid "Timeout" -msgstr "Время ожидания истекло" - -#: ../../godmode/agentes/module_manager_editor_common.php:1484 -#: ../../godmode/massive/massive_edit_modules.php:1410 -msgid "Retries" -msgstr "Попытки" - -#: ../../godmode/agentes/module_manager_editor_common.php:1506 -#: ../../godmode/alerts/configure_alert_template.php:922 -#: ../../godmode/massive/massive_edit_modules.php:1078 -#: ../../godmode/reporting/visual_console_builder.wizard.php:353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 -#: ../../godmode/setup/setup_visuals.php:1905 -#: ../../godmode/setup/setup_visuals.php:1995 -#: ../../godmode/setup/setup_visuals.php:2077 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 -#: ../../include/ajax/events.php:2256 -#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 -#: ../../include/functions_visual_map_editor.php:741 -#: ../../include/functions_netflow.php:212 -#: ../../include/functions_snmp_browser.php:561 -#: ../../include/functions_graph.php:5101 -#: ../../include/functions_reporting_html.php:1603 -#: ../../include/functions_reporting_html.php:3336 -#: ../../include/functions_reporting_html.php:6222 -#: ../../include/functions_reporting_html.php:6768 -#: ../../include/functions_reports.php:1178 -msgid "Value" -msgstr "Значение" - -#: ../../godmode/agentes/module_manager_editor_common.php:1560 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -msgid "Direct" -msgstr "Прямой" - -#: ../../godmode/agentes/module_manager_editor_common.php:1561 -#: ../../godmode/agentes/module_manager_editor_common.php:1694 -#: ../../include/functions_reporting_html.php:5383 -#: ../../include/functions_reporting_html.php:5477 -#: ../../include/functions_reporting_html.php:5557 -#: ../../include/functions_reporting_html.php:5566 -#: ../../include/functions_reporting_html.php:5704 -#: ../../include/functions_reporting_html.php:5713 -#: ../../include/functions_reporting_html.php:6039 -#: ../../include/functions_reporting_html.php:6045 -msgid "Failover" -msgstr "Коммутация" - -#: ../../godmode/agentes/module_manager_editor_common.php:1563 -msgid "Rel. type" -msgstr "Rel. тип" - -#: ../../godmode/agentes/module_manager_editor_common.php:1585 -msgid "Add relationship" -msgstr "Добавить взаимосвязь" - -#: ../../godmode/agentes/module_manager_editor_common.php:1611 -msgid "Changes" -msgstr "Изменения" - -#: ../../godmode/agentes/module_manager_editor_common.php:2357 -#: ../../godmode/modules/manage_network_components_form_common.php:840 -msgid "Normal Status" -msgstr "Нормальный статус" - -#: ../../godmode/agentes/module_manager_editor_common.php:2358 -#: ../../godmode/modules/manage_network_components_form_common.php:841 -msgid "Warning Status" -msgstr "Статус Предостережения" - -#: ../../godmode/agentes/module_manager_editor_common.php:2359 -#: ../../godmode/modules/manage_network_components_form_common.php:842 -msgid "Critical Status" -msgstr "Критический Статус" - -#: ../../godmode/agentes/module_manager_editor_common.php:2362 -#: ../../godmode/modules/manage_network_components_form_common.php:844 -msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "" -"Пожалуйста, введите максимальное предупреждение выше минимального " -"предостережения" - -#: ../../godmode/agentes/module_manager_editor_common.php:2363 -#: ../../godmode/modules/manage_network_components_form_common.php:845 -msgid "Please introduce a maximum critical higher than the minimun critical" -msgstr "" -"Пожалуйста, введите максимальный критический показатель выше, чем " -"минимальный критический показатель" - -#: ../../godmode/agentes/module_manager_editor_common.php:2364 -#: ../../godmode/modules/manage_network_components_form_common.php:846 -#, fuzzy -msgid "Please introduce a positive percentage value" -msgstr "" -"Введите максимальное значение SLA, превышающее минимальное значение SLA" - #: ../../godmode/agentes/planned_downtime.editor.php:58 #: ../../godmode/alerts/alert_list.php:610 #: ../../include/class/SnmpConsole.class.php:205 @@ -8542,13 +7355,13 @@ msgstr "Не может быть создано" #: ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/snmpconsole/snmp_alert.php:302 #: ../../godmode/users/profile_list.php:233 -#: ../../godmode/users/configure_user.php:508 #: ../../godmode/users/token_list.php:108 +#: ../../godmode/users/configure_user.php:508 #: ../../godmode/files_repo/files_repo.php:145 -#: ../../include/class/EventSound.class.php:103 -#: ../../include/class/EventSound.class.php:134 #: ../../include/class/CalendarManager.class.php:555 #: ../../include/class/CalendarManager.class.php:912 +#: ../../include/class/EventSound.class.php:103 +#: ../../include/class/EventSound.class.php:134 #: ../../include/functions_alerts.php:2838 #: ../../include/functions_planned_downtimes.php:115 #: ../../include/functions_planned_downtimes.php:892 @@ -8592,60 +7405,60 @@ msgstr "Тип Периодичности:" #: ../../godmode/agentes/planned_downtime.editor.php:1056 #: ../../include/class/CalendarManager.class.php:1044 -#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491 +#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502 #: ../../views/calendar/special_days.php:248 msgid "Mon" msgstr "Пн" #: ../../godmode/agentes/planned_downtime.editor.php:1057 #: ../../include/class/CalendarManager.class.php:1045 -#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496 +#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507 #: ../../views/calendar/special_days.php:249 msgid "Tue" msgstr "Вт" #: ../../godmode/agentes/planned_downtime.editor.php:1058 #: ../../include/class/CalendarManager.class.php:1046 -#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501 +#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512 #: ../../views/calendar/special_days.php:250 msgid "Wed" msgstr "Ср" #: ../../godmode/agentes/planned_downtime.editor.php:1059 #: ../../include/class/CalendarManager.class.php:1047 -#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506 +#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517 #: ../../views/calendar/special_days.php:251 msgid "Thu" msgstr "Чт" #: ../../godmode/agentes/planned_downtime.editor.php:1060 #: ../../include/class/CalendarManager.class.php:1048 -#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511 +#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522 #: ../../views/calendar/special_days.php:252 msgid "Fri" msgstr "Пт" #: ../../godmode/agentes/planned_downtime.editor.php:1061 #: ../../include/class/CalendarManager.class.php:1049 -#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516 +#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527 #: ../../views/calendar/special_days.php:253 msgid "Sat" msgstr "Сб" #: ../../godmode/agentes/planned_downtime.editor.php:1062 #: ../../include/class/CalendarManager.class.php:1050 -#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521 +#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532 #: ../../views/calendar/special_days.php:247 msgid "Sun" msgstr "Sun" #: ../../godmode/agentes/planned_downtime.editor.php:1072 -#: ../../include/functions_reporting.php:15531 +#: ../../include/functions_reporting.php:15542 msgid "From day" msgstr "Со дня" #: ../../godmode/agentes/planned_downtime.editor.php:1088 -#: ../../include/functions_reporting.php:15532 +#: ../../include/functions_reporting.php:15543 msgid "To day" msgstr "До дня" @@ -8664,6 +7477,18 @@ msgstr "Время окончания должно быть больше, чем msgid "To hour" msgstr "До часа:" +#: ../../godmode/agentes/planned_downtime.editor.php:1155 +#: ../../godmode/agentes/module_manager_editor_common.php:1137 +#: ../../godmode/agentes/module_manager_editor_common.php:1143 +msgid "Cron from" +msgstr "Cron из" + +#: ../../godmode/agentes/planned_downtime.editor.php:1158 +#: ../../godmode/agentes/module_manager_editor_common.php:1140 +#: ../../godmode/agentes/module_manager_editor_common.php:1146 +msgid "Cron to" +msgstr "Cron в" + #: ../../godmode/agentes/planned_downtime.editor.php:1167 msgid "Configure the time" msgstr "Настроить время" @@ -8703,6 +7528,32 @@ msgstr "Запланированные агенты для этой остано msgid "There are no agents" msgstr "Нет агентов" +#: ../../godmode/agentes/planned_downtime.editor.php:1361 +#: ../../godmode/agentes/modificar_agente.php:704 +#: ../../godmode/agentes/agent_manager.php:579 +#: ../../godmode/massive/massive_edit_agents.php:783 +#: ../../godmode/modules/manage_inventory_modules.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:79 +#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1067 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:348 +#: ../../include/functions_massive_operations.php:239 +#: ../../include/functions_events.php:4464 +#: ../../include/functions_reporting_html.php:816 +#: ../../include/functions_reporting_html.php:2267 +#: ../../include/functions_reporting_html.php:4912 +#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 +#: ../../operation/agentes/estado_agente.php:1108 +#: ../../operation/gis_maps/ajax.php:297 +#: ../../operation/inventory/inventory.php:1372 +#: ../../operation/search_agents.php:37 ../../operation/tree.php:79 +#: ../../operation/tree.php:145 +msgid "OS" +msgstr "ОС" + #: ../../godmode/agentes/planned_downtime.editor.php:1405 msgid "All alerts" msgstr "Все оповещания" @@ -8806,15 +7657,15 @@ msgstr "Просмотр" #: ../../include/class/AgentsAlerts.class.php:569 #: ../../include/lib/TacticalView/elements/Alerts.php:38 #: ../../include/functions_treeview.php:398 -#: ../../include/functions_reporting_html.php:6947 #: ../../include/functions_reports.php:864 #: ../../include/functions_reports.php:868 #: ../../include/functions_reports.php:874 #: ../../include/functions_reports.php:880 +#: ../../include/functions_reporting_html.php:6947 #: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98 -#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 +#: ../../mobile/operation/alerts.php:194 #: ../../operation/agentes/estado_agente.php:1130 #: ../../operation/agentes/ver_agente.php:1603 #: ../../operation/agentes/ver_agente.php:1607 @@ -8896,6 +7747,16 @@ msgstr "Мастер интерфейсов SNMP" msgid "WMI Wizard" msgstr "Мастер WMI" +#: ../../godmode/agentes/configurar_agente.php:651 +#: ../../godmode/agentes/configurar_agente.php:803 +#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/massive/massive_edit_agents.php:1051 +#: ../../godmode/reporting/reporting_builder.item_editor.php:87 +#: ../../godmode/servers/servers.build_table.php:303 +#: ../../include/functions_agents.php:4907 +msgid "Remote configuration" +msgstr "Удаленная конфигурация" + #: ../../godmode/agentes/configurar_agente.php:751 #: ../../operation/agentes/ver_agente.php:1696 msgid "Network config manager" @@ -9296,10 +8157,10 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:700 #: ../../include/class/WelcomeWindow.class.php:846 -#: ../../include/functions_reporting_html.php:3232 -#: ../../include/functions_events.php:303 #: ../../include/functions_inventory.php:150 #: ../../include/functions_inventory.php:184 +#: ../../include/functions_events.php:303 +#: ../../include/functions_reporting_html.php:3232 msgid "Agent alias" msgstr "Алиас Агента" @@ -9337,6 +8198,18 @@ msgstr "Вы собираетесь отключить агента класте msgid "You are going to delete a cluster agent" msgstr "Вы собираетесь включить агент кластера. Вы уверены?" +#: ../../godmode/agentes/modificar_agente.php:979 +#: ../../godmode/agentes/agent_manager.php:1383 +#, fuzzy +msgid "This agent belongs to the clusters" +msgstr "У этого агента есть другие IP" + +#: ../../godmode/agentes/modificar_agente.php:1007 +#: ../../godmode/agentes/agent_manager.php:1328 +#: ../../godmode/agentes/agent_manager.php:1390 +msgid "Delete agent" +msgstr "Удалить агента" + #: ../../godmode/agentes/modificar_agente.php:1028 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670 #: ../../operation/agentes/estado_agente.php:1362 @@ -9357,6 +8230,1128 @@ msgstr "Здесь нет заданных агентов" msgid "Deploy agent" msgstr "Удалить агента" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:59 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"Карты по умолчанию нет. Пожалуйста, перейдите на установки чтобы установить " +"дефолт карту." + +#: ../../godmode/agentes/agent_conf_gis.php:50 +msgid "" +"There is no GIS data for this agent, so it's positioned in default position " +"of map." +msgstr "" +"Там нет GIS данных для этого агента, поэтому они находятся в режиме по " +"умолчанию карты." + +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Когда вы меняете позицию агента, агент автоматически активирует опцию " +"\"Игнорировать новые данные GIS\"." + +#: ../../godmode/agentes/agent_conf_gis.php:68 +msgid "Agent position" +msgstr "Агент расположения" + +#: ../../godmode/agentes/agent_conf_gis.php:75 +msgid "Latitude: " +msgstr "Широта: " + +#: ../../godmode/agentes/agent_conf_gis.php:94 +msgid "Longitude: " +msgstr "Долгота: " + +#: ../../godmode/agentes/agent_conf_gis.php:113 +msgid "Altitude: " +msgstr "Высота: " + +#: ../../godmode/agentes/agent_conf_gis.php:132 +#: ../../godmode/massive/massive_edit_agents.php:1178 +#, fuzzy +msgid "Ignore new GIS data" +msgstr "Игнорировать новые ГИС данные:" + +#: ../../godmode/agentes/agent_conf_gis.php:133 +#: ../../godmode/agentes/agent_manager.php:1555 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/massive/massive_edit_agents.php:708 +#: ../../godmode/massive/massive_edit_agents.php:1154 +#: ../../godmode/massive/massive_edit_agents.php:1192 +#: ../../godmode/massive/massive_edit_agents.php:1239 +#: ../../godmode/massive/massive_edit_modules.php:705 +#: ../../godmode/massive/massive_edit_modules.php:727 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/massive/massive_edit_modules.php:885 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1326 +#: ../../godmode/massive/massive_edit_modules.php:1370 +#: ../../godmode/massive/massive_edit_modules.php:1552 +#: ../../godmode/reporting/visual_console_builder.wizard.php:405 +#: ../../godmode/reporting/visual_console_builder.wizard.php:514 +#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/servers/modificar_server.php:193 +#: ../../godmode/servers/servers.build_table.php:157 +#: ../../godmode/update_manager/update_manager.setup.php:407 +#: ../../include/class/SnmpConsole.class.php:424 +#: ../../include/class/EventSound.class.php:349 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:390 +#: ../../operation/netflow/nf_live_view.php:393 +#: ../../operation/users/user_edit.php:430 +msgid "Yes" +msgstr "Да" + +#: ../../godmode/agentes/agent_conf_gis.php:142 +#: ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:268 +#: ../../godmode/alerts/alert_view.php:371 +#: ../../godmode/massive/massive_edit_agents.php:709 +#: ../../godmode/massive/massive_edit_agents.php:1165 +#: ../../godmode/massive/massive_edit_agents.php:1193 +#: ../../godmode/massive/massive_edit_agents.php:1240 +#: ../../godmode/massive/massive_edit_modules.php:706 +#: ../../godmode/massive/massive_edit_modules.php:728 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:834 +#: ../../godmode/massive/massive_edit_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1327 +#: ../../godmode/massive/massive_edit_modules.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1553 +#: ../../godmode/reporting/visual_console_builder.wizard.php:416 +#: ../../godmode/reporting/visual_console_builder.wizard.php:525 +#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/servers/modificar_server.php:191 +#: ../../godmode/setup/news.php:389 +#: ../../godmode/update_manager/update_manager.setup.php:408 +#: ../../include/class/SnmpConsole.class.php:423 +#: ../../include/class/EventSound.class.php:348 +#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685 +#: ../../include/functions_events.php:5086 +#: ../../include/functions_events.php:5091 +#: ../../include/functions_reporting_html.php:2331 +#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358 +#: ../../mobile/operation/events.php:366 +#: ../../operation/netflow/nf_live_view.php:403 +#: ../../operation/users/user_edit.php:431 +msgid "No" +msgstr "Нет" + +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:780 +#: ../../godmode/groups/configure_group.php:251 +#: ../../godmode/massive/massive_edit_agents.php:862 +msgid "Custom ID" +msgstr "Пользовательский ID" + +#: ../../godmode/agentes/agent_manager.php:330 +#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/massive/massive_edit_agents.php:1138 +msgid "Agent icon" +msgstr "Значок агента" + +#: ../../godmode/agentes/agent_manager.php:358 +#: ../../include/class/SatelliteAgent.class.php:555 +#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600 +#: ../../include/functions_events.php:253 +#: ../../include/functions_events.php:300 +#: ../../include/functions_events.php:2576 +#: ../../include/functions_reporting_html.php:4910 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:908 +#: ../../operation/events/events.php:3063 +msgid "Agent name" +msgstr "Название агента" + +#: ../../godmode/agentes/agent_manager.php:358 +msgid "" +"The agent name is a unique identifier (which is automatically generated in " +"software agents). If you set it manually, make sure it is not duplicated. " +"Although it accepts spaces, we do not recommend you to use them in the agent " +"name, you may use them in the agent alias. The agent name is not displayed " +"in the interface, it is an internal name." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:393 +#, fuzzy +msgid "Edit agent name" +msgstr "Редакторивать агента" + +#: ../../godmode/agentes/agent_manager.php:408 +#: ../../godmode/groups/tactical.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:77 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4980 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985 +#: ../../include/lib/Group.php:556 +#: ../../include/functions_reporting_html.php:2259 +#: ../../include/functions_reporting_html.php:2423 +#: ../../include/functions_ui.php:6488 +#: ../../operation/inventory/inventory.php:1366 +msgid "Alias" +msgstr "Алиас" + +#: ../../godmode/agentes/agent_manager.php:408 +msgid "" +"This will be the text label that will represent the agent on all types of " +"screens and reports. It may be duplicated, contain spaces and non-ASCII " +"characters." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:414 +msgid "Use alias as name" +msgstr "Использовать алиас в качестве имени" + +#: ../../godmode/agentes/agent_manager.php:425 +msgid "This agent can be remotely configured" +msgstr "Этот агент может быть сконфигурирован дистанционно" + +#: ../../godmode/agentes/agent_manager.php:436 +#: ../../godmode/servers/modificar_server.php:208 +#: ../../include/functions_treeview.php:649 +#: ../../include/functions_events.php:4459 +#: ../../include/functions_reporting_html.php:2263 +#: ../../include/functions_reporting_html.php:5390 +#: ../../include/functions_reporting_html.php:5484 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "IP адрес" + +#: ../../godmode/agentes/agent_manager.php:439 +#, fuzzy +msgid "Check unique IP" +msgstr "Уникальный IP" + +#: ../../godmode/agentes/agent_manager.php:461 +#: ../../godmode/agentes/agent_manager.php:487 +#, fuzzy +msgid "Delete selected IPs" +msgstr "Удалить выбранное" + +#: ../../godmode/agentes/agent_manager.php:478 +#, fuzzy +msgid "Fix IP address" +msgstr "IP адрес" + +#: ../../godmode/agentes/agent_manager.php:479 +msgid "Avoid automatic IP address update when agent IP changes." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:483 +#, fuzzy +msgid "IP Address list" +msgstr "IP адрес" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "Primary group" +msgstr "Основная группа" + +#: ../../godmode/agentes/agent_manager.php:491 +msgid "" +"Although an agent can belong to multiple groups, it can only have a parent " +"group." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:558 +msgid "" +"Time that elapses when updating data in the agent. Remote modules have their " +"own interval, but this time is used to find out if an agent stopped " +"responding (unknown state). When twice the time interval defined in an agent " +"goes by, it is considered to be in unknown state (or also if all its remote " +"modules are in unknown state). An agent may be in unknown state if all of " +"its local (software agent-based) modules have a last contact time longer " +"than twice the agent interval, even if it has updated remote modules." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:607 +#, fuzzy +msgid "OS version" +msgstr "Версия SQL" + +#: ../../godmode/agentes/agent_manager.php:622 +msgid "Server that will preferentially execute remote tasks." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:741 +msgid "Remote config disabled, please activate to enable agent basic options" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:746 +msgid "Enable security hardening monitoring" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:759 +#, fuzzy +msgid "Enable log collection" +msgstr "Размер коллекции" + +#: ../../godmode/agentes/agent_manager.php:773 +#, fuzzy +msgid "Enable inventory" +msgstr "Синхронизация инвентаря" + +#: ../../godmode/agentes/agent_manager.php:791 +#, fuzzy +msgid "Pandora RC connected with id " +msgstr "Ошибка подключения с %s узла." + +#: ../../godmode/agentes/agent_manager.php:800 +#, fuzzy +msgid "This agent do not have a Pandora RC agent installed, install one." +msgstr "Этот агент не имеет никаких активных приборов контроля" + +#: ../../godmode/agentes/agent_manager.php:806 +#, fuzzy +msgid "Enable remote control" +msgstr "Последнее подключение" + +#: ../../godmode/agentes/agent_manager.php:816 +#: ../../godmode/agentes/agent_manager.php:817 +msgid "Only available for agents 774 or higher" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:823 +#, fuzzy +msgid "Remote config is enabled only in the Enteprise version" +msgstr "Эти опции действуют только в версии Enterprise." + +#: ../../godmode/agentes/agent_manager.php:833 +#, fuzzy +msgid "Basic options" +msgstr "Базовые параметры" + +#: ../../godmode/agentes/agent_manager.php:855 +#: ../../godmode/reporting/reporting_builder.item_editor.php:81 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1065 +#: ../../include/functions_agents.php:4872 +#: ../../include/functions_events.php:5160 +#: ../../operation/inventory/inventory.php:1370 +msgid "Secondary groups" +msgstr "Второстепенные группы" + +#: ../../godmode/agentes/agent_manager.php:866 +#, fuzzy +msgid "Agent parent" +msgstr "Установить родителя" + +#: ../../godmode/agentes/agent_manager.php:894 +#, fuzzy +msgid "Cascade protection modules" +msgstr "Каскадная защита" + +#: ../../godmode/agentes/agent_manager.php:910 +#: ../../godmode/massive/massive_edit_agents.php:945 +msgid "Learning mode" +msgstr "Режим обучения" + +#: ../../godmode/agentes/agent_manager.php:920 +#: ../../godmode/massive/massive_edit_agents.php:956 +msgid "Normal mode" +msgstr "Обычный режим" + +#: ../../godmode/agentes/agent_manager.php:930 +#: ../../godmode/massive/massive_edit_agents.php:967 +msgid "Autodisable mode" +msgstr "Режим автоотключения" + +#: ../../godmode/agentes/agent_manager.php:939 +#: ../../godmode/massive/massive_edit_agents.php:980 +msgid "Module definition" +msgstr "Модуль определения" + +#: ../../godmode/agentes/agent_manager.php:939 +msgid "" +"Three working modes can be selected for module definition. Learning mode: " +"Default mode, if an XML arrives with new modules, they will be created " +"automatically; it is a learning behavior. Normal mode: If an XML arrives " +"with new modules, they will only be created if they are previously declared " +"in the Console. Autodisable mode: It is the same as learning mode, but if " +"all modules go into unknown, the agent will be disabled until information " +"arrives again." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:951 +msgid "Cascade protection services" +msgstr "Сервис каскадной защиты" + +#: ../../godmode/agentes/agent_manager.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "" +"To avoid an avalanche of cascading alerts. You may choose any agent module " +"(any) or a specific module. In the first case, when there is at least one " +"module in critical, that event/alert will be launched, but no other of " +"another module of the same agent. In the second case, when the specified " +"module is in critical, the agent will not generate alerts/events." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:958 +#, fuzzy +msgid "Update new GIS data" +msgstr "Обновление новых данных GIS:" + +#: ../../godmode/agentes/agent_manager.php:1034 +#, fuzzy +msgid "URL Address" +msgstr "Адрес" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "Disabled mode" +msgstr "Режим выключен" + +#: ../../godmode/agentes/agent_manager.php:1040 +msgid "" +"A deactivated agent does not generate activity (or issue events/alerts) or " +"process data or actively generate monitoring. In many listings it does not " +"even appear." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1051 +msgid "" +"A 'silent' agent continues to process monitoring data, but does not generate " +"events or alerts." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1078 +msgid "Delete remote configuration file" +msgstr "Удалить удаленный файл конфигурации" + +#: ../../godmode/agentes/agent_manager.php:1117 +#: ../../godmode/massive/massive_edit_agents.php:1205 +msgid "Safe operation mode" +msgstr "Безопасный режим операций" + +#: ../../godmode/agentes/agent_manager.php:1117 +msgid "" +"When the module set in this option goes into critical state, the other " +"modules of the agent are automatically deactivated. This option can be very " +"useful to avoid wasting resources, especially in remote checks. For example, " +"if a Host alive module is chosen, SNMP checks will not be performed on the " +"device when there is no connectivity with it." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1129 +msgid "Vulnerability scanning" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:732 +#: ../../godmode/agentes/module_manager_editor_common.php:743 +#: ../../godmode/alerts/configure_alert_template.php:1002 +#: ../../godmode/groups/group_list.php:1111 +#: ../../godmode/massive/massive_edit_agents.php:1214 +#: ../../godmode/modules/manage_network_components_form_wizard.php:249 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +#: ../../include/functions_visual_map_editor.php:871 +#: ../../include/functions_agents.php:4908 +#: ../../include/functions_reporting_html.php:4925 +#: ../../operation/inventory/inventory.php:788 +msgid "Enabled" +msgstr "Включено" + +#: ../../godmode/agentes/agent_manager.php:1134 +#, fuzzy +msgid "Use global settings" +msgstr "Использовать глобальные конф" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_agents.php:1235 +#: ../../godmode/massive/massive_edit_modules.php:1548 +#, fuzzy +msgid "Ignore unknown" +msgstr "Монитор неизвестный" + +#: ../../godmode/agentes/agent_manager.php:1147 +#: ../../godmode/massive/massive_edit_agents.php:1235 +msgid "" +"This disables the calculation of the unknown state in the agent and any of " +"its modules, so it will never transition to unknown. The state it reflects " +"is the last known status." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:1218 +#, fuzzy +msgid "Link text:" +msgstr "Имя Ссылки" + +#: ../../godmode/agentes/agent_manager.php:1229 +#, fuzzy +msgid "Link URL:" +msgstr "Ссылка" + +#: ../../godmode/agentes/agent_manager.php:1391 +#: ../../godmode/setup/setup_visuals.php:2401 +#, fuzzy +msgid "This action is not reversible. Are you sure?" +msgstr "" +"Это действие перезапишет конфигурацию устройства с помощью последней " +"резервной копии. Уверен?" + +#: ../../godmode/agentes/agent_manager.php:1452 +msgid "Secondary group cannot be primary too." +msgstr "Вторичная группа не может быть и первичной тоже." + +#: ../../godmode/agentes/agent_manager.php:1554 +#, fuzzy +msgid "This IP address is in use. Are you sure you want to save it?" +msgstr "" +"Это обновление не соответствует следующей версии %s. Вы уверены, что хотите " +"установить его?" + +#: ../../godmode/agentes/agent_manager.php:1577 +msgid "" +"Change the internal name of the agent may cause duplicity and malfunction" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:120 +#: ../../godmode/agentes/module_manager_editor_common.php:135 +msgid "Manual setup" +msgstr "Ручная настройка" + +#: ../../godmode/agentes/module_manager_editor_common.php:128 +msgid "No component was found" +msgstr "Ни один компонент не был найден" + +#: ../../godmode/agentes/module_manager_editor_common.php:151 +msgid "Using module component" +msgstr "Использование модуля компонента" + +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/agentes/module_manager_editor_common.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1085 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/ajax/heatmap.ajax.php:228 +#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../include/functions_treeview.php:114 +#: ../../include/functions_graph.php:4964 +#: ../../include/functions_visual_map.php:4279 +#: ../../operation/agentes/status_monitor.php:582 +#: ../../operation/heatmap.php:105 +msgid "Not assigned" +msgstr "Не назначено" + +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409 +msgid "Warning threshold" +msgstr "Порог предостережения об опасности" + +#: ../../godmode/agentes/module_manager_editor_common.php:449 +#: ../../godmode/agentes/module_manager_editor_common.php:539 +msgid "Min / Max" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +msgid "Decrease / Increase" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:451 +msgid "" +"Normal: Any value within the specified range will cause a state change. " +"Inverse interval: Any value outside the specified range will cause a state " +"change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:479 +#: ../../godmode/agentes/module_manager_editor_common.php:569 +#: ../../godmode/groups/group_list.php:1311 +#: ../../godmode/massive/massive_copy_modules.php:123 +#: ../../godmode/massive/massive_copy_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:391 +#: ../../godmode/massive/massive_edit_modules.php:507 +#: ../../godmode/netflow/nf_edit_form.php:290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4817 +#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1107 +#: ../../include/ajax/module.php:2345 +#: ../../include/class/ExtensionsDiscovery.class.php:786 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570 +#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600 +#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:436 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:722 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578 +#: ../../include/functions_massive_operations.php:154 +#: ../../include/functions_agents.php:5068 +#: ../../include/functions_graph.php:3225 +#: ../../include/functions_graph.php:3227 +#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174 +#: ../../include/functions.php:1414 ../../include/functions.php:1421 +#: ../../include/functions.php:1454 ../../include/functions_events.php:3269 +#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58 +#: ../../mobile/operation/modules.php:69 +#: ../../operation/agentes/group_view.php:250 +#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:544 +#: ../../operation/agentes/status_monitor.php:573 +#: ../../operation/netflow/nf_live_view.php:327 +#: ../../operation/custom_fields/custom_fields_view.php:174 +#: ../../operation/tree.php:208 ../../operation/tree.php:299 +#: ../../operation/tree.php:535 +msgid "Normal" +msgstr "Нормальное" + +#: ../../godmode/agentes/module_manager_editor_common.php:480 +#: ../../godmode/agentes/module_manager_editor_common.php:488 +#: ../../godmode/agentes/module_manager_editor_common.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:701 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/modules/manage_network_components_form_wizard.php:450 +#: ../../godmode/modules/manage_network_components_form_wizard.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:264 +#: ../../godmode/modules/manage_network_components_form_common.php:342 +msgid "Inverse interval" +msgstr "Обратный интервал" + +#: ../../godmode/agentes/module_manager_editor_common.php:481 +#: ../../godmode/agentes/module_manager_editor_common.php:571 +#: ../../godmode/massive/massive_edit_modules.php:723 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/modules/manage_network_components_form_wizard.php:457 +#: ../../godmode/modules/manage_network_components_form_wizard.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:271 +#: ../../godmode/modules/manage_network_components_form_common.php:349 +#, fuzzy +msgid "Percentage" +msgstr "Процент" + +#: ../../godmode/agentes/module_manager_editor_common.php:507 +#: ../../godmode/agentes/module_manager_editor_common.php:606 +#: ../../godmode/massive/massive_edit_modules.php:689 +#: ../../godmode/massive/massive_edit_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_wizard.php:436 +#: ../../godmode/modules/manage_network_components_form_wizard.php:521 +#: ../../godmode/modules/manage_network_components_form_common.php:250 +#: ../../godmode/modules/manage_network_components_form_common.php:328 +#: ../../include/functions_treeview.php:88 +#: ../../include/functions_treeview.php:100 +msgid "Str." +msgstr "Ул." + +#: ../../godmode/agentes/module_manager_editor_common.php:531 +#: ../../godmode/modules/manage_network_components_form_wizard.php:474 +#: ../../godmode/modules/manage_network_components_form_common.php:285 +#, fuzzy +msgid "Change to critical status after" +msgstr "Повышение до критического уровня" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +#: ../../godmode/modules/manage_network_components_form_wizard.php:482 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +#, fuzzy +msgid "intervals in warning status." +msgstr "Время в состоянии предупреждения" + +#: ../../godmode/agentes/module_manager_editor_common.php:538 +#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 +msgid "Critical threshold" +msgstr "Критический порог" + +#: ../../godmode/agentes/module_manager_editor_common.php:541 +msgid "" +"Normal: Any value within the specified range will cause a state change." +"\\nInverse interval: Any value outside the specified range will cause a " +"state change. Percentage: This mode takes into account the module variation " +"percentage (regarding its previous value), and will cause a change of state " +"if it complies with the indicated increase or decrease values. A value that " +"matches the Warning and Critical thresholds will trigger the Critical " +"status. In numeric modules, a Max 0 value represents infinity." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +#: ../../godmode/massive/massive_edit_modules.php:1292 +#: ../../godmode/modules/manage_network_components_form_common.php:406 +#: ../../include/functions_reporting.php:5048 +#: ../../mobile/operation/modules.php:860 +msgid "Historical data" +msgstr "Статистические данные" + +#: ../../godmode/agentes/module_manager_editor_common.php:629 +msgid "" +"If disabled, it will only save the last known data, being unable to display " +"graphs. It is useful to save DB space. It should be disabled only in those " +"cases where it is necessary for the system to flow faster and save resources." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:652 +#: ../../godmode/massive/massive_edit_modules.php:1548 +msgid "" +"This disables the module's state calculation to unknown, so it will never " +"transition to unknown. The state it reflects is the last known status." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:692 +#: ../../godmode/agentes/module_manager_editor_common.php:694 +#, php-format +msgid "Agent interval x %s" +msgstr "Агент интервал x %s" + +#: ../../godmode/agentes/module_manager_editor_common.php:700 +#: ../../godmode/alerts/alert_list.list.php:716 +#: ../../godmode/alerts/alert_view.php:58 +#: ../../godmode/events/event_edit_filter.php:491 +#: ../../godmode/massive/massive_edit_agents.php:1100 +#: ../../godmode/massive/massive_edit_users.php:242 +#: ../../godmode/massive/massive_edit_users.php:272 +#: ../../godmode/setup/gis_step_2.php:599 +#: ../../godmode/setup/gis_step_2.php:685 +#: ../../godmode/setup/setup_visuals.php:428 +#: ../../godmode/setup/setup_visuals.php:459 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../godmode/setup/setup_visuals.php:715 +#: ../../godmode/setup/setup_visuals.php:755 +#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/users/user_management.php:39 +#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:54 +#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799 +#: ../../include/class/AgentsAlerts.class.php:950 +#: ../../include/class/SnmpConsole.class.php:312 +#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516 +#: ../../operation/gis_maps/gis_map.php:119 +#: ../../operation/users/user_edit.php:426 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 +#: ../../operation/users/user_edit.php:465 +#: ../../views/calendar/special_days.php:197 +#: ../../views/calendar/special_days.php:209 +msgid "Default" +msgstr "По умолчанию" + +#: ../../godmode/agentes/module_manager_editor_common.php:777 +#, fuzzy +msgid "Identification and Categorization" +msgstr "Напоминание_идентификации" + +#: ../../godmode/agentes/module_manager_editor_common.php:781 +#: ../../godmode/massive/massive_edit_modules.php:1297 +#: ../../godmode/module_library/module_library_view.php:123 +#: ../../godmode/modules/manage_network_components_form_common.php:459 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4373 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792 +#: ../../include/functions_reporting_html.php:948 +#: ../../include/functions_reporting_html.php:996 +msgid "Category" +msgstr "Категория" + +#: ../../godmode/agentes/module_manager_editor_common.php:818 +#: ../../godmode/modules/manage_network_components_form_common.php:484 +msgid "Tags available" +msgstr "Свободные теги" + +#: ../../godmode/agentes/module_manager_editor_common.php:898 +#: ../../godmode/modules/manage_network_components_form_common.php:505 +msgid "Add tags to module" +msgstr "Добавить теги к модулю" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Module parent" +msgstr "Родительский модуль" + +#: ../../godmode/agentes/module_manager_editor_common.php:1046 +msgid "Tags from policy" +msgstr "Теги из политики" + +#: ../../godmode/agentes/module_manager_editor_common.php:1072 +#: ../../godmode/massive/massive_edit_modules.php:1361 +#: ../../godmode/modules/manage_network_components_form_common.php:446 +msgid "Unknown instructions" +msgstr "Неизвестные инструкции" + +#: ../../godmode/agentes/module_manager_editor_common.php:1095 +#: ../../godmode/massive/massive_edit_modules.php:1351 +#: ../../godmode/modules/manage_network_components_form_common.php:436 +msgid "Critical instructions" +msgstr "Критические инструкции" + +#: ../../godmode/agentes/module_manager_editor_common.php:1096 +#: ../../godmode/massive/massive_edit_modules.php:1356 +#: ../../godmode/modules/manage_network_components_form_common.php:441 +msgid "Warning instructions" +msgstr "Интрукции при предостережении" + +#: ../../godmode/agentes/module_manager_editor_common.php:1117 +#, fuzzy +msgid "Execution interval" +msgstr "Интервал оценки" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +#, fuzzy +msgid "Thresholds and state changes" +msgstr "Есть изменения в базе данных" + +#: ../../godmode/agentes/module_manager_editor_common.php:1153 +msgid "" +"It indicates the minimum and maximum values accepted by the module. Any " +"value outside this range will be discarded. For example, with a Max. value " +"of 100, a data value of 200 will not be saved in a database." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1157 +#: ../../godmode/modules/manage_network_components_form_common.php:411 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480 +#: ../../include/functions_reporting.php:7542 +msgid "Min. Value" +msgstr "Минимальное значение" + +#: ../../godmode/agentes/module_manager_editor_common.php:1158 +#: ../../godmode/modules/manage_network_components_form_common.php:416 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492 +#: ../../include/functions_reporting.php:7538 +msgid "Max. Value" +msgstr "Максимальное значение" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "Dynamic Threshold Interval" +msgstr "Динамический пороговый интервал" + +#: ../../godmode/agentes/module_manager_editor_common.php:1171 +msgid "" +"If this option is enabled, the module thresholds will be automatically " +"adjusted based on the mean and standard deviation of their values in the " +"specified time interval." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:953 +#: ../../godmode/massive/massive_edit_modules.php:663 +#: ../../godmode/massive/massive_edit_modules.php:769 +#: ../../godmode/massive/massive_edit_modules.php:1068 +#: ../../godmode/modules/manage_network_components_form_wizard.php:408 +#: ../../godmode/modules/manage_network_components_form_wizard.php:493 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:304 +#: ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6804 +msgid "Min." +msgstr "Мин." + +#: ../../godmode/agentes/module_manager_editor_common.php:1193 +#, php-format +msgid "" +"It allows to adjust the lower limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the lower critical state " +"threshold was set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% lower than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +#: ../../godmode/alerts/configure_alert_template.php:966 +#: ../../godmode/massive/massive_edit_modules.php:676 +#: ../../godmode/massive/massive_edit_modules.php:782 +#: ../../godmode/massive/massive_edit_modules.php:1073 +#: ../../godmode/modules/manage_network_components_form_wizard.php:422 +#: ../../godmode/modules/manage_network_components_form_wizard.php:507 +#: ../../godmode/modules/manage_network_components_form_common.php:236 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +#: ../../include/functions_reporting_html.php:6805 +msgid "Max." +msgstr "Макс." + +#: ../../godmode/agentes/module_manager_editor_common.php:1194 +msgid "" +"It allows to adjust the upper limit of the dynamic threshold, in percentage. " +"For example, if the module average value is 60 and the upper critical state " +"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the " +"threshold to 88, 10% higher than what was set." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +#, fuzzy +msgid "Two Tailed" +msgstr "Динамика 2 не удалась: " + +#: ../../godmode/agentes/module_manager_editor_common.php:1224 +msgid "" +"It allows to set a lower threshold in addition to the upper one by default. " +"If enabled, both very high and very low values will cause a state change." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +#: ../../godmode/massive/massive_edit_modules.php:1257 +#: ../../godmode/modules/manage_network_components_form_common.php:361 +msgid "FF threshold" +msgstr "FF порог" + +#: ../../godmode/agentes/module_manager_editor_common.php:1243 +msgid "" +"It indicates the number of consecutive values at a threshold that must be " +"received for the module to change state. For example, with a value 0 " +"(default) the module will change state as soon as it receives a data within " +"the critical threshold, but with a value 2 the module must receive two more " +"critical data (consecutively) to change to critical state. It is possible to " +"set the same 'tolerance' for all status changes or choose a different value " +"for each one. This option is especially useful in unstable environments, as " +"it helps prevent false positives." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1247 +#: ../../godmode/massive/massive_edit_modules.php:1151 +#: ../../godmode/massive/massive_edit_modules.php:1168 +#: ../../godmode/modules/manage_network_components_form_common.php:367 +msgid "All state changing" +msgstr "Все состояния изменяются" + +#: ../../godmode/agentes/module_manager_editor_common.php:1248 +#: ../../godmode/massive/massive_edit_modules.php:1150 +#: ../../godmode/massive/massive_edit_modules.php:1251 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Each state changing" +msgstr "Каждое состояние изменяется" + +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +#, fuzzy +msgid "Change all states" +msgstr "Изменить статус" + +#: ../../godmode/agentes/module_manager_editor_common.php:1280 +#: ../../godmode/massive/massive_edit_modules.php:1214 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "To normal" +msgstr "в нормальное состояние" + +#: ../../godmode/agentes/module_manager_editor_common.php:1281 +#: ../../godmode/massive/massive_edit_modules.php:1226 +#: ../../godmode/modules/manage_network_components_form_common.php:387 +msgid "To warning" +msgstr "К предостережению" + +#: ../../godmode/agentes/module_manager_editor_common.php:1282 +#: ../../godmode/massive/massive_edit_modules.php:1238 +#: ../../godmode/modules/manage_network_components_form_common.php:394 +msgid "To critical" +msgstr "К критическому" + +#: ../../godmode/agentes/module_manager_editor_common.php:1338 +#: ../../godmode/massive/massive_edit_modules.php:1262 +msgid "FF interval" +msgstr "FF интервал" + +#: ../../godmode/agentes/module_manager_editor_common.php:1339 +#: ../../godmode/massive/massive_edit_modules.php:1277 +msgid "FF timeout" +msgstr "FF время вышло" + +#: ../../godmode/agentes/module_manager_editor_common.php:1371 +#: ../../godmode/massive/massive_edit_modules.php:1184 +#: ../../godmode/modules/manage_network_components_form_common.php:362 +msgid "Keep counters" +msgstr "Продолжить ведение счетчиков" + +#: ../../godmode/agentes/module_manager_editor_common.php:1380 +#, fuzzy +msgid "Data and their processing" +msgstr "Ошибка процесса карты" + +#: ../../godmode/agentes/module_manager_editor_common.php:1384 +#: ../../godmode/massive/massive_edit_modules.php:1133 +#: ../../godmode/modules/manage_network_components_form_common.php:421 +#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498 +#: ../../include/functions.php:4093 ../../include/functions.php:4112 +#: ../../include/functions.php:4126 ../../include/functions.php:4171 +#: ../../include/functions.php:4255 ../../include/functions.php:4332 +#: ../../include/functions_reporting_html.php:4964 +msgid "Unit" +msgstr "Единица" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +#: ../../godmode/massive/massive_edit_modules.php:903 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:83 +#: ../../godmode/modules/manage_network_components_form_network.php:249 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "Заключительная обработка" + +#: ../../godmode/agentes/module_manager_editor_common.php:1385 +msgid "" +"It allows you to change the unit of the received data. To do this, multiply " +"the data received by the value set in this option (e.g. Seconds * " +"0.016666666667 = Minutes). The data is saved already transformed in the " +"database, so changing this parameter when the module has data can cause " +"anomalies in graphs and other elements." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/massive/massive_edit_modules.php:920 +#, fuzzy +msgid "MADE enabled" +msgstr "WMI включен" + +#: ../../godmode/agentes/module_manager_editor_common.php:1413 +#: ../../godmode/massive/massive_edit_modules.php:921 +msgid "" +"By activating this option, the module data will be processed by the MADE " +"engine (if active), and events will be generated automatically by the IA " +"engine" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1427 +#, fuzzy +msgid "Notifications and alerts" +msgstr "Уведомления" + +#: ../../godmode/agentes/module_manager_editor_common.php:1429 +#: ../../godmode/massive/massive_edit_modules.php:1128 +msgid "Export target" +msgstr "Контрольные цифры по экспорту" + +#: ../../godmode/agentes/module_manager_editor_common.php:1431 +msgid "Not needed" +msgstr "Не требуется" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +#: ../../godmode/modules/manage_network_components_form_common.php:426 +msgid "Discard unknown events" +msgstr "Скинуть неизвестные события" + +#: ../../godmode/agentes/module_manager_editor_common.php:1459 +#: ../../godmode/massive/massive_edit_modules.php:1322 +msgid "" +"With this mode, the unknown state will be detected, but it will not generate " +"events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1468 +msgid "" +"A module in silent mode will continue to receive and store data, but will " +"not trigger alerts or generate events." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:1477 +msgid "Cascade Protection Services" +msgstr "Каскадные службы защиты" + +#: ../../godmode/agentes/module_manager_editor_common.php:1483 +#: ../../godmode/massive/massive_edit_modules.php:1395 +#: ../../include/class/ExtensionsDiscovery.class.php:1571 +msgid "Timeout" +msgstr "Время ожидания истекло" + +#: ../../godmode/agentes/module_manager_editor_common.php:1484 +#: ../../godmode/massive/massive_edit_modules.php:1410 +msgid "Retries" +msgstr "Попытки" + +#: ../../godmode/agentes/module_manager_editor_common.php:1506 +#: ../../godmode/alerts/configure_alert_template.php:922 +#: ../../godmode/massive/massive_edit_modules.php:1078 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3312 +#: ../../godmode/setup/setup_visuals.php:1905 +#: ../../godmode/setup/setup_visuals.php:1995 +#: ../../godmode/setup/setup_visuals.php:2077 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:126 +#: ../../include/ajax/events.php:2256 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505 +#: ../../include/functions_visual_map_editor.php:741 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:561 +#: ../../include/functions_graph.php:5101 +#: ../../include/functions_reports.php:1178 +#: ../../include/functions_reporting_html.php:1603 +#: ../../include/functions_reporting_html.php:3336 +#: ../../include/functions_reporting_html.php:6222 +#: ../../include/functions_reporting_html.php:6768 +msgid "Value" +msgstr "Значение" + +#: ../../godmode/agentes/module_manager_editor_common.php:1560 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +msgid "Direct" +msgstr "Прямой" + +#: ../../godmode/agentes/module_manager_editor_common.php:1561 +#: ../../godmode/agentes/module_manager_editor_common.php:1694 +#: ../../include/functions_reporting_html.php:5383 +#: ../../include/functions_reporting_html.php:5477 +#: ../../include/functions_reporting_html.php:5557 +#: ../../include/functions_reporting_html.php:5566 +#: ../../include/functions_reporting_html.php:5704 +#: ../../include/functions_reporting_html.php:5713 +#: ../../include/functions_reporting_html.php:6039 +#: ../../include/functions_reporting_html.php:6045 +msgid "Failover" +msgstr "Коммутация" + +#: ../../godmode/agentes/module_manager_editor_common.php:1563 +msgid "Rel. type" +msgstr "Rel. тип" + +#: ../../godmode/agentes/module_manager_editor_common.php:1585 +msgid "Add relationship" +msgstr "Добавить взаимосвязь" + +#: ../../godmode/agentes/module_manager_editor_common.php:1611 +msgid "Changes" +msgstr "Изменения" + +#: ../../godmode/agentes/module_manager_editor_common.php:2357 +#: ../../godmode/modules/manage_network_components_form_common.php:840 +msgid "Normal Status" +msgstr "Нормальный статус" + +#: ../../godmode/agentes/module_manager_editor_common.php:2358 +#: ../../godmode/modules/manage_network_components_form_common.php:841 +msgid "Warning Status" +msgstr "Статус Предостережения" + +#: ../../godmode/agentes/module_manager_editor_common.php:2359 +#: ../../godmode/modules/manage_network_components_form_common.php:842 +msgid "Critical Status" +msgstr "Критический Статус" + +#: ../../godmode/agentes/module_manager_editor_common.php:2362 +#: ../../godmode/modules/manage_network_components_form_common.php:844 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" +"Пожалуйста, введите максимальное предупреждение выше минимального " +"предостережения" + +#: ../../godmode/agentes/module_manager_editor_common.php:2363 +#: ../../godmode/modules/manage_network_components_form_common.php:845 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" +"Пожалуйста, введите максимальный критический показатель выше, чем " +"минимальный критический показатель" + +#: ../../godmode/agentes/module_manager_editor_common.php:2364 +#: ../../godmode/modules/manage_network_components_form_common.php:846 +#, fuzzy +msgid "Please introduce a positive percentage value" +msgstr "" +"Введите максимальное значение SLA, превышающее минимальное значение SLA" + #: ../../godmode/alerts/configure_alert_command.php:67 msgid "Configure alert command" msgstr "Настроить команду оповещения" @@ -9421,9 +9416,9 @@ msgstr "Создать команду" #: ../../include/ajax/custom_fields.php:479 #: ../../include/class/AgentsAlerts.class.php:402 #: ../../include/class/AgentWizard.class.php:1314 -#: ../../include/functions_ui.php:1737 #: ../../include/functions_reporting_html.php:4961 #: ../../include/functions_reporting_html.php:6769 +#: ../../include/functions_ui.php:1737 msgid "Threshold" msgstr "Порог" @@ -9464,10 +9459,8 @@ msgstr "" #: ../../godmode/alerts/configure_alert_action.php:458 #: ../../godmode/setup/demo.php:223 #: ../../godmode/snmpconsole/snmp_alert.php:1692 -#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210 -#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953 +#: ../../mobile/operation/agent.php:154 #: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/modules.php:241 #: ../../mobile/operation/server_status.php:232 #: ../../mobile/operation/tactical.php:102 #: ../../mobile/operation/visualmaps.php:189 @@ -9476,6 +9469,8 @@ msgstr "" #: ../../mobile/operation/module_graph.php:374 #: ../../mobile/operation/visualmap.php:255 #: ../../mobile/operation/services.php:128 +#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199 +#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241 msgid "Back" msgstr "Назад" @@ -9579,8 +9574,8 @@ msgstr "" #: ../../godmode/netflow/nf_edit_form.php:296 #: ../../godmode/users/configure_user.php:1366 #: ../../operation/netflow/nf_live_view.php:599 -#: ../../operation/network/network_usage_map.php:305 #: ../../operation/network/network_report.php:293 +#: ../../operation/network/network_usage_map.php:305 msgid "Advanced" msgstr "Расширенный" @@ -9643,9 +9638,8 @@ msgstr "Команды оповещений не сконфигурирован #: ../../godmode/snmpconsole/snmp_alert.php:1779 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 -#: ../../include/lib/ITSM/ITSM.php:516 +#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680 #: ../../include/functions_reporting_html.php:6650 -#: ../../include/functions_events.php:4680 #: ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../views/ITSM/ITSMTicketListView.php:81 @@ -9752,11 +9746,10 @@ msgstr "Временной порог" #: ../../godmode/alerts/alert_list.list.php:747 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513 -#: ../../include/rest-api/index.php:373 +#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015 #: ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4453 #: ../../include/functions_reporting_html.php:5264 -#: ../../include/functions_html.php:8015 #: ../../operation/agentes/gis_view.php:220 msgid "From" msgstr "От" @@ -9770,11 +9763,11 @@ msgstr "От" #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../include/ajax/alert_list.ajax.php:298 #: ../../include/class/AgentsAlerts.class.php:325 -#: ../../include/functions_ui.php:1721 +#: ../../include/functions_html.php:8063 +#: ../../include/functions_reporting.php:15485 #: ../../include/functions_reporting_html.php:155 #: ../../include/functions_reporting_html.php:4458 -#: ../../include/functions_html.php:8063 -#: ../../include/functions_reporting.php:15474 +#: ../../include/functions_ui.php:1721 msgid "to" msgstr "до" @@ -9896,10 +9889,10 @@ msgstr "Переключить фильтр(ы)" #: ../../include/class/AgentsAlerts.class.php:986 #: ../../include/functions_treeview.php:405 #: ../../include/functions_treeview.php:446 +#: ../../include/functions_cron.php:690 #: ../../include/functions_reporting_html.php:4700 #: ../../include/functions_reporting_html.php:4703 -#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349 -#: ../../operation/search_alerts.php:36 +#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36 msgid "Template" msgstr "Шаблон" @@ -9917,12 +9910,12 @@ msgstr "Операции" #: ../../godmode/alerts/alert_view.php:111 #: ../../include/class/AgentsAlerts.class.php:959 #: ../../include/class/SnmpConsole.class.php:884 -#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019 -#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585 -#: ../../include/functions_reporting.php:13733 +#: ../../include/functions_agents.php:3019 +#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371 #: ../../include/functions_events.php:2990 #: ../../include/functions_events.php:3193 -#: ../../mobile/operation/alerts.php:324 +#: ../../include/functions_reporting.php:13744 +#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324 #: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Запуск оповещений" @@ -9937,9 +9930,8 @@ msgstr "раз(а)" #: ../../godmode/alerts/alert_list.list.php:662 #: ../../godmode/alerts/alert_view.php:114 #: ../../include/class/AgentsAlerts.class.php:962 -#: ../../include/functions_ui.php:1588 -#: ../../include/functions_reporting.php:13742 -#: ../../mobile/operation/alerts.php:327 +#: ../../include/functions_reporting.php:13753 +#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327 msgid "Alert disabled" msgstr "Оповещение отключено" @@ -9948,9 +9940,9 @@ msgstr "Оповещение отключено" #: ../../include/class/AgentsAlerts.class.php:965 #: ../../include/class/SnmpConsole.class.php:886 #: ../../include/functions_agents.php:3021 -#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591 -#: ../../include/functions_reporting.php:13656 -#: ../../mobile/operation/alerts.php:330 +#: ../../include/functions_agents.php:3032 +#: ../../include/functions_reporting.php:13667 +#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330 msgid "Alert not fired" msgstr "Оповещение не запущено" @@ -10005,11 +9997,11 @@ msgstr "Число совпадающих оповещений из" #: ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787 #: ../../godmode/extensions.php:290 -#: ../../include/class/SatelliteAgent.class.php:426 -#: ../../include/class/SatelliteAgent.class.php:1237 #: ../../include/class/TipsWindow.class.php:485 #: ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 +#: ../../include/class/SatelliteAgent.class.php:426 +#: ../../include/class/SatelliteAgent.class.php:1237 msgid "Enable" msgstr "Включить" @@ -10177,9 +10169,9 @@ msgstr "Количество предупреждений" #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442 -#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718 #: ../../include/functions_reporting_html.php:6268 -#: ../../include/functions_reporting.php:1718 +#: ../../include/functions_ui.php:3231 msgid "Min" msgstr "Мин." @@ -10189,9 +10181,9 @@ msgstr "Мин." #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451 -#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231 +#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714 #: ../../include/functions_reporting_html.php:6267 -#: ../../include/functions_reporting.php:1714 +#: ../../include/functions_ui.php:3231 msgid "Max" msgstr "Макс." @@ -10347,7 +10339,7 @@ msgstr "Шаг" #: ../../godmode/alerts/configure_alert_template.php:250 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815 #: ../../include/functions_reports.php:787 -#: ../../include/functions_reporting.php:10648 +#: ../../include/functions_reporting.php:10659 msgid "General" msgstr "Общие" @@ -10600,8 +10592,8 @@ msgstr "Подробности" #: ../../godmode/events/event_edit_filter.php:709 #: ../../godmode/events/event_edit_filter.php:774 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546 -#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797 -#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858 +#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858 +#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853 #: ../../operation/events/events.php:1486 #: ../../operation/events/events.php:1576 #: ../../views/calendar/special_days.php:465 @@ -10620,57 +10612,12 @@ msgstr "Агенты для перемещения" #: ../../include/class/SnmpConsole.class.php:527 #: ../../include/class/SnmpConsole.class.php:528 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 -#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312 -#: ../../include/functions_events.php:260 -#: ../../include/functions_events.php:324 +#: ../../include/functions.php:4312 ../../include/functions_events.php:260 +#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324 #: ../../operation/agentes/estado_monitores.php:543 msgid "Alert" msgstr "Предупреждение" -#: ../../godmode/alerts/alert_list.builder.php:99 -#: ../../include/class/WelcomeWindow.class.php:1273 -msgid "Latest value" -msgstr "Последнее значение" - -#: ../../godmode/alerts/alert_list.builder.php:120 -#: ../../include/class/AgentsAlerts.class.php:346 -msgid "Create Action" -msgstr "Создать действие" - -#: ../../godmode/alerts/alert_list.builder.php:159 -#: ../../include/class/AgentsAlerts.class.php:395 -msgid "Create Template" -msgstr "Создать шаблон" - -#: ../../godmode/alerts/alert_list.builder.php:187 -msgid "It takes precedence over the action's threshold configuration." -msgstr "" - -#: ../../godmode/alerts/alert_list.builder.php:218 -msgid "Finish and view cluster" -msgstr "Завершить работу и просмотреть кластер" - -#: ../../godmode/alerts/alert_list.builder.php:231 -#: ../../godmode/alerts/alert_list.builder.php:242 -#: ../../include/class/AgentsAlerts.class.php:412 -msgid "Add alert" -msgstr "Добавить оповещение" - -#: ../../godmode/alerts/alert_list.builder.php:302 -#, fuzzy -msgid "Please select an item" -msgstr "Пожалуйста, выберите агента." - -#: ../../godmode/alerts/alert_list.builder.php:303 -#, fuzzy -msgid "Please select a template" -msgstr "Пожалуйста, выберите любой элемент для удаления" - -#: ../../godmode/alerts/alert_list.builder.php:304 -#, fuzzy -msgid "Please select an agent" -msgstr "Пожалуйста, выберите агента." - #: ../../godmode/alerts/alert_list.php:135 msgid "Already added" msgstr "Уже добавлено" @@ -10732,6 +10679,50 @@ msgstr "Разработчик оповещений" msgid "Manage alerts" msgstr "Управление оповещениями" +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/class/WelcomeWindow.class.php:1273 +msgid "Latest value" +msgstr "Последнее значение" + +#: ../../godmode/alerts/alert_list.builder.php:120 +#: ../../include/class/AgentsAlerts.class.php:346 +msgid "Create Action" +msgstr "Создать действие" + +#: ../../godmode/alerts/alert_list.builder.php:159 +#: ../../include/class/AgentsAlerts.class.php:395 +msgid "Create Template" +msgstr "Создать шаблон" + +#: ../../godmode/alerts/alert_list.builder.php:187 +msgid "It takes precedence over the action's threshold configuration." +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:218 +msgid "Finish and view cluster" +msgstr "Завершить работу и просмотреть кластер" + +#: ../../godmode/alerts/alert_list.builder.php:231 +#: ../../godmode/alerts/alert_list.builder.php:242 +#: ../../include/class/AgentsAlerts.class.php:412 +msgid "Add alert" +msgstr "Добавить оповещение" + +#: ../../godmode/alerts/alert_list.builder.php:302 +#, fuzzy +msgid "Please select an item" +msgstr "Пожалуйста, выберите агента." + +#: ../../godmode/alerts/alert_list.builder.php:303 +#, fuzzy +msgid "Please select a template" +msgstr "Пожалуйста, выберите любой элемент для удаления" + +#: ../../godmode/alerts/alert_list.builder.php:304 +#, fuzzy +msgid "Please select an agent" +msgstr "Пожалуйста, выберите агента." + #: ../../godmode/category/edit_category.php:65 #: ../../godmode/category/category.php:62 msgid "List categories" @@ -10815,9 +10806,9 @@ msgid "Max. time before compact data" msgstr "Максимальное время перед сжатием данных" #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2564 -#: ../../include/functions_html.php:8130 +#: ../../godmode/setup/setup_visuals.php:1983 +#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130 +#: ../../include/functions.php:531 ../../include/functions.php:662 msgid "days" msgstr "дня/дней" @@ -10834,8 +10825,8 @@ msgstr "статистика пазмеров базы данных" #: ../../include/class/Diagnostics.class.php:634 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2660 +#: ../../include/functions_reporting.php:12909 #: ../../include/functions_reporting_html.php:7172 -#: ../../include/functions_reporting.php:12898 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503 #: ../../views/tacticalView/view.php:317 msgid "Total agents" @@ -10843,7 +10834,7 @@ msgstr "Общее количество агентов" #: ../../godmode/db/db_main.php:107 #: ../../include/class/Diagnostics.class.php:650 -#: ../../include/functions_reporting.php:15339 +#: ../../include/functions_reporting.php:15350 msgid "Total events" msgstr "Всего событий" @@ -10883,8 +10874,8 @@ msgstr "Последний раз на DB обслуживание" #: ../../godmode/snmpconsole/snmp_alert.php:1972 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676 -#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641 -#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351 +#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906 +#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 #: ../../operation/gis_maps/ajax.php:479 msgid "Never" @@ -10927,8 +10918,8 @@ msgstr "Ответ не может быть удален" #: ../../godmode/events/events.php:56 #: ../../godmode/massive/massive_edit_users.php:274 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801 +#: ../../godmode/users/user_management.php:41 +#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801 #: ../../operation/events/events.php:1687 #: ../../operation/users/user_edit.php:467 msgid "Event list" @@ -10955,13 +10946,12 @@ msgstr "Ответы" #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335 #: ../../include/ajax/events.php:2302 #: ../../include/lib/TacticalView/elements/Events.php:41 -#: ../../include/functions.php:4305 ../../include/functions_reports.php:885 +#: ../../include/functions_reports.php:885 #: ../../include/functions_reports.php:889 -#: ../../include/functions_reports.php:893 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51 -#: ../../operation/events/events.php:1836 ../../operation/menu.php:537 -#: ../../views/tacticalView/view.php:126 +#: ../../include/functions_reports.php:893 ../../include/functions.php:4305 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836 +#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126 msgid "Events" msgstr "События" @@ -11033,18 +11023,18 @@ msgstr "Имя модуля" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 -#: ../../include/functions_snmp.php:335 +#: ../../include/functions_events.php:261 +#: ../../include/functions_events.php:327 +#: ../../include/functions_events.php:5097 #: ../../include/functions_reporting_html.php:678 #: ../../include/functions_reporting_html.php:1714 #: ../../include/functions_reporting_html.php:1722 #: ../../include/functions_reporting_html.php:1966 #: ../../include/functions_reporting_html.php:1974 #: ../../include/functions_reporting_html.php:3851 -#: ../../include/functions_events.php:261 -#: ../../include/functions_events.php:327 -#: ../../include/functions_events.php:5097 -#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704 -#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022 +#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703 +#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 +#: ../../mobile/operation/events.php:1022 #: ../../mobile/operation/events.php:1023 #: ../../operation/events/events.php:2105 msgid "Severity" @@ -11146,11 +11136,11 @@ msgstr "Пользовательский ID модуля" #: ../../godmode/events/event_edit_filter.php:892 #: ../../include/ajax/events.php:1873 #: ../../include/lib/Dashboard/Widgets/events_list.php:878 +#: ../../include/functions_events.php:273 +#: ../../include/functions_events.php:376 #: ../../include/functions_reporting_html.php:1728 #: ../../include/functions_reporting_html.php:1980 #: ../../include/functions_reporting_html.php:3855 -#: ../../include/functions_events.php:273 -#: ../../include/functions_events.php:376 msgid "Custom data" msgstr "Пользовательская информация" @@ -11187,12 +11177,11 @@ msgstr "Не обновлено. Ошибка при обновлении дан #: ../../godmode/events/event_edit_filter.php:299 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595 -#: ../../include/ajax/custom_fields.php:639 +#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639 #: ../../include/ajax/custom_fields.php:692 -#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661 -#: ../../include/ajax/events.php:814 -#: ../../operation/network/network_usage_map.php:292 +#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814 #: ../../operation/network/network_report.php:280 +#: ../../operation/network/network_usage_map.php:292 #: ../../operation/reporting/graph_analytics.php:448 msgid "Filter name" msgstr "Название фильтра" @@ -11230,7 +11219,7 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_massive_operations.php:158 -#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072 +#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420 #: ../../include/functions_events.php:3225 #: ../../mobile/operation/modules.php:73 #: ../../operation/agentes/estado_agente.php:314 @@ -11268,8 +11257,8 @@ msgstr "Поиск агента" #: ../../godmode/events/event_edit_filter.php:485 #: ../../godmode/massive/massive_edit_users.php:263 #: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/users/configure_user.php:1340 #: ../../godmode/users/user_management.php:733 +#: ../../godmode/users/configure_user.php:1340 #: ../../include/functions_config.php:1088 #: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" @@ -11872,8 +11861,8 @@ msgstr "" #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 #: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:228 #: ../../include/class/CustomNetScan.class.php:314 #: ../../include/class/CustomNetScan.class.php:425 #: ../../include/class/HTML.class.php:427 @@ -11889,8 +11878,8 @@ msgstr "Просмотр дерева группы" #: ../../godmode/groups/group_list.php:337 #: ../../godmode/massive/massive_edit_users.php:275 -#: ../../godmode/users/configure_user.php:57 -#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802 +#: ../../godmode/users/user_management.php:42 +#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802 #: ../../operation/agentes/group_view.php:88 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176 msgid "Group view" @@ -12027,9 +12016,9 @@ msgstr "Общее число модулей" #: ../../godmode/groups/group_list.php:1281 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 #: ../../include/functions_alerts.php:3470 -#: ../../include/functions_reporting_html.php:585 #: ../../include/functions_inventory.php:526 #: ../../include/functions_inventory.php:669 +#: ../../include/functions_reporting_html.php:585 #: ../../operation/agentes/group_view.php:247 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505 msgid "Total" @@ -12046,8 +12035,8 @@ msgstr "Всего" #: ../../include/functions_groups.php:2777 #: ../../include/functions_groups.php:2800 #: ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12761 -#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213 +#: ../../include/functions_reporting.php:12772 +#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213 #: ../../operation/tree.php:304 ../../operation/tree.php:508 #: ../../operation/tree.php:509 ../../operation/tree.php:510 msgid "Fired alerts" @@ -12415,7 +12404,7 @@ msgstr "Имя профиля" #: ../../godmode/massive/massive_delete_profiles.php:173 #: ../../godmode/massive/massive_add_profiles.php:207 #: ../../godmode/massive/massive_edit_users.php:209 -#: ../../include/functions_reporting.php:12987 +#: ../../include/functions_reporting.php:12998 #: ../../operation/search_results.php:102 msgid "Users" msgstr "Пользователи" @@ -12425,82 +12414,6 @@ msgstr "Пользователи" msgid "Show all groups" msgstr "Показать все модули" -#: ../../godmode/massive/massive_edit_plugins.php:177 -msgid "Error retrieving the plugin macros" -msgstr "Ошибка при извлечении макросов плагина" - -#: ../../godmode/massive/massive_edit_plugins.php:185 -msgid "Error retrieving the modified macros" -msgstr "Ошибка при извлечении измененных макросов" - -#: ../../godmode/massive/massive_edit_plugins.php:208 -msgid "Error retrieving the module plugin macros" -msgstr "Ошибка при извлечении макросов плагина модуля" - -#: ../../godmode/massive/massive_edit_plugins.php:226 -msgid "Error retrieving the module plugin macros data" -msgstr "Ошибка при извлечении данных макросов плагина модуля" - -#: ../../godmode/massive/massive_edit_plugins.php:264 -msgid "Error building the new macros" -msgstr "Ошибка при создании новых макросов" - -#: ../../godmode/massive/massive_edit_plugins.php:290 -#, php-format -msgid "%d modules updated" -msgstr "Обновлено %d модулей" - -#: ../../godmode/massive/massive_edit_plugins.php:321 -msgid "There are not registered plugins" -msgstr "Нет зарегистрированных плагинов" - -#: ../../godmode/massive/massive_edit_plugins.php:464 -msgid "Invalid plugin data" -msgstr "Неверные данные плагина" - -#: ../../godmode/massive/massive_edit_plugins.php:571 -msgid "Clear" -msgstr "Очистить" - -#: ../../godmode/massive/massive_edit_plugins.php:599 -msgid "Invalid macros array" -msgstr "Макроматрица Недопустима" - -#: ../../godmode/massive/massive_edit_plugins.php:624 -msgid "Multiple values" -msgstr "Множественные значения" - -#: ../../godmode/massive/massive_edit_plugins.php:656 -#: ../../godmode/massive/massive_edit_plugins.php:792 -#: ../../godmode/massive/massive_edit_plugins.php:808 -msgid "Invalid agents array" -msgstr "Матрица агентов недопустима" - -#: ../../godmode/massive/massive_edit_plugins.php:672 -msgid "Invalid agent element" -msgstr "Элемент агентов недопустим" - -#: ../../godmode/massive/massive_edit_plugins.php:683 -msgid "Invalid modules array" -msgstr "Матрица модулей недопустима" - -#: ../../godmode/massive/massive_edit_plugins.php:711 -msgid "Invalid module element" -msgstr "Элемент модуля недопустим" - -#: ../../godmode/massive/massive_edit_plugins.php:920 -msgid "There are no modules using this plugin" -msgstr "Нет модулей, использующих этот плагин" - -#: ../../godmode/massive/massive_edit_plugins.php:921 -#: ../../godmode/massive/massive_operations.php:469 -msgid "Massive operations" -msgstr "Массовые операции" - -#: ../../godmode/massive/massive_edit_plugins.php:1005 -msgid "There was a problem loading the module plugin macros data" -msgstr "Возникла проблема с загрузкой данных макросов плагина модуля" - #: ../../godmode/massive/massive_enable_disable_alerts.php:196 msgid "Enabled alerts" msgstr "Включенные оповещения" @@ -12604,214 +12517,6 @@ msgstr "" msgid "Successfully deleted (%s)" msgstr "Успешно удалено (%s)" -#: ../../godmode/massive/massive_edit_users.php:153 -#, fuzzy, php-format -msgid "Users updated successfully (%s)" -msgstr "Агенты успешно обновлены (%d)" - -#: ../../godmode/massive/massive_edit_users.php:165 -#, fuzzy, php-format -msgid "Users cannot be updated (%s)" -msgstr "Агенты не могут быть обновлены" - -#: ../../godmode/massive/massive_edit_users.php:248 -#: ../../godmode/users/configure_user.php:1137 -#: ../../godmode/users/user_management.php:703 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 -#: ../../include/class/TipsWindow.class.php:906 -#: ../../operation/users/user_edit.php:434 -msgid "Language" -msgstr "Язык" - -#: ../../godmode/massive/massive_edit_users.php:254 -#: ../../godmode/massive/massive_edit_users.php:266 -#: ../../godmode/massive/massive_edit_users.php:345 -#: ../../godmode/massive/massive_edit_users.php:396 -#: ../../godmode/massive/massive_edit_users.php:460 -#: ../../godmode/massive/massive_edit_users.php:468 -#: ../../godmode/massive/massive_edit_users.php:505 -#: ../../godmode/massive/massive_edit_users.php:608 -#: ../../godmode/massive/massive_edit_users.php:627 -#: ../../godmode/massive/massive_edit_users.php:634 -#: ../../godmode/massive/massive_edit_agents.php:714 -#: ../../godmode/massive/massive_edit_agents.php:748 -#: ../../godmode/massive/massive_edit_agents.php:789 -#: ../../godmode/massive/massive_edit_agents.php:812 -#: ../../godmode/massive/massive_edit_agents.php:934 -#: ../../godmode/massive/massive_edit_agents.php:985 -#: ../../godmode/massive/massive_edit_agents.php:1086 -#: ../../godmode/massive/massive_edit_agents.php:1143 -#: ../../godmode/massive/massive_edit_agents.php:1191 -#: ../../godmode/massive/massive_edit_agents.php:1220 -#: ../../godmode/massive/massive_edit_agents.php:1238 -#: ../../godmode/massive/massive_edit_agents.php:1331 -#: ../../godmode/massive/massive_edit_modules.php:704 -#: ../../godmode/massive/massive_edit_modules.php:726 -#: ../../godmode/massive/massive_edit_modules.php:810 -#: ../../godmode/massive/massive_edit_modules.php:832 -#: ../../godmode/massive/massive_edit_modules.php:872 -#: ../../godmode/massive/massive_edit_modules.php:884 -#: ../../godmode/massive/massive_edit_modules.php:973 -#: ../../godmode/massive/massive_edit_modules.php:995 -#: ../../godmode/massive/massive_edit_modules.php:1025 -#: ../../godmode/massive/massive_edit_modules.php:1035 -#: ../../godmode/massive/massive_edit_modules.php:1049 -#: ../../godmode/massive/massive_edit_modules.php:1093 -#: ../../godmode/massive/massive_edit_modules.php:1129 -#: ../../godmode/massive/massive_edit_modules.php:1149 -#: ../../godmode/massive/massive_edit_modules.php:1187 -#: ../../godmode/massive/massive_edit_modules.php:1293 -#: ../../godmode/massive/massive_edit_modules.php:1298 -#: ../../godmode/massive/massive_edit_modules.php:1325 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../godmode/massive/massive_edit_modules.php:1369 -#: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 -#: ../../include/functions_html.php:2544 -msgid "No change" -msgstr "Не изменять" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../godmode/users/user_management.php:775 -#: ../../operation/users/user_edit.php:463 -msgid "Home screen" -msgstr "Главный экран" - -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 -msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. " -"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" -msgstr "" -"Пользователь может настроить главную страницу. По умолчанию будет " -"отображаться 'Agent Detail'. Пример: Выберите \"Другое\" и введите index.php?" -"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1, чтобы показать " -"подробное описание агента." - -#: ../../godmode/massive/massive_edit_users.php:273 -#: ../../godmode/reporting/visual_console_builder.php:1000 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/users/configure_user.php:55 -#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800 -#: ../../include/class/Prd.class.php:300 -#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 -#: ../../operation/users/user_edit.php:466 -#: ../../operation/visual_console/legacy_view.php:219 -#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 -#: ../../operation/menu.php:310 -msgid "Visual console" -msgstr "Визуальная консоль" - -#: ../../godmode/massive/massive_edit_users.php:276 -#: ../../godmode/users/configure_user.php:58 -#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 -msgid "Tactical view" -msgstr "Тактический просмотр" - -#: ../../godmode/massive/massive_edit_users.php:277 -#: ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804 -#: ../../operation/agentes/alerts_status.php:193 -#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 -msgid "Alert detail" -msgstr "Детали оповещения" - -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../godmode/users/configure_user.php:62 -#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807 -#: ../../include/class/Prd.class.php:505 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 -#: ../../mobile/include/functions_web.php:22 -#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 -#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 -msgid "Dashboard" -msgstr "Приборная Панель" - -#: ../../godmode/massive/massive_edit_users.php:339 -#: ../../godmode/users/user_management.php:749 -#: ../../operation/users/user_edit.php:568 -msgid "Event filter" -msgstr "Фильтр событий" - -#: ../../godmode/massive/massive_edit_users.php:376 -#: ../../godmode/users/user_management.php:493 -#: ../../operation/users/user_edit.php:642 -msgid "Autorefresh" -msgstr "Автообновление" - -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 -msgid "This will activate autorefresh in selected pages" -msgstr "Это активирует автообновление на выбранных страницах" - -#: ../../godmode/massive/massive_edit_users.php:416 -#: ../../godmode/users/user_management.php:528 -#: ../../operation/users/user_edit.php:678 -msgid "Full list of pages" -msgstr "Полный список страниц" - -#: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 -#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 -#: ../../operation/users/user_edit.php:687 -#: ../../operation/users/user_edit.php:688 -msgid "Push selected pages into autorefresh list" -msgstr "Внесение выбранных страниц в список автообновления" - -#: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 -#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 -#: ../../operation/users/user_edit.php:696 -#: ../../operation/users/user_edit.php:697 -msgid "Pop selected pages out of autorefresh list" -msgstr "Вывод выбранных страниц из списка автообновления" - -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 -msgid "List of pages with autorefresh" -msgstr "Список страниц с автообновлением" - -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 -msgid "Time autorefresh" -msgstr "Время автообновления" - -#: ../../godmode/massive/massive_edit_users.php:452 -#: ../../godmode/users/user_management.php:643 -#: ../../operation/users/user_edit.php:713 -msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, " -"needing to enable the autorefresh first" -msgstr "" -"Интервал автообновления элементов, по умолчанию составляет 30 секунд, " -"сначала необходимо включить автообновление" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1149 -#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 -msgid "Timezone" -msgstr "Часовой пояс" - -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../godmode/users/configure_user.php:1150 -#: ../../godmode/users/user_management.php:836 -#: ../../operation/users/user_edit.php:527 -msgid "The timezone must be that of the associated server." -msgstr "Часовой пояс должен соответствовать часовому поясу связанного сервера." - #: ../../godmode/massive/massive_edit_agents.php:226 msgid "No values changed" msgstr "Значения не изменены" @@ -12848,6 +12553,55 @@ msgstr "Агенты не могут быть обновлены" msgid "Cascade protection" msgstr "Каскадная защита" +#: ../../godmode/massive/massive_edit_agents.php:714 +#: ../../godmode/massive/massive_edit_agents.php:748 +#: ../../godmode/massive/massive_edit_agents.php:789 +#: ../../godmode/massive/massive_edit_agents.php:812 +#: ../../godmode/massive/massive_edit_agents.php:934 +#: ../../godmode/massive/massive_edit_agents.php:985 +#: ../../godmode/massive/massive_edit_agents.php:1086 +#: ../../godmode/massive/massive_edit_agents.php:1143 +#: ../../godmode/massive/massive_edit_agents.php:1191 +#: ../../godmode/massive/massive_edit_agents.php:1220 +#: ../../godmode/massive/massive_edit_agents.php:1238 +#: ../../godmode/massive/massive_edit_agents.php:1331 +#: ../../godmode/massive/massive_edit_modules.php:704 +#: ../../godmode/massive/massive_edit_modules.php:726 +#: ../../godmode/massive/massive_edit_modules.php:810 +#: ../../godmode/massive/massive_edit_modules.php:832 +#: ../../godmode/massive/massive_edit_modules.php:872 +#: ../../godmode/massive/massive_edit_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:973 +#: ../../godmode/massive/massive_edit_modules.php:995 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1035 +#: ../../godmode/massive/massive_edit_modules.php:1049 +#: ../../godmode/massive/massive_edit_modules.php:1093 +#: ../../godmode/massive/massive_edit_modules.php:1129 +#: ../../godmode/massive/massive_edit_modules.php:1149 +#: ../../godmode/massive/massive_edit_modules.php:1187 +#: ../../godmode/massive/massive_edit_modules.php:1293 +#: ../../godmode/massive/massive_edit_modules.php:1298 +#: ../../godmode/massive/massive_edit_modules.php:1325 +#: ../../godmode/massive/massive_edit_modules.php:1346 +#: ../../godmode/massive/massive_edit_modules.php:1369 +#: ../../godmode/massive/massive_edit_modules.php:1526 +#: ../../godmode/massive/massive_edit_modules.php:1551 +#: ../../godmode/massive/massive_edit_users.php:254 +#: ../../godmode/massive/massive_edit_users.php:266 +#: ../../godmode/massive/massive_edit_users.php:345 +#: ../../godmode/massive/massive_edit_users.php:396 +#: ../../godmode/massive/massive_edit_users.php:460 +#: ../../godmode/massive/massive_edit_users.php:468 +#: ../../godmode/massive/massive_edit_users.php:505 +#: ../../godmode/massive/massive_edit_users.php:608 +#: ../../godmode/massive/massive_edit_users.php:627 +#: ../../godmode/massive/massive_edit_users.php:634 +#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403 +#: ../../include/functions_html.php:2544 +msgid "No change" +msgstr "Не изменять" + #: ../../godmode/massive/massive_edit_agents.php:877 msgid "Add secondary groups" msgstr "Добавить второстепенные группы" @@ -13061,6 +12815,241 @@ msgstr "Windows" msgid "Target OS" msgstr "Цель ОС" +#: ../../godmode/massive/massive_edit_plugins.php:177 +msgid "Error retrieving the plugin macros" +msgstr "Ошибка при извлечении макросов плагина" + +#: ../../godmode/massive/massive_edit_plugins.php:185 +msgid "Error retrieving the modified macros" +msgstr "Ошибка при извлечении измененных макросов" + +#: ../../godmode/massive/massive_edit_plugins.php:208 +msgid "Error retrieving the module plugin macros" +msgstr "Ошибка при извлечении макросов плагина модуля" + +#: ../../godmode/massive/massive_edit_plugins.php:226 +msgid "Error retrieving the module plugin macros data" +msgstr "Ошибка при извлечении данных макросов плагина модуля" + +#: ../../godmode/massive/massive_edit_plugins.php:264 +msgid "Error building the new macros" +msgstr "Ошибка при создании новых макросов" + +#: ../../godmode/massive/massive_edit_plugins.php:290 +#, php-format +msgid "%d modules updated" +msgstr "Обновлено %d модулей" + +#: ../../godmode/massive/massive_edit_plugins.php:321 +msgid "There are not registered plugins" +msgstr "Нет зарегистрированных плагинов" + +#: ../../godmode/massive/massive_edit_plugins.php:464 +msgid "Invalid plugin data" +msgstr "Неверные данные плагина" + +#: ../../godmode/massive/massive_edit_plugins.php:571 +msgid "Clear" +msgstr "Очистить" + +#: ../../godmode/massive/massive_edit_plugins.php:599 +msgid "Invalid macros array" +msgstr "Макроматрица Недопустима" + +#: ../../godmode/massive/massive_edit_plugins.php:624 +msgid "Multiple values" +msgstr "Множественные значения" + +#: ../../godmode/massive/massive_edit_plugins.php:656 +#: ../../godmode/massive/massive_edit_plugins.php:792 +#: ../../godmode/massive/massive_edit_plugins.php:808 +msgid "Invalid agents array" +msgstr "Матрица агентов недопустима" + +#: ../../godmode/massive/massive_edit_plugins.php:672 +msgid "Invalid agent element" +msgstr "Элемент агентов недопустим" + +#: ../../godmode/massive/massive_edit_plugins.php:683 +msgid "Invalid modules array" +msgstr "Матрица модулей недопустима" + +#: ../../godmode/massive/massive_edit_plugins.php:711 +msgid "Invalid module element" +msgstr "Элемент модуля недопустим" + +#: ../../godmode/massive/massive_edit_plugins.php:920 +msgid "There are no modules using this plugin" +msgstr "Нет модулей, использующих этот плагин" + +#: ../../godmode/massive/massive_edit_plugins.php:921 +#: ../../godmode/massive/massive_operations.php:469 +msgid "Massive operations" +msgstr "Массовые операции" + +#: ../../godmode/massive/massive_edit_plugins.php:1005 +msgid "There was a problem loading the module plugin macros data" +msgstr "Возникла проблема с загрузкой данных макросов плагина модуля" + +#: ../../godmode/massive/massive_edit_users.php:153 +#, fuzzy, php-format +msgid "Users updated successfully (%s)" +msgstr "Агенты успешно обновлены (%d)" + +#: ../../godmode/massive/massive_edit_users.php:165 +#, fuzzy, php-format +msgid "Users cannot be updated (%s)" +msgstr "Агенты не могут быть обновлены" + +#: ../../godmode/massive/massive_edit_users.php:248 +#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1137 +#: ../../include/class/TipsWindow.class.php:482 +#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:906 +#: ../../operation/users/user_edit.php:434 +msgid "Language" +msgstr "Язык" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 +#: ../../operation/users/user_edit.php:463 +msgid "Home screen" +msgstr "Главный экран" + +#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../operation/users/user_edit.php:463 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" +"ver_agente&id_agente=1 to show agent detail view" +msgstr "" +"Пользователь может настроить главную страницу. По умолчанию будет " +"отображаться 'Agent Detail'. Пример: Выберите \"Другое\" и введите index.php?" +"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1, чтобы показать " +"подробное описание агента." + +#: ../../godmode/massive/massive_edit_users.php:273 +#: ../../godmode/reporting/visual_console_builder.php:1000 +#: ../../godmode/reporting/visual_console_favorite.php:130 +#: ../../godmode/reporting/map_builder.php:133 +#: ../../godmode/users/user_management.php:40 +#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800 +#: ../../include/class/Prd.class.php:300 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 +#: ../../operation/users/user_edit.php:466 +#: ../../operation/visual_console/legacy_view.php:219 +#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303 +#: ../../operation/menu.php:310 +msgid "Visual console" +msgstr "Визуальная консоль" + +#: ../../godmode/massive/massive_edit_users.php:276 +#: ../../godmode/users/user_management.php:43 +#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +msgid "Tactical view" +msgstr "Тактический просмотр" + +#: ../../godmode/massive/massive_edit_users.php:277 +#: ../../godmode/users/user_management.php:44 +#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804 +#: ../../operation/agentes/alerts_status.php:193 +#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194 +msgid "Alert detail" +msgstr "Детали оповещения" + +#: ../../godmode/massive/massive_edit_users.php:279 +#: ../../godmode/users/user_management.php:47 +#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807 +#: ../../include/class/Prd.class.php:505 +#: ../../include/class/OrderInterpreter.class.php:226 +#: ../../include/lib/ITSM/Manager.php:1036 +#: ../../mobile/include/functions_web.php:22 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308 +msgid "Dashboard" +msgstr "Приборная Панель" + +#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 +#: ../../operation/users/user_edit.php:568 +msgid "Event filter" +msgstr "Фильтр событий" + +#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 +#: ../../operation/users/user_edit.php:642 +msgid "Autorefresh" +msgstr "Автообновление" + +#: ../../godmode/massive/massive_edit_users.php:377 +#: ../../operation/users/user_edit.php:643 +msgid "This will activate autorefresh in selected pages" +msgstr "Это активирует автообновление на выбранных страницах" + +#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 +#: ../../operation/users/user_edit.php:678 +msgid "Full list of pages" +msgstr "Полный список страниц" + +#: ../../godmode/massive/massive_edit_users.php:425 +#: ../../godmode/massive/massive_edit_users.php:426 +#: ../../godmode/users/user_management.php:560 +#: ../../godmode/users/user_management.php:561 +#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455 +#: ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 +msgid "Push selected pages into autorefresh list" +msgstr "Внесение выбранных страниц в список автообновления" + +#: ../../godmode/massive/massive_edit_users.php:435 +#: ../../godmode/massive/massive_edit_users.php:436 +#: ../../godmode/users/user_management.php:577 +#: ../../godmode/users/user_management.php:578 +#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467 +#: ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 +msgid "Pop selected pages out of autorefresh list" +msgstr "Вывод выбранных страниц из списка автообновления" + +#: ../../godmode/massive/massive_edit_users.php:441 +#: ../../operation/users/user_edit.php:702 +msgid "List of pages with autorefresh" +msgstr "Список страниц с автообновлением" + +#: ../../godmode/massive/massive_edit_users.php:450 +#: ../../operation/users/user_edit.php:711 +msgid "Time autorefresh" +msgstr "Время автообновления" + +#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 +#: ../../operation/users/user_edit.php:713 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Интервал автообновления элементов, по умолчанию составляет 30 секунд, " +"сначала необходимо включить автообновление" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/configure_user.php:1149 +#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74 +msgid "Timezone" +msgstr "Часовой пояс" + +#: ../../godmode/massive/massive_edit_users.php:467 +#: ../../godmode/users/user_management.php:836 +#: ../../godmode/users/configure_user.php:1150 +#: ../../operation/users/user_edit.php:527 +msgid "The timezone must be that of the associated server." +msgstr "Часовой пояс должен соответствовать часовому поясу связанного сервера." + #: ../../godmode/massive/massive_operations.php:59 msgid "Bulk alert add" msgstr "Добавление массового оповещения" @@ -13361,54 +13350,6 @@ msgstr "" msgid "You can find more information at:" msgstr "Более подробную информацию можно найти по адресу:" -#: ../../godmode/modules/manage_inventory_modules_form.php:36 -#: ../../godmode/modules/manage_network_templates.php:39 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Управление модулем" - -#: ../../godmode/modules/manage_inventory_modules_form.php:162 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Оставляется пустым для модулей инвентаризации LOCAL" - -#: ../../godmode/modules/manage_inventory_modules_form.php:177 -#, fuzzy -msgid "Separate fields with" -msgstr "разделить поля с " - -#: ../../godmode/modules/manage_inventory_modules_form.php:183 -msgid "Block Mode" -msgstr "Режим блокировки" - -#: ../../godmode/modules/manage_inventory_modules_form.php:193 -#: ../../godmode/modules/manage_inventory_modules_form.php:197 -#, fuzzy -msgid "Script mode" -msgstr "Сведения о скрипте" - -#: ../../godmode/modules/manage_inventory_modules_form.php:194 -#, fuzzy -msgid "Use inline code" -msgstr "Пользователей онлайн" - -#: ../../godmode/modules/manage_inventory_modules_form.php:210 -msgid "Script path" -msgstr "Путь к сценарию" - -#: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:304 -msgid "Code" -msgstr "Код" - -#: ../../godmode/modules/manage_inventory_modules_form.php:232 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Здесь размещен скрипт для УДАЛЕННЫХ модулей инвентаризации. ЛОКАЛЬНЫЕ Модули " -"инвентаризации не используют это поле" - #: ../../godmode/modules/manage_nc_groups_form.php:62 msgid "Update Group Component" msgstr "Обновить компонент группы" @@ -13535,6 +13476,12 @@ msgstr "Сканировать" msgid "Field value" msgstr "Значение поля" +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/manage_inventory_modules_form.php:36 +#: ../../godmode/modules/manage_network_templates_form.php:32 +msgid "Module management" +msgstr "Управление модулем" + #: ../../godmode/modules/manage_network_templates.php:39 #: ../../godmode/modules/manage_network_templates_form.php:32 #: ../../include/class/ModuleTemplates.class.php:199 @@ -13559,57 +13506,6 @@ msgstr "Данный шаблон не существует" msgid "There are no defined network profiles" msgstr "Здесь нет определенных сетевых профилей" -#: ../../godmode/modules/manage_network_templates_form.php:59 -msgid "Successfully deleted module from profile" -msgstr "Модуль успешно удален из профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:60 -msgid "Error deleting module from profile" -msgstr "Ошибка при удалении модуля из профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:79 -msgid "Successfully added module to profile" -msgstr "Модуль успешно добавлен в профиль" - -#: ../../godmode/modules/manage_network_templates_form.php:80 -msgid "Error adding module to profile" -msgstr "Ошибка при добавлении модуля к профилю" - -#: ../../godmode/modules/manage_network_templates_form.php:113 -msgid "Successfully updated network profile" -msgstr "Успешное обновление сетевого профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:114 -msgid "Error updating network profile" -msgstr "Ошибка при обновлении сетевого профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:138 -msgid "Successfully added network profile" -msgstr "Сетевой профиль успешно добавлен" - -#: ../../godmode/modules/manage_network_templates_form.php:139 -msgid "Error adding network profile" -msgstr "Ошибка при добавлении сетевого профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:145 -msgid "Cannot create a template without name" -msgstr "Нельзя создать шаблон без имени" - -#: ../../godmode/modules/manage_network_templates_form.php:219 -msgid "No modules for this profile" -msgstr "Нет модулей для этого профиля" - -#: ../../godmode/modules/manage_network_templates_form.php:260 -#: ../../operation/snmpconsole/snmp_browser.php:167 -#: ../../operation/snmpconsole/snmp_browser.php:187 -msgid "Add modules" -msgstr "Добавить модули" - -#: ../../godmode/modules/manage_network_templates_form.php:341 -#: ../../include/class/ModuleTemplates.class.php:752 -msgid "Components" -msgstr "Компоненты" - #: ../../godmode/modules/module_list.php:45 #, fuzzy msgid "Defined module types" @@ -13729,6 +13625,48 @@ msgstr "Создать новый WMI компонент" msgid "Create a new wizard component" msgstr "Создайте новый компонент мастера" +#: ../../godmode/modules/manage_inventory_modules_form.php:162 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Оставляется пустым для модулей инвентаризации LOCAL" + +#: ../../godmode/modules/manage_inventory_modules_form.php:177 +#, fuzzy +msgid "Separate fields with" +msgstr "разделить поля с " + +#: ../../godmode/modules/manage_inventory_modules_form.php:183 +msgid "Block Mode" +msgstr "Режим блокировки" + +#: ../../godmode/modules/manage_inventory_modules_form.php:193 +#: ../../godmode/modules/manage_inventory_modules_form.php:197 +#, fuzzy +msgid "Script mode" +msgstr "Сведения о скрипте" + +#: ../../godmode/modules/manage_inventory_modules_form.php:194 +#, fuzzy +msgid "Use inline code" +msgstr "Пользователей онлайн" + +#: ../../godmode/modules/manage_inventory_modules_form.php:210 +msgid "Script path" +msgstr "Путь к сценарию" + +#: ../../godmode/modules/manage_inventory_modules_form.php:223 +#: ../../include/ajax/double_auth.ajax.php:167 +#: ../../include/ajax/double_auth.ajax.php:304 +msgid "Code" +msgstr "Код" + +#: ../../godmode/modules/manage_inventory_modules_form.php:232 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Здесь размещен скрипт для УДАЛЕННЫХ модулей инвентаризации. ЛОКАЛЬНЫЕ Модули " +"инвентаризации не используют это поле" + #: ../../godmode/modules/manage_network_components_form_common.php:164 msgid "Advanced options Dynamic Threshold" msgstr "Дополнительные опции Динамический порог" @@ -13750,6 +13688,57 @@ msgstr "Удалить теги модуля" msgid "Tags selected" msgstr "Теги выбраны" +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Модуль успешно удален из профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +msgstr "Ошибка при удалении модуля из профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Модуль успешно добавлен в профиль" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Ошибка при добавлении модуля к профилю" + +#: ../../godmode/modules/manage_network_templates_form.php:113 +msgid "Successfully updated network profile" +msgstr "Успешное обновление сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:114 +msgid "Error updating network profile" +msgstr "Ошибка при обновлении сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:138 +msgid "Successfully added network profile" +msgstr "Сетевой профиль успешно добавлен" + +#: ../../godmode/modules/manage_network_templates_form.php:139 +msgid "Error adding network profile" +msgstr "Ошибка при добавлении сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:145 +msgid "Cannot create a template without name" +msgstr "Нельзя создать шаблон без имени" + +#: ../../godmode/modules/manage_network_templates_form.php:219 +msgid "No modules for this profile" +msgstr "Нет модулей для этого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:167 +#: ../../operation/snmpconsole/snmp_browser.php:187 +msgid "Add modules" +msgstr "Добавить модули" + +#: ../../godmode/modules/manage_network_templates_form.php:341 +#: ../../include/class/ModuleTemplates.class.php:752 +msgid "Components" +msgstr "Компоненты" + #: ../../godmode/netflow/nf_edit.php:50 #, fuzzy msgid "Manage Filters" @@ -13766,8 +13755,8 @@ msgstr "Добавить фильтр" #: ../../godmode/netflow/nf_edit_form.php:80 #: ../../godmode/snmpconsole/snmp_filters.php:35 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791 -#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797 +#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754 +#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797 #: ../../include/ajax/events.php:921 #: ../../operation/reporting/graph_analytics.php:490 msgid "Update filter" @@ -14084,9 +14073,8 @@ msgstr "пользовательский" #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951 -#: ../../include/functions.php:2836 ../../include/functions.php:3508 -#: ../../include/functions_graph.php:5603 -#: ../../include/functions_events.php:5356 +#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836 +#: ../../include/functions.php:3508 ../../include/functions_events.php:5356 #: ../../operation/gis_maps/render_view.php:157 msgid "1 hour" msgstr "1 час" @@ -14106,7 +14094,7 @@ msgstr "%s часов" #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952 -#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604 +#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839 msgid "1 day" msgstr "1 день" @@ -14124,7 +14112,7 @@ msgstr "%s дней" #: ../../include/lib/Dashboard/Widgets/service_level.php:252 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953 -#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605 +#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840 msgid "1 week" msgstr "1 неделя" @@ -14139,7 +14127,7 @@ msgstr "15 дней" #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954 -#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606 +#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842 msgid "1 month" msgstr "1 месяц" @@ -14214,7 +14202,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:5825 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913 -#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583 +#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582 msgid "Select an Agent first" msgstr "Выбрать Первого Агента" @@ -14259,7 +14247,7 @@ msgstr "Простой график" #: ../../include/functions_reports.php:573 #: ../../include/functions_reports.php:660 #: ../../include/functions_reports.php:666 -#: ../../include/functions_reporting.php:11127 +#: ../../include/functions_reporting.php:11138 msgid "Custom graph" msgstr "Пользовательский график" @@ -14268,12 +14256,12 @@ msgstr "Пользовательский график" #: ../../include/ajax/heatmap.ajax.php:158 #: ../../include/ajax/heatmap.ajax.php:439 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../mobile/operation/server_status.php:185 +#: ../../mobile/operation/server_status.php:186 #: ../../mobile/operation/modules.php:194 #: ../../mobile/operation/modules.php:195 #: ../../mobile/operation/modules.php:308 #: ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 -#: ../../mobile/operation/server_status.php:186 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118 msgid "Tag" msgstr "Метка" @@ -14360,9 +14348,9 @@ msgstr "Имя или Описание" #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391 #: ../../include/class/ConfigPEN.class.php:603 +#: ../../include/class/ExternalTools.class.php:468 #: ../../include/class/CredentialStore.class.php:819 #: ../../include/class/EventSound.class.php:308 -#: ../../include/class/ExternalTools.class.php:468 #: ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2348 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99 @@ -14556,6 +14544,8 @@ msgid "Scheduled" msgstr "Запланировано" #: ../../godmode/reporting/manage_schedule.php:194 +#: ../../godmode/setup/setup_general.php:53 +#: ../../godmode/setup/setup_general.php:115 #, fuzzy msgid "Console" msgstr " Консоль" @@ -15107,11 +15097,11 @@ msgid "Are you sure to add many elements\\nin visual map?" msgstr "Вы уверенны что хотите добавить большое количество объектов на карту?" #: ../../godmode/reporting/visual_console_builder.wizard.php:632 -#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 -#: ../../mobile/operation/modules.php:823 #: ../../mobile/operation/server_status.php:389 #: ../../mobile/operation/tactical.php:240 #: ../../mobile/operation/module_graph.php:474 +#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193 +#: ../../mobile/operation/modules.php:823 msgid "Loading..." msgstr "Идёт загрузка..." @@ -15307,7 +15297,10 @@ msgstr "Пожалуйста, выберите модуль" #: ../../godmode/reporting/reporting_builder.php:193 #: ../../operation/reporting/reporting_viewer.php:93 -msgid "Your report has been planned, and the system will email you a " +#, fuzzy, php-format +msgid "" +"Your report has been planned, and the system will email you a %s file with " +"the report as soon as its finished" msgstr "" "Ваш отчет был запланирован, и система отправит вам по электронной почте " "сообщение " @@ -15324,7 +15317,7 @@ msgstr "Произошла ошибка" #: ../../godmode/reporting/reporting_builder.php:4101 #: ../../godmode/reporting/reporting_builder.php:4149 #: ../../include/functions_groups.php:123 -#: ../../include/functions_reporting.php:16432 +#: ../../include/functions_reporting.php:16443 #: ../../operation/reporting/reporting_viewer.php:114 #: ../../operation/menu.php:470 ../../operation/search_results.php:150 msgid "Reports" @@ -15533,9 +15526,9 @@ msgstr "" "ПРОВЕРКИ" #: ../../godmode/reporting/reporting_builder.item_editor.php:1403 -#: ../../include/functions_reporting_html.php:3236 #: ../../include/functions_reports.php:823 #: ../../include/functions_reporting.php:3807 +#: ../../include/functions_reporting_html.php:3236 msgid "End of life" msgstr "" @@ -15763,7 +15756,7 @@ msgstr "Целевой сервер" #: ../../include/class/TipsWindow.class.php:934 #: ../../include/lib/Dashboard/Widgets/post.php:214 #: ../../include/functions_reports.php:856 -#: ../../include/functions_reporting.php:7938 +#: ../../include/functions_reporting.php:7949 msgid "Text" msgstr "Текст" @@ -15836,8 +15829,8 @@ msgid "Display" msgstr "Отображать" #: ../../godmode/reporting/reporting_builder.item_editor.php:3152 -#: ../../include/functions_reporting_html.php:6266 #: ../../include/functions_reporting.php:1724 +#: ../../include/functions_reporting_html.php:6266 msgid "Avg" msgstr "Средн." @@ -15917,7 +15910,7 @@ msgstr "Время сравнения (Перекрывающееся)" #: ../../include/lib/Dashboard/Widgets/single_graph.php:541 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903 #: ../../include/functions_graph.php:5557 -#: ../../include/functions_reporting.php:11051 +#: ../../include/functions_reporting.php:11062 msgid "Maximum" msgstr "Максимум" @@ -15926,9 +15919,9 @@ msgstr "Максимум" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_graph.php:2540 #: ../../include/functions_graph.php:5565 +#: ../../include/functions_reporting.php:11058 #: ../../include/functions_reporting_html.php:5083 #: ../../include/functions_reporting_html.php:5154 -#: ../../include/functions_reporting.php:11047 msgid "Minimum" msgstr "Минимум" @@ -15948,8 +15941,8 @@ msgstr "Среднее" #: ../../include/functions_graph.php:2548 #: ../../include/functions_graph.php:5581 #: ../../include/functions_reports.php:766 -#: ../../include/functions_reporting.php:7535 -#: ../../include/functions_reporting.php:11043 +#: ../../include/functions_reporting.php:7546 +#: ../../include/functions_reporting.php:11054 msgid "Summatory" msgstr "Сумма" @@ -16122,20 +16115,20 @@ msgid "Event graphs" msgstr "Графики событий" #: ../../godmode/reporting/reporting_builder.item_editor.php:3826 -msgid "By agent " -msgstr "По агенту " +msgid "By agent" +msgstr "По агенту" #: ../../godmode/reporting/reporting_builder.item_editor.php:3836 -msgid "By user validator " -msgstr "По валидатору пользователя " +msgid "By user validator" +msgstr "По пользовательскому утверждению" #: ../../godmode/reporting/reporting_builder.item_editor.php:3846 -msgid "By criticity " -msgstr "По критичности " +msgid "By criticity" +msgstr "По критичности" #: ../../godmode/reporting/reporting_builder.item_editor.php:3856 -msgid "Validated vs unvalidated " -msgstr "Валидированные и невалидированные " +msgid "Validated vs unvalidated" +msgstr "Утвержденные против неутвержденных" #: ../../godmode/reporting/reporting_builder.item_editor.php:3870 msgid "Query History Database" @@ -16274,12 +16267,12 @@ msgid "Use uncompressed module data." msgstr "Используйте несжатые данные модуля." #: ../../godmode/reporting/reporting_builder.item_editor.php:4217 -#: ../../include/functions_reporting.php:5536 +#: ../../include/functions_reporting.php:5547 msgid "Unassigned group" msgstr "Неназначенная группа" #: ../../godmode/reporting/reporting_builder.item_editor.php:4263 -#: ../../include/functions_reporting.php:5530 +#: ../../include/functions_reporting.php:5541 msgid "Unnasigned group" msgstr "Неназначенная группа" @@ -16448,23 +16441,23 @@ msgstr "Зачёт" #: ../../include/class/AlertsList.class.php:387 #: ../../include/class/AlertsList.class.php:392 #: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AgentDeployWizard.class.php:611 -#: ../../include/class/AgentDeployWizard.class.php:616 #: ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 -#: ../../include/class/CredentialStore.class.php:1605 -#: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/ModuleTemplates.class.php:1411 #: ../../include/class/ModuleTemplates.class.php:1416 -#: ../../include/class/SatelliteAgent.class.php:1097 -#: ../../include/class/SatelliteAgent.class.php:1102 #: ../../include/class/WebServerModuleDebug.class.php:366 #: ../../include/class/WebServerModuleDebug.class.php:371 -#: ../../include/class/SatelliteCollection.class.php:624 -#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/class/AgentWizard.class.php:6066 #: ../../include/class/AgentWizard.class.php:6071 +#: ../../include/class/AgentDeployWizard.class.php:611 +#: ../../include/class/AgentDeployWizard.class.php:616 +#: ../../include/class/CredentialStore.class.php:1605 +#: ../../include/class/CredentialStore.class.php:1610 +#: ../../include/class/SatelliteAgent.class.php:1097 +#: ../../include/class/SatelliteAgent.class.php:1102 +#: ../../include/class/SatelliteCollection.class.php:624 +#: ../../include/class/SatelliteCollection.class.php:629 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629 #: ../../operation/visual_console/view.php:1225 #: ../../operation/visual_console/view.php:1230 @@ -17716,396 +17709,6 @@ msgstr "Успешно удаляется" msgid "Error deleting" msgstr "Ошибка удаления" -#: ../../godmode/setup/performance.php:185 -msgid "Pandora_db running in active database." -msgstr "Pandora_db работает в активной базе данных." - -#: ../../godmode/setup/performance.php:186 -#: ../../godmode/setup/performance.php:242 -msgid "Executed:" -msgstr "Выполнено:" - -#: ../../godmode/setup/performance.php:192 -#: ../../godmode/setup/performance.php:247 -msgid "ago" -msgstr "назад" - -#: ../../godmode/setup/performance.php:241 -msgid "Pandora_db running in historical database." -msgstr "Pandora_db работает в исторической базе данных." - -#: ../../godmode/setup/performance.php:249 -msgid "Not executed" -msgstr "Не выполнено" - -#: ../../godmode/setup/performance.php:262 -#: ../../godmode/setup/performance.php:505 -msgid "Max. days before delete events" -msgstr "Макс. количество дней до удаления событий" - -#: ../../godmode/setup/performance.php:277 -#: ../../include/functions_config.php:880 -msgid "Max. days before delete traps" -msgstr "Количество дней до удаления ловушек" - -#: ../../godmode/setup/performance.php:292 -#: ../../include/functions_config.php:888 -msgid "Max. days before delete audit events" -msgstr "Количество дней до удаления задач аудита" - -#: ../../godmode/setup/performance.php:307 -#: ../../godmode/setup/performance.php:517 -#: ../../include/functions_config.php:884 -msgid "Max. days before delete string data" -msgstr "Количество дней до удаления строковых данных" - -#: ../../godmode/setup/performance.php:322 -#: ../../include/functions_config.php:892 -msgid "Max. days before delete GIS data" -msgstr "количество дней до удаления данных ГИС" - -#: ../../godmode/setup/performance.php:337 -#: ../../godmode/setup/performance.php:469 -#: ../../include/functions_config.php:896 -msgid "Max. days before purge" -msgstr "Количество дней до чистки" - -#: ../../godmode/setup/performance.php:352 -#: ../../godmode/setup/performance.php:481 -#: ../../include/functions_config.php:908 -msgid "Max. days before compact data" -msgstr "Количество дней до архивации данных" - -#: ../../godmode/setup/performance.php:367 -#: ../../include/functions_config.php:900 -msgid "Max. days before delete unknown modules" -msgstr "Макс. количество дней до удаления неизвестных модулей" - -#: ../../godmode/setup/performance.php:382 -#: ../../include/functions_config.php:904 -#, fuzzy -msgid "Max. days before delete not initialized modules" -msgstr "Макс. количество дней до удаления неизвестных модулей" - -#: ../../godmode/setup/performance.php:397 -msgid "Max. days before delete autodisabled agents" -msgstr "Максимальное количество дней до удаления агентов с автоотключением" - -#: ../../godmode/setup/performance.php:412 -#: ../../include/functions_config.php:956 -msgid "Retention period of past special days" -msgstr "Период хранения данных за прошедшие специальные дни" - -#: ../../godmode/setup/performance.php:424 -#: ../../include/functions_config.php:960 -msgid "Max. macro data fields" -msgstr "Макс. поля данных макроса" - -#: ../../godmode/setup/performance.php:493 -#: ../../godmode/setup/performance.php:611 -#: ../../include/functions_config.php:924 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Компактная интерполяции в часах (1хорошо -20 плохо)" - -#: ../../godmode/setup/performance.php:536 -#: ../../include/functions_config.php:974 -msgid "Max. days before delete old messages" -msgstr "Максимальное количество дней до удаления старых сообщений" - -#: ../../godmode/setup/performance.php:549 -#: ../../include/functions_config.php:965 -msgid "Max. days before delete inventory data" -msgstr "Максимальное количество дней до удаления данных инвентаризации" - -#: ../../godmode/setup/performance.php:562 -#: ../../include/functions_config.php:970 -#, fuzzy -msgid "Max. days before disabled agents are deleted" -msgstr "Максимальное количество дней до удаления автоотключения" - -#: ../../godmode/setup/performance.php:582 -msgid "Item limit for realtime reports" -msgstr "Лимит элементов для отчетов в реальном времени" - -#: ../../godmode/setup/performance.php:597 -#: ../../include/functions_config.php:920 -#, fuzzy -msgid "Limit of events per query" -msgstr "Список правил событий" - -#: ../../godmode/setup/performance.php:625 -msgid "Last day" -msgstr "Последний день" - -#: ../../godmode/setup/performance.php:626 -msgid "2 days" -msgstr "2 дня" - -#: ../../godmode/setup/performance.php:627 -msgid "10 days" -msgstr "10 дней" - -#: ../../godmode/setup/performance.php:628 -msgid "Last week" -msgstr "Прошлая неделя" - -#: ../../godmode/setup/performance.php:629 -msgid "2 weeks" -msgstr "2 недели" - -#: ../../godmode/setup/performance.php:630 -msgid "Last month" -msgstr "Прошлый месяц" - -#: ../../godmode/setup/performance.php:633 -#: ../../include/functions_config.php:928 -msgid "Default hours for event view" -msgstr "Часы по умолчанию для просмотра событий" - -#: ../../godmode/setup/performance.php:648 -#: ../../include/functions_config.php:932 -msgid "Use realtime statistics" -msgstr "Использовать текущую статистику" - -#: ../../godmode/setup/performance.php:658 -#: ../../include/functions_config.php:936 -msgid "Batch statistics period (secs)" -msgstr "Периодпакетной статистики (сек)" - -#: ../../godmode/setup/performance.php:681 -#: ../../include/functions_config.php:940 -msgid "Max. recommended number of files in attachment directory" -msgstr "Максимально рекомендованное количество файлов в приклепленном каталоге" - -#: ../../godmode/setup/performance.php:693 -#: ../../include/functions_config.php:944 -msgid "Delete not init modules" -msgstr "Удалить не инициированные модули" - -#: ../../godmode/setup/performance.php:703 -msgid "Big Operation Step to purge old data" -msgstr "Большая операция по очистке старых данных" - -#: ../../godmode/setup/performance.php:718 -#: ../../include/functions_config.php:952 -msgid "Small Operation Step to purge old data" -msgstr "Большая операция по очистке старых данных" - -#: ../../godmode/setup/performance.php:733 -#: ../../include/functions_config.php:978 -msgid "Graph container - Max. Items" -msgstr "Графический контейнер - Макс. Элементы" - -#: ../../godmode/setup/performance.php:745 -msgid "Events response max. execution" -msgstr "Максимальное время активации ответа событий" - -#: ../../godmode/setup/performance.php:757 -#: ../../include/functions_config.php:990 -msgid "Row limit in csv log" -msgstr "Лимит строк в журнале csv" - -#: ../../godmode/setup/performance.php:772 -msgid "SNMP walk binary" -msgstr "Двоичный SNMP walk" - -#: ../../godmode/setup/performance.php:784 -msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used " -"instead (by default snmpwalk, slower)." -msgstr "" -"SNMP bulk walk не может запрашивать V1 SNMP, вместо него будет " -"использоваться эта опция (по умолчанию snmpwalk, медленнее)." - -#: ../../godmode/setup/performance.php:789 -msgid "SNMP walk binary (fallback)" -msgstr "Двоичный SNMP walk (резервный)" - -#: ../../godmode/setup/performance.php:802 -#, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an " -"upgrade" -msgstr "" - -#: ../../godmode/setup/performance.php:809 -#, fuzzy -msgid "WMI binary" -msgstr "Мастер WMI" - -#: ../../godmode/setup/performance.php:821 -msgid "" -"Before increasing this value, be aware that a large number can affect " -"performance in PDF generation. Set to 0 to disregard this limit." -msgstr "" - -#: ../../godmode/setup/performance.php:826 -#: ../../include/functions_config.php:986 -msgid "Rows limit for SQL report item PDF" -msgstr "" - -#: ../../godmode/setup/performance.php:864 -msgid "Database maintenance status" -msgstr "Статус обслуживания базы данных" - -#: ../../godmode/setup/performance.php:869 -msgid "Database maintenance options" -msgstr "Варианты обслуживания базы данных" - -#: ../../godmode/setup/performance.php:875 -msgid "Historical database maintenance options" -msgstr "Опции обслуживания исторической базы данных" - -#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 -#: ../../include/functions_netflow.php:2342 -#: ../../include/functions_reporting.php:4433 -msgid "Others" -msgstr "Прочее" - -#: ../../godmode/setup/performance.php:886 -#, fuzzy -msgid "Agent SNMP Interface Wizard defaults" -msgstr "Мастер интерфейсов SNMP" - -#: ../../godmode/setup/demo.php:146 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 -msgid "Progress" -msgstr "Прогресс" - -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 -msgid "View summary" -msgstr "Посмотреть краткий отчет" - -#: ../../godmode/setup/demo.php:277 -msgid "" -"You may need to increase the value of the plugin_timeout parameter in your " -"server configuration to get all your agents data updated" -msgstr "" - -#: ../../godmode/setup/demo.php:331 -#, fuzzy -msgid "Agents interval" -msgstr "Агент интервал x %s" - -#: ../../godmode/setup/demo.php:336 -#, fuzzy -msgid "Generate historical data for all agents" -msgstr "Включение базы данных за историю" - -#: ../../godmode/setup/demo.php:346 -msgid "Days of historical data to insert in the agent data" -msgstr "" - -#: ../../godmode/setup/demo.php:363 -msgid "Create services" -msgstr "Создание сервисов" - -#: ../../godmode/setup/demo.php:374 -#, fuzzy -msgid "Create network maps" -msgstr "Создать карту сети" - -#: ../../godmode/setup/demo.php:384 -#, fuzzy -msgid "Create GIS maps" -msgstr "ГИС карты" - -#: ../../godmode/setup/demo.php:404 -#, fuzzy -msgid "Create reports" -msgstr "Создать отчёт" - -#: ../../godmode/setup/demo.php:414 -#, fuzzy -msgid "Create visual consoles" -msgstr "Создание визуальной консоли" - -#: ../../godmode/setup/demo.php:424 -#, fuzzy -msgid "Create dashboards" -msgstr "Частная панель инструментов" - -#: ../../godmode/setup/demo.php:434 -#, fuzzy -msgid "Traps target IP" -msgstr "Целевой IP" - -#: ../../godmode/setup/demo.php:434 -msgid "All demo traps are generated using version 1" -msgstr "" - -#: ../../godmode/setup/demo.php:450 -#, fuzzy -msgid "Traps community" -msgstr "Сообщество SNMP" - -#: ../../godmode/setup/demo.php:466 -#, fuzzy -msgid "Tentacle target IP" -msgstr "Целевой IP" - -#: ../../godmode/setup/demo.php:482 -#, fuzzy -msgid "Tentacle port" -msgstr "Параметры щупальца" - -#: ../../godmode/setup/demo.php:498 -#, fuzzy -msgid "Tentacle extra options" -msgstr "Параметры щупальца" - -#: ../../godmode/setup/demo.php:515 -#, fuzzy -msgid "Configure demo data" -msgstr "Настройка виджета" - -#: ../../godmode/setup/demo.php:531 -#: ../../include/class/WelcomeWindow.class.php:1627 -#, fuzzy -msgid "Create demo data" -msgstr "Создано в" - -#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 -#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1880 -msgid "Services" -msgstr "Службы" - -#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:235 -#: ../../operation/agentes/networkmap.dinamic.php:150 -#: ../../operation/agentes/pandora_networkmap.view.php:2375 -msgid "Network maps" -msgstr "Сетевые карты" - -#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:187 -msgid "GIS maps" -msgstr "ГИС карты" - -#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 -#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 -#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 -msgid "Visual consoles" -msgstr "Визуальные консоли" - -#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 -#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 -msgid "Dashboards" -msgstr "Приборные Панели" - -#: ../../godmode/setup/demo.php:598 -#, fuzzy -msgid "Active demo data summary" -msgstr "Получить сводку базы данных" - -#: ../../godmode/setup/demo.php:666 -#, fuzzy -msgid "Delete all demo data" -msgstr "Удалить все агенты политики" - #: ../../godmode/setup/news.php:30 msgid "Site news management" msgstr "Управление новостями сайта" @@ -18632,6 +18235,466 @@ msgstr "Журнал коллектора" msgid "Correct update the setup options" msgstr "Исправить обновления параметров настройки" +#: ../../godmode/setup/setup_netflow.php:45 +msgid "" +"The Netflow data will be saved in the directory specified here, which will " +"be located in the path defined by the \"General Network path\" parameter " +"(this parameter is found in the General Settings)." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:76 +#: ../../include/functions_config.php:1643 +msgid "Netflow max lifetime" +msgstr "Максимальный срок жизни сетевого потока" + +#: ../../godmode/setup/setup_netflow.php:87 +#: ../../include/functions_config.php:1647 +#, fuzzy +msgid "Netflow interval" +msgstr "Фильтр Сетевого потока" + +#: ../../godmode/setup/setup_netflow.php:87 +#, fuzzy +msgid "It is necessary to restart the server if the value is changed." +msgstr "Необходимо использовать некоторые функции" + +#: ../../godmode/setup/setup_netflow.php:90 +#, fuzzy +msgid "10 min" +msgstr "10 мин." + +#: ../../godmode/setup/setup_netflow.php:91 +#, fuzzy +msgid "30 min" +msgstr "30 мин" + +#: ../../godmode/setup/setup_netflow.php:92 +#, fuzzy +msgid "60 min" +msgstr "10 мин." + +#: ../../godmode/setup/setup_netflow.php:104 +#: ../../include/functions_config.php:1655 +#, fuzzy +msgid "Enable Sflow" +msgstr "Включить Сетевой поток" + +#: ../../godmode/setup/setup_netflow.php:104 +msgid "" +"SFLow uses a different protocol and needs an alternative collector that must " +"be activated with this switch" +msgstr "" + +#: ../../godmode/setup/file_manager.php:47 +#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 +msgid "File manager" +msgstr "Менеджер файлов" + +#: ../../godmode/setup/file_manager.php:89 +#: ../../include/functions_filemanager.php:704 +#, php-format +msgid "Index of %s" +msgstr "Параметры %s" + +#: ../../godmode/setup/os.list.php:56 +#, php-format +msgid "" +"This node is configured with centralized mode. All OS definitions are read " +"only. Go to %s to manage them." +msgstr "" +"Этот узел настроен в централизованном режиме. Все определения ОС доступны " +"только для чтения. Перейдите в %s, чтобы управлять ими." + +#: ../../godmode/setup/demo.php:146 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:681 +msgid "Progress" +msgstr "Прогресс" + +#: ../../godmode/setup/demo.php:227 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014 +msgid "View summary" +msgstr "Посмотреть краткий отчет" + +#: ../../godmode/setup/demo.php:277 +msgid "" +"You may need to increase the value of the plugin_timeout parameter in your " +"server configuration to get all your agents data updated" +msgstr "" + +#: ../../godmode/setup/demo.php:331 +#, fuzzy +msgid "Agents interval" +msgstr "Агент интервал x %s" + +#: ../../godmode/setup/demo.php:336 +#, fuzzy +msgid "Generate historical data for all agents" +msgstr "Включение базы данных за историю" + +#: ../../godmode/setup/demo.php:346 +msgid "Days of historical data to insert in the agent data" +msgstr "" + +#: ../../godmode/setup/demo.php:363 +msgid "Create services" +msgstr "Создание сервисов" + +#: ../../godmode/setup/demo.php:374 +#, fuzzy +msgid "Create network maps" +msgstr "Создать карту сети" + +#: ../../godmode/setup/demo.php:384 +#, fuzzy +msgid "Create GIS maps" +msgstr "ГИС карты" + +#: ../../godmode/setup/demo.php:404 +#, fuzzy +msgid "Create reports" +msgstr "Создать отчёт" + +#: ../../godmode/setup/demo.php:414 +#, fuzzy +msgid "Create visual consoles" +msgstr "Создание визуальной консоли" + +#: ../../godmode/setup/demo.php:424 +#, fuzzy +msgid "Create dashboards" +msgstr "Частная панель инструментов" + +#: ../../godmode/setup/demo.php:434 +#, fuzzy +msgid "Traps target IP" +msgstr "Целевой IP" + +#: ../../godmode/setup/demo.php:434 +msgid "All demo traps are generated using version 1" +msgstr "" + +#: ../../godmode/setup/demo.php:450 +#, fuzzy +msgid "Traps community" +msgstr "Сообщество SNMP" + +#: ../../godmode/setup/demo.php:466 +#, fuzzy +msgid "Tentacle target IP" +msgstr "Целевой IP" + +#: ../../godmode/setup/demo.php:482 +#, fuzzy +msgid "Tentacle port" +msgstr "Параметры щупальца" + +#: ../../godmode/setup/demo.php:498 +#, fuzzy +msgid "Tentacle extra options" +msgstr "Параметры щупальца" + +#: ../../godmode/setup/demo.php:515 +#, fuzzy +msgid "Configure demo data" +msgstr "Настройка виджета" + +#: ../../godmode/setup/demo.php:531 +#: ../../include/class/WelcomeWindow.class.php:1627 +#, fuzzy +msgid "Create demo data" +msgstr "Создано в" + +#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 +#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 +#: ../../operation/agentes/ver_agente.php:1880 +msgid "Services" +msgstr "Службы" + +#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 +#: ../../include/functions_groups.php:235 +#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../operation/agentes/pandora_networkmap.view.php:2375 +msgid "Network maps" +msgstr "Сетевые карты" + +#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 +#: ../../include/functions_groups.php:187 +msgid "GIS maps" +msgstr "ГИС карты" + +#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645 +#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184 +#: ../../operation/search_main.php:142 ../../operation/search_results.php:166 +msgid "Visual consoles" +msgstr "Визуальные консоли" + +#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651 +#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49 +msgid "Dashboards" +msgstr "Приборные Панели" + +#: ../../godmode/setup/demo.php:598 +#, fuzzy +msgid "Active demo data summary" +msgstr "Получить сводку базы данных" + +#: ../../godmode/setup/demo.php:666 +#, fuzzy +msgid "Delete all demo data" +msgstr "Удалить все агенты политики" + +#: ../../godmode/setup/performance.php:185 +msgid "Pandora_db running in active database." +msgstr "Pandora_db работает в активной базе данных." + +#: ../../godmode/setup/performance.php:186 +#: ../../godmode/setup/performance.php:242 +msgid "Executed:" +msgstr "Выполнено:" + +#: ../../godmode/setup/performance.php:192 +#: ../../godmode/setup/performance.php:247 +msgid "ago" +msgstr "назад" + +#: ../../godmode/setup/performance.php:241 +msgid "Pandora_db running in historical database." +msgstr "Pandora_db работает в исторической базе данных." + +#: ../../godmode/setup/performance.php:249 +msgid "Not executed" +msgstr "Не выполнено" + +#: ../../godmode/setup/performance.php:262 +#: ../../godmode/setup/performance.php:505 +msgid "Max. days before delete events" +msgstr "Макс. количество дней до удаления событий" + +#: ../../godmode/setup/performance.php:277 +#: ../../include/functions_config.php:880 +msgid "Max. days before delete traps" +msgstr "Количество дней до удаления ловушек" + +#: ../../godmode/setup/performance.php:292 +#: ../../include/functions_config.php:888 +msgid "Max. days before delete audit events" +msgstr "Количество дней до удаления задач аудита" + +#: ../../godmode/setup/performance.php:307 +#: ../../godmode/setup/performance.php:517 +#: ../../include/functions_config.php:884 +msgid "Max. days before delete string data" +msgstr "Количество дней до удаления строковых данных" + +#: ../../godmode/setup/performance.php:322 +#: ../../include/functions_config.php:892 +msgid "Max. days before delete GIS data" +msgstr "количество дней до удаления данных ГИС" + +#: ../../godmode/setup/performance.php:337 +#: ../../godmode/setup/performance.php:469 +#: ../../include/functions_config.php:896 +msgid "Max. days before purge" +msgstr "Количество дней до чистки" + +#: ../../godmode/setup/performance.php:352 +#: ../../godmode/setup/performance.php:481 +#: ../../include/functions_config.php:908 +msgid "Max. days before compact data" +msgstr "Количество дней до архивации данных" + +#: ../../godmode/setup/performance.php:367 +#: ../../include/functions_config.php:900 +msgid "Max. days before delete unknown modules" +msgstr "Макс. количество дней до удаления неизвестных модулей" + +#: ../../godmode/setup/performance.php:382 +#: ../../include/functions_config.php:904 +#, fuzzy +msgid "Max. days before delete not initialized modules" +msgstr "Макс. количество дней до удаления неизвестных модулей" + +#: ../../godmode/setup/performance.php:397 +msgid "Max. days before delete autodisabled agents" +msgstr "Максимальное количество дней до удаления агентов с автоотключением" + +#: ../../godmode/setup/performance.php:412 +#: ../../include/functions_config.php:956 +msgid "Retention period of past special days" +msgstr "Период хранения данных за прошедшие специальные дни" + +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:960 +msgid "Max. macro data fields" +msgstr "Макс. поля данных макроса" + +#: ../../godmode/setup/performance.php:493 +#: ../../godmode/setup/performance.php:611 +#: ../../include/functions_config.php:924 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Компактная интерполяции в часах (1хорошо -20 плохо)" + +#: ../../godmode/setup/performance.php:536 +#: ../../include/functions_config.php:974 +msgid "Max. days before delete old messages" +msgstr "Максимальное количество дней до удаления старых сообщений" + +#: ../../godmode/setup/performance.php:549 +#: ../../include/functions_config.php:965 +msgid "Max. days before delete inventory data" +msgstr "Максимальное количество дней до удаления данных инвентаризации" + +#: ../../godmode/setup/performance.php:562 +#: ../../include/functions_config.php:970 +#, fuzzy +msgid "Max. days before disabled agents are deleted" +msgstr "Максимальное количество дней до удаления автоотключения" + +#: ../../godmode/setup/performance.php:582 +msgid "Item limit for realtime reports" +msgstr "Лимит элементов для отчетов в реальном времени" + +#: ../../godmode/setup/performance.php:597 +#: ../../include/functions_config.php:920 +#, fuzzy +msgid "Limit of events per query" +msgstr "Список правил событий" + +#: ../../godmode/setup/performance.php:625 +msgid "Last day" +msgstr "Последний день" + +#: ../../godmode/setup/performance.php:626 +msgid "2 days" +msgstr "2 дня" + +#: ../../godmode/setup/performance.php:627 +msgid "10 days" +msgstr "10 дней" + +#: ../../godmode/setup/performance.php:628 +msgid "Last week" +msgstr "Прошлая неделя" + +#: ../../godmode/setup/performance.php:629 +msgid "2 weeks" +msgstr "2 недели" + +#: ../../godmode/setup/performance.php:630 +msgid "Last month" +msgstr "Прошлый месяц" + +#: ../../godmode/setup/performance.php:633 +#: ../../include/functions_config.php:928 +msgid "Default hours for event view" +msgstr "Часы по умолчанию для просмотра событий" + +#: ../../godmode/setup/performance.php:648 +#: ../../include/functions_config.php:932 +msgid "Use realtime statistics" +msgstr "Использовать текущую статистику" + +#: ../../godmode/setup/performance.php:658 +#: ../../include/functions_config.php:936 +msgid "Batch statistics period (secs)" +msgstr "Периодпакетной статистики (сек)" + +#: ../../godmode/setup/performance.php:681 +#: ../../include/functions_config.php:940 +msgid "Max. recommended number of files in attachment directory" +msgstr "Максимально рекомендованное количество файлов в приклепленном каталоге" + +#: ../../godmode/setup/performance.php:693 +#: ../../include/functions_config.php:944 +msgid "Delete not init modules" +msgstr "Удалить не инициированные модули" + +#: ../../godmode/setup/performance.php:703 +msgid "Big Operation Step to purge old data" +msgstr "Большая операция по очистке старых данных" + +#: ../../godmode/setup/performance.php:718 +#: ../../include/functions_config.php:952 +msgid "Small Operation Step to purge old data" +msgstr "Большая операция по очистке старых данных" + +#: ../../godmode/setup/performance.php:733 +#: ../../include/functions_config.php:978 +msgid "Graph container - Max. Items" +msgstr "Графический контейнер - Макс. Элементы" + +#: ../../godmode/setup/performance.php:745 +msgid "Events response max. execution" +msgstr "Максимальное время активации ответа событий" + +#: ../../godmode/setup/performance.php:757 +#: ../../include/functions_config.php:990 +msgid "Row limit in csv log" +msgstr "Лимит строк в журнале csv" + +#: ../../godmode/setup/performance.php:772 +msgid "SNMP walk binary" +msgstr "Двоичный SNMP walk" + +#: ../../godmode/setup/performance.php:784 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"SNMP bulk walk не может запрашивать V1 SNMP, вместо него будет " +"использоваться эта опция (по умолчанию snmpwalk, медленнее)." + +#: ../../godmode/setup/performance.php:789 +msgid "SNMP walk binary (fallback)" +msgstr "Двоичный SNMP walk (резервный)" + +#: ../../godmode/setup/performance.php:802 +#, php-format +msgid "" +"%s web2image cache system cleanup. It is always cleaned up after perform an " +"upgrade" +msgstr "" + +#: ../../godmode/setup/performance.php:809 +#, fuzzy +msgid "WMI binary" +msgstr "Мастер WMI" + +#: ../../godmode/setup/performance.php:821 +msgid "" +"Before increasing this value, be aware that a large number can affect " +"performance in PDF generation. Set to 0 to disregard this limit." +msgstr "" + +#: ../../godmode/setup/performance.php:826 +#: ../../include/functions_config.php:986 +msgid "Rows limit for SQL report item PDF" +msgstr "" + +#: ../../godmode/setup/performance.php:864 +msgid "Database maintenance status" +msgstr "Статус обслуживания базы данных" + +#: ../../godmode/setup/performance.php:869 +msgid "Database maintenance options" +msgstr "Варианты обслуживания базы данных" + +#: ../../godmode/setup/performance.php:875 +msgid "Historical database maintenance options" +msgstr "Опции обслуживания исторической базы данных" + +#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404 +#: ../../include/functions_netflow.php:2342 +#: ../../include/functions_reporting.php:4444 +msgid "Others" +msgstr "Прочее" + +#: ../../godmode/setup/performance.php:886 +#, fuzzy +msgid "Agent SNMP Interface Wizard defaults" +msgstr "Мастер интерфейсов SNMP" + #: ../../godmode/setup/setup_ITSM.php:89 #, fuzzy, php-format msgid "ITSM API is not reachable, %s" @@ -18723,9 +18786,9 @@ msgstr "" #: ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/ITSM/ITSM.php:513 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/functions_ui.php:8190 #: ../../include/functions_reporting_html.php:947 #: ../../include/functions_reporting_html.php:1043 +#: ../../include/functions_ui.php:8190 #: ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../views/ITSM/ITSMTicketListView.php:78 msgid "Title" @@ -18756,861 +18819,181 @@ msgstr "Значения по умолчанию пользовательско msgid "Update and continue" msgstr "Обновить и продолжить" -#: ../../godmode/setup/setup_netflow.php:45 +#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 +msgid "Fallback to local authentication" +msgstr "Перейти к локальной аутентификации" + +#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 +msgid "Autocreate remote users" +msgstr "Автосоздание удаленных пользователей" + +#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 +msgid "LDAP server" +msgstr "Сервер LDAP" + +#: ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:683 +msgid "LDAP port" +msgstr "Порт LDAP" + +#: ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:687 +msgid "LDAP version" +msgstr "Версия LDAP" + +#: ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:627 +#: ../../include/functions_config.php:691 +msgid "Start TLS" +msgstr "Начать TLS" + +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:695 +msgid "Base DN" +msgstr "База DN" + +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:699 +msgid "Login attribute" +msgstr "атрибут ввода" + +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:703 +msgid "Admin LDAP login" +msgstr "Логин Администратора LDAP" + +#: ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:708 +msgid "Admin LDAP password" +msgstr "Пароль Администратора LDAP" + +#: ../../godmode/setup/setup_auth.php:221 +msgid "Ldap search timeout (secs)" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:241 +#, fuzzy +msgid "Enable secondary LDAP" +msgstr "Включенные разделы" + +#: ../../godmode/setup/setup_auth.php:256 +#: ../../include/functions_config.php:717 +#, fuzzy +msgid "Secondary LDAP server" +msgstr "Сервер LDAP" + +#: ../../godmode/setup/setup_auth.php:273 +#: ../../include/functions_config.php:721 +#, fuzzy +msgid "Secondary LDAP port" +msgstr "Порт API eHorus" + +#: ../../godmode/setup/setup_auth.php:295 +#: ../../include/functions_config.php:725 +#, fuzzy +msgid "Secondary LDAP version" +msgstr "Версия LDAP" + +#: ../../godmode/setup/setup_auth.php:312 +#: ../../include/functions_config.php:659 +#, fuzzy +msgid "Secondary start TLS" +msgstr "Начать TLS" + +#: ../../godmode/setup/setup_auth.php:323 +#, fuzzy +msgid "Secondary Base DN" +msgstr "Второстепенные группы" + +#: ../../godmode/setup/setup_auth.php:336 +#, fuzzy +msgid "Secondary Login attribute" +msgstr "атрибут ввода" + +#: ../../godmode/setup/setup_auth.php:349 +#: ../../include/functions_config.php:741 +#, fuzzy +msgid "Admin secondary LDAP login" +msgstr "Логин Администратора LDAP" + +#: ../../godmode/setup/setup_auth.php:362 +#, fuzzy +msgid "Admin secondary LDAP password" +msgstr "Пароль Администратора LDAP" + +#: ../../godmode/setup/setup_auth.php:404 +#: ../../godmode/users/configure_user.php:1457 +#: ../../include/functions_config.php:839 +#: ../../operation/users/user_edit.php:534 +msgid "Double authentication" +msgstr "Двойная аутентификация" + +#: ../../godmode/setup/setup_auth.php:419 +msgid "Force 2FA for all users is enabled" +msgstr "Принудительное 2FA для всех пользователей включено" + +#: ../../godmode/setup/setup_auth.php:439 +#, fuzzy +msgid "Check activity" +msgstr "Последняя активность" + +#: ../../godmode/setup/setup_auth.php:440 +#, fuzzy +msgid "Ignore activity" +msgstr "Игнорируемое время" + +#: ../../godmode/setup/setup_auth.php:443 +msgid "Control of timeout session" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:443 msgid "" -"The Netflow data will be saved in the directory specified here, which will " -"be located in the path defined by the \"General Network path\" parameter " -"(this parameter is found in the General Settings)." +"Select 'ignore activity' to ignore user activity when checking the session." msgstr "" -#: ../../godmode/setup/setup_netflow.php:76 -#: ../../include/functions_config.php:1643 -msgid "Netflow max lifetime" -msgstr "Максимальный срок жизни сетевого потока" +#: ../../godmode/setup/setup_auth.php:460 +msgid "Session timeout (mins)" +msgstr "Окончание сессии (минуты)" -#: ../../godmode/setup/setup_netflow.php:87 -#: ../../include/functions_config.php:1647 +#: ../../godmode/setup/setup_auth.php:507 +#, php-format +msgid "Local %s" +msgstr "Локальный %s" + +#: ../../godmode/setup/setup_auth.php:508 #, fuzzy -msgid "Netflow interval" -msgstr "Фильтр Сетевого потока" +msgid "LDAP" +msgstr "Порт LDAP" -#: ../../godmode/setup/setup_netflow.php:87 +#: ../../godmode/setup/setup_auth.php:515 +#: ../../include/class/AgentWizard.class.php:954 +#: ../../include/class/CredentialStore.class.php:1161 +#: ../../include/class/CredentialStore.class.php:1463 +#: ../../include/functions_config.php:587 +msgid "Authentication method" +msgstr "способ проверки подлинности" + +#: ../../godmode/setup/setup_auth.php:561 #, fuzzy -msgid "It is necessary to restart the server if the value is changed." -msgstr "Необходимо использовать некоторые функции" - -#: ../../godmode/setup/setup_netflow.php:90 -#, fuzzy -msgid "10 min" -msgstr "10 мин." - -#: ../../godmode/setup/setup_netflow.php:91 -#, fuzzy -msgid "30 min" -msgstr "30 мин" - -#: ../../godmode/setup/setup_netflow.php:92 -#, fuzzy -msgid "60 min" -msgstr "10 мин." - -#: ../../godmode/setup/setup_netflow.php:104 -#: ../../include/functions_config.php:1655 -#, fuzzy -msgid "Enable Sflow" -msgstr "Включить Сетевой поток" - -#: ../../godmode/setup/setup_netflow.php:104 -msgid "" -"SFLow uses a different protocol and needs an alternative collector that must " -"be activated with this switch" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:73 -#, fuzzy -msgid "Legacy visual console Information" -msgstr "Информация о разработчике Визуальной Консоли" - -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Visual console in legacy mode will no longer be supported as of LTS 772" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "Click to display lateral menus" -msgstr "Нажмите для отображения боковых меню" - -#: ../../godmode/setup/setup_visuals.php:112 -msgid "" -"When the side menu is collapsed, it allows you to define whether it is " -"displayed by hovering the mouse over it or you need to click to display it." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Paginated module view" -msgstr "Постраничный просмотр модуля" - -#: ../../godmode/setup/setup_visuals.php:133 -#: ../../include/functions_config.php:1396 -msgid "Display data of proc modules in other format" -msgstr "Показать данные proc модулей в другом формате" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "" -"It allows to define the message that appears when you hover over a color box " -"that shows the status of an agent or a module. If you want to change what " -"the default color box looks like, choose another form of visual " -"representation in the \"Status icon set\" option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../include/functions_config.php:1400 -msgid "Display text proc modules have state is ok" -msgstr "Показывать текст о положительном состоянии proc модулей" - -#: ../../godmode/setup/setup_visuals.php:148 -#: ../../include/functions_config.php:1404 -msgid "Display text when proc modules have state critical" -msgstr "Показывать текст о критическом состоянии proc модулей" - -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../include/functions_config.php:1413 -msgid "Service label font size" -msgstr "Размер шрифта для карты обслуживания" - -#: ../../godmode/setup/setup_visuals.php:159 -msgid "Space between items in Service maps" -msgstr "Пространство между элементами в картах услуг" - -#: ../../godmode/setup/setup_visuals.php:167 -msgid "Show both (tabs and menu)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:168 -#, fuzzy -msgid "Show only icons" -msgstr "Показать сверху" - -#: ../../godmode/setup/setup_visuals.php:169 -#, fuzzy -msgid "Show only menu" -msgstr "Показывать только избранное" - -#: ../../godmode/setup/setup_visuals.php:171 -#: ../../include/functions_config.php:1448 -msgid "Tabs menu" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:261 -msgid "Colors" -msgstr "Цвета" - -#: ../../godmode/setup/setup_visuals.php:262 -msgid "Faces" -msgstr "Стороны" - -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Colors and text" -msgstr "Цвета и текст" - -#: ../../godmode/setup/setup_visuals.php:365 -#: ../../include/functions_config.php:1084 -msgid "Style template" -msgstr "Шаблон стиля" - -#: ../../godmode/setup/setup_visuals.php:383 -#: ../../include/functions_config.php:1104 -msgid "Status icon set" -msgstr "Установить иконки статусов" - -#: ../../godmode/setup/setup_visuals.php:383 -msgid "" -"It changes the appearance of the agent or module status icon. Useful for " -"people with problems when discriminating colors, you may overlay a text in " -"the box or add an emoji (that icon can be replaced by a custom one, " -"replacing the files on disk)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:419 -#: ../../include/functions_config.php:1116 -msgid "Custom favicon" -msgstr "Настроить favicon" - -#: ../../godmode/setup/setup_visuals.php:450 -msgid "Custom background login" -msgstr "Пользовательский фоновый вход" - -#: ../../godmode/setup/setup_visuals.php:486 -msgid "Custom logo (menu)" -msgstr "Пользовательский логотип (меню)" - -#: ../../godmode/setup/setup_visuals.php:511 -msgid "Custom logo collapsed (menu)" -msgstr "Пользовательский логотип не работает (меню)" - -#: ../../godmode/setup/setup_visuals.php:537 -msgid "Custom logo (header white background)" -msgstr "Значок пользователя (заголовок белый фон)" - -#: ../../godmode/setup/setup_visuals.php:562 -msgid "Custom logo (login)" -msgstr "Значок пользователя (Вход)" - -#: ../../godmode/setup/setup_visuals.php:590 -msgid "Custom Splash (login)" -msgstr "Пользовательская страница приветствия (Вход)" - -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../include/functions_config.php:1140 -msgid "Custom documentation logo" -msgstr "Пользовательский логотип документации" - -#: ../../godmode/setup/setup_visuals.php:668 -#: ../../include/functions_config.php:1144 -msgid "Custom support logo" -msgstr "Индивидуальный логотип поддержки" - -#: ../../godmode/setup/setup_visuals.php:706 -#: ../../include/functions_config.php:1148 -#: ../../include/functions_config.php:1152 -msgid "Custom networkmap center logo" -msgstr "Логотип пользовательскогог центра сетевых карт" - -#: ../../godmode/setup/setup_visuals.php:746 -msgid "Custom mobile console icon" -msgstr "Пользовательский значок мобильной консоли" - -#: ../../godmode/setup/setup_visuals.php:795 -msgid "Datepicker first day of week" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:813 -msgid "Title (header)" -msgstr "Название (заголовок)" - -#: ../../godmode/setup/setup_visuals.php:819 -msgid "Subtitle (header)" -msgstr "Подзаголовок (заголовок)" - -#: ../../godmode/setup/setup_visuals.php:827 -msgid "Title 1 (login)" -msgstr "Название 1 (вход в систему)" - -#: ../../godmode/setup/setup_visuals.php:832 -msgid "Title 2 (login)" -msgstr "Название 2 (вход в систему)" - -#: ../../godmode/setup/setup_visuals.php:838 -msgid "Docs URL (login)" -msgstr "Документы URL (Вход в систему)" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Support URL (login)" -msgstr "Поддержка URL (Вход в систему)" - -#: ../../godmode/setup/setup_visuals.php:849 -#: ../../include/functions_config.php:1196 -msgid "Product name" -msgstr "Название продукта" - -#: ../../godmode/setup/setup_visuals.php:854 -#: ../../include/functions_config.php:1200 -msgid "Copyright notice" -msgstr "Предупреждение об Авторских правах" - -#: ../../godmode/setup/setup_visuals.php:860 -#: ../../include/functions_config.php:1204 -#: ../../include/functions_config.php:1208 -#, fuzzy -msgid "Background opacity % (login)" -msgstr "Цвет фона" - -#: ../../godmode/setup/setup_visuals.php:865 -msgid "Disable logo in graphs" -msgstr "Отключение логотипа в графиках" - -#: ../../godmode/setup/setup_visuals.php:883 -msgid "Disable helps" -msgstr "Отключение подсказок" - -#: ../../godmode/setup/setup_visuals.php:893 -#: ../../include/functions_config.php:1352 -msgid "Fixed header" -msgstr "Исправленный заголовок" - -#: ../../godmode/setup/setup_visuals.php:905 -msgid "Automatically hide submenu" -msgstr "Автоматическое скрытие подменю" - -#: ../../godmode/setup/setup_visuals.php:915 -msgid "Visual effects and animation" -msgstr "Визуальные эффекты и анимация" - -#: ../../godmode/setup/setup_visuals.php:926 -#, fuzzy -msgid "Random background (login)" -msgstr "Пользовательский фоновый вход" - -#: ../../godmode/setup/setup_visuals.php:952 -#: ../../include/functions_config.php:1316 -msgid "GIS Labels" -msgstr "ГИС Метки" - -#: ../../godmode/setup/setup_visuals.php:962 -#: ../../include/functions_config.php:1324 -msgid "Default icon in GIS" -msgstr "Значок по умолчанию в ГИС" - -#: ../../godmode/setup/setup_visuals.php:971 -msgid "Agent icon group" -msgstr "Группа значков агентов" - -#: ../../godmode/setup/setup_visuals.php:1021 -msgid "Graphs font size" -msgstr "Размер шрифта графиков" - -#: ../../godmode/setup/setup_visuals.php:1040 -msgid "Show unit along with value in reports" -msgstr "Показывать единицу измерения вместе со значением в отчетах" - -#: ../../godmode/setup/setup_visuals.php:1051 -#: ../../include/functions_config.php:1284 -#, fuzzy -msgid "Truncate agent text at end" -msgstr "Создание агента для каждой базы данных" - -#: ../../godmode/setup/setup_visuals.php:1061 -#: ../../include/functions_config.php:1296 -msgid "Truncate module text at end" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1072 -#: ../../include/functions_config.php:1288 -#: ../../include/functions_config.php:1292 -msgid "Agent size text" -msgstr "Агент размера текста" - -#: ../../godmode/setup/setup_visuals.php:1072 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the " -"text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1079 -#: ../../godmode/setup/setup_visuals.php:1101 -#, fuzzy -msgid "Small" -msgstr "Маленький:" - -#: ../../godmode/setup/setup_visuals.php:1094 -#: ../../include/functions_config.php:1300 -msgid "Module size text" -msgstr "Модуль размера текста" - -#: ../../godmode/setup/setup_visuals.php:1094 -msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If " -"the text is in a small area it can have a maximum length and if it is in a " -"larger section, it can have another size." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1118 -#: ../../include/functions_config.php:1304 -#: ../../include/functions_config.php:1308 -msgid "Description size text" -msgstr "Описание размера текста" - -#: ../../godmode/setup/setup_visuals.php:1129 -#: ../../include/functions_config.php:1312 -msgid "Item title size text" -msgstr "Артикул Названия Размера текста" - -#: ../../godmode/setup/setup_visuals.php:1158 -msgid "On Boolean graphs" -msgstr "В Булевых графиках" - -#: ../../godmode/setup/setup_visuals.php:1161 -msgid "Show only average by default" -msgstr "Показывать среднее по умолчанию" - -#: ../../godmode/setup/setup_visuals.php:1162 -msgid "Show MAX/AVG/MIN by default" -msgstr "Показывать МАКС/СРД/МИН по умолчанию" - -#: ../../godmode/setup/setup_visuals.php:1181 -#, fuzzy -msgid "Graph color #" -msgstr "График цвет #1" - -#: ../../godmode/setup/setup_visuals.php:1195 -msgid "" -"Number of decimals to display in reports and visual consoles. It must be " -"between 0 and 5." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1200 -msgid "Data precision" -msgstr "Точность данных" - -#: ../../godmode/setup/setup_visuals.php:1218 -msgid "Data precision in graphs" -msgstr "Точность данных в графиках" - -#: ../../godmode/setup/setup_visuals.php:1237 -#: ../../include/functions_config.php:1071 -msgid "Value to interface graphics" -msgstr "Значение для графического интерфейса" - -#: ../../godmode/setup/setup_visuals.php:1237 -msgid "Name of the drives for network interface graphics (SNMP)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1249 -#: ../../include/functions_config.php:1380 -msgid "Default line thickness for the Custom Graph." -msgstr "Толщина линии по умолчанию для пользовательского графика." - -#: ../../godmode/setup/setup_visuals.php:1262 -msgid "Number of elements in Custom Graph" -msgstr "Номер элементов в Пользовательском Графике" - -#: ../../godmode/setup/setup_visuals.php:1276 -#: ../../include/functions_config.php:1092 -msgid "Use round corners" -msgstr "Использовать округлые уголки" - -#: ../../godmode/setup/setup_visuals.php:1287 -#: ../../include/functions_config.php:1096 -msgid "Chart fit to content" -msgstr "Таблица адаптирована под содержимое" - -#: ../../godmode/setup/setup_visuals.php:1287 -msgid "" -"There are graphs whose values are percentages and the top of the graph " -"exceeds the maximum value one hundred, you may configure the graphs to stop " -"adding a proportional upper margin by activating this option." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1297 -msgid "Type of module charts" -msgstr "Тип таблицы модулей" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "Graph TIP view" -msgstr "Представление диаграммы TIP" - -#: ../../godmode/setup/setup_visuals.php:1343 -msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/" -"CPU time, but they allow to \"zoom\" interactively and show all the data, " -"without compacting the information in fewer points. By default (off), TIPs " -"can be seen, but manually, if this mode is selected in each graph, but you " -"may also define that they always come out as TIP or also define that this is " -"so, but only for those of Boolean data." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "Graph mode" -msgstr "Режим графика" - -#: ../../godmode/setup/setup_visuals.php:1359 -msgid "" -"It displays the default graphs with three overlapping data series (Maximum, " -"Average, and Minimum) or with only one data series (Average)." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1374 -#, fuzzy -msgid "Zoom graphs" -msgstr "Увеличенные графики:" - -#: ../../godmode/setup/setup_visuals.php:1394 -#: ../../godmode/setup/setup_visuals.php:1395 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 -#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 -#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 -#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 -#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 -#: ../../include/functions_visual_map_editor.php:1278 -#: ../../include/functions_visual_map_editor.php:1279 -#: ../../include/functions.php:530 ../../include/functions.php:661 -#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 -#: ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 -#: ../../operation/events/sound_events.php:165 -msgid "seconds" -msgstr "секунд(ы)" - -#: ../../godmode/setup/setup_visuals.php:1396 -#: ../../godmode/setup/setup_visuals.php:1397 -#: ../../godmode/setup/setup_visuals.php:1398 -#: ../../godmode/setup/setup_visuals.php:1399 -#: ../../godmode/setup/setup_visuals.php:1981 -#: ../../include/functions_visual_map_editor.php:1280 -#: ../../include/functions_visual_map_editor.php:1281 -#: ../../include/functions_visual_map_editor.php:1282 -#: ../../include/functions_visual_map_editor.php:1283 -#: ../../include/functions.php:534 ../../include/functions.php:665 -#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 -msgid "minutes" -msgstr "минут(ы)" - -#: ../../godmode/setup/setup_visuals.php:1400 -#: ../../include/functions_visual_map_editor.php:1284 -msgid "hour" -msgstr "час" - -#: ../../godmode/setup/setup_visuals.php:1403 -msgid "Classic view" -msgstr "Классический вид" - -#: ../../godmode/setup/setup_visuals.php:1404 -msgid "View of favorites" -msgstr "Просмотр избранного" - -#: ../../godmode/setup/setup_visuals.php:1414 -msgid "Default cache expiration" -msgstr "Время истечения кэша по умолчанию" - -#: ../../godmode/setup/setup_visuals.php:1419 -#: ../../include/functions_visual_map_editor.php:1310 -msgid "No cache" -msgstr "Нет кэша" - -#: ../../godmode/setup/setup_visuals.php:1432 -#: ../../include/functions_config.php:1252 -msgid "Default interval for refresh on Visual Console" -msgstr "Интервал обновления Визуальной консоли по умолчанию" - -#: ../../godmode/setup/setup_visuals.php:1448 -msgid "Type of view of visual consoles" -msgstr "Тип просмотра визуальных консолей" - -#: ../../godmode/setup/setup_visuals.php:1461 -msgid "Number of favorite visual consoles to show in the menu" -msgstr "Количество избранных визуальных консолей для отображения в меню" - -#: ../../godmode/setup/setup_visuals.php:1467 -#: ../../include/functions_config.php:1268 -msgid "Default line thickness for the Visual Console" -msgstr "Толщина линии по умолчанию для визуальной консоли" - -#: ../../godmode/setup/setup_visuals.php:1479 -#, fuzzy -msgid "Visual console default text margin (em)" -msgstr "Имя визуальной консоли" - -#: ../../godmode/setup/setup_visuals.php:1485 -msgid "Lock screen orientation when viewing on mobile devices" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -#: ../../include/functions_config.php:1276 -msgid "Display item frame on alert triggered" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1495 -msgid "It displays an orange box around items that have triggered an alert." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1517 -msgid "Number of favorite services to show in the menu" -msgstr "Количество избранных сервисов для отображения в меню" - -#: ../../godmode/setup/setup_visuals.php:1562 -msgid "Show report info with description" -msgstr "Показывать информацию об отчете в описании" - -#: ../../godmode/setup/setup_visuals.php:1572 -msgid "Custom report front page" -msgstr "Первая страница пользовательского отчета" - -#: ../../godmode/setup/setup_visuals.php:1583 -#: ../../include/functions_config.php:1559 -msgid "PDF font size (px)" -msgstr "Размер шрифта PDF (px)" - -#: ../../godmode/setup/setup_visuals.php:1587 -#: ../../include/functions_config.php:1555 -msgid "HTML font size for SLA (em)" -msgstr "Размер шрифта HTML для SLA (em)" - -#: ../../godmode/setup/setup_visuals.php:1593 -msgid "Graph image height for HTML reports" -msgstr "Высота изображения графика для отчетов HTML" - -#: ../../godmode/setup/setup_visuals.php:1597 -msgid "Interval description" -msgstr "Описание Интервала" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1563 -#: ../../include/functions_config.php:1567 -#: ../../include/functions_config.php:1571 -#: ../../include/functions_config.php:1575 -#: ../../include/functions_config.php:1579 -#: ../../include/functions_config.php:1583 -msgid "Custom report front" -msgstr "Пользовательская отчетная страница" - -#: ../../godmode/setup/setup_visuals.php:1614 -#: ../../include/functions_config.php:1120 -#: ../../include/functions_config.php:1571 -msgid "Custom logo" -msgstr "Значок пользователя" - -#: ../../godmode/setup/setup_visuals.php:1615 -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../godmode/setup/setup_visuals.php:1662 -msgid "" -"You may use the following macros: _REPORT_NAME_ indicating the name of the " -"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " -"report), _DATETIME_ date/time of the generation of the report." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1629 -#: ../../include/class/TipsWindow.class.php:814 -#: ../../include/class/TipsWindow.class.php:981 -msgid "Preview" -msgstr "Предварительный просмотр" - -#: ../../godmode/setup/setup_visuals.php:1635 -#: ../../include/functions_config.php:1575 -msgid "Header" -msgstr "Заголовок" - -#: ../../godmode/setup/setup_visuals.php:1648 -#: ../../include/functions_config.php:1579 -msgid "First page" -msgstr "Первая страница" - -#: ../../godmode/setup/setup_visuals.php:1662 -#: ../../include/functions_config.php:1583 -msgid "Footer" -msgstr "Нижний колонтитул" - -#: ../../godmode/setup/setup_visuals.php:1691 -msgid "Comparation in rollover" -msgstr "Сравнение при наведении курсора" - -#: ../../godmode/setup/setup_visuals.php:1698 -msgid "Timestamp in rollover" -msgstr "Временная метка при наведении курсора" - -#: ../../godmode/setup/setup_visuals.php:1705 -msgid "Compact mode" -msgstr "Компактный режим" - -#: ../../godmode/setup/setup_visuals.php:1790 -msgid "Use 1024 when module unit are bytes" -msgstr "Используйте 1024, если единицей модуля являются байты" - -#: ../../godmode/setup/setup_visuals.php:1791 -msgid "Use always 1000" -msgstr "Используйте всегда 1000" - -#: ../../godmode/setup/setup_visuals.php:1792 -msgid "Use always 1024" -msgstr "Используйте всегда 1024" - -#: ../../godmode/setup/setup_visuals.php:1804 -#: ../../include/functions_config.php:1364 -msgid "Networkmap max width" -msgstr "Максимальная ширина карты сети" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "Show only the group name" -msgstr "Показывать только имя группы" - -#: ../../godmode/setup/setup_visuals.php:1816 -msgid "The name of the group will be displayed instead of displaying its icon." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1827 -#, fuzzy -msgid "Show empty groups in group view" -msgstr "Показывать имя группы вместо иконы группы" - -#: ../../godmode/setup/setup_visuals.php:1837 -#: ../../include/functions_config.php:1019 -msgid "Date format string" -msgstr "Формат даты" - -#: ../../godmode/setup/setup_visuals.php:1837 -msgid "It uses a unix datetime format definition string." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1846 -msgid "Example" -msgstr "Пример" - -#: ../../godmode/setup/setup_visuals.php:1855 -#: ../../include/functions_config.php:1603 -#, fuzzy -msgid "Decimal separator" -msgstr "Десятичный сепаратор CSV" - -#: ../../godmode/setup/setup_visuals.php:1870 -msgid "Visible time of successful notifiations" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1883 -msgid "Timestamp, time comparison, or compact mode" -msgstr "Временная метка, сравнение времени или компактный режим" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "Custom values post process" -msgstr "Пользовательские значения после обработки" - -#: ../../godmode/setup/setup_visuals.php:1898 -msgid "" -"Custom conversion values for post-processing. It updates a table in the " -"database to have custom conversions from one unit to another." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:1938 -#: ../../godmode/setup/setup_visuals.php:2105 -msgid "Delete custom values" -msgstr "Удаление пользовательских значений" - -#: ../../godmode/setup/setup_visuals.php:1982 -#: ../../include/functions_snmp.php:402 ../../include/functions.php:535 -#: ../../include/functions.php:666 ../../include/functions_html.php:2563 -#: ../../include/functions_html.php:8129 -#: ../../include/functions_events.php:5365 -msgid "hours" -msgstr "часа/часов" - -#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532 -#: ../../include/functions.php:663 ../../include/functions_html.php:2566 -#: ../../include/functions_html.php:8132 -msgid "months" -msgstr "месяца/месяцев" - -#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533 -#: ../../include/functions.php:664 ../../include/functions_html.php:2567 -#: ../../include/functions_html.php:8133 -msgid "years" -msgstr "год(а)/лет" - -#: ../../godmode/setup/setup_visuals.php:1988 -msgid "Interval values" -msgstr "интервал значений" - -#: ../../godmode/setup/setup_visuals.php:2027 -#, fuzzy -msgid "Delete interval values" -msgstr "Удалить интервал" - -#: ../../godmode/setup/setup_visuals.php:2070 -msgid "Module units" -msgstr "Модульные единицы" - -#: ../../godmode/setup/setup_visuals.php:2143 -#: ../../include/functions_config.php:1587 -msgid "CSV divider" -msgstr "Делитель CSV" - -#: ../../godmode/setup/setup_visuals.php:2148 -#: ../../include/functions_config.php:1591 -msgid "CSV decimal separator" -msgstr "Десятичный сепаратор CSV" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "Data multiplier to use in graphs/data" -msgstr "Множитель данных для использования в графиках/данных" - -#: ../../godmode/setup/setup_visuals.php:2154 -msgid "" -"Value by which it will multiply the data shown to represent them in graphs. " -"This is useful in case the value unit is bytes; for other conversions use " -"Custom value post processing." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2158 -#: ../../include/functions_config.php:1599 -msgid "Hide general stats for non admin users in tactical view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:2175 -msgid "Behaviour configuration" -msgstr "Настройка поведения" - -#: ../../godmode/setup/setup_visuals.php:2180 -msgid "GIS configuration" -msgstr "Конфигурация GIS" - -#: ../../godmode/setup/setup_visuals.php:2185 -msgid "Style configuration" -msgstr "Конфигурация стиля" - -#: ../../godmode/setup/setup_visuals.php:2190 -msgid "Charts configuration" -msgstr "Конфигурация диаграмм" - -#: ../../godmode/setup/setup_visuals.php:2195 -msgid "Font and Text configuration" -msgstr "Настройка шрифта и текста" - -#: ../../godmode/setup/setup_visuals.php:2200 -msgid "Visual consoles configuration" -msgstr "Конфигурация визуальных консолей" - -#: ../../godmode/setup/setup_visuals.php:2205 -msgid "Reports configuration " -msgstr "Конфигурация отчетов " - -#: ../../godmode/setup/setup_visuals.php:2210 -msgid "Services configuration" -msgstr "Конфигурация сервисов" - -#: ../../godmode/setup/setup_visuals.php:2215 -msgid "Other configuration" -msgstr "Другая конфигурация" - -#: ../../godmode/setup/setup_visuals.php:2400 -#: ../../include/functions_config.php:1528 -msgid "Delete interval" -msgstr "Удалить интервал" - -#: ../../godmode/setup/setup_visuals.php:2458 -msgid "Logo preview" -msgstr "Пред показ значка" - -#: ../../godmode/setup/setup_visuals.php:2488 -msgid "Splash Preview" -msgstr "Пред показ страницы приветствия" - -#: ../../godmode/setup/setup_visuals.php:2507 -msgid "Mobile console logo preview" -msgstr "Предварительный просмотр логотипа мобильной консоли" - -#: ../../godmode/setup/setup_visuals.php:2543 -msgid "Gis icons preview" -msgstr "Предварительный просмотр значков Gis" - -#: ../../godmode/setup/setup_visuals.php:2609 -msgid "Status set preview" -msgstr "Предварительный просмотр состояния" +msgid "Session timeout must be a number" +msgstr "Окончание сессии (минуты)" #: ../../godmode/setup/setup_general.php:52 msgid "Enforce https Information" msgstr "Применить https Информация" #: ../../godmode/setup/setup_general.php:53 -msgid "If SSL is not properly configured you will lose access to " +#, fuzzy +msgid "If SSL is not properly configured you will lose access to" msgstr "Если SSL не настроен должным образом, вы потеряете доступ к " -#: ../../godmode/setup/setup_general.php:53 -#: ../../godmode/setup/setup_general.php:115 -msgid " Console" -msgstr " Консоль" - #: ../../godmode/setup/setup_general.php:58 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494 -#: ../../include/functions.php:1378 +#: ../../include/functions.php:1378 ../../include/functions_events.php:2651 +#: ../../include/functions_events.php:3213 #: ../../include/functions_reporting_html.php:1796 #: ../../include/functions_reporting_html.php:3908 -#: ../../include/functions_events.php:2651 -#: ../../include/functions_events.php:3213 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948 msgid "System" msgstr "Система" @@ -19699,7 +19082,8 @@ msgid "UTC" msgstr "UTC (время по Гринвичу)" #: ../../godmode/setup/setup_general.php:115 -msgid "If public URL is not properly configured you will lose access to " +#, fuzzy +msgid "If public URL is not properly configured you will lose access to" msgstr "Если публичный URL не настроен должным образом, вы потеряете доступ к " #: ../../godmode/setup/setup_general.php:181 @@ -20145,184 +19529,788 @@ msgstr "" msgid "Email test" msgstr "Проверка электронной почты" -#: ../../godmode/setup/file_manager.php:47 -#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521 -msgid "File manager" -msgstr "Менеджер файлов" +#: ../../godmode/setup/setup_visuals.php:73 +#, fuzzy +msgid "Legacy visual console Information" +msgstr "Информация о разработчике Визуальной Консоли" -#: ../../godmode/setup/file_manager.php:89 -#: ../../include/functions_filemanager.php:704 -#, php-format -msgid "Index of %s" -msgstr "Параметры %s" +#: ../../godmode/setup/setup_visuals.php:74 +msgid "Visual console in legacy mode will no longer be supported as of LTS 772" +msgstr "" -#: ../../godmode/setup/os.list.php:56 -#, php-format +#: ../../godmode/setup/setup_visuals.php:112 +msgid "Click to display lateral menus" +msgstr "Нажмите для отображения боковых меню" + +#: ../../godmode/setup/setup_visuals.php:112 msgid "" -"This node is configured with centralized mode. All OS definitions are read " -"only. Go to %s to manage them." -msgstr "" -"Этот узел настроен в централизованном режиме. Все определения ОС доступны " -"только для чтения. Перейдите в %s, чтобы управлять ими." - -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751 -msgid "Fallback to local authentication" -msgstr "Перейти к локальной аутентификации" - -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591 -msgid "Autocreate remote users" -msgstr "Автосоздание удаленных пользователей" - -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679 -msgid "LDAP server" -msgstr "Сервер LDAP" - -#: ../../godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:683 -msgid "LDAP port" -msgstr "Порт LDAP" - -#: ../../godmode/setup/setup_auth.php:129 -#: ../../include/functions_config.php:687 -msgid "LDAP version" -msgstr "Версия LDAP" - -#: ../../godmode/setup/setup_auth.php:146 -#: ../../include/functions_config.php:627 -#: ../../include/functions_config.php:691 -msgid "Start TLS" -msgstr "Начать TLS" - -#: ../../godmode/setup/setup_auth.php:157 -#: ../../include/functions_config.php:695 -msgid "Base DN" -msgstr "База DN" - -#: ../../godmode/setup/setup_auth.php:170 -#: ../../include/functions_config.php:699 -msgid "Login attribute" -msgstr "атрибут ввода" - -#: ../../godmode/setup/setup_auth.php:183 -#: ../../include/functions_config.php:703 -msgid "Admin LDAP login" -msgstr "Логин Администратора LDAP" - -#: ../../godmode/setup/setup_auth.php:196 -#: ../../include/functions_config.php:708 -msgid "Admin LDAP password" -msgstr "Пароль Администратора LDAP" - -#: ../../godmode/setup/setup_auth.php:221 -msgid "Ldap search timeout (secs)" +"When the side menu is collapsed, it allows you to define whether it is " +"displayed by hovering the mouse over it or you need to click to display it." msgstr "" -#: ../../godmode/setup/setup_auth.php:241 -#, fuzzy -msgid "Enable secondary LDAP" -msgstr "Включенные разделы" +#: ../../godmode/setup/setup_visuals.php:124 +msgid "Paginated module view" +msgstr "Постраничный просмотр модуля" -#: ../../godmode/setup/setup_auth.php:256 -#: ../../include/functions_config.php:717 -#, fuzzy -msgid "Secondary LDAP server" -msgstr "Сервер LDAP" +#: ../../godmode/setup/setup_visuals.php:133 +#: ../../include/functions_config.php:1396 +msgid "Display data of proc modules in other format" +msgstr "Показать данные proc модулей в другом формате" -#: ../../godmode/setup/setup_auth.php:273 -#: ../../include/functions_config.php:721 -#, fuzzy -msgid "Secondary LDAP port" -msgstr "Порт API eHorus" - -#: ../../godmode/setup/setup_auth.php:295 -#: ../../include/functions_config.php:725 -#, fuzzy -msgid "Secondary LDAP version" -msgstr "Версия LDAP" - -#: ../../godmode/setup/setup_auth.php:312 -#: ../../include/functions_config.php:659 -#, fuzzy -msgid "Secondary start TLS" -msgstr "Начать TLS" - -#: ../../godmode/setup/setup_auth.php:323 -#, fuzzy -msgid "Secondary Base DN" -msgstr "Второстепенные группы" - -#: ../../godmode/setup/setup_auth.php:336 -#, fuzzy -msgid "Secondary Login attribute" -msgstr "атрибут ввода" - -#: ../../godmode/setup/setup_auth.php:349 -#: ../../include/functions_config.php:741 -#, fuzzy -msgid "Admin secondary LDAP login" -msgstr "Логин Администратора LDAP" - -#: ../../godmode/setup/setup_auth.php:362 -#, fuzzy -msgid "Admin secondary LDAP password" -msgstr "Пароль Администратора LDAP" - -#: ../../godmode/setup/setup_auth.php:404 -#: ../../godmode/users/configure_user.php:1457 -#: ../../include/functions_config.php:839 -#: ../../operation/users/user_edit.php:534 -msgid "Double authentication" -msgstr "Двойная аутентификация" - -#: ../../godmode/setup/setup_auth.php:419 -msgid "Force 2FA for all users is enabled" -msgstr "Принудительное 2FA для всех пользователей включено" - -#: ../../godmode/setup/setup_auth.php:439 -#, fuzzy -msgid "Check activity" -msgstr "Последняя активность" - -#: ../../godmode/setup/setup_auth.php:440 -#, fuzzy -msgid "Ignore activity" -msgstr "Игнорируемое время" - -#: ../../godmode/setup/setup_auth.php:443 -msgid "Control of timeout session" -msgstr "" - -#: ../../godmode/setup/setup_auth.php:443 +#: ../../godmode/setup/setup_visuals.php:133 msgid "" -"Select 'ignore activity' to ignore user activity when checking the session." +"It allows to define the message that appears when you hover over a color box " +"that shows the status of an agent or a module. If you want to change what " +"the default color box looks like, choose another form of visual " +"representation in the \"Status icon set\" option." msgstr "" -#: ../../godmode/setup/setup_auth.php:460 -msgid "Session timeout (mins)" -msgstr "Окончание сессии (минуты)" +#: ../../godmode/setup/setup_visuals.php:144 +#: ../../include/functions_config.php:1400 +msgid "Display text proc modules have state is ok" +msgstr "Показывать текст о положительном состоянии proc модулей" -#: ../../godmode/setup/setup_auth.php:507 -#, php-format -msgid "Local %s" -msgstr "Локальный %s" +#: ../../godmode/setup/setup_visuals.php:148 +#: ../../include/functions_config.php:1404 +msgid "Display text when proc modules have state critical" +msgstr "Показывать текст о критическом состоянии proc модулей" -#: ../../godmode/setup/setup_auth.php:508 +#: ../../godmode/setup/setup_visuals.php:155 +#: ../../include/functions_config.php:1413 +msgid "Service label font size" +msgstr "Размер шрифта для карты обслуживания" + +#: ../../godmode/setup/setup_visuals.php:159 +msgid "Space between items in Service maps" +msgstr "Пространство между элементами в картах услуг" + +#: ../../godmode/setup/setup_visuals.php:167 +msgid "Show both (tabs and menu)" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:168 #, fuzzy -msgid "LDAP" -msgstr "Порт LDAP" +msgid "Show only icons" +msgstr "Показать сверху" -#: ../../godmode/setup/setup_auth.php:515 -#: ../../include/class/CredentialStore.class.php:1161 -#: ../../include/class/CredentialStore.class.php:1463 -#: ../../include/class/AgentWizard.class.php:954 -#: ../../include/functions_config.php:587 -msgid "Authentication method" -msgstr "способ проверки подлинности" - -#: ../../godmode/setup/setup_auth.php:561 +#: ../../godmode/setup/setup_visuals.php:169 #, fuzzy -msgid "Session timeout must be a number" -msgstr "Окончание сессии (минуты)" +msgid "Show only menu" +msgstr "Показывать только избранное" + +#: ../../godmode/setup/setup_visuals.php:171 +#: ../../include/functions_config.php:1448 +msgid "Tabs menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:261 +msgid "Colors" +msgstr "Цвета" + +#: ../../godmode/setup/setup_visuals.php:262 +msgid "Faces" +msgstr "Стороны" + +#: ../../godmode/setup/setup_visuals.php:263 +msgid "Colors and text" +msgstr "Цвета и текст" + +#: ../../godmode/setup/setup_visuals.php:365 +#: ../../include/functions_config.php:1084 +msgid "Style template" +msgstr "Шаблон стиля" + +#: ../../godmode/setup/setup_visuals.php:383 +#: ../../include/functions_config.php:1104 +msgid "Status icon set" +msgstr "Установить иконки статусов" + +#: ../../godmode/setup/setup_visuals.php:383 +msgid "" +"It changes the appearance of the agent or module status icon. Useful for " +"people with problems when discriminating colors, you may overlay a text in " +"the box or add an emoji (that icon can be replaced by a custom one, " +"replacing the files on disk)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:419 +#: ../../include/functions_config.php:1116 +msgid "Custom favicon" +msgstr "Настроить favicon" + +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Custom background login" +msgstr "Пользовательский фоновый вход" + +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Custom logo (menu)" +msgstr "Пользовательский логотип (меню)" + +#: ../../godmode/setup/setup_visuals.php:511 +msgid "Custom logo collapsed (menu)" +msgstr "Пользовательский логотип не работает (меню)" + +#: ../../godmode/setup/setup_visuals.php:537 +msgid "Custom logo (header white background)" +msgstr "Значок пользователя (заголовок белый фон)" + +#: ../../godmode/setup/setup_visuals.php:562 +msgid "Custom logo (login)" +msgstr "Значок пользователя (Вход)" + +#: ../../godmode/setup/setup_visuals.php:590 +msgid "Custom Splash (login)" +msgstr "Пользовательская страница приветствия (Вход)" + +#: ../../godmode/setup/setup_visuals.php:628 +#: ../../include/functions_config.php:1140 +msgid "Custom documentation logo" +msgstr "Пользовательский логотип документации" + +#: ../../godmode/setup/setup_visuals.php:668 +#: ../../include/functions_config.php:1144 +msgid "Custom support logo" +msgstr "Индивидуальный логотип поддержки" + +#: ../../godmode/setup/setup_visuals.php:706 +#: ../../include/functions_config.php:1148 +#: ../../include/functions_config.php:1152 +msgid "Custom networkmap center logo" +msgstr "Логотип пользовательскогог центра сетевых карт" + +#: ../../godmode/setup/setup_visuals.php:746 +msgid "Custom mobile console icon" +msgstr "Пользовательский значок мобильной консоли" + +#: ../../godmode/setup/setup_visuals.php:795 +msgid "Datepicker first day of week" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:813 +msgid "Title (header)" +msgstr "Название (заголовок)" + +#: ../../godmode/setup/setup_visuals.php:819 +msgid "Subtitle (header)" +msgstr "Подзаголовок (заголовок)" + +#: ../../godmode/setup/setup_visuals.php:827 +msgid "Title 1 (login)" +msgstr "Название 1 (вход в систему)" + +#: ../../godmode/setup/setup_visuals.php:832 +msgid "Title 2 (login)" +msgstr "Название 2 (вход в систему)" + +#: ../../godmode/setup/setup_visuals.php:838 +msgid "Docs URL (login)" +msgstr "Документы URL (Вход в систему)" + +#: ../../godmode/setup/setup_visuals.php:843 +msgid "Support URL (login)" +msgstr "Поддержка URL (Вход в систему)" + +#: ../../godmode/setup/setup_visuals.php:849 +#: ../../include/functions_config.php:1196 +msgid "Product name" +msgstr "Название продукта" + +#: ../../godmode/setup/setup_visuals.php:854 +#: ../../include/functions_config.php:1200 +msgid "Copyright notice" +msgstr "Предупреждение об Авторских правах" + +#: ../../godmode/setup/setup_visuals.php:860 +#: ../../include/functions_config.php:1204 +#: ../../include/functions_config.php:1208 +#, fuzzy +msgid "Background opacity % (login)" +msgstr "Цвет фона" + +#: ../../godmode/setup/setup_visuals.php:865 +msgid "Disable logo in graphs" +msgstr "Отключение логотипа в графиках" + +#: ../../godmode/setup/setup_visuals.php:883 +msgid "Disable helps" +msgstr "Отключение подсказок" + +#: ../../godmode/setup/setup_visuals.php:893 +#: ../../include/functions_config.php:1352 +msgid "Fixed header" +msgstr "Исправленный заголовок" + +#: ../../godmode/setup/setup_visuals.php:905 +msgid "Automatically hide submenu" +msgstr "Автоматическое скрытие подменю" + +#: ../../godmode/setup/setup_visuals.php:915 +msgid "Visual effects and animation" +msgstr "Визуальные эффекты и анимация" + +#: ../../godmode/setup/setup_visuals.php:926 +#, fuzzy +msgid "Random background (login)" +msgstr "Пользовательский фоновый вход" + +#: ../../godmode/setup/setup_visuals.php:952 +#: ../../include/functions_config.php:1316 +msgid "GIS Labels" +msgstr "ГИС Метки" + +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../include/functions_config.php:1324 +msgid "Default icon in GIS" +msgstr "Значок по умолчанию в ГИС" + +#: ../../godmode/setup/setup_visuals.php:971 +msgid "Agent icon group" +msgstr "Группа значков агентов" + +#: ../../godmode/setup/setup_visuals.php:1021 +msgid "Graphs font size" +msgstr "Размер шрифта графиков" + +#: ../../godmode/setup/setup_visuals.php:1040 +msgid "Show unit along with value in reports" +msgstr "Показывать единицу измерения вместе со значением в отчетах" + +#: ../../godmode/setup/setup_visuals.php:1051 +#: ../../include/functions_config.php:1284 +#, fuzzy +msgid "Truncate agent text at end" +msgstr "Создание агента для каждой базы данных" + +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../include/functions_config.php:1296 +msgid "Truncate module text at end" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1072 +#: ../../include/functions_config.php:1288 +#: ../../include/functions_config.php:1292 +msgid "Agent size text" +msgstr "Агент размера текста" + +#: ../../godmode/setup/setup_visuals.php:1072 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If the " +"text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1101 +#, fuzzy +msgid "Small" +msgstr "Маленький:" + +#: ../../godmode/setup/setup_visuals.php:1094 +#: ../../include/functions_config.php:1300 +msgid "Module size text" +msgstr "Модуль размера текста" + +#: ../../godmode/setup/setup_visuals.php:1094 +msgid "" +"In the lists or sections where the agent name is displayed, the name will be " +"shortened if its extension is greater than the number indicated here. If " +"the text is in a small area it can have a maximum length and if it is in a " +"larger section, it can have another size." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1118 +#: ../../include/functions_config.php:1304 +#: ../../include/functions_config.php:1308 +msgid "Description size text" +msgstr "Описание размера текста" + +#: ../../godmode/setup/setup_visuals.php:1129 +#: ../../include/functions_config.php:1312 +msgid "Item title size text" +msgstr "Артикул Названия Размера текста" + +#: ../../godmode/setup/setup_visuals.php:1158 +msgid "On Boolean graphs" +msgstr "В Булевых графиках" + +#: ../../godmode/setup/setup_visuals.php:1161 +msgid "Show only average by default" +msgstr "Показывать среднее по умолчанию" + +#: ../../godmode/setup/setup_visuals.php:1162 +msgid "Show MAX/AVG/MIN by default" +msgstr "Показывать МАКС/СРД/МИН по умолчанию" + +#: ../../godmode/setup/setup_visuals.php:1181 +#, fuzzy +msgid "Graph color #" +msgstr "График цвет #1" + +#: ../../godmode/setup/setup_visuals.php:1195 +msgid "" +"Number of decimals to display in reports and visual consoles. It must be " +"between 0 and 5." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1200 +msgid "Data precision" +msgstr "Точность данных" + +#: ../../godmode/setup/setup_visuals.php:1218 +msgid "Data precision in graphs" +msgstr "Точность данных в графиках" + +#: ../../godmode/setup/setup_visuals.php:1237 +#: ../../include/functions_config.php:1071 +msgid "Value to interface graphics" +msgstr "Значение для графического интерфейса" + +#: ../../godmode/setup/setup_visuals.php:1237 +msgid "Name of the drives for network interface graphics (SNMP)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1380 +msgid "Default line thickness for the Custom Graph." +msgstr "Толщина линии по умолчанию для пользовательского графика." + +#: ../../godmode/setup/setup_visuals.php:1262 +msgid "Number of elements in Custom Graph" +msgstr "Номер элементов в Пользовательском Графике" + +#: ../../godmode/setup/setup_visuals.php:1276 +#: ../../include/functions_config.php:1092 +msgid "Use round corners" +msgstr "Использовать округлые уголки" + +#: ../../godmode/setup/setup_visuals.php:1287 +#: ../../include/functions_config.php:1096 +msgid "Chart fit to content" +msgstr "Таблица адаптирована под содержимое" + +#: ../../godmode/setup/setup_visuals.php:1287 +msgid "" +"There are graphs whose values are percentages and the top of the graph " +"exceeds the maximum value one hundred, you may configure the graphs to stop " +"adding a proportional upper margin by activating this option." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1297 +msgid "Type of module charts" +msgstr "Тип таблицы модулей" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "Graph TIP view" +msgstr "Представление диаграммы TIP" + +#: ../../godmode/setup/setup_visuals.php:1343 +msgid "" +"TIP graphs show the full data resolution, they are much more expensive in BD/" +"CPU time, but they allow to \"zoom\" interactively and show all the data, " +"without compacting the information in fewer points. By default (off), TIPs " +"can be seen, but manually, if this mode is selected in each graph, but you " +"may also define that they always come out as TIP or also define that this is " +"so, but only for those of Boolean data." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "Graph mode" +msgstr "Режим графика" + +#: ../../godmode/setup/setup_visuals.php:1359 +msgid "" +"It displays the default graphs with three overlapping data series (Maximum, " +"Average, and Minimum) or with only one data series (Average)." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1374 +#, fuzzy +msgid "Zoom graphs" +msgstr "Увеличенные графики:" + +#: ../../godmode/setup/setup_visuals.php:1394 +#: ../../godmode/setup/setup_visuals.php:1395 +#: ../../godmode/setup/setup_visuals.php:1980 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 +#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436 +#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438 +#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443 +#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445 +#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447 +#: ../../include/functions_visual_map_editor.php:1278 +#: ../../include/functions_visual_map_editor.php:1279 +#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127 +#: ../../include/functions.php:530 ../../include/functions.php:661 +#: ../../operation/events/sound_events.php:153 +#: ../../operation/events/sound_events.php:154 +#: ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 +#: ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 +#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:165 +msgid "seconds" +msgstr "секунд(ы)" + +#: ../../godmode/setup/setup_visuals.php:1396 +#: ../../godmode/setup/setup_visuals.php:1397 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../godmode/setup/setup_visuals.php:1399 +#: ../../godmode/setup/setup_visuals.php:1981 +#: ../../include/functions_visual_map_editor.php:1280 +#: ../../include/functions_visual_map_editor.php:1281 +#: ../../include/functions_visual_map_editor.php:1282 +#: ../../include/functions_visual_map_editor.php:1283 +#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128 +#: ../../include/functions.php:534 ../../include/functions.php:665 +msgid "minutes" +msgstr "минут(ы)" + +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../include/functions_visual_map_editor.php:1284 +msgid "hour" +msgstr "час" + +#: ../../godmode/setup/setup_visuals.php:1403 +msgid "Classic view" +msgstr "Классический вид" + +#: ../../godmode/setup/setup_visuals.php:1404 +msgid "View of favorites" +msgstr "Просмотр избранного" + +#: ../../godmode/setup/setup_visuals.php:1414 +msgid "Default cache expiration" +msgstr "Время истечения кэша по умолчанию" + +#: ../../godmode/setup/setup_visuals.php:1419 +#: ../../include/functions_visual_map_editor.php:1310 +msgid "No cache" +msgstr "Нет кэша" + +#: ../../godmode/setup/setup_visuals.php:1432 +#: ../../include/functions_config.php:1252 +msgid "Default interval for refresh on Visual Console" +msgstr "Интервал обновления Визуальной консоли по умолчанию" + +#: ../../godmode/setup/setup_visuals.php:1448 +msgid "Type of view of visual consoles" +msgstr "Тип просмотра визуальных консолей" + +#: ../../godmode/setup/setup_visuals.php:1461 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "Количество избранных визуальных консолей для отображения в меню" + +#: ../../godmode/setup/setup_visuals.php:1467 +#: ../../include/functions_config.php:1268 +msgid "Default line thickness for the Visual Console" +msgstr "Толщина линии по умолчанию для визуальной консоли" + +#: ../../godmode/setup/setup_visuals.php:1479 +#, fuzzy +msgid "Visual console default text margin (em)" +msgstr "Имя визуальной консоли" + +#: ../../godmode/setup/setup_visuals.php:1485 +msgid "Lock screen orientation when viewing on mobile devices" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +#: ../../include/functions_config.php:1276 +msgid "Display item frame on alert triggered" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "It displays an orange box around items that have triggered an alert." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1517 +msgid "Number of favorite services to show in the menu" +msgstr "Количество избранных сервисов для отображения в меню" + +#: ../../godmode/setup/setup_visuals.php:1562 +msgid "Show report info with description" +msgstr "Показывать информацию об отчете в описании" + +#: ../../godmode/setup/setup_visuals.php:1572 +msgid "Custom report front page" +msgstr "Первая страница пользовательского отчета" + +#: ../../godmode/setup/setup_visuals.php:1583 +#: ../../include/functions_config.php:1559 +msgid "PDF font size (px)" +msgstr "Размер шрифта PDF (px)" + +#: ../../godmode/setup/setup_visuals.php:1587 +#: ../../include/functions_config.php:1555 +msgid "HTML font size for SLA (em)" +msgstr "Размер шрифта HTML для SLA (em)" + +#: ../../godmode/setup/setup_visuals.php:1593 +msgid "Graph image height for HTML reports" +msgstr "Высота изображения графика для отчетов HTML" + +#: ../../godmode/setup/setup_visuals.php:1597 +msgid "Interval description" +msgstr "Описание Интервала" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1563 +#: ../../include/functions_config.php:1567 +#: ../../include/functions_config.php:1571 +#: ../../include/functions_config.php:1575 +#: ../../include/functions_config.php:1579 +#: ../../include/functions_config.php:1583 +msgid "Custom report front" +msgstr "Пользовательская отчетная страница" + +#: ../../godmode/setup/setup_visuals.php:1614 +#: ../../include/functions_config.php:1120 +#: ../../include/functions_config.php:1571 +msgid "Custom logo" +msgstr "Значок пользователя" + +#: ../../godmode/setup/setup_visuals.php:1615 +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../godmode/setup/setup_visuals.php:1662 +msgid "" +"You may use the following macros: _REPORT_NAME_ indicating the name of the " +"report, _DATETIME_END_ indicates the end of the period (if it is a periodic " +"report), _DATETIME_ date/time of the generation of the report." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1629 +#: ../../include/class/TipsWindow.class.php:814 +#: ../../include/class/TipsWindow.class.php:981 +msgid "Preview" +msgstr "Предварительный просмотр" + +#: ../../godmode/setup/setup_visuals.php:1635 +#: ../../include/functions_config.php:1575 +msgid "Header" +msgstr "Заголовок" + +#: ../../godmode/setup/setup_visuals.php:1648 +#: ../../include/functions_config.php:1579 +msgid "First page" +msgstr "Первая страница" + +#: ../../godmode/setup/setup_visuals.php:1662 +#: ../../include/functions_config.php:1583 +msgid "Footer" +msgstr "Нижний колонтитул" + +#: ../../godmode/setup/setup_visuals.php:1691 +msgid "Comparation in rollover" +msgstr "Сравнение при наведении курсора" + +#: ../../godmode/setup/setup_visuals.php:1698 +msgid "Timestamp in rollover" +msgstr "Временная метка при наведении курсора" + +#: ../../godmode/setup/setup_visuals.php:1705 +msgid "Compact mode" +msgstr "Компактный режим" + +#: ../../godmode/setup/setup_visuals.php:1790 +msgid "Use 1024 when module unit are bytes" +msgstr "Используйте 1024, если единицей модуля являются байты" + +#: ../../godmode/setup/setup_visuals.php:1791 +msgid "Use always 1000" +msgstr "Используйте всегда 1000" + +#: ../../godmode/setup/setup_visuals.php:1792 +msgid "Use always 1024" +msgstr "Используйте всегда 1024" + +#: ../../godmode/setup/setup_visuals.php:1804 +#: ../../include/functions_config.php:1364 +msgid "Networkmap max width" +msgstr "Максимальная ширина карты сети" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "Show only the group name" +msgstr "Показывать только имя группы" + +#: ../../godmode/setup/setup_visuals.php:1816 +msgid "The name of the group will be displayed instead of displaying its icon." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1827 +#, fuzzy +msgid "Show empty groups in group view" +msgstr "Показывать имя группы вместо иконы группы" + +#: ../../godmode/setup/setup_visuals.php:1837 +#: ../../include/functions_config.php:1019 +msgid "Date format string" +msgstr "Формат даты" + +#: ../../godmode/setup/setup_visuals.php:1837 +msgid "It uses a unix datetime format definition string." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1846 +msgid "Example" +msgstr "Пример" + +#: ../../godmode/setup/setup_visuals.php:1855 +#: ../../include/functions_config.php:1603 +#, fuzzy +msgid "Decimal separator" +msgstr "Десятичный сепаратор CSV" + +#: ../../godmode/setup/setup_visuals.php:1870 +msgid "Visible time of successful notifiations" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1883 +msgid "Timestamp, time comparison, or compact mode" +msgstr "Временная метка, сравнение времени или компактный режим" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "Custom values post process" +msgstr "Пользовательские значения после обработки" + +#: ../../godmode/setup/setup_visuals.php:1898 +msgid "" +"Custom conversion values for post-processing. It updates a table in the " +"database to have custom conversions from one unit to another." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:1938 +#: ../../godmode/setup/setup_visuals.php:2105 +msgid "Delete custom values" +msgstr "Удаление пользовательских значений" + +#: ../../godmode/setup/setup_visuals.php:1982 +#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129 +#: ../../include/functions.php:535 ../../include/functions.php:666 +#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402 +msgid "hours" +msgstr "часа/часов" + +#: ../../godmode/setup/setup_visuals.php:1984 +#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132 +#: ../../include/functions.php:532 ../../include/functions.php:663 +msgid "months" +msgstr "месяца/месяцев" + +#: ../../godmode/setup/setup_visuals.php:1985 +#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133 +#: ../../include/functions.php:533 ../../include/functions.php:664 +msgid "years" +msgstr "год(а)/лет" + +#: ../../godmode/setup/setup_visuals.php:1988 +msgid "Interval values" +msgstr "интервал значений" + +#: ../../godmode/setup/setup_visuals.php:2027 +#, fuzzy +msgid "Delete interval values" +msgstr "Удалить интервал" + +#: ../../godmode/setup/setup_visuals.php:2070 +msgid "Module units" +msgstr "Модульные единицы" + +#: ../../godmode/setup/setup_visuals.php:2143 +#: ../../include/functions_config.php:1587 +msgid "CSV divider" +msgstr "Делитель CSV" + +#: ../../godmode/setup/setup_visuals.php:2148 +#: ../../include/functions_config.php:1591 +msgid "CSV decimal separator" +msgstr "Десятичный сепаратор CSV" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "Data multiplier to use in graphs/data" +msgstr "Множитель данных для использования в графиках/данных" + +#: ../../godmode/setup/setup_visuals.php:2154 +msgid "" +"Value by which it will multiply the data shown to represent them in graphs. " +"This is useful in case the value unit is bytes; for other conversions use " +"Custom value post processing." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2158 +#: ../../include/functions_config.php:1599 +msgid "Hide general stats for non admin users in tactical view" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:2175 +msgid "Behaviour configuration" +msgstr "Настройка поведения" + +#: ../../godmode/setup/setup_visuals.php:2180 +msgid "GIS configuration" +msgstr "Конфигурация GIS" + +#: ../../godmode/setup/setup_visuals.php:2185 +msgid "Style configuration" +msgstr "Конфигурация стиля" + +#: ../../godmode/setup/setup_visuals.php:2190 +msgid "Charts configuration" +msgstr "Конфигурация диаграмм" + +#: ../../godmode/setup/setup_visuals.php:2195 +msgid "Font and Text configuration" +msgstr "Настройка шрифта и текста" + +#: ../../godmode/setup/setup_visuals.php:2200 +msgid "Visual consoles configuration" +msgstr "Конфигурация визуальных консолей" + +#: ../../godmode/setup/setup_visuals.php:2205 +msgid "Reports configuration" +msgstr "Конфигурация отчетов" + +#: ../../godmode/setup/setup_visuals.php:2210 +msgid "Services configuration" +msgstr "Конфигурация сервисов" + +#: ../../godmode/setup/setup_visuals.php:2215 +msgid "Other configuration" +msgstr "Другая конфигурация" + +#: ../../godmode/setup/setup_visuals.php:2400 +#: ../../include/functions_config.php:1528 +msgid "Delete interval" +msgstr "Удалить интервал" + +#: ../../godmode/setup/setup_visuals.php:2458 +msgid "Logo preview" +msgstr "Пред показ значка" + +#: ../../godmode/setup/setup_visuals.php:2488 +msgid "Splash Preview" +msgstr "Пред показ страницы приветствия" + +#: ../../godmode/setup/setup_visuals.php:2507 +msgid "Mobile console logo preview" +msgstr "Предварительный просмотр логотипа мобильной консоли" + +#: ../../godmode/setup/setup_visuals.php:2543 +msgid "Gis icons preview" +msgstr "Предварительный просмотр значков Gis" + +#: ../../godmode/setup/setup_visuals.php:2609 +msgid "Status set preview" +msgstr "Предварительный просмотр состояния" #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -20330,8 +20318,8 @@ msgstr "SNMP генератор прерывания" #: ../../godmode/snmpconsole/snmp_trap_generator.php:51 #: ../../godmode/snmpconsole/snmp_filters.php:59 -#: ../../include/class/CredentialStore.class.php:965 #: ../../include/class/SnmpConsole.class.php:234 +#: ../../include/class/CredentialStore.class.php:965 #: ../../operation/snmpconsole/snmp_statistics.php:104 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263 @@ -20667,7 +20655,7 @@ msgstr "Ошибка при создании тега" #: ../../include/class/TipsWindow.class.php:763 #: ../../include/class/TipsWindow.class.php:930 #: ../../include/lib/Dashboard/Widgets/url.php:216 -#: ../../include/functions_reporting.php:7899 +#: ../../include/functions_reporting.php:7910 msgid "Url" msgstr "Адрес URL" @@ -21315,10 +21303,10 @@ msgstr "" "доступна только для чтения. Перейдите в %s, чтобы управлять им." #: ../../godmode/users/user_list.php:510 -#: ../../godmode/users/configure_user.php:1013 -#: ../../godmode/users/configure_user.php:1094 #: ../../godmode/users/user_management.php:209 #: ../../godmode/users/user_management.php:221 +#: ../../godmode/users/configure_user.php:1013 +#: ../../godmode/users/configure_user.php:1094 #: ../../include/class/SnmpConsole.class.php:291 #: ../../include/functions_reporting_html.php:6581 #: ../../include/functions_reporting_html.php:7718 @@ -21360,8 +21348,8 @@ msgstr "" "пользователя." #: ../../godmode/users/user_list.php:765 -#: ../../include/functions_reporting.php:5513 -#: ../../include/functions_reporting.php:5560 +#: ../../include/functions_reporting.php:5524 +#: ../../include/functions_reporting.php:5571 #: ../../operation/search_users.php:87 msgid "The user doesn't have any assigned profile/group" msgstr "У пользователь нет закрепленного за ним профиля/группы" @@ -21382,11 +21370,320 @@ msgid "The current authentication scheme doesn't support creating users on %s" msgstr "" "Текущая схема аутентификации не поддерживает создание пользователей на %s" -#: ../../godmode/users/configure_user.php:60 -#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805 +#: ../../godmode/users/user_management.php:45 +#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805 msgid "External link" msgstr "Внешняя ссылка" +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information" +msgstr "Подробная информация" + +#: ../../godmode/users/user_management.php:202 +#, fuzzy +msgid "Profile information for" +msgstr "SNMP Информация для " + +#: ../../godmode/users/user_management.php:232 +#: ../../include/functions_reporting_html.php:7719 +#: ../../include/functions_reporting_html.php:7742 +msgid "Full name" +msgstr "Полное имя" + +#: ../../godmode/users/user_management.php:244 +#: ../../godmode/users/configure_user.php:1132 +#: ../../operation/users/user_edit.php:381 +msgid "Full (display) name" +msgstr "Полное (отображать) имя" + +#: ../../godmode/users/user_management.php:252 +msgid "" +"This will be the email used in those alert actions that the email makes use " +"of. It will also be the email used for user notifications that wer " +"configured in this way." +msgstr "" + +#: ../../godmode/users/user_management.php:264 +#: ../../godmode/users/configure_user.php:1238 +#: ../../operation/users/user_edit.php:401 +msgid "E-mail" +msgstr "Электронная почта" + +#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/user_management.php:284 +#: ../../godmode/users/configure_user.php:1254 +#: ../../operation/users/user_edit.php:403 +msgid "Phone number" +msgstr "Номер телефона" + +#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1211 +#, fuzzy +msgid "Administrator user" +msgstr "Администратор" + +#: ../../godmode/users/user_management.php:299 +msgid "" +"This type of 'superadmin' has no restrictions whatsoever. If you want to " +"create partial administrators, use the profile and group-based privilege " +"system." +msgstr "" + +#: ../../godmode/users/user_management.php:333 +#, fuzzy +msgid "New password" +msgstr "Новый Пароль" + +#: ../../godmode/users/user_management.php:353 +#, fuzzy +msgid "Repeat new password" +msgstr "Повторите пароль" + +#: ../../godmode/users/user_management.php:366 +#: ../../godmode/users/configure_user.php:1183 +#: ../../operation/users/user_edit.php:408 +msgid "Password confirmation" +msgstr "Подтверждение пароля" + +#: ../../godmode/users/user_management.php:374 +#: ../../operation/users/user_edit.php:409 +msgid "Current password" +msgstr "Текущий пароль" + +#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1201 +msgid "Own password confirmation" +msgstr "Подтверждение собственного пароля" + +#: ../../godmode/users/user_management.php:406 +#, fuzzy +msgid "Third user password confirmation" +msgstr "Подтверждение собственного пароля" + +#: ../../godmode/users/user_management.php:421 +msgid "Not Login" +msgstr "Нет Логина" + +#: ../../godmode/users/user_management.php:438 +msgid "The user with not login set only can access to API." +msgstr "Пользователь без логина может только получить доступ к API." + +#: ../../godmode/users/user_management.php:443 +#, fuzzy +msgid "Local User" +msgstr "Локальный %s" + +#: ../../godmode/users/user_management.php:460 +msgid "" +"The user with local authentication enabled will always use local " +"authentication." +msgstr "" + +#: ../../godmode/users/user_management.php:472 +#: ../../views/dashboard/tipsWindow.php:52 +#, fuzzy +msgid "Show usage tips at startup" +msgstr "Показывать агенты по положению: " + +#: ../../godmode/users/user_management.php:478 +#, fuzzy +msgid "Session time" +msgstr "Время сессии" + +#: ../../godmode/users/user_management.php:488 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting " +"-1 in this field." +msgstr "" +"Этот параметр задается в минутах, Если вы хотите, чтобы сессия была " +"постоянной, поставьте в этом поле -1." + +#: ../../godmode/users/user_management.php:539 +#, fuzzy +msgid "Pages with autorefresh" +msgstr "Список страниц с автообновлением" + +#: ../../godmode/users/user_management.php:624 +#, fuzzy +msgid "Autorefresh pages" +msgstr "Частота обновления" + +#: ../../godmode/users/user_management.php:630 +#, fuzzy +msgid "Time for autorefresh" +msgstr "Время автообновления" + +#: ../../godmode/users/user_management.php:649 +#, fuzzy +msgid "Pandora RC user access enabled" +msgstr "Доступ пользователей eHorus разрешен" + +#: ../../godmode/users/user_management.php:659 +#: ../../godmode/users/user_management.php:671 +#, fuzzy +msgid "Pandora RC User" +msgstr "Pandora серверы" + +#: ../../godmode/users/user_management.php:678 +#: ../../godmode/users/user_management.php:690 +#, fuzzy +msgid "Pandora RC Password" +msgstr "Пароль API" + +#: ../../godmode/users/user_management.php:699 +#, fuzzy +msgid "Language and Appearance" +msgstr "Код языка" + +#: ../../godmode/users/user_management.php:715 +msgid "" +"When changing the theme, the login screen logo will be restricted to the " +"default for that color scheme, if you have a custom logo, adjust it after " +"changing the theme." +msgstr "" + +#: ../../godmode/users/user_management.php:723 +#, fuzzy +msgid "User color scheme" +msgstr "комментарий пользователя" + +#: ../../godmode/users/user_management.php:724 +#: ../../godmode/users/configure_user.php:1310 +#: ../../operation/users/user_edit.php:521 +#, fuzzy +msgid "Default theme" +msgstr "Масштаб по умолчанию" + +#: ../../godmode/users/user_management.php:725 +#: ../../godmode/users/configure_user.php:1311 +#: ../../operation/users/user_edit.php:522 +#, fuzzy +msgid "Black theme" +msgstr "Черный" + +#: ../../godmode/users/user_management.php:833 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +#: ../../include/functions_visual_map_editor.php:309 +msgid "Time zone" +msgstr "Часовой пояс" + +#: ../../godmode/users/user_management.php:850 +#, fuzzy +msgid "Additional settings" +msgstr "Настройки оптимизации" + +#: ../../godmode/users/user_management.php:856 +#: ../../godmode/users/configure_user.php:1259 +#: ../../include/ajax/events.php:1838 +#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 +#: ../../include/functions_reporting_html.php:7298 +#: ../../mobile/operation/events.php:874 +#: ../../operation/users/user_edit.php:740 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 +#: ../../views/ITSM/ITSMTicketDetailView.php:411 +msgid "Comments" +msgstr "Комментарии" + +#: ../../godmode/users/user_management.php:869 +#, fuzzy +msgid "Enable IP allowlist" +msgstr "Включить оповещение" + +#: ../../godmode/users/user_management.php:909 +#: ../../godmode/users/configure_user.php:1271 +#: ../../operation/users/user_edit.php:753 +msgid "" +"Add the source IPs that will allow console access. Each IP must be separated " +"only by comma. * allows all." +msgstr "" + +#: ../../godmode/users/user_management.php:932 +#, fuzzy +msgid "Pandora ITSM user configuration" +msgstr "Конфигурация пользователя Integria" + +#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 +#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 +#: ../../operation/events/events.php:2938 +#: ../../operation/events/sound_events.php:294 +#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 +msgid "Start" +msgstr "Старт" + +#: ../../godmode/users/user_management.php:976 +#, fuzzy +msgid "Contact details (QR)" +msgstr "Детали инцидента" + +#: ../../godmode/users/user_management.php:977 +#, fuzzy +msgid "API Token credentials" +msgstr "Учетные данные SAP" + +#: ../../godmode/users/configure_token.php:56 +#, fuzzy +msgid "Create token" +msgstr "Создано для" + +#: ../../godmode/users/configure_token.php:62 +#, fuzzy, php-format +msgid "There was a problem get token, %s" +msgstr "Ошибка при удалении пользователя" + +#: ../../godmode/users/configure_token.php:74 +#, fuzzy +msgid "Token label" +msgstr "Метка узла" + +#: ../../godmode/users/configure_token.php:127 +#, fuzzy +msgid "Expiration Time" +msgstr "Срок истечения" + +#: ../../godmode/users/configure_token.php:208 +msgid "Expiration date must be later than today." +msgstr "" + +#: ../../godmode/users/token_list.php:67 +#, fuzzy, php-format +msgid "There was a problem deleting token, %s" +msgstr "Ошибка при удалении пользователя" + +#: ../../godmode/users/token_list.php:100 +msgid "This code will appear only once, please keep it in a safe place" +msgstr "" + +#: ../../godmode/users/token_list.php:102 +msgid "" +"If you lose the code, you will only able to delete it and create a new one" +msgstr "" + +#: ../../godmode/users/token_list.php:111 +#, fuzzy, php-format +msgid "There was a problem creating this token, %s" +msgstr "Проблема при создании этого профиля" + +#: ../../godmode/users/token_list.php:123 +#, fuzzy, php-format +msgid "There was a problem updating this token, %s" +msgstr "Проблема при обновлении этого профиля" + +#: ../../godmode/users/token_list.php:140 +#, fuzzy +msgid "For user" +msgstr "Пользователь eHorus" + +#: ../../godmode/users/token_list.php:142 +#, fuzzy +msgid "Last usage" +msgstr "Последнее обновление" + +#: ../../godmode/users/token_list.php:206 +#, fuzzy +msgid "Create Token" +msgstr "Создать скин" + #: ../../godmode/users/configure_user.php:248 msgid "Update User" msgstr "Обновить пользователя" @@ -21521,86 +21818,16 @@ msgid "Please, avoid share this string with others." msgstr "" "Пожалуйста, сохраните отчет перед началом добавления элементов в этот список." -#: ../../godmode/users/configure_user.php:1132 -#: ../../godmode/users/user_management.php:244 -#: ../../operation/users/user_edit.php:381 -msgid "Full (display) name" -msgstr "Полное (отображать) имя" - -#: ../../godmode/users/configure_user.php:1183 -#: ../../godmode/users/user_management.php:366 -#: ../../operation/users/user_edit.php:408 -msgid "Password confirmation" -msgstr "Подтверждение пароля" - -#: ../../godmode/users/configure_user.php:1201 -#: ../../godmode/users/user_management.php:389 -msgid "Own password confirmation" -msgstr "Подтверждение собственного пароля" - -#: ../../godmode/users/configure_user.php:1211 -#: ../../godmode/users/user_management.php:299 -#, fuzzy -msgid "Administrator user" -msgstr "Администратор" - -#: ../../godmode/users/configure_user.php:1238 -#: ../../godmode/users/user_management.php:264 -#: ../../operation/users/user_edit.php:401 -msgid "E-mail" -msgstr "Электронная почта" - -#: ../../godmode/users/configure_user.php:1254 -#: ../../godmode/users/user_management.php:272 -#: ../../godmode/users/user_management.php:284 -#: ../../operation/users/user_edit.php:403 -msgid "Phone number" -msgstr "Номер телефона" - -#: ../../godmode/users/configure_user.php:1259 -#: ../../godmode/users/user_management.php:856 -#: ../../include/ajax/events.php:1838 -#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194 -#: ../../include/functions_reporting_html.php:7298 -#: ../../mobile/operation/events.php:874 -#: ../../operation/users/user_edit.php:740 -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 -msgid "Comments" -msgstr "Комментарии" - #: ../../godmode/users/configure_user.php:1270 #: ../../operation/users/user_edit.php:752 #, fuzzy msgid "Login allowed IP list" msgstr "Не удалось выполнить вход" -#: ../../godmode/users/configure_user.php:1271 -#: ../../godmode/users/user_management.php:909 -#: ../../operation/users/user_edit.php:753 -msgid "" -"Add the source IPs that will allow console access. Each IP must be separated " -"only by comma. * allows all." -msgstr "" - #: ../../godmode/users/configure_user.php:1309 msgid "Skin" msgstr "Обложка" -#: ../../godmode/users/configure_user.php:1310 -#: ../../godmode/users/user_management.php:724 -#: ../../operation/users/user_edit.php:521 -#, fuzzy -msgid "Default theme" -msgstr "Масштаб по умолчанию" - -#: ../../godmode/users/configure_user.php:1311 -#: ../../godmode/users/user_management.php:725 -#: ../../operation/users/user_edit.php:522 -#, fuzzy -msgid "Black theme" -msgstr "Черный" - #: ../../godmode/users/configure_user.php:1321 msgid "Search custom field view" msgstr "Искать поле пользовательского просмотра" @@ -21722,245 +21949,6 @@ msgstr "Двойная аутентификация была успешно де msgid "There was an error deactivating the double autentication" msgstr "Произошла ошибка при деактивации двойной аутентификации" -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information" -msgstr "Подробная информация" - -#: ../../godmode/users/user_management.php:202 -#, fuzzy -msgid "Profile information for" -msgstr "SNMP Информация для " - -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7719 -#: ../../include/functions_reporting_html.php:7742 -msgid "Full name" -msgstr "Полное имя" - -#: ../../godmode/users/user_management.php:252 -msgid "" -"This will be the email used in those alert actions that the email makes use " -"of. It will also be the email used for user notifications that wer " -"configured in this way." -msgstr "" - -#: ../../godmode/users/user_management.php:299 -msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to " -"create partial administrators, use the profile and group-based privilege " -"system." -msgstr "" - -#: ../../godmode/users/user_management.php:333 -#, fuzzy -msgid "New password" -msgstr "Новый Пароль" - -#: ../../godmode/users/user_management.php:353 -#, fuzzy -msgid "Repeat new password" -msgstr "Повторите пароль" - -#: ../../godmode/users/user_management.php:374 -#: ../../operation/users/user_edit.php:409 -msgid "Current password" -msgstr "Текущий пароль" - -#: ../../godmode/users/user_management.php:406 -#, fuzzy -msgid "Third user password confirmation" -msgstr "Подтверждение собственного пароля" - -#: ../../godmode/users/user_management.php:421 -msgid "Not Login" -msgstr "Нет Логина" - -#: ../../godmode/users/user_management.php:438 -msgid "The user with not login set only can access to API." -msgstr "Пользователь без логина может только получить доступ к API." - -#: ../../godmode/users/user_management.php:443 -#, fuzzy -msgid "Local User" -msgstr "Локальный %s" - -#: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local " -"authentication." -msgstr "" - -#: ../../godmode/users/user_management.php:472 -#: ../../views/dashboard/tipsWindow.php:52 -#, fuzzy -msgid "Show usage tips at startup" -msgstr "Показывать агенты по положению: " - -#: ../../godmode/users/user_management.php:478 -#, fuzzy -msgid "Session time" -msgstr "Время сессии" - -#: ../../godmode/users/user_management.php:488 -msgid "" -"This is defined in minutes, If you wish a permanent session should putting " -"-1 in this field." -msgstr "" -"Этот параметр задается в минутах, Если вы хотите, чтобы сессия была " -"постоянной, поставьте в этом поле -1." - -#: ../../godmode/users/user_management.php:539 -#, fuzzy -msgid "Pages with autorefresh" -msgstr "Список страниц с автообновлением" - -#: ../../godmode/users/user_management.php:624 -#, fuzzy -msgid "Autorefresh pages" -msgstr "Частота обновления" - -#: ../../godmode/users/user_management.php:630 -#, fuzzy -msgid "Time for autorefresh" -msgstr "Время автообновления" - -#: ../../godmode/users/user_management.php:649 -#, fuzzy -msgid "Pandora RC user access enabled" -msgstr "Доступ пользователей eHorus разрешен" - -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 -#, fuzzy -msgid "Pandora RC User" -msgstr "Pandora серверы" - -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 -#, fuzzy -msgid "Pandora RC Password" -msgstr "Пароль API" - -#: ../../godmode/users/user_management.php:699 -#, fuzzy -msgid "Language and Appearance" -msgstr "Код языка" - -#: ../../godmode/users/user_management.php:715 -msgid "" -"When changing the theme, the login screen logo will be restricted to the " -"default for that color scheme, if you have a custom logo, adjust it after " -"changing the theme." -msgstr "" - -#: ../../godmode/users/user_management.php:723 -#, fuzzy -msgid "User color scheme" -msgstr "комментарий пользователя" - -#: ../../godmode/users/user_management.php:833 -#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 -#: ../../include/functions_visual_map_editor.php:309 -msgid "Time zone" -msgstr "Часовой пояс" - -#: ../../godmode/users/user_management.php:850 -#, fuzzy -msgid "Additional settings" -msgstr "Настройки оптимизации" - -#: ../../godmode/users/user_management.php:869 -#, fuzzy -msgid "Enable IP allowlist" -msgstr "Включить оповещение" - -#: ../../godmode/users/user_management.php:932 -#, fuzzy -msgid "Pandora ITSM user configuration" -msgstr "Конфигурация пользователя Integria" - -#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53 -#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738 -#: ../../operation/events/events.php:2938 -#: ../../operation/events/sound_events.php:294 -#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596 -msgid "Start" -msgstr "Старт" - -#: ../../godmode/users/user_management.php:976 -#, fuzzy -msgid "Contact details (QR)" -msgstr "Детали инцидента" - -#: ../../godmode/users/user_management.php:977 -#, fuzzy -msgid "API Token credentials" -msgstr "Учетные данные SAP" - -#: ../../godmode/users/configure_token.php:56 -#, fuzzy -msgid "Create token" -msgstr "Создано для" - -#: ../../godmode/users/configure_token.php:62 -#, fuzzy, php-format -msgid "There was a problem get token, %s" -msgstr "Ошибка при удалении пользователя" - -#: ../../godmode/users/configure_token.php:74 -#, fuzzy -msgid "Token label" -msgstr "Метка узла" - -#: ../../godmode/users/configure_token.php:127 -#, fuzzy -msgid "Expiration Time" -msgstr "Срок истечения" - -#: ../../godmode/users/configure_token.php:208 -msgid "Expiration date must be later than today." -msgstr "" - -#: ../../godmode/users/token_list.php:67 -#, fuzzy, php-format -msgid "There was a problem deleting token, %s" -msgstr "Ошибка при удалении пользователя" - -#: ../../godmode/users/token_list.php:100 -msgid "This code will appear only once, please keep it in a safe place" -msgstr "" - -#: ../../godmode/users/token_list.php:102 -msgid "" -"If you lose the code, you will only able to delete it and create a new one" -msgstr "" - -#: ../../godmode/users/token_list.php:111 -#, fuzzy, php-format -msgid "There was a problem creating this token, %s" -msgstr "Проблема при создании этого профиля" - -#: ../../godmode/users/token_list.php:123 -#, fuzzy, php-format -msgid "There was a problem updating this token, %s" -msgstr "Проблема при обновлении этого профиля" - -#: ../../godmode/users/token_list.php:140 -#, fuzzy -msgid "For user" -msgstr "Пользователь eHorus" - -#: ../../godmode/users/token_list.php:142 -#, fuzzy -msgid "Last usage" -msgstr "Последнее обновление" - -#: ../../godmode/users/token_list.php:206 -#, fuzzy -msgid "Create Token" -msgstr "Создать скин" - #: ../../godmode/wizards/Custom.class.php:160 #: ../../godmode/wizards/Applications.class.php:158 #: ../../godmode/wizards/Cloud.class.php:178 @@ -22347,15 +22335,15 @@ msgstr "Список задач" #: ../../include/ajax/snmp_browser.ajax.php:262 #: ../../include/class/AlertsList.class.php:380 #: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/ConfigPEN.class.php:743 -#: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/ModuleTemplates.class.php:1404 -#: ../../include/class/SatelliteAgent.class.php:1088 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/class/AgentWizard.class.php:6059 +#: ../../include/class/AgentDeployWizard.class.php:604 +#: ../../include/class/CredentialStore.class.php:1598 +#: ../../include/class/SatelliteAgent.class.php:1088 +#: ../../include/class/SatelliteCollection.class.php:614 #: ../../include/functions_ui.php:338 #: ../../operation/visual_console/view.php:1218 #: ../../views/consoles/list.php:165 @@ -22718,8 +22706,8 @@ msgstr "" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056 #: ../../include/class/AgentDeployWizard.class.php:558 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118 msgid "Done" msgstr "Готово" @@ -23184,105 +23172,6 @@ msgstr "Хранилище для файлов" msgid "About" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:162 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"Это личный код, который вы должны использовать в приложении аутентификатора." - -#: ../../include/ajax/double_auth.ajax.php:163 -#: ../../include/ajax/double_auth.ajax.php:300 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"Вы можете ввести код вручную или использовать QR-код для его автоматического " -"добавления" - -#: ../../include/ajax/double_auth.ajax.php:169 -#: ../../include/ajax/double_auth.ajax.php:306 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:208 -msgid "You are about to activate the double authentication" -msgstr "Вы собираетесь активировать двойную аутентификацию" - -#: ../../include/ajax/double_auth.ajax.php:209 -#, fuzzy -msgid "" -"With this option enabled, your account access will be more secure, cause a " -"code generated by other application will be required after the login" -msgstr "" -"При включении этой опции доступ к вашей учетной записи будет более " -"безопасным, \n" -"\t\tпоскольку после входа в систему потребуется ввести код, сгенерированный " -"другим приложением." - -#: ../../include/ajax/double_auth.ajax.php:212 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"Прежде чем продолжить, вам необходимо установить приложение по следующей " -"ссылке" - -#: ../../include/ajax/double_auth.ajax.php:217 -msgid "Download the app" -msgstr "Скачать приложение" - -#: ../../include/ajax/double_auth.ajax.php:218 -#: ../../include/ajax/double_auth.ajax.php:310 -#: ../../include/functions_register.php:188 -msgid "Continue" -msgstr "Продолжить" - -#: ../../include/ajax/double_auth.ajax.php:234 -msgid "Are you installed the app yet?" -msgstr "Вы уже установили приложение?" - -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "A private code has been generated" -msgstr "Был сгенерирован личный код" - -#: ../../include/ajax/double_auth.ajax.php:299 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Прежде чем продолжить, необходимо создать новую запись в приложении " -"аутентификатора" - -#: ../../include/ajax/double_auth.ajax.php:309 -msgid "Refresh code" -msgstr "Обновить код" - -#: ../../include/ajax/double_auth.ajax.php:378 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "Вы уже ввели код в приложение аутентификатора?" - -#: ../../include/ajax/double_auth.ajax.php:441 -msgid "Introduce a code generated by the app" -msgstr "Введите код, сгенерированный приложением" - -#: ../../include/ajax/double_auth.ajax.php:442 -msgid "If the code is valid, the double authentication will be activated" -msgstr "Если код действителен, будет активирована двойная аутентификация" - -#: ../../include/ajax/double_auth.ajax.php:451 -msgid "Validate code" -msgstr "Проверить правильность кода" - -#: ../../include/ajax/double_auth.ajax.php:503 -msgid "The code is valid, you can exit now" -msgstr "Код действителен, вы можете выйти сейчас" - -#: ../../include/ajax/double_auth.ajax.php:512 -#: ../../mobile/include/user.class.php:285 ../../index.php:380 -msgid "Invalid code" -msgstr "Недействительный код" - -#: ../../include/ajax/double_auth.ajax.php:520 -msgid "The code is valid, but it was an error saving the data" -msgstr "Код действителен, но при сохранении данных произошла ошибка" - #: ../../include/ajax/snmp_browser.ajax.php:113 #: ../../include/ajax/snmp_browser.ajax.php:124 #: ../../include/ajax/snmp_browser.ajax.php:134 @@ -23311,8 +23200,8 @@ msgstr "Политика создана успешно" #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563 -#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595 +#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587 +#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201 #: ../../include/class/AuditLog.class.php:570 #: ../../include/class/AuditLog.class.php:608 @@ -23384,8 +23273,8 @@ msgstr "Сохранить в группе" msgid "Save current filter" msgstr "Обновить текущий фильтр" -#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779 -#: ../../include/ajax/module.php:2742 +#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742 +#: ../../include/ajax/custom_fields.php:779 #: ../../operation/reporting/graph_analytics.php:507 #: ../../operation/reporting/graph_analytics.php:521 msgid "Delete filter" @@ -23637,78 +23526,6 @@ msgstr "Куда:" msgid "Insufficient permissions to validate alerts" msgstr "Недостаточно прав для проверки оповещений" -#: ../../include/ajax/custom_fields.php:480 -msgid "Current interval" -msgstr "Текущий интервал" - -#: ../../include/ajax/custom_fields.php:528 -#: ../../include/ajax/custom_fields.php:581 -msgid "Modules normal" -msgstr "Нормальные Модули" - -#: ../../include/ajax/custom_fields.php:539 -msgid "Modules critical" -msgstr "Критические Модули" - -#: ../../include/ajax/custom_fields.php:550 -msgid "Modules warning" -msgstr "Предостережения о модулях" - -#: ../../include/ajax/custom_fields.php:560 -msgid "Modules unknown" -msgstr "Неизвестные Модули" - -#: ../../include/ajax/custom_fields.php:571 -msgid "Modules no init" -msgstr "Модули без инициализации" - -#: ../../include/ajax/custom_fields.php:613 -msgid "New Filter" -msgstr "Новый фильтр" - -#: ../../include/ajax/custom_fields.php:620 -msgid "Existing Filter" -msgstr "Существующий фильтр" - -#: ../../include/ajax/custom_fields.php:838 -msgid "Filter name already exists in the bbdd" -msgstr "Имя фильтра уже существует в БД" - -#: ../../include/ajax/custom_fields.php:850 -#: ../../include/ajax/custom_fields.php:926 -msgid "Please, select a custom field" -msgstr "Пожалуйста, выберите пользовательское поле" - -#: ../../include/ajax/custom_fields.php:878 -msgid "Success create filter." -msgstr "Успешное создание фильтра." - -#: ../../include/ajax/custom_fields.php:885 -msgid "Error create filter." -msgstr "Ошибка при создании фильтра." - -#: ../../include/ajax/custom_fields.php:910 -#: ../../include/ajax/custom_fields.php:983 -#, fuzzy -msgid "Please, select a filter" -msgstr "пожалуйста, выберите фильтр" - -#: ../../include/ajax/custom_fields.php:952 -msgid "Success update filter." -msgstr "Успешное обновление фильтра." - -#: ../../include/ajax/custom_fields.php:959 -msgid "Error update filter." -msgstr "Ошибка обновления фильтра." - -#: ../../include/ajax/custom_fields.php:1002 -msgid "Success delete filter." -msgstr "Успешное удаление фильтра." - -#: ../../include/ajax/custom_fields.php:1009 -msgid "Error delete filter." -msgstr "Ошибка удаления фильтра." - #: ../../include/ajax/module.php:283 ../../include/functions.php:3507 msgid "30 minutes" msgstr "30 минут" @@ -23912,6 +23729,177 @@ msgstr "Сервис уже существует." msgid "Congratulations, you have already created a simple alert. and the status color is " -"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"Поздравляю! Вы создали свой
модуль, а цвет статуса синий.
Этот цвет означает, что модуль не был выполнен. В течение следующих " -"нескольких секунд, если проблем нет, цвет состояния изменится на красный или зеленый." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Перейдите на вкладку предупреждения, а затем заполните форму для добавления " -"предупреждения." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "Выберите критический модуль." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "В шаблоне выберите \"Критическое состояние\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "Теперь выберите действие, созданное ранее." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "Нажмите кнопку Добавить Предупреждение, чтобы создать предупреждение." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" -"Чтобы проверить только что созданное предупреждение, перейдите к основному " -"виду, нажав на вкладку \"Глаз\"." - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "Я хочу показать Вам, как проводить мониторинг сервера." @@ -28301,27 +28180,6 @@ msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" "Теперь перейдите в меню Управление предупреждениями и нажмите на Действия. " -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"Обратите внимание, что не рекомендуется использовать агентов с интервалом " -"мониторинга менее 300 секунд. Это серьезно повлияет на производительность " -"сервера. Например, иметь 200 агентов с интервалом в одну минуту - это то же " -"самое, что иметь 1000 агентов с интервалом в 5 минут. Вероятность получения " -"неизвестных модулей выше, а воздействие на сервер тоже выше, поскольку " -"требуется меньшее время отклика." - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "Интервалы агента." - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -28531,6 +28389,134 @@ msgstr "" msgid "Modules not learning mode." msgstr "Предостережения о модулях" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +#, fuzzy +msgid "Agent contact date passed it's ETA!" +msgstr "Истек предполагаемый срок даты обращения агента!" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Это происходит, когда ваш агент перестал создавать отчеты или на сервере " +"возникли проблемы (слишком большая нагрузка или он просто не работает). " +"Проверьте также соединение между агентом и сервером." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Теперь Вам нужно перейти в Модули. Не волнуйтесь, я Вас проведу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +#, fuzzy +msgid "Click in this tab" +msgstr "Нажмите на эту вкладку..." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Теперь Вы должны создать модуль. Не волнуйтесь, я Вас научу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "Выберите модуль сетевого сервера." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "И нажмите на кнопку." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Теперь Вы должны создать модуль. Не волнуйтесь, я Вас научу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "Теперь мы переходим к заполнению формы." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "Пожалуйста, выберите Управление сетями." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "Выберите компонент под названием \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "При желании Вы можете изменить имя." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" +"Проверьте, является ли указанный IP-адрес IP-адресом вашего устройства." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "А для завершения нажмите на эту кнопку." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Поздравляю! Вы создали свой
модуль, а цвет статуса синий.
Этот цвет означает, что модуль не был выполнен. В течение следующих " +"нескольких секунд, если проблем нет, цвет состояния изменится на красный или зеленый." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Перейдите на вкладку предупреждения, а затем заполните форму для добавления " +"предупреждения." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "Выберите критический модуль." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "В шаблоне выберите \"Критическое состояние\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "Теперь выберите действие, созданное ранее." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "Нажмите кнопку Добавить Предупреждение, чтобы создать предупреждение." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Чтобы проверить только что созданное предупреждение, перейдите к основному " +"виду, нажав на вкладку \"Глаз\"." + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Обратите внимание, что не рекомендуется использовать агентов с интервалом " +"мониторинга менее 300 секунд. Это серьезно повлияет на производительность " +"сервера. Например, иметь 200 агентов с интервалом в одну минуту - это то же " +"самое, что иметь 1000 агентов с интервалом в 5 минут. Вероятность получения " +"неизвестных модулей выше, а воздействие на сервер тоже выше, поскольку " +"требуется меньшее время отклика." + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "Интервалы агента." + #: ../../include/lib/Core/DBMaintainer.php:177 #, fuzzy, php-format msgid "Connection problems: %s" @@ -28739,8 +28725,8 @@ msgstr "Размер иконки" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "Модуль статуса" @@ -28918,7 +28904,7 @@ msgid "Status and Monitor checks" msgstr "Проверка Статуса и Прибора контроля" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "производительность сервера" @@ -29001,37 +28987,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "Управление" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "Информационное" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "Второстепенное" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "Основной" @@ -29044,8 +29030,8 @@ msgstr "Заявки Integria IMS" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "Лимит" @@ -29110,7 +29096,7 @@ msgstr "Модуль статуса" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "Модули" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -29478,70 +29464,6 @@ msgstr "Вы должны выбрать какую-то группу" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "Уровень безопасности" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -#, fuzzy -msgid "Vulnerabilities by category" -msgstr "Создать категорию" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -#, fuzzy -msgid "Evolution" -msgstr "Разрешение" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "Строка" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "Общее время" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "Последние данные" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 #, fuzzy msgid "Color chart" @@ -29662,7 +29584,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "Проекционный график" @@ -29805,8 +29727,8 @@ msgid "Aggregated by" msgstr "Объединено по" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "Данные к показу" @@ -29825,6 +29747,70 @@ msgstr "Отчет о сработавших предупреждениях" msgid "Not alert fired" msgstr "Нет сработавших предупреждений" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "Уровень безопасности" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +#, fuzzy +msgid "Vulnerabilities by category" +msgstr "Создать категорию" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +#, fuzzy +msgid "Evolution" +msgstr "Разрешение" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "Строка" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "Общее время" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "Последние данные" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29966,37 +29952,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "Невозможно подключиться к узлу %d" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr " ошибка: Модулю не назначен агент." - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "Модуль уже существует: \"%s\"" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "Имя модуля пустое." - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "Недопустимые символы в имени модуля" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "Модуль уже существует, пожалуйста, выберите другое имя или агента." - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "Недостаточные полномочия для выполнения этого действия" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "Ошибка при обработке: %s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -30099,27 +30054,120 @@ msgstr "Нет инициализированных модулей" msgid "Events in last 24 hrs" msgstr "События (последние 24ч)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#: ../../include/lib/TacticalView/elements/Agents.php:135 #, fuzzy -msgid "Log storage" -msgstr "Источник журнала" +msgid "Group alias" +msgstr "Групповой acl" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "Нет приборов контроля" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +#, fuzzy +msgid "UKNOWN" +msgstr "НЕИЗВЕСТНЫЙ" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "Конфигурация Элементов" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "Имя #Сред." + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "SNMP-ловушки" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "Статус монитора" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "Еще модули" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 #, fuzzy msgid "Everything's OK!" msgstr "все" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 #, fuzzy msgid "Something’s wrong" msgstr "Что-то пошло не так" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "ОБСЛУЖИВАНИЕ" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "ИНФОРМАЦИОННЫЕ СВЕДЕНИЯ" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "MAJOR" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "MINOR" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "В процессе" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "Новые события." + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "Подтверждение событий" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "Неизвестное" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "Событие" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#, fuzzy +msgid "Log storage" +msgstr "Источник журнала" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 #, fuzzy msgid "News Board" @@ -30189,99 +30237,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "Групповой acl" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "Нет приборов контроля" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -#, fuzzy -msgid "UKNOWN" -msgstr "НЕИЗВЕСТНЫЙ" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "ОБСЛУЖИВАНИЕ" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "ИНФОРМАЦИОННЫЕ СВЕДЕНИЯ" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "MAJOR" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "MINOR" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "В процессе" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "Новые события." - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "Подтверждение событий" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "Неизвестное" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "Событие" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "Конфигурация Элементов" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "Имя #Сред." - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "SNMP-ловушки" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "Статус монитора" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "Еще модули" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30762,6 +30717,37 @@ msgstr "IP адрес" msgid "Operative system" msgstr "Оперативная Система" +#: ../../include/lib/Module.php:257 +#, fuzzy +msgid "error: Module has no agent assigned" +msgstr " ошибка: Модулю не назначен агент." + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "Модуль уже существует: \"%s\"" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "Имя модуля пустое." + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "Недопустимые символы в имени модуля" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "Модуль уже существует, пожалуйста, выберите другое имя или агента." + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "Недостаточные полномочия для выполнения этого действия" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "Ошибка при обработке: %s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -31170,7 +31156,7 @@ msgstr "Топология" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "Динамический" @@ -31212,103 +31198,6 @@ msgstr "Не удалось стереть %d модуля: %s" msgid "Failed to erase policy module: %d" msgstr "Не удалось стереть модуль политики: %d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "Средняя загрузка (последний час)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "Средняя загрузка (последние 5 минут)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "Средняя загрузка (последние 15 минут)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "Общий Размер Обмена, настроенный для хоста" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "Доступное пространство Обмена на хосте" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Общий размер Реальной/Физической Памяти на хосте" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Доступное пространство Реальной/Физической Памяти на хосте" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "Общая Доступная Память на хосте" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "Общая кэшированная память" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "Общая буферизованная память" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Объем памяти, поменянной с диска (кБ/с)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Объем памяти, поменянной на диск (кБ/с)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "Количество блоков, отправленных на блочное устройство" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "Количество блоков, полученных от блочного устройства" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "Количество обработанных прерываний" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "Количество контекстных переключений" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "время пользователя CPU" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "время системы CPU" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "время простоя CPU" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "Время активности системы" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "Нумерация страниц" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "Группировка по строке Enterprise / IP" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "Активный фильтр" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "Активные фильтры" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "Нажмите здесь, чтобы открыть всплывающее окно с URL тегом" @@ -31845,617 +31734,6 @@ msgid "File is missing in disk storage. Please contact the administrator." msgstr "" "Файл отсутствует в памяти диска. Пожалуйста, обратитесь к администратору." -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "сек" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "д." - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "мин" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "ч" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "Н" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "Монитор Критического" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "Устройства контроля за предостережениями об опасности" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "Монитор Обычного" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "Монитор неизвестен" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "Оповещение восстановлено" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "Оповещение прекращено" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "Подтверждение руководства оповещений" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "Агент создан" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "Хост рекона определен" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "Конфигурационные изменения" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "Диспетчер конфигурации сети" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "ПРЕДУПРЕЖДЕНИЕ АКТИВИРОВАНО" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s секунд" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s минут" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s месяцев" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s лет" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "Значения по умолчанию не будут исползованы" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "Файл превышает максимальный размер" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "Файл был загружен только частично"
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "Файл не был загружен"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "Временный каталог не существует."
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "Невозможно записать файл на диск"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "Загрузка файла приостановлена из-за расширения"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "Неизвестная ошибка загрузки"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "Не найдено данных для экспорта"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 секунд"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10 секунд"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 секунд"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2 минуты"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15 минут"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "Предыдущий"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "Итоговые серии"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "Средняя серия"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "Единица "
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "Мин.:"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "Max:"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "Средн:"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "модуля"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "Проекция"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "Проверка электронной почты Pandora FMS"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-"Эта проверка электронной почты, отправленная из Pandora FMS. Если вы можете "
-"прочитать это, ваша конфигурация работает."
-
-#: ../../include/functions.php:6636
-#, fuzzy
-msgid "Recommended value is: -1"
-msgstr "Рекомендуемое значение: %s"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "Не выбрана операция 'set', 'get' или 'help' ."
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "Данная операция не существует."
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "Идентификатор не существует в базе данных."
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "Эта операция не может быть использована в элементах кластера."
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr "У пользователя недостаточно прав для выполнения этого действия."
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "Нет данных"
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-"Эта консоль не является администратором среды. Пожалуйста, управляйте этой "
-"функцией с консоли централизованного менеджера (Метаконсоль)."
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "Ошибка проверки подлинности"
-
-#: ../../include/functions_api.php:206
-#, fuzzy
-msgid "License not allowed for this operation."
-msgstr "Нет установлены или не получены или не помогли операции."
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-"Агент не может быть изменен. В целях безопасности используйте группу, "
-"отличную от 0."
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "Обновленные агенты %d/%d"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "Агент обновлен."
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "Не удалось создать ОС"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "Не удалось обновить ОС"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "Агент был успешно удален"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "Сетевой модуль обновлен."
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "Модуль плагина обновлен."
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "Синтетический модуль создан ID: %s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "ID созданного синтетического модуля: "
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "Данные модуля обновлены."
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "Модуль SNMP обновлен."
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-"Ошибка при создании шаблона предупреждения. Id_group не может быть пустым."
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Ошибка при создании шаблона предупреждения. Неверная id_group или у "
-"пользователя недостаточно прав для выполнения этого действия."
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-"Ошибка обновления шаблона предупреждения. Неверная id_group или у "
-"пользователя недостаточно прав для выполнения этого действия."
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "Успешное обновление шаблона предупреждения"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr "Ошибка при удалении шаблона предупреждения. Id_template не существует."
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "Успешное удаление шаблона предупреждения."
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "%d затронутых агентов"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "Правильное удаление модуля шаблона."
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "Успешное удаление шаблона модуля."
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr "Ошибка при проверке предупреждения. Id_template не может быть пустым."
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr "Ошибка при проверке предупреждения. Id_agent не может быть пустым."
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr "Ошибка при проверке предупреждения. Id_module не может быть пустым."
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-"Ошибка при проверке предупреждения. Указанное предупреждение не существует."
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "Ошибка при проверке предупреждения"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "Правильная проверка всех предупреждений (всего %d)."
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "Правильная проверка всех предупреждений политики."
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-"Ошибка остановки простоя. Периодические и запланированные простои не могут "
-"быть остановлены."
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "Простой остановлен."
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "и эти модули не существуют или не применимы к данным агентам: "
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "и эти агенты порождают проблемы: "
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "и агентов с такими id не существует: "
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "Обновлен плановый простой"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr " Агенты удалены"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr " Добавлены агенты"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "Данные политики модуля обновлены."
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "Сетевой модуль политики обновлен."
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "Плагин модуля политики обновлен."
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "SNMP модуль политики обновлен."
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "Удалено успешно"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "Пользователь создан."
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "Пользователь обновлён."
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "Включить пользователя."
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "Отключить пользователя."
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "Шаблон был вставлен в %d агентов."
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "XML-файл был успешно сгенерирован на пути: "
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "Модуль был создан в %d агентах."
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "Модуль был создан в %d агентах."
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "Пользователь удален."
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "Добавлен профиль пользователя."
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "Профиль пользователя удален."
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "Модуль успешно отключен."
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "Модуль не удалось отключить."
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "Модуль успешно включен."
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "Модуль не удалось включить."
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "Предупреждение не удалось отключить."
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "Предупреждение не удалось включить."
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "Включенный агент."
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "Отключенный агент."
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "Метаконсоль и лицензии всех узлов были обновлены."
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-"Лицензия Метаконсоли обновлена, но %d из %d узлов не удалось "
-"синхронизировать."
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "Эта функция предназначена только для метаконсоли."
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "Успешно удалено"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "Пользователь не может получить доступ к кластеру."
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "Создано по шаблону "
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "Фильтр событий успешно создан."
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "Фильтр событий успешно обновлен."
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "Фильтр событий успешно удален."
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "Проверенные ловушки."
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "Удаленные ловушки."
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr "Успешно обновлено количество модулей/предупреждений в id агента %d."
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr "Успешное обновление модуля/счета предупреждений во всех агентах"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr "Успешно добавлено в ожидание удаление агента id %d в политику id %d."
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-"Ошибка включения/выключения задачи discovery. Id_user не может быть пустым."
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-"Ошибка включения/выключения задачи discovery. Значение включения/выключения "
-"нельзя оставлять пустым."
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr "Ошибка включения/выключения задачи discovery."
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "Включено задание discovery."
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "Выключено задание discovery."
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "Сконфигурировать пользователя"
@@ -33128,7 +32406,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "Хотя бы один модуль в КРИТИЧЕСКОМ статусе"
 
@@ -33136,7 +32414,7 @@ msgstr "Хотя бы один модуль в КРИТИЧЕСКОМ стату
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "По крайней мере один модуль в состоянии ОПАСНОСТЬ"
 
@@ -33144,7 +32422,7 @@ msgstr "По крайней мере один модуль в состоянии
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "Хотя бы один модуль в НЕИЗВЕСТНОМ статусе"
 
@@ -33152,7 +32430,7 @@ msgstr "Хотя бы один модуль в НЕИЗВЕСТНОМ стату
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "Все приборы контроля ОК"
 
@@ -33407,191 +32685,6 @@ msgstr "Отменить"
 msgid "Use agent IP"
 msgstr "IP-адрес агента"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "Ошибка при обработке рапроса"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-"Возможно, что просматревается только часть информации, к которой у вашего "
-"пользователя нет доступа"
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "Software"
-
-#: ../../include/functions_ui.php:1360
-#, fuzzy
-msgid "Force check"
-msgstr "Принудить дистанционные проверки"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "Вы уверены, что хотите включить оповещение"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "Вы уверены, что хотите включить оповещение"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-"Оповещение будет запущено когда значение превышает  "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr "Оповещение будет запущено когда значение ниже "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "Неизвестная опция."
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "Гибкая система мониторинга"
-
-#: ../../include/functions_ui.php:2699
-#, fuzzy
-msgid "First"
-msgstr "Первая страница"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "Неизвестный тип"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "Экспорт текущей страницы в CSV"
-
-#: ../../include/functions_ui.php:4052
-#, fuzzy, php-format
-msgid "export_%s_current_page_%s"
-msgstr "Экспорт текущей страницы в CSV"
-
-#: ../../include/functions_ui.php:4205
-#, fuzzy
-msgid "No matching records found"
-msgstr "Соответствующих трапов не найдено"
-
-#: ../../include/functions_ui.php:4206
-#, fuzzy
-msgid "No data available in table"
-msgstr "Недоступно"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "ПРЕДУПРЕЖДЕНИЕ"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "СИСТЕМА"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "Версия Enterprise не установлена"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "Наберите не менее двух символов для поиска"
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "Небработанная ошибка"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "Возникает необработанная ошибка"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "Просмотр снимков"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-"Эти элементы управления используют часовой пояс системы (%s) вместо вашего "
-"(%s). Разница с вашим часовым поясом в часах составляет %s."
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "Запрос"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "Результаты"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "Выполнить запрос"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "Показать пароль"
-
-#: ../../include/functions_ui.php:7558
-#, fuzzy
-msgid "WEB server"
-msgstr "WMI сервер"
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "Модуль помощника"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "Выбрать модуль инвентаризации"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "Использование настраиваемых полей"
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "Имя поля"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr ""
-"Пользователь не найден в базе данных \n"
-"\t\t\t\t\t\t\t\tили неверный пароль"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "Добавить поле"
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "Пустая карта"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "Оповещение Действий"
@@ -33623,66 +32716,1588 @@ msgstr "ГИС соединения"
 msgid "GIS map layers"
 msgstr "ГИС уровни карты"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "Версия Enterprise не установлена"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "Статус слежения"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "Всего агентов и приборов контроля"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "Определенные оповещения"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "Определенные и запущеные оповещения"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "Критический монитор"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "Приборы контроля для предостережения об опасности"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "Монитор нормальный"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "Монитор неизвестный"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "Не инициализированный прибор контроля"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "Приборы контроля по статусу"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "Максимум"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "Нет запущенных оповещений"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "СИСТЕМА"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "Главный узел"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "Время обновления"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "Начальная дата"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "Время начала"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "Период времени"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "Время сравнения (Разделено)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "Показывать события"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "Показывать угрозы"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "Показать неизвестный график"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "Масштаб"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "Показать процентиль"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "Показать серию данных СРЕДН/МАКС/МИН на графике"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "Проектирование графика"
+
+#: ../../include/functions_graph.php:5799
+#, fuzzy
+msgid "Projection graph take as begin date the current time"
+msgstr "Дата окончания должна быть выше, чем текущее время"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "Перезагрузить"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "Меню конфигурации графика"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "Последний прогон"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "Принудительное выполнение"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "Тип отчета"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "регекс"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "Отчет по каждому агенту"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "Пользовательский скрипт"
+
+#: ../../include/functions_cron.php:975
+#, fuzzy
+msgid "Enable task"
+msgstr "включить задачу"
+
+#: ../../include/functions_cron.php:989
+#, fuzzy
+msgid "There are no jobs"
+msgstr "здесь нет комментариев"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "Размер файла коллекции превышает лимит (%s байт)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "Ошибка безопасности"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "Ошибка загрузки"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "Настройка проблемы umask: %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "Правильно загружено"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "Невозможно было распаковать файл"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+"Размер файла кажется слишком большим. Проверьте конфигурацию php.ini или "
+"свяжитесь с администратором"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "Файл создан правильно"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "Ошибка при создании файла"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "Ошибка при создании файла с пыстым именем"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "Ошибка безопасности."
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "Каталог создан"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "Что-то пошло не так, создавая каталог"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "Удалено"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "Создать каталог"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "Создать фильтр"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "Загрузить файлы"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+#, fuzzy
+msgid "Real path"
+msgstr "Путь Saml"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "Каталог %s не существует!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "Родительский каталог"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "Каталог"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "сжатый файл"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "Текстовый файл"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "Этот файл может быть выполнен любым пользователем"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "Убедитесь, что он не может выполнять опасные задачи"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "Нет файлов или каталогов для показа."
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "Создать каталог"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+"Заархивированный файл загружен в этом каталоге, легче загружать сразу "
+"несколько файлов."
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "Декомпрессировать"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "Перейти"
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "Создать фильтр"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "Загрузить файл/ы"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "Журнал - чтение только"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "Пожалуйста, выберите элемент из этого списка."
+
+#: ../../include/functions_html.php:1015
+#, fuzzy
+msgid "Select one or more elements"
+msgstr "Удалить элемент сервиса"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "Агент фильтра"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "Тип таблиц"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "Фильтр модуля"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+#, fuzzy
+msgid "Type to search modules"
+msgstr "Поиск модуля"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+#, fuzzy
+msgid "Only common modules"
+msgstr "Показать общие модули"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "недели"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "День месяца"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "Месяц"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "День недели"
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "Выбрать фильтр"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "Введите не менее двух символов для поиска модуля."
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+"%s не может проверить происхождение запроса. Попробуйте еще раз, пожалуйста."
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "Первичная группа не может быть и вторичной тоже."
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+#, fuzzy
+msgid "Go to top"
+msgstr "Перейти к "
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "За последний час."
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "Прошлая неделя"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "Прошлый месяц"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "Последний день"
+
+#: ../../include/functions_html.php:7993
+#, fuzzy
+msgid "Chose start/end date period"
+msgstr "Установка даты начала и окончания"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "Проверить конфигурацию почты"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "Конфигурация пользователя Integria"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "Настройка подтипов"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "Уведомленные пользователи"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "Уведомленные группы"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "Добавить пользователей"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "Добавить группы"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "Удалить пользователей"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "Удалить группы"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "Добавить элементы"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "Удалить элементы"
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "Показывать угрозы"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "История"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "Оповещение обзора"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "Применить фильтр"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "Уведомления пользователей"
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "Пометить как непрочитанное"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "Нажмите здесь, чтобы получить дополнительную информацию"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "Простой график"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "Простой базовый график"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "SQL вертикальная панель графика"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "SQL секторный график"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "Горизонтальная гистограмма SQL"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "Автоматически комбинированный график"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "График доступности"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "Модульная Гистограмма"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "IPAM сети"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "соглашениe об уровне обслуживания (SLA)"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "Соглашения об уровне обслуживания (SLA)"
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "Ежемесячный S.L.A."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "Еженедельный S.L.A."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "Ежечасный S.L.A."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "Сервисы S.L.A."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "Прогнозирование"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "Прогнозирование даты"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "Среднее значение"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "Max. value"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "Минимальное значение"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "Отчет по мониторам"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "Упорядоченные данные"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "Исторические данные"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "Увеличить"
+
+#: ../../include/functions_reports.php:782
+#, fuzzy
+msgid "Service Level Detailed"
+msgstr "Древовидное представление служб"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "Сгруппировано"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "Отчет группы"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "Исключение"
+
+#: ../../include/functions_reports.php:818
+#, fuzzy
+msgid "Agents/Modules status"
+msgstr "Агенты/Модули"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "Верх n"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "Сетевые интерфейсы"
+
+#: ../../include/functions_reports.php:845
+#, fuzzy
+msgid "Custom Render"
+msgstr "Пользовательское поле"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "Доступность"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "Text/HTML "
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "Импорт текста из URL"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "Отчет о предупреждениях модуля"
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "Отчет о предупреждениях агента "
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "Отчет о предупреждениях групп"
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "Отчет о предупреждениях агента "
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "Отчет о событиях модуля"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "Отчет о событиях агента"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "Отчет о событиях групп"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "Инвентаризация агентов"
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "Инвентаризация агентов"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "Изменения инвентаризации"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "Агент конфигурации"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "Группа конфигурации"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "Диаграмма области сетевого потока"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "Таблица данных сетевого потока"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "Суммарная таблица сетевого потока"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+#, fuzzy
+msgid "Netflow top-N connections"
+msgstr "Подключения узлов"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "Журнал"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "Отчет по журналу"
+
+#: ../../include/functions_reports.php:959
+#, fuzzy
+msgid "Log report by period"
+msgstr "Отчет по журналу"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "Отчет о разрешениях"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "НКМ"
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "Изменения конфигурации"
+
+#: ../../include/functions_reports.php:976
+#, fuzzy
+msgid "NCM devices list"
+msgstr "Устройства NCM"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "Уровень безопасности"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "Последняя проверка"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "События графика по пользователю"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+#, fuzzy
+msgid "Detailed security report"
+msgstr "Отчет о предупреждениях агента "
+
+#: ../../include/functions_reports.php:1037
+#, fuzzy
+msgid "Vulnerabilities of agent"
+msgstr "Предупреждение сработало по агенту"
+
+#: ../../include/functions_reports.php:1042
+#, fuzzy
+msgid "Top-N agents with more risk"
+msgstr "здесь нет агентов с модулями"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+#, fuzzy
+msgid "Macro"
+msgstr "Макросы"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "Строка"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+#, fuzzy
+msgid "Graph Sql"
+msgstr "Только график"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "Период "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "Агент успешно добавлен в макет"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "Модули успешно добавлены в макет"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "Агенты успешно добавлены в макет"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "Не удается загрузить визуальную карту"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "Изменения не найдены"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "Получить CSV файл"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "Добавлено"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "сек"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "д."
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "мин"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "ч"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "Н"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "Монитор Критического"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "Устройства контроля за предостережениями об опасности"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "Монитор Обычного"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "Монитор неизвестен"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "Оповещение восстановлено"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "Оповещение прекращено"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "Подтверждение руководства оповещений"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "Агент создан"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "Хост рекона определен"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "Конфигурационные изменения"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "Диспетчер конфигурации сети"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "ПРЕДУПРЕЖДЕНИЕ АКТИВИРОВАНО"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s секунд"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s минут"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s месяцев"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s лет"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "Значения по умолчанию не будут исползованы"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "Файл превышает максимальный размер"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "Файл был загружен только частично"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "Файл не был загружен"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "Временный каталог не существует."
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "Невозможно записать файл на диск"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "Загрузка файла приостановлена из-за расширения"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "Неизвестная ошибка загрузки"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "Не найдено данных для экспорта"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 секунд"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10 секунд"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 секунд"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2 минуты"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15 минут"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "Предыдущий"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "Итоговые серии"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "Средняя серия"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "Мин.:"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "Max:"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "Средн:"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "модуля"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "Проекция"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "Проверка электронной почты Pandora FMS"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+"Эта проверка электронной почты, отправленная из Pandora FMS. Если вы можете "
+"прочитать это, ваша конфигурация работает."
+
+#: ../../include/functions.php:6636
+#, fuzzy
+msgid "Recommended value is: -1"
+msgstr "Рекомендуемое значение: %s"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "Не выбрана операция 'set', 'get' или 'help' ."
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "Данная операция не существует."
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "Идентификатор не существует в базе данных."
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "Эта операция не может быть использована в элементах кластера."
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr "У пользователя недостаточно прав для выполнения этого действия."
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "Нет данных"
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+"Эта консоль не является администратором среды. Пожалуйста, управляйте этой "
+"функцией с консоли централизованного менеджера (Метаконсоль)."
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "Ошибка проверки подлинности"
+
+#: ../../include/functions_api.php:206
+#, fuzzy
+msgid "License not allowed for this operation."
+msgstr "Нет установлены или не получены или не помогли операции."
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+"Агент не может быть изменен. В целях безопасности используйте группу, "
+"отличную от 0."
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "Обновленные агенты %d/%d"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "Агент обновлен."
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "Не удалось создать ОС"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "Не удалось обновить ОС"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "Агент был успешно удален"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "Сетевой модуль обновлен."
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "Модуль плагина обновлен."
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "Синтетический модуль создан ID: %s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "ID созданного синтетического модуля: "
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "Данные модуля обновлены."
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "Модуль SNMP обновлен."
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+"Ошибка при создании шаблона предупреждения. Id_group не может быть пустым."
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Ошибка при создании шаблона предупреждения. Неверная id_group или у "
+"пользователя недостаточно прав для выполнения этого действия."
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+"Ошибка обновления шаблона предупреждения. Неверная id_group или у "
+"пользователя недостаточно прав для выполнения этого действия."
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "Успешное обновление шаблона предупреждения"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr "Ошибка при удалении шаблона предупреждения. Id_template не существует."
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "Успешное удаление шаблона предупреждения."
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "%d затронутых агентов"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "Правильное удаление модуля шаблона."
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "Успешное удаление шаблона модуля."
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr "Ошибка при проверке предупреждения. Id_template не может быть пустым."
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr "Ошибка при проверке предупреждения. Id_agent не может быть пустым."
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr "Ошибка при проверке предупреждения. Id_module не может быть пустым."
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+"Ошибка при проверке предупреждения. Указанное предупреждение не существует."
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "Ошибка при проверке предупреждения"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "Правильная проверка всех предупреждений (всего %d)."
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "Правильная проверка всех предупреждений политики."
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+"Ошибка остановки простоя. Периодические и запланированные простои не могут "
+"быть остановлены."
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "Простой остановлен."
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "и эти модули не существуют или не применимы к данным агентам: "
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "и эти агенты порождают проблемы: "
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "и агентов с такими id не существует: "
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "Обновлен плановый простой"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr " Агенты удалены"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr " Добавлены агенты"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "Данные политики модуля обновлены."
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "Сетевой модуль политики обновлен."
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "Плагин модуля политики обновлен."
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "SNMP модуль политики обновлен."
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "Удалено успешно"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "Пользователь создан."
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "Пользователь обновлён."
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "Включить пользователя."
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "Отключить пользователя."
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "Шаблон был вставлен в %d агентов."
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "XML-файл был успешно сгенерирован на пути: "
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "Модуль был создан в %d агентах."
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "Модуль был создан в %d агентах."
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "Пользователь удален."
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "Добавлен профиль пользователя."
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "Профиль пользователя удален."
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "Модуль успешно отключен."
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "Модуль не удалось отключить."
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "Модуль успешно включен."
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "Модуль не удалось включить."
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "Предупреждение не удалось отключить."
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "Предупреждение не удалось включить."
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "Включенный агент."
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "Отключенный агент."
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "Метаконсоль и лицензии всех узлов были обновлены."
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+"Лицензия Метаконсоли обновлена, но %d из %d узлов не удалось "
+"синхронизировать."
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "Эта функция предназначена только для метаконсоли."
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "Успешно удалено"
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "Пользователь не может получить доступ к кластеру."
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "Создано по шаблону "
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "Фильтр событий успешно создан."
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "Фильтр событий успешно обновлен."
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "Фильтр событий успешно удален."
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "Проверенные ловушки."
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "Удаленные ловушки."
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr "Успешно обновлено количество модулей/предупреждений в id агента %d."
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr "Успешное обновление модуля/счета предупреждений во всех агентах"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr "Успешно добавлено в ожидание удаление агента id %d в политику id %d."
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+"Ошибка включения/выключения задачи discovery. Id_user не может быть пустым."
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+"Ошибка включения/выключения задачи discovery. Значение включения/выключения "
+"нельзя оставлять пустым."
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr "Ошибка включения/выключения задачи discovery."
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "Включено задание discovery."
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "Выключено задание discovery."
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "Ошибка обновления: Пользователь не вошел в систему."
@@ -34716,6 +35331,11 @@ msgstr "Ошибка обновления: следующия значения 
 msgid "Pandora FMS"
 msgstr "Pandora FMS"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "Гибкая система мониторинга"
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr "PandoraFMS Метаконсол"
@@ -34728,2006 +35348,11 @@ msgstr "Централизованная консоль управления"
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "Максимум"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "Нет запущенных оповещений"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "Главный узел"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "Время обновления"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "Начальная дата"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "Время начала"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "Период времени"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "Время сравнения (Разделено)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "Показывать события"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "Показывать угрозы"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "Показать неизвестный график"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "Масштаб"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "Показать процентиль"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr "Показать серию данных СРЕДН/МАКС/МИН на графике"
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "Проектирование графика"
-
-#: ../../include/functions_graph.php:5799
-#, fuzzy
-msgid "Projection graph take as begin date the current time"
-msgstr "Дата окончания должна быть выше, чем текущее время"
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "Перезагрузить"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr "Меню конфигурации графика"
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "Этикетка: "
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "Данные в изображениях"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "Сгенерировано"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "Дата отчета"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "Элементы периода до"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-#, fuzzy
-msgid "CVE"
-msgstr "CSV"
-
-#: ../../include/functions_reporting_html.php:677
-#, fuzzy
-msgid "Detection time"
-msgstr "Режим выбора"
-
-#: ../../include/functions_reporting_html.php:680
-#, fuzzy
-msgid "Attack Vector"
-msgstr "Ошибка прикрепления"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-#, fuzzy
-msgid "Confidentiality"
-msgstr "Учётные данные"
-
-#: ../../include/functions_reporting_html.php:686
-#, fuzzy
-msgid "Integrity"
-msgstr "хост Integria"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "Доступность"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-#, fuzzy
-msgid "L.S. Change"
-msgstr "Изменить"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "Макс/Мин значения"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "Разрешение SLA"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "SLA Соответствие"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "Глобальное время"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "Общее Время"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "Время истекло"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "Время ОК"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "Время Неизвестно"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "Время не инициализировано"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "Время остановки"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "Время Проверок"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "Общие Проверки"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "Проверки не удались"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "Проверки ОК"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "Проверки Неизвестно"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr "24 x 7"
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "Здесь нет определенных Агентов/Модулей"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "Не инициализировано"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "Остановки"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "Среднее значение"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "Проверено"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "Событие подтверждено"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "Событие активно"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "Новое событие"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr "Система %s"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "События по валидатору пользователя"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "События по степени тяжести"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "События, подтвержденные и не подтвержденные"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "Название события"
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr "Секционые группы"
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr "Удаленная конф."
-
-#: ../../include/functions_reporting_html.php:2447
-#, fuzzy
-msgid "Agent secondary groups"
-msgstr "Добавить второстепенные группы"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "Добавлено"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "Удалено"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-"Ячейка становится серой, когда модуль находится в состоянии \"не "
-"инициализирован\""
-
-#: ../../include/functions_reporting_html.php:3037
-#, fuzzy
-msgid "Last time"
-msgstr "Последний запуск"
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "Агент - Модуль"
-
-#: ../../include/functions_reporting_html.php:3234
-#, fuzzy
-msgid "OS Type"
-msgstr "Тип сканирования"
-
-#: ../../include/functions_reporting_html.php:3500
-#, fuzzy
-msgid "Data view of all groups"
-msgstr "Открыть все группы"
-
-#: ../../include/functions_reporting_html.php:3630
-#, fuzzy
-msgid "Group Description"
-msgstr "Описание"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "События, утвержденные пользователем"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "События по степени тяжести"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "Количество утвержденных событий"
-
-#: ../../include/functions_reporting_html.php:4470
-#, fuzzy
-msgid "Total summary"
-msgstr "Суммарная карта"
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "Нет сработавших предупреждений"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "График пропускной способности интерфейса '%s'"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "Фактический статус"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "Пустые модули"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "Задержка"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "Из данных"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "В данные"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "Увеличить"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "Отрицательный прирост: "
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "Положительный прирост: "
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "Нейтральный прирост: "
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "Время в модуле не запущено"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "Время Простоя"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% Ok"
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr "Предупреждение о проверках"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "Проверки Неизвестно"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr "Первичный"
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "Мин значение агента"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "Итого"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "Уровень ошибки"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "Описание оповещения"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "Монитор"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "Агенты в группе: %s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "Последний сбой"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "нет данных(*)"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "Приборы контроля"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "Агенты по статусу"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "Обзор узлов"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "Критические события"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "Предостерегающие события"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "События OK"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "Неизвестные события"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "Важные события по Критичности"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr "Последняя активность в консоли %s"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "Информация о событиях (1 час.)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "Нет событий"
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr "На это SLA повлияли следующие запланированные простои"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-"Если продолжительность запланированного простоя составляет менее 5 минут, "
-"она не будет представлена на графике"
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "Даты"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr ""
-"На этот элемент влияет неправильно сформированное запланированное время "
-"простоя"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr "Перейдите в раздел Запланированные простои, чтобы решить эту проблему"
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr "Разрешения"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr "Продавец"
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr "Модель"
-
-#: ../../include/functions_reporting_html.php:7849
-#, fuzzy
-msgid "Firmware"
-msgstr "Отправить прошивку"
-
-#: ../../include/functions_reporting_html.php:7850
-#, fuzzy
-msgid "Last backup date"
-msgstr "Последнее обновление"
-
-#: ../../include/functions_reporting_html.php:7925
-#, fuzzy
-msgid "Diff"
-msgstr "Вид Diff"
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "Последний прогон"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "Принудительное выполнение"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "Тип отчета"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr "регекс"
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "Отчет по каждому агенту"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "Пользовательский скрипт"
-
-#: ../../include/functions_cron.php:975
-#, fuzzy
-msgid "Enable task"
-msgstr "включить задачу"
-
-#: ../../include/functions_cron.php:989
-#, fuzzy
-msgid "There are no jobs"
-msgstr "здесь нет комментариев"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "Размер файла коллекции превышает лимит (%s байт)"
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "Ошибка безопасности"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "Ошибка загрузки"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr "Настройка проблемы umask: %s"
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "Правильно загружено"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr "Невозможно было распаковать файл"
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-"Размер файла кажется слишком большим. Проверьте конфигурацию php.ini или "
-"свяжитесь с администратором"
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr "Файл создан правильно"
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "Ошибка при создании файла"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "Ошибка при создании файла с пыстым именем"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "Ошибка безопасности."
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "Каталог создан"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr "Что-то пошло не так, создавая каталог"
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr "Создать каталог"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "Создать фильтр"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr "Загрузить файлы"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-#, fuzzy
-msgid "Real path"
-msgstr "Путь Saml"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "Каталог %s не существует!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "Родительский каталог"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "Каталог"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "сжатый файл"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "Текстовый файл"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "Этот файл может быть выполнен любым пользователем"
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "Убедитесь, что он не может выполнять опасные задачи"
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr "Нет файлов или каталогов для показа."
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "Создать каталог"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-"Заархивированный файл загружен в этом каталоге, легче загружать сразу "
-"несколько файлов."
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "Декомпрессировать"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "Перейти"
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "Создать фильтр"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "Загрузить файл/ы"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "Журнал - чтение только"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr "Пожалуйста, выберите элемент из этого списка."
-
-#: ../../include/functions_html.php:1015
-#, fuzzy
-msgid "Select one or more elements"
-msgstr "Удалить элемент сервиса"
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "Агент фильтра"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "Тип таблиц"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "Фильтр модуля"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-#, fuzzy
-msgid "Type to search modules"
-msgstr "Поиск модуля"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-#, fuzzy
-msgid "Only common modules"
-msgstr "Показать общие модули"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "недели"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "День месяца"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "Месяц"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "День недели"
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "Выбрать фильтр"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "Введите не менее двух символов для поиска модуля."
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-"%s не может проверить происхождение запроса. Попробуйте еще раз, пожалуйста."
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr "Первичная группа не может быть и вторичной тоже."
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-#, fuzzy
-msgid "Go to top"
-msgstr "Перейти к "
-
-#: ../../include/functions_html.php:7984
-#, fuzzy
-msgid "Last 24hr"
-msgstr "За последний час."
-
-#: ../../include/functions_html.php:7987
-#, fuzzy
-msgid "Past week"
-msgstr "Прошлая неделя"
-
-#: ../../include/functions_html.php:7988
-#, fuzzy
-msgid "Past month"
-msgstr "Прошлый месяц"
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "Последний день"
-
-#: ../../include/functions_html.php:7993
-#, fuzzy
-msgid "Chose start/end date period"
-msgstr "Установка даты начала и окончания"
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr "Проверить конфигурацию почты"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-#, fuzzy
-msgid "Enable user configuration"
-msgstr "Конфигурация пользователя Integria"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr "Настройка подтипов"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr "Уведомленные пользователи"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr "Уведомленные группы"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr "Добавить пользователей"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr "Добавить группы"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr "Удалить пользователей"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr "Удалить группы"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr "Добавить элементы"
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr "Удалить элементы"
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "Показывать угрозы"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "История"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "Pandora FMS"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "Оповещение обзора"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "Применить фильтр"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "Уведомления пользователей"
-
-#: ../../include/functions_notifications.php:1176
-#, fuzzy
-msgid "Mark all as read"
-msgstr "Пометить как непрочитанное"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr "Нажмите здесь, чтобы получить дополнительную информацию"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "Простой график"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "Простой базовый график"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "SQL вертикальная панель графика"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "SQL секторный график"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr "Горизонтальная гистограмма SQL"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "Автоматически комбинированный график"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "График доступности"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "Модульная Гистограмма"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "IPAM"
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr "IPAM сети"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "соглашениe об уровне обслуживания (SLA)"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "Соглашения об уровне обслуживания (SLA)"
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "Ежемесячный S.L.A."
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "Еженедельный S.L.A."
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "Ежечасный S.L.A."
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "Сервисы S.L.A."
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "Прогнозирование"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "Прогнозирование даты"
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr "Среднее значение"
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr "Max. value"
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr "Минимальное значение"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "Отчет по мониторам"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "Упорядоченные данные"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "Исторические данные"
-
-#: ../../include/functions_reports.php:782
-#, fuzzy
-msgid "Service Level Detailed"
-msgstr "Древовидное представление служб"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "Сгруппировано"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "Отчет группы"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "Исключение"
-
-#: ../../include/functions_reports.php:818
-#, fuzzy
-msgid "Agents/Modules status"
-msgstr "Агенты/Модули"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "Верх n"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "Сетевые интерфейсы"
-
-#: ../../include/functions_reports.php:845
-#, fuzzy
-msgid "Custom Render"
-msgstr "Пользовательское поле"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "Text/HTML "
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "Импорт текста из URL"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr "Отчет о предупреждениях модуля"
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr "Отчет о предупреждениях агента "
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr "Отчет о предупреждениях групп"
-
-#: ../../include/functions_reports.php:881
-#, fuzzy
-msgid "Actions alert report "
-msgstr "Отчет о предупреждениях агента "
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr "Отчет о событиях модуля"
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr "Отчет о событиях агента"
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr "Отчет о событиях групп"
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr "Инвентаризация агентов"
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "Инвентаризация агентов"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "Изменения инвентаризации"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "Агент конфигурации"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "Группа конфигурации"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "Диаграмма области сетевого потока"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "Таблица данных сетевого потока"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "Суммарная таблица сетевого потока"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-#, fuzzy
-msgid "Netflow top-N connections"
-msgstr "Подключения узлов"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "Журнал"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "Отчет по журналу"
-
-#: ../../include/functions_reports.php:959
-#, fuzzy
-msgid "Log report by period"
-msgstr "Отчет по журналу"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr "Отчет о разрешениях"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr "НКМ"
-
-#: ../../include/functions_reports.php:971
-#, fuzzy
-msgid "NCM configuration changes"
-msgstr "Изменения конфигурации"
-
-#: ../../include/functions_reports.php:976
-#, fuzzy
-msgid "NCM devices list"
-msgstr "Устройства NCM"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-#, fuzzy
-msgid "Security hardening"
-msgstr "Уровень безопасности"
-
-#: ../../include/functions_reports.php:1002
-#, fuzzy
-msgid "List of checks"
-msgstr "Последняя проверка"
-
-#: ../../include/functions_reports.php:1017
-#, fuzzy
-msgid "Severity graph bar"
-msgstr "События графика по пользователю"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-#, fuzzy
-msgid "Detailed security report"
-msgstr "Отчет о предупреждениях агента "
-
-#: ../../include/functions_reports.php:1037
-#, fuzzy
-msgid "Vulnerabilities of agent"
-msgstr "Предупреждение сработало по агенту"
-
-#: ../../include/functions_reports.php:1042
-#, fuzzy
-msgid "Top-N agents with more risk"
-msgstr "здесь нет агентов с модулями"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-#, fuzzy
-msgid "Macro"
-msgstr "Макросы"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "Строка"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-#, fuzzy
-msgid "Graph Sql"
-msgstr "Только график"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr "Период "
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "Агент успешно добавлен в макет"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "Модули успешно добавлены в макет"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "Агенты успешно добавлены в макет"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "Не удается загрузить визуальную карту"
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr " агенты"
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr " модули"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "Нет установленных  SLA"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr "Инверсия"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr "Топ N"
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr "Наивысшее %d"
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr "Недостаточные данные"
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr "Группа отчетов о событиях"
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr "Исключить "
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr "Модуль отчетов о событиях"
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr "Изменения в инвентаризации"
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr "Изменения не найдены."
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr "Агент/Модули"
-
-#: ../../include/functions_reporting.php:3622
-#, fuzzy
-msgid "Agent/Modules Status"
-msgstr "Агент/Модули"
-
-#: ../../include/functions_reporting.php:3813
-#, fuzzy
-msgid "End of life report"
-msgstr "Редактировать отчет"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr "Исключения - Все"
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "Исключения - Модули выше или равные %s"
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "Модули больше или равны %s"
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "Исключения - Модули ниже или равные  %s"
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "Модули меньше или равны %s"
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "Исключения - Модули ниже  %s"
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr "Модули под %s"
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "Исключения - Модули выше %s"
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr "Модули более %s"
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "Исключение - Равно %s"
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr "Равно %s"
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "Исключения - Не равные  %s"
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr "Не равно %s"
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr "Исключения - Модули в нормальном статусе"
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr "Модули в нормальном статусе"
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr "Исключения - Модули в критическом статусе или статусе опасности"
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr "Модули в критическом статусе или статусе опасности"
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr "При таких условиях Модули отсутствуют."
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "Нет Модулей больше или равных %s."
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "Нет модулей, меньших или равных %s."
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "Нет модулей меньше %s."
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "Нет модулей больше %s."
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "Нет модулей, равных %s"
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "Нет модулей, не равных %s"
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr "Модули в нормальном статусе отсутствуют"
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr "Здесь нет Модулей в критическом  статусе или статусе опасности"
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr "Отчет группы"
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr "Агент отчетов о событиях"
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr "Сериализованная база данных"
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr "Последнее значение"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr "Нет данных для отображения в течение выбранного интервала"
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr "Отчет о сетевых интерфейсах"
-
-#: ../../include/functions_reporting.php:5786
-#, fuzzy
-msgid "Custom render report"
-msgstr "Пользовательский отчет"
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr ""
-"В группе нет агентов или ни один из агентов не имеет сетевого интерфейса"
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr "байт/с"
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr "Группа отчетов о предупреждениях"
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr "Агент отчетов о предупреждениях"
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr "Модуль отчетов о предупреждениях"
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr "SQL График Вертикальные полосы"
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr "SQL График Горизонтальные полосы"
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr "Круговая диаграмма SQL"
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr "Отчёт монитора"
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr "Область Netflow"
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr "Краткие сведения Netflow"
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr "Данные Netflow"
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr "Неизвестный отчет"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr "Дата прогноза"
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr "СРД. значение"
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr "SQL"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr "Не удалось подключиться к %s узла"
-
-#: ../../include/functions_reporting.php:8177
-#, fuzzy
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-"Недопустимый запрос: Из-за ограничений безопасности есть некоторые маркеры "
-"или слова, которые нельзя использовать: *, delete, drop, alter, modify, "
-"password, pass, insert или update."
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr "Нет адреса"
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-"Монитор не имеет данных в этом диапазоне дат или тип монитора не является "
-"числовым"
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr "Тип монитора не является числовым"
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr "Тариф"
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr "Автоматический комбинированный график"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "Стабильность сервера"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr "%d серверов, вышедших из строя"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "Мониторинг состояния"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "%d Необычных приборов контроля"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "поднятых приборов контроля"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "Необходимость модуля"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "%d Не инициализированных приборов контроля"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "из всего запущенных модулей"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr "%d Запущенных оповещений"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "из определенных предупреждений, не запущенных"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr "Определенные пользователи"
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "Агент без данных"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr "%d общее число модулей"
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "%d Модули в нормальном статусе"
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "%d Модули в критическом статусе"
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "%d Модули в опасном состоянии"
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "%d Модули в неизвестном статусе"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d Модули в статусе не инициализировано"
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr "%d Обычные модули"
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr "%d Критические модули"
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr "%d модули в опасности"
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr "%d Неизвестные модули"
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr "%d Всего агентов"
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr "%d Обычные агенты"
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr "%d Критические агенты"
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr "%d предупреждающие агенты"
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr "%d Неизвестные агенты"
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr "%d не инициированные агенты"
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "Всего работающих модулей"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr "Коэффициент"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr "Модули по второму"
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "Локальные модули"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr "Сетевые модули"
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr "Плагин модулей"
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr "Прогнозирование модулей"
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr "WMI Модулей"
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr "Веб модули"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Start condition"
-msgstr "Не является условием"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Stop condition"
-msgstr "Не является условием"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr "Еженедельно:"
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr "Ежемесячно:"
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr "График гистограммы модуля"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr "Доброго времени суток"
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr "В приложении к этому письму Вы найдете PDF-файл"
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr "отчет"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "Сформировано на"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr "Спасибо за Ваше время"
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr "С уважением, Pandora FMS"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
-msgstr ""
-"Это автоматически сгенерированное письмо от Pandora FMS, пожалуйста, не "
-"отвечайте на него."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
+msgstr "ПРЕДУПРЕЖДЕНИЕ"
 
 #: ../../include/functions_events.php:194
 msgid "NEW"
@@ -36745,6 +35370,15 @@ msgstr "ПОДТВЕРЖДЕНО"
 msgid "Event id"
 msgstr "Событие ID"
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "Название события"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr "Агент модуля"
@@ -36763,6 +35397,16 @@ msgstr "Пользовательское id модуля"
 msgid "Could not connect: %s"
 msgstr "Не удалось создать: %s"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "Нет событий"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "Последние события"
@@ -36771,6 +35415,33 @@ msgstr "Последние события"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "Новое событие"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "Событие подтверждено"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "Событие активно"
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr "Перейти к неизвестному"
@@ -36931,14 +35602,1327 @@ msgstr "Выполнение команды: %s"
 msgid "Execute again"
 msgstr "Выполнить еще раз"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "Изменения не найдены"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
+msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "Получить CSV файл"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr " агенты"
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr " модули"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "Нет установленных  SLA"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr "Инверсия"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr "Топ N"
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr "Наивысшее %d"
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "Здесь нет определенных Агентов/Модулей"
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr "Недостаточные данные"
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr "Группа отчетов о событиях"
+
+#: ../../include/functions_reporting.php:2286
+#, fuzzy, php-format
+msgid "Exclude %s"
+msgstr "Исключить "
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr "Модуль отчетов о событиях"
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr "Изменения в инвентаризации"
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr "Изменения не найдены."
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr "Агент/Модули"
+
+#: ../../include/functions_reporting.php:3622
+#, fuzzy
+msgid "Agent/Modules Status"
+msgstr "Агент/Модули"
+
+#: ../../include/functions_reporting.php:3813
+#, fuzzy
+msgid "End of life report"
+msgstr "Редактировать отчет"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr "Исключения - Все"
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr "Исключения - Модули выше или равные %s"
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr "Модули больше или равны %s"
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr "Исключения - Модули ниже или равные  %s"
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr "Модули меньше или равны %s"
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr "Исключения - Модули ниже  %s"
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr "Модули под %s"
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr "Исключения - Модули выше %s"
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr "Модули более %s"
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "Исключение - Равно %s"
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr "Равно %s"
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "Исключения - Не равные  %s"
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr "Не равно %s"
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr "Исключения - Модули в нормальном статусе"
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr "Модули в нормальном статусе"
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr "Исключения - Модули в критическом статусе или статусе опасности"
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr "Модули в критическом статусе или статусе опасности"
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr "При таких условиях Модули отсутствуют."
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "Нет Модулей больше или равных %s."
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "Нет модулей, меньших или равных %s."
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "Нет модулей меньше %s."
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "Нет модулей больше %s."
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "Нет модулей, равных %s"
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "Нет модулей, не равных %s"
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr "Модули в нормальном статусе отсутствуют"
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr "Здесь нет Модулей в критическом  статусе или статусе опасности"
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr "Отчет группы"
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr "Агент отчетов о событиях"
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr "Сериализованная база данных"
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr "Последнее значение"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr "Нет данных для отображения в течение выбранного интервала"
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr "Отчет о сетевых интерфейсах"
+
+#: ../../include/functions_reporting.php:5797
+#, fuzzy
+msgid "Custom render report"
+msgstr "Пользовательский отчет"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+"В группе нет агентов или ни один из агентов не имеет сетевого интерфейса"
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr "байт/с"
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr "Группа отчетов о предупреждениях"
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr "Агент отчетов о предупреждениях"
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr "Модуль отчетов о предупреждениях"
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr "SQL График Вертикальные полосы"
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr "SQL График Горизонтальные полосы"
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr "Круговая диаграмма SQL"
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr "Отчёт монитора"
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr "Область Netflow"
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr "Краткие сведения Netflow"
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr "Данные Netflow"
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr "Неизвестный отчет"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr "Дата прогноза"
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr "СРД. значение"
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "Задержка"
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr "SQL"
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr "Не удалось подключиться к %s узла"
+
+#: ../../include/functions_reporting.php:8188
+#, fuzzy
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+"Недопустимый запрос: Из-за ограничений безопасности есть некоторые маркеры "
+"или слова, которые нельзя использовать: *, delete, drop, alter, modify, "
+"password, pass, insert или update."
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr "Нет адреса"
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+"Монитор не имеет данных в этом диапазоне дат или тип монитора не является "
+"числовым"
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr "Тип монитора не является числовым"
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr "Тариф"
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr "Автоматический комбинированный график"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "Стабильность сервера"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr "%d серверов, вышедших из строя"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "Мониторинг состояния"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr "%d Необычных приборов контроля"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "поднятых приборов контроля"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "Необходимость модуля"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr "%d Не инициализированных приборов контроля"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "из всего запущенных модулей"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "Уровень ошибки"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr "%d Запущенных оповещений"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "из определенных предупреждений, не запущенных"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr "Определенные пользователи"
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "Агент без данных"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr "%d общее число модулей"
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr "%d Модули в нормальном статусе"
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "%d Модули в критическом статусе"
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "%d Модули в опасном состоянии"
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "%d Модули в неизвестном статусе"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d Модули в статусе не инициализировано"
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr "%d Обычные модули"
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr "%d Критические модули"
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr "%d модули в опасности"
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr "%d Неизвестные модули"
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr "%d Всего агентов"
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr "%d Обычные агенты"
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr "%d Критические агенты"
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr "%d предупреждающие агенты"
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr "%d Неизвестные агенты"
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr "%d не инициированные агенты"
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "Всего работающих модулей"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr "Коэффициент"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr "Модули по второму"
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "Локальные модули"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr "Сетевые модули"
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr "Плагин модулей"
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr "Прогнозирование модулей"
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr "WMI Модулей"
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr "Веб модули"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Start condition"
+msgstr "Не является условием"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Stop condition"
+msgstr "Не является условием"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr "Еженедельно:"
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr "Ежемесячно:"
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr "График гистограммы модуля"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr "Доброго времени суток"
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr "В приложении к этому письму Вы найдете PDF-файл"
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr "отчет"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "Сформировано на"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr "Спасибо за Ваше время"
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr "С уважением, Pandora FMS"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+"Это автоматически сгенерированное письмо от Pandora FMS, пожалуйста, не "
+"отвечайте на него."
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "Этикетка: "
+
+#: ../../include/functions_reporting_html.php:116
+#, fuzzy
+msgid "Data time"
+msgstr "Данные в изображениях"
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "Сгенерировано"
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "Дата отчета"
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "Элементы периода до"
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+#, fuzzy
+msgid "CVE"
+msgstr "CSV"
+
+#: ../../include/functions_reporting_html.php:677
+#, fuzzy
+msgid "Detection time"
+msgstr "Режим выбора"
+
+#: ../../include/functions_reporting_html.php:680
+#, fuzzy
+msgid "Attack Vector"
+msgstr "Ошибка прикрепления"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+#, fuzzy
+msgid "Confidentiality"
+msgstr "Учётные данные"
+
+#: ../../include/functions_reporting_html.php:686
+#, fuzzy
+msgid "Integrity"
+msgstr "хост Integria"
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+#, fuzzy
+msgid "L.S. Change"
+msgstr "Изменить"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "Макс/Мин значения"
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "Разрешение SLA"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "SLA Соответствие"
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "Глобальное время"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "Общее Время"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "Время истекло"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "Время ОК"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "Время Неизвестно"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "Время не инициализировано"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "Время остановки"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "Время Проверок"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "Общие Проверки"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "Проверки не удались"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "Проверки ОК"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "Проверки Неизвестно"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr "24 x 7"
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "Не инициализировано"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "Остановки"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "Среднее значение"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+#, fuzzy
+msgid "Validated by"
+msgstr "Проверено"
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr "Система %s"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "События по валидатору пользователя"
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "События по степени тяжести"
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "События, подтвержденные и не подтвержденные"
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr "Секционые группы"
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr "Удаленная конф."
+
+#: ../../include/functions_reporting_html.php:2447
+#, fuzzy
+msgid "Agent secondary groups"
+msgstr "Добавить второстепенные группы"
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+"Ячейка становится серой, когда модуль находится в состоянии \"не "
+"инициализирован\""
+
+#: ../../include/functions_reporting_html.php:3037
+#, fuzzy
+msgid "Last time"
+msgstr "Последний запуск"
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "Агент - Модуль"
+
+#: ../../include/functions_reporting_html.php:3234
+#, fuzzy
+msgid "OS Type"
+msgstr "Тип сканирования"
+
+#: ../../include/functions_reporting_html.php:3500
+#, fuzzy
+msgid "Data view of all groups"
+msgstr "Открыть все группы"
+
+#: ../../include/functions_reporting_html.php:3630
+#, fuzzy
+msgid "Group Description"
+msgstr "Описание"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "События, утвержденные пользователем"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "События по степени тяжести"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "Количество утвержденных событий"
+
+#: ../../include/functions_reporting_html.php:4470
+#, fuzzy
+msgid "Total summary"
+msgstr "Суммарная карта"
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "Нет сработавших предупреждений"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "График пропускной способности интерфейса '%s'"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "Фактический статус"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "Пустые модули"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "Из данных"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "В данные"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "Отрицательный прирост: "
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "Положительный прирост: "
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "Нейтральный прирост: "
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "Время в модуле не запущено"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "Время Простоя"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% Ok"
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr "Предупреждение о проверках"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "Проверки Неизвестно"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr "Первичный"
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "Мин значение агента"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "Итого"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "Описание оповещения"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "Монитор"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "Агенты в группе: %s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "Последний сбой"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "нет данных(*)"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "Приборы контроля"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "Агенты по статусу"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "Обзор узлов"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "Критические события"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "Предостерегающие события"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "События OK"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "Неизвестные события"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "Важные события по Критичности"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr "Последняя активность в консоли %s"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "Информация о событиях (1 час.)"
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr "На это SLA повлияли следующие запланированные простои"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+"Если продолжительность запланированного простоя составляет менее 5 минут, "
+"она не будет представлена на графике"
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "Даты"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr ""
+"На этот элемент влияет неправильно сформированное запланированное время "
+"простоя"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr "Перейдите в раздел Запланированные простои, чтобы решить эту проблему"
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr "Разрешения"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr "Продавец"
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr "Модель"
+
+#: ../../include/functions_reporting_html.php:7849
+#, fuzzy
+msgid "Firmware"
+msgstr "Отправить прошивку"
+
+#: ../../include/functions_reporting_html.php:7850
+#, fuzzy
+msgid "Last backup date"
+msgstr "Последнее обновление"
+
+#: ../../include/functions_reporting_html.php:7925
+#, fuzzy
+msgid "Diff"
+msgstr "Вид Diff"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "Средняя загрузка (последний час)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "Средняя загрузка (последние 5 минут)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "Средняя загрузка (последние 15 минут)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "Общий Размер Обмена, настроенный для хоста"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "Доступное пространство Обмена на хосте"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "Общий размер Реальной/Физической Памяти на хосте"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "Доступное пространство Реальной/Физической Памяти на хосте"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "Общая Доступная Память на хосте"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "Общая кэшированная память"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "Общая буферизованная память"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "Объем памяти, поменянной с диска (кБ/с)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "Объем памяти, поменянной на диск (кБ/с)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "Количество блоков, отправленных на блочное устройство"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "Количество блоков, полученных от блочного устройства"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "Количество обработанных прерываний"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "Количество контекстных переключений"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "время пользователя CPU"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "время системы CPU"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "время простоя CPU"
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "Время активности системы"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "Нумерация страниц"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "Группировка по строке Enterprise / IP"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "Активный фильтр"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "Активные фильтры"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "Ошибка при обработке рапроса"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+"Возможно, что просматревается только часть информации, к которой у вашего "
+"пользователя нет доступа"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "Software"
+
+#: ../../include/functions_ui.php:1360
+#, fuzzy
+msgid "Force check"
+msgstr "Принудить дистанционные проверки"
+
+#: ../../include/functions_ui.php:1537
+#, fuzzy
+msgid "Are you sure you want to delete alert action?"
+msgstr "Вы уверены, что хотите включить оповещение"
+
+#: ../../include/functions_ui.php:1625
+#, fuzzy
+msgid "Are you sure you want to delete alert?"
+msgstr "Вы уверены, что хотите включить оповещение"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+"Оповещение будет запущено когда значение превышает  "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr "Оповещение будет запущено когда значение ниже "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr "Неизвестная опция."
+
+#: ../../include/functions_ui.php:2699
+#, fuzzy
+msgid "First"
+msgstr "Первая страница"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "Неизвестный тип"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr "Экспорт текущей страницы в CSV"
+
+#: ../../include/functions_ui.php:4052
+#, fuzzy, php-format
+msgid "export_%s_current_page_%s"
+msgstr "Экспорт текущей страницы в CSV"
+
+#: ../../include/functions_ui.php:4205
+#, fuzzy
+msgid "No matching records found"
+msgstr "Соответствующих трапов не найдено"
+
+#: ../../include/functions_ui.php:4206
+#, fuzzy
+msgid "No data available in table"
+msgstr "Недоступно"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "Наберите не менее двух символов для поиска"
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr "Небработанная ошибка"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr "Возникает необработанная ошибка"
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "Просмотр снимков"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+"Эти элементы управления используют часовой пояс системы (%s) вместо вашего "
+"(%s). Разница с вашим часовым поясом в часах составляет %s."
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr "Запрос"
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr "Результаты"
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr "Выполнить запрос"
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr "Показать пароль"
+
+#: ../../include/functions_ui.php:7558
+#, fuzzy
+msgid "WEB server"
+msgstr "WMI сервер"
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "Модуль помощника"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "Выбрать модуль инвентаризации"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr "Использование настраиваемых полей"
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr "Имя поля"
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr ""
+"Пользователь не найден в базе данных \n"
+"\t\t\t\t\t\t\t\tили неверный пароль"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr "Добавить поле"
+
+#: ../../include/functions_ui.php:8388
+#, fuzzy
+msgid "Empty view image"
+msgstr "Пустая карта"
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -37071,134 +37055,6 @@ msgstr "Агенты не найдены"
 msgid "Last %s Events"
 msgstr "Последние  %s События"
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr "Фильтр агентов по %s"
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr "Нет агентов"
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(По умолчанию)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "Группа: %s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "Статус: %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "Свободный поиск: %s"
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr "Фильтр Оповещений по %s"
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-#, fuzzy
-msgid "Module/Agent"
-msgstr "Родительский модуль"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr "Последний запуск"
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr "Поддерживается:  %s"
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr "ОШИБКА: детали события"
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr "Ошибка подключения к БД."
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr "Детали события"
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr "Успешно подтверждено"
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr "Сбой подтверждения"
-
-#: ../../mobile/operation/events.php:918
-#, fuzzy
-msgid "Sucessful in process"
-msgstr "Успешно настроено в процессе"
-
-#: ../../mobile/operation/events.php:920
-#, fuzzy
-msgid "Fail in process"
-msgstr "Только активные"
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr "Фильтр Событий по %s"
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr "Заданные Фильтры"
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr "Фильтр: %s"
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr "Строгость: %s"
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr "Тип: %s"
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr "Свободный поиск:  %s"
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr "Часы:  %s"
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -37211,38 +37067,54 @@ msgstr "Функции сервера"
 msgid "Module data"
 msgstr "Теги модуля"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(По умолчанию)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "Группа: %s"
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr "Модуль грурры: %s"
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "Статус: %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "Свободный поиск: %s"
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr "Тег: %s"
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr "Фильтр Модулей по %s"
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr "Интервал."
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr "Последнее обновление."
-
-#: ../../mobile/operation/modules.php:850
-#, fuzzy
-msgid "Choose option"
-msgstr "Выберите время"
-
 #: ../../mobile/operation/server_status.php:371
 #, fuzzy
 msgid "No servers"
@@ -37339,6 +37211,118 @@ msgstr "такие модули, как \"%s\""
 msgid "NOT INITIALIZED"
 msgstr "НЕ ИНИЦИАЛИЗИРОВАНО"
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr "Фильтр агентов по %s"
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr "Нет агентов"
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr "Фильтр Оповещений по %s"
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+#, fuzzy
+msgid "Module/Agent"
+msgstr "Родительский модуль"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr "Последний запуск"
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr "Поддерживается:  %s"
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr "ОШИБКА: детали события"
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr "Ошибка подключения к БД."
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr "Детали события"
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr "Успешно подтверждено"
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr "Сбой подтверждения"
+
+#: ../../mobile/operation/events.php:918
+#, fuzzy
+msgid "Sucessful in process"
+msgstr "Успешно настроено в процессе"
+
+#: ../../mobile/operation/events.php:920
+#, fuzzy
+msgid "Fail in process"
+msgstr "Только активные"
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr "Фильтр Событий по %s"
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr "Заданные Фильтры"
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr "Фильтр: %s"
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr "Строгость: %s"
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr "Тип: %s"
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr "Свободный поиск:  %s"
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr "Часы:  %s"
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr "Фильтр Модулей по %s"
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr "Интервал."
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr "Последнее обновление."
+
+#: ../../mobile/operation/modules.php:850
+#, fuzzy
+msgid "Choose option"
+msgstr "Выберите время"
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -38040,71 +38024,6 @@ msgstr "У этого агента нет модулей инвентариза
 msgid "Diff view"
 msgstr "Вид Diff"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "Другие модули"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "Модули сети без proc"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "Булевы модули"
-
-#: ../../operation/agentes/graphs.php:260
-#, fuzzy
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "комбинированный график не отображает оповещения в этом графике"
-
-#: ../../operation/agentes/graphs.php:265
-#, fuzzy
-msgid "Several graphs for each module"
-msgstr "несколько графиков для каждого модуля"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "Один комбинированный график"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "Показать в виде одного комбинированного графика"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "Некопление Зоны"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "Накопление линии"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "Сохранить как пользовательский график"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "Фильтр графиков"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "Произошла ошибка при загрузке графика"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "Имя пользовательского графика"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "Сохранить пользовательский график"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr "Пользовательский график создается на основе графиков-вкладок в агенте."
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -38245,6 +38164,71 @@ msgstr "Агент детализации"
 msgid "Interface information (SNMP)"
 msgstr "Информация об интерфейсе (SNMP)"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "Другие модули"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "Модули сети без proc"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "Булевы модули"
+
+#: ../../operation/agentes/graphs.php:260
+#, fuzzy
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "комбинированный график не отображает оповещения в этом графике"
+
+#: ../../operation/agentes/graphs.php:265
+#, fuzzy
+msgid "Several graphs for each module"
+msgstr "несколько графиков для каждого модуля"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "Один комбинированный график"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "Показать в виде одного комбинированного графика"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "Некопление Зоны"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "Накопление линии"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "Сохранить как пользовательский график"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "Фильтр графиков"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "Произошла ошибка при загрузке графика"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "Имя пользовательского графика"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "Сохранить пользовательский график"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr "Пользовательский график создается на основе графиков-вкладок в агенте."
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "Модуль сервера Wux"
@@ -38750,26 +38734,26 @@ msgid "Netflow live view"
 msgstr "Обзор живого сетевого потока"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "Ошибка при создании фильтра"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "Фильтр создан успешно"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "Фильтр обновлен успешно"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "Ошибка при обновлении фильтра"
 
@@ -38778,8 +38762,8 @@ msgid "Connection"
 msgstr "Подключение"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "Выбрать фильтр"
 
@@ -38815,14 +38799,14 @@ msgid "Draw"
 msgstr "Рисовать"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "Сохранить как новый фильтр"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "Обновить текущий фильтр"
 
@@ -38831,37 +38815,28 @@ msgid "No filter selected"
 msgstr "Фильтр не выбран"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 #, fuzzy
 msgid "Loading netflow data, please wait"
 msgstr "Система объединяет вашу среду, пожалуйста, подождите"
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr "Карта использования сети"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr "Показать карту потока сети"
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 #, fuzzy
 msgid "Results to show"
 msgstr "Количество для показа"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "Загрузить фильтр"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "Дата начала"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "Загрузить фильтр"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38877,6 +38852,15 @@ msgstr "Отфильтровано по порту %s. Нажмите здесь
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr "Отфильтровано по IP %s. Нажмите здесь, чтобы удалить фильтр."
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr "Карта использования сети"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr "Показать карту потока сети"
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -39170,6 +39154,26 @@ msgstr "Создать политику"
 msgid "Are you sure you want add module?"
 msgstr "Вы уверены, что хотите добавить модуль?"
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr "Уведомления пользователей"
+
+#: ../../operation/users/user_edit_notifications.php:42
+#, fuzzy
+msgid "Console notifications"
+msgstr "Уведомления пользователей"
+
+#: ../../operation/users/user_edit_notifications.php:43
+#, fuzzy
+msgid "E-mail notifications"
+msgstr "Уведомления пользователей"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr "Средства управления были отключены системным администратором"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "Редактор деталей пользователя"
@@ -39216,7 +39220,8 @@ msgid "Please enter a valid phone number"
 msgstr "Пожалуйста, введите действительный номер телефона"
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
+#, fuzzy
+msgid "Error updating passwords"
 msgstr "Ошибка обновления паролей: "
 
 #: ../../operation/users/user_edit.php:265
@@ -39270,26 +39275,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr "У этого пользователя нет назначенного профиля/группы."
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr "Уведомления пользователей"
-
-#: ../../operation/users/user_edit_notifications.php:42
-#, fuzzy
-msgid "Console notifications"
-msgstr "Уведомления пользователей"
-
-#: ../../operation/users/user_edit_notifications.php:43
-#, fuzzy
-msgid "E-mail notifications"
-msgstr "Уведомления пользователей"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr "Средства управления были отключены системным администратором"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "Создатель"
@@ -39697,7 +39682,8 @@ msgid "Completed"
 msgstr "Завершено"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
+#, fuzzy, php-format
+msgid "Updating to %s"
 msgstr "обновление"
 
 #: ../../update_manager_client/views/offline.php:65
@@ -39728,13 +39714,13 @@ msgid "Click on the file below to begin."
 msgstr "Нажмите на файл ниже, чтобы начать."
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+#, fuzzy
+msgid "This action will upgrade this console to version"
 msgstr "Это действие обновит эту консоль до версии "
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+#, fuzzy
+msgid "This action will upgrade all servers to version"
 msgstr "Это действие обновит все серверы до версии "
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39834,47 +39820,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-#, fuzzy
-msgid "The latest version of package installed is"
-msgstr "Пакет установлен."
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
@@ -48,8 +48,8 @@ msgid "Extensions"
 msgstr "扩展"
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -144,11 +144,11 @@ msgstr "扩展上传器"
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -161,7 +161,6 @@ msgstr "扩展上传器"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -172,6 +171,7 @@ msgstr "扩展上传器"
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -186,8 +186,12 @@ msgstr "扩展上传器"
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -215,15 +219,10 @@ msgstr "扩展上传器"
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -246,9 +245,9 @@ msgstr "代理"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -309,8 +308,11 @@ msgstr "代理"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -327,11 +329,8 @@ msgstr "代理"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -348,12 +347,16 @@ msgstr "模块"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -366,10 +369,6 @@ msgstr "模块"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -489,11 +488,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -530,22 +529,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -662,11 +661,13 @@ msgstr "保存代理(%s)、模块(%s)数据 xml。"
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -679,9 +680,6 @@ msgstr "保存代理(%s)、模块(%s)数据 xml。"
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -750,8 +748,8 @@ msgstr "保存"
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -775,8 +773,8 @@ msgstr "选择时间"
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -802,8 +800,8 @@ msgstr "时间"
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -828,8 +826,8 @@ msgstr "小时"
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -853,8 +851,8 @@ msgstr "分钟"
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -871,8 +869,8 @@ msgstr "秒"
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -880,8 +878,8 @@ msgstr "秒"
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -915,8 +913,8 @@ msgstr "现在"
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -927,375 +925,6 @@ msgstr "现在"
 msgid "Close"
 msgstr "关闭"
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr "计数器模块"
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr "Alerts_Fired"
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr "危急"
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr "未知"
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr "确定"
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr "Not_init"
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr "代理组和模块组的组合表"
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr "监控"
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr "查看"
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr "按代理组进行搜索"
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr "按模块组进行搜索"
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr "筛选"
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr "过滤器"
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr "群组"
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr "橙色电池时,模块组和代理已发出至少一个报警。"
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-"当模块组和代理具有至少一个处于关键状态的模块和其他处于任何状态的模块时,红细"
-"胞"
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-"当模块组和代理至少有一个处于警告状态,而其他处于灰色或绿色状态时,黄色单元格"
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-"当模块组和代理至少有一个处于未知状态,而其他处于绿色状态时,灰色单元单元"
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr "当模块组和代理具有确定状态的所有模块时,绿色单元"
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr "当模块组和代理具有所有模块处于不状态时,蓝色单元组和代理。"
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr "图例"
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr "此表以列显示模块组和行代理组。单元格显示所有模块"
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr "没有定义的组或模块组"
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr "模块组"
-
 #: ../../extensions/quick_shell.php:88
 #, fuzzy
 msgid "GoTTY setup"
@@ -1319,9 +948,9 @@ msgstr "SSH"
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr "用户名"
@@ -1355,8 +984,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr "无搜索参数"
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr "地址"
@@ -1448,11 +1077,11 @@ msgstr "没有连接其他用户"
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1487,10 +1116,11 @@ msgstr "上次登录"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1572,12 +1202,12 @@ msgstr "信息"
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1615,18 +1245,18 @@ msgstr "信息"
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1634,8 +1264,8 @@ msgstr "信息"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1648,33 +1278,33 @@ msgstr "信息"
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1735,16 +1365,16 @@ msgstr "递归"
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1776,8 +1406,8 @@ msgstr "模块组"
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1809,13 +1439,13 @@ msgstr "模块组"
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1831,13 +1461,14 @@ msgstr "模块组"
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1888,11 +1519,11 @@ msgstr "所有"
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1904,24 +1535,24 @@ msgstr "所有"
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1963,6 +1594,49 @@ msgstr "显示所有模块"
 msgid "Agents/Modules"
 msgstr "代理/模块"
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr "监控"
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr "查看"
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1985,9 +1659,9 @@ msgstr "恢复正常模式"
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr "刷新"
 
@@ -1995,6 +1669,57 @@ msgstr "刷新"
 msgid "Agent/module view"
 msgstr "代理/模块视图"
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr "筛选"
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2029,9 +1754,9 @@ msgstr "没有带模块的代理"
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2044,8 +1769,6 @@ msgstr "没有带模块的代理"
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2057,9 +1780,12 @@ msgstr "没有带模块的代理"
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2109,6 +1835,15 @@ msgstr "当模块具有未知状态时,灰色单元格"
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr "当模块处于\"未初始化\"状态时,单元格变为蓝色"
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr "图例"
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr "代理/模块视图"
@@ -2181,12 +1916,207 @@ msgstr "递增"
 msgid "Clear graph"
 msgstr "清晰图"
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr "过滤器"
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr "使用此 OID"
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr "请求已成功处理"
+
+#: ../../extensions/api_checker.php:185
+#, fuzzy
+msgid "Incorrect URL"
+msgstr "不正确的表单。"
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr "API 检查器"
+
+#: ../../extensions/api_checker.php:249
+#, php-format
+msgid "%s Console URL"
+msgstr "%s控制台网址"
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+#, fuzzy
+msgid "API Token"
+msgstr "授权令牌"
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr "API 通行证"
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr "密码"
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr "操作(获取或设置)"
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr "操作"
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr "ID"
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr "ID 2"
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr "退货类型"
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr "其他"
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr "其他模式"
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr "原始网址"
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr "证书"
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr "呼叫参数"
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr "操作: 获取操作: module_last_value ID: 63"
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr "自定义网址"
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr "通话"
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr "结果"
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr "URL"
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr "隐藏网址"
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr "显示URL"
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2334,172 +2264,242 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
-msgstr "请求已成功处理"
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
+msgstr "计数器模块"
 
-#: ../../extensions/api_checker.php:185
-#, fuzzy
-msgid "Incorrect URL"
-msgstr "不正确的表单。"
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
+msgstr "Alerts_Fired"
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
-msgstr "API 检查器"
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
+msgstr "危急"
 
-#: ../../extensions/api_checker.php:249
-#, php-format
-msgid "%s Console URL"
-msgstr "%s控制台网址"
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
+msgstr "未知"
 
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-#, fuzzy
-msgid "API Token"
-msgstr "授权令牌"
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
+msgstr "确定"
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
+msgstr "Not_init"
+
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
+msgstr "代理组和模块组的组合表"
+
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
+msgstr "按代理组进行搜索"
+
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
+msgstr "按模块组进行搜索"
+
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
+msgstr "群组"
+
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
+msgstr "橙色电池时,模块组和代理已发出至少一个报警。"
+
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
 msgstr ""
+"当模块组和代理具有至少一个处于关键状态的模块和其他处于任何状态的模块时,红细"
+"胞"
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
-msgstr "API 通行证"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
+msgstr ""
+"当模块组和代理至少有一个处于警告状态,而其他处于灰色或绿色状态时,黄色单元格"
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
-msgstr "密码"
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
+msgstr ""
+"当模块组和代理至少有一个处于未知状态,而其他处于绿色状态时,灰色单元单元"
 
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
-msgstr "操作(获取或设置)"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
+msgstr "当模块组和代理具有确定状态的所有模块时,绿色单元"
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
-msgstr "操作"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
+msgstr "当模块组和代理具有所有模块处于不状态时,蓝色单元组和代理。"
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
-msgstr "ID"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
+msgstr "此表以列显示模块组和行代理组。单元格显示所有模块"
 
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
-msgstr "ID 2"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
+msgstr "没有定义的组或模块组"
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
-msgstr "退货类型"
-
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
-msgstr "其他"
-
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
-msgstr "其他模式"
-
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
-msgstr "原始网址"
-
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
-msgstr "证书"
-
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
-msgstr "呼叫参数"
-
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr "操作: 获取操作: module_last_value ID: 63"
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr "自定义网址"
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr "通话"
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr "结果"
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr "URL"
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr "隐藏网址"
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
-msgstr "显示URL"
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
+msgstr "模块组"
 
 #: ../../general/first_task/HA_cluster_builder.php:37
 msgid "There are no HA clusters defined yet."
@@ -2875,11 +2875,11 @@ msgstr "尚未定义任何标签。"
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2905,56 +2905,6 @@ msgstr ""
 "\t\t\t\t\t\t\t\t标签在系统上配置,并分配给选定的模块。\n"
 "\t\t\t\t\t\t\t\t因此,用户的访问仅限于带有某些标签的模块。"
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr "集群是一组在高可用性下提供相同服务的设备。"
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr "根据他们如何提供该服务,我们可以找到两种类型:"
-
-#: ../../general/first_task/cluster_builder.php:49
-#, fuzzy
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-"平衡服务负载的集群:这些是活动 - 活动 (A/A) 模式集群。这意味着所有的"
-"节点(或构成它的机器)都在工作。他们必须工作,因为如果一个人停止工作,它会超"
-"载其他。"
-
-#: ../../general/first_task/cluster_builder.php:51
-#, fuzzy
-msgid ""
-"Clusters to guarantee service: these are active - passive (A/P) mode "
-"clusters. It means that one of the nodes (or machines that make up the "
-"cluster) will be running (primary) and another will not (secondary). When "
-"the primary goes down, the secondary must take over and give the service "
-"instead. Although many of the elements of this cluster are active-passive, "
-"it will also have active elements in both of them that indicate that the "
-"passive node is \"online\", so that in the case of a service failure in the "
-"master, the active node collects this information."
-msgstr ""
-"保证服务的集群:这些是主动 - 被动 (A/P) 模式集群。这意味着一个节点"
-"(或构成集群的机器)将运行(初级),而另一个节点不会运行(次要)。当初级下降"
-"时,次要的必须接管并代替服务。虽然此组组的许多元素是主动被动的,但其中两个组"
-"组中也会有主动元件,表明被动节点是\"在线\"的,因此在主组件中服务失败的情况"
-"下,主动节点会收集此信息。"
-
-#: ../../general/first_task/cluster_builder.php:59
-#, fuzzy
-msgid "Create cluster"
-msgstr "创建集群"
-
-#: ../../general/first_task/cluster_builder.php:64
-#, fuzzy
-msgid "There are no defined clusters"
-msgstr "没有定义的用户"
-
 #: ../../general/first_task/map_builder.php:38
 #, php-format
 msgid ""
@@ -3030,6 +2980,56 @@ msgstr "配置用户"
 msgid "No services found"
 msgstr "没有定义任何服务。"
 
+#: ../../general/first_task/cluster_builder.php:45
+msgid ""
+"A cluster is a group of devices that provide the same service in high "
+"availability."
+msgstr "集群是一组在高可用性下提供相同服务的设备。"
+
+#: ../../general/first_task/cluster_builder.php:47
+msgid "Depending on how they provide that service, we can find two types:"
+msgstr "根据他们如何提供该服务,我们可以找到两种类型:"
+
+#: ../../general/first_task/cluster_builder.php:49
+#, fuzzy
+msgid ""
+"Clusters to balance the service load: these are active - active (A/A) mode "
+"clusters. It means that all the nodes (or machines that compose it) are "
+"working. They must be working because if one stops working, it will overload "
+"the others."
+msgstr ""
+"平衡服务负载的集群:这些是活动 - 活动 (A/A) 模式集群。这意味着所有的"
+"节点(或构成它的机器)都在工作。他们必须工作,因为如果一个人停止工作,它会超"
+"载其他。"
+
+#: ../../general/first_task/cluster_builder.php:51
+#, fuzzy
+msgid ""
+"Clusters to guarantee service: these are active - passive (A/P) mode "
+"clusters. It means that one of the nodes (or machines that make up the "
+"cluster) will be running (primary) and another will not (secondary). When "
+"the primary goes down, the secondary must take over and give the service "
+"instead. Although many of the elements of this cluster are active-passive, "
+"it will also have active elements in both of them that indicate that the "
+"passive node is \"online\", so that in the case of a service failure in the "
+"master, the active node collects this information."
+msgstr ""
+"保证服务的集群:这些是主动 - 被动 (A/P) 模式集群。这意味着一个节点"
+"(或构成集群的机器)将运行(初级),而另一个节点不会运行(次要)。当初级下降"
+"时,次要的必须接管并代替服务。虽然此组组的许多元素是主动被动的,但其中两个组"
+"组中也会有主动元件,表明被动节点是\"在线\"的,因此在主组件中服务失败的情况"
+"下,主动节点会收集此信息。"
+
+#: ../../general/first_task/cluster_builder.php:59
+#, fuzzy
+msgid "Create cluster"
+msgstr "创建集群"
+
+#: ../../general/first_task/cluster_builder.php:64
+#, fuzzy
+msgid "There are no defined clusters"
+msgstr "没有定义的用户"
+
 #: ../../general/first_task/custom_graphs.php:18
 #, fuzzy, php-format
 msgid ""
@@ -3059,10 +3059,7 @@ msgstr "创建自定义图形"
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -3070,7 +3067,9 @@ msgstr "创建自定义图形"
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr "您无法访问此页面"
 
@@ -3109,16 +3108,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3658,9 +3656,9 @@ msgstr "已发送电子邮件到您的电子邮件地址"
 #: ../../godmode/massive/massive_edit_plugins.php:856
 #: ../../godmode/massive/massive_edit_plugins.php:857
 #: ../../godmode/reporting/manage_schedule.php:332
+#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/users/configure_user.php:2098
 #: ../../godmode/users/configure_user.php:2167
-#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/wizards/ManageExtensions.class.php:346
 #: ../../include/ajax/double_auth.ajax.php:267
 #: ../../include/ajax/double_auth.ajax.php:365
@@ -3669,9 +3667,9 @@ msgstr "已发送电子邮件到您的电子邮件地址"
 #: ../../include/ajax/events.php:2356
 #: ../../include/class/Diagnostics.class.php:1931
 #: ../../include/class/SatelliteAgent.class.php:873
-#: ../../include/functions.php:1379 ../../include/functions_menu.php:940
-#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014
-#: ../../include/functions_events.php:3217
+#: ../../include/functions_menu.php:940 ../../include/functions.php:1379
+#: ../../include/functions_events.php:3014
+#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334
 #: ../../mobile/operation/visualmap.php:181
 #: ../../operation/reporting/graph_analytics_public.php:162
 #: ../../operation/reporting/graph_analytics_public.php:170
@@ -4063,7 +4061,6 @@ msgstr "编辑我的用户"
 #: ../../godmode/agentes/agent_template.php:298
 #: ../../godmode/agentes/fields_manager.php:210
 #: ../../godmode/agentes/inventory_manager.php:266
-#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/agentes/module_manager.php:1066
 #: ../../godmode/agentes/module_manager.php:1077
 #: ../../godmode/agentes/module_manager.php:1090
@@ -4072,6 +4069,7 @@ msgstr "编辑我的用户"
 #: ../../godmode/agentes/module_manager.php:1340
 #: ../../godmode/agentes/planned_downtime.editor.php:1456
 #: ../../godmode/agentes/modificar_agente.php:985
+#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/alerts/alert_actions.php:455
 #: ../../godmode/alerts/alert_commands.php:1070
 #: ../../godmode/alerts/alert_commands.php:1073
@@ -4084,9 +4082,9 @@ msgstr "编辑我的用户"
 #: ../../godmode/groups/modu_group_list.php:287
 #: ../../godmode/groups/group_list.php:1129
 #: ../../godmode/groups/group_list.php:1336
-#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_enable_disable_alerts.php:227
 #: ../../godmode/massive/massive_standby_alerts.php:255
+#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_operations.php:470
 #: ../../godmode/modules/manage_inventory_modules.php:341
 #: ../../godmode/modules/manage_network_templates.php:274
@@ -4125,20 +4123,20 @@ msgstr "编辑我的用户"
 #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301
 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216
 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672
-#: ../../include/class/CredentialStore.class.php:1701
 #: ../../include/class/ModuleTemplates.class.php:879
 #: ../../include/class/ModuleTemplates.class.php:894
-#: ../../include/class/SatelliteAgent.class.php:1187
-#: ../../include/class/SatelliteAgent.class.php:1235
-#: ../../include/class/SatelliteAgent.class.php:1297
 #: ../../include/class/TipsWindow.class.php:657
-#: ../../include/class/SatelliteCollection.class.php:531
-#: ../../include/class/SatelliteCollection.class.php:573
 #: ../../include/class/SnmpConsole.class.php:493
 #: ../../include/class/SnmpConsole.class.php:1309
 #: ../../include/class/SnmpConsole.class.php:1336
-#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/class/TreeGroupEdition.class.php:170
+#: ../../include/class/CredentialStore.class.php:1701
+#: ../../include/class/SatelliteAgent.class.php:1187
+#: ../../include/class/SatelliteAgent.class.php:1235
+#: ../../include/class/SatelliteAgent.class.php:1297
+#: ../../include/class/SatelliteCollection.class.php:531
+#: ../../include/class/SatelliteCollection.class.php:573
+#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:741
 #: ../../include/lib/ITSM/Manager.php:1315
 #: ../../include/functions_container.php:190
@@ -4155,8 +4153,6 @@ msgstr "编辑我的用户"
 #: ../../operation/visual_console/view.php:1129
 #: ../../operation/custom_fields/custom_fields_view.php:1171
 #: ../../update_manager_client/views/offline.php:72
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
 #: ../../views/calendar/special_days.php:461
 #: ../../views/ITSM/ITSMTicketDetailView.php:303
 msgid "Are you sure?"
@@ -4193,20 +4189,20 @@ msgstr "发送"
 #: ../../godmode/wizards/ManageExtensions.class.php:345
 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675
 #: ../../include/class/ConfigPEN.class.php:699
+#: ../../include/class/ModuleTemplates.class.php:1369
+#: ../../include/class/ExtensionsDiscovery.class.php:258
+#: ../../include/class/AgentWizard.class.php:6266
+#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/class/CredentialStore.class.php:1655
 #: ../../include/class/CredentialStore.class.php:1707
-#: ../../include/class/ModuleTemplates.class.php:1369
 #: ../../include/class/NetworkMap.class.php:2961
 #: ../../include/class/SatelliteAgent.class.php:1148
 #: ../../include/class/SatelliteAgent.class.php:1193
 #: ../../include/class/SatelliteAgent.class.php:1241
 #: ../../include/class/SatelliteAgent.class.php:1303
-#: ../../include/class/ExtensionsDiscovery.class.php:258
 #: ../../include/class/SatelliteCollection.class.php:536
 #: ../../include/class/SatelliteCollection.class.php:578
 #: ../../include/class/WelcomeWindow.class.php:177
-#: ../../include/class/AgentWizard.class.php:6266
-#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/functions_visual_map_editor.php:926
 #: ../../include/functions_visual_map_editor.php:930
 #: ../../include/functions_register.php:179
@@ -4261,195 +4257,6 @@ msgstr "你确定要取消这个教程吗?"
 msgid "Close wizard"
 msgstr "无向导"
 
-#: ../../godmode/agentes/agent_conf_gis.php:38
-#: ../../operation/agentes/gis_view.php:59
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr "没有默认地图。请前往设置设置默认地图。"
-
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr "此代理没有 GIS 数据,因此它位于地图的默认位置。"
-
-#: ../../godmode/agentes/agent_conf_gis.php:58
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr "当您更改代理位置时,代理会自动激活\"忽略新的 GIS 数据\"选项"
-
-#: ../../godmode/agentes/agent_conf_gis.php:68
-msgid "Agent position"
-msgstr "代理位置"
-
-#: ../../godmode/agentes/agent_conf_gis.php:75
-msgid "Latitude: "
-msgstr "纬度: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:94
-msgid "Longitude: "
-msgstr "经度: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:113
-msgid "Altitude: "
-msgstr "高度:"
-
-#: ../../godmode/agentes/agent_conf_gis.php:132
-#: ../../godmode/massive/massive_edit_agents.php:1178
-#, fuzzy
-msgid "Ignore new GIS data"
-msgstr "忽略新的 GIS 数据:"
-
-#: ../../godmode/agentes/agent_conf_gis.php:133
-#: ../../godmode/agentes/agent_manager.php:1555
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/massive/massive_edit_agents.php:708
-#: ../../godmode/massive/massive_edit_agents.php:1154
-#: ../../godmode/massive/massive_edit_agents.php:1192
-#: ../../godmode/massive/massive_edit_agents.php:1239
-#: ../../godmode/massive/massive_edit_modules.php:705
-#: ../../godmode/massive/massive_edit_modules.php:727
-#: ../../godmode/massive/massive_edit_modules.php:811
-#: ../../godmode/massive/massive_edit_modules.php:833
-#: ../../godmode/massive/massive_edit_modules.php:885
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1326
-#: ../../godmode/massive/massive_edit_modules.php:1370
-#: ../../godmode/massive/massive_edit_modules.php:1552
-#: ../../godmode/reporting/visual_console_builder.wizard.php:405
-#: ../../godmode/reporting/visual_console_builder.wizard.php:514
-#: ../../godmode/reporting/reporting_builder.php:1087
-#: ../../godmode/servers/modificar_server.php:193
-#: ../../godmode/servers/servers.build_table.php:157
-#: ../../godmode/update_manager/update_manager.setup.php:407
-#: ../../include/class/EventSound.class.php:349
-#: ../../include/class/SnmpConsole.class.php:424
-#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685
-#: ../../operation/netflow/nf_live_view.php:393
-#: ../../operation/users/user_edit.php:430
-msgid "Yes"
-msgstr "是"
-
-#: ../../godmode/agentes/agent_conf_gis.php:142
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/alerts/alert_view.php:371
-#: ../../godmode/massive/massive_edit_agents.php:709
-#: ../../godmode/massive/massive_edit_agents.php:1165
-#: ../../godmode/massive/massive_edit_agents.php:1193
-#: ../../godmode/massive/massive_edit_agents.php:1240
-#: ../../godmode/massive/massive_edit_modules.php:706
-#: ../../godmode/massive/massive_edit_modules.php:728
-#: ../../godmode/massive/massive_edit_modules.php:812
-#: ../../godmode/massive/massive_edit_modules.php:834
-#: ../../godmode/massive/massive_edit_modules.php:886
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1327
-#: ../../godmode/massive/massive_edit_modules.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1553
-#: ../../godmode/reporting/visual_console_builder.wizard.php:416
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-#: ../../godmode/reporting/reporting_builder.php:1089
-#: ../../godmode/servers/modificar_server.php:191
-#: ../../godmode/setup/news.php:389
-#: ../../godmode/update_manager/update_manager.setup.php:408
-#: ../../include/class/EventSound.class.php:348
-#: ../../include/class/SnmpConsole.class.php:423
-#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086
-#: ../../include/functions_events.php:5091
-#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366
-#: ../../operation/netflow/nf_live_view.php:403
-#: ../../operation/users/user_edit.php:431
-msgid "No"
-msgstr "否"
-
-#: ../../godmode/agentes/agent_conf_gis.php:161
-#: ../../godmode/agentes/status_monitor_custom_fields.php:231
-#: ../../godmode/agentes/planned_downtime.list.php:891
-#: ../../godmode/agentes/planned_downtime.list.php:936
-#: ../../godmode/agentes/configure_field.php:203
-#: ../../godmode/agentes/inventory_manager.php:188
-#: ../../godmode/agentes/inventory_manager.php:271
-#: ../../godmode/agentes/module_manager_editor.php:801
-#: ../../godmode/agentes/agent_manager.php:1304
-#: ../../godmode/agentes/planned_downtime.editor.php:1308
-#: ../../godmode/alerts/configure_alert_command.php:386
-#: ../../godmode/alerts/configure_alert_action.php:450
-#: ../../godmode/alerts/alert_list.list.php:227
-#: ../../godmode/alerts/alert_list.list.php:1066
-#: ../../godmode/category/edit_category.php:196
-#: ../../godmode/events/custom_events.php:193
-#: ../../godmode/events/event_edit_filter.php:982
-#: ../../godmode/events/event_responses.editor.php:337
-#: ../../godmode/groups/configure_modu_group.php:99
-#: ../../godmode/groups/configure_group.php:285
-#: ../../godmode/modules/manage_inventory_modules.php:338
-#: ../../godmode/modules/manage_inventory_modules_form.php:245
-#: ../../godmode/modules/manage_nc_groups_form.php:95
-#: ../../godmode/modules/manage_network_components_form.php:378
-#: ../../godmode/modules/manage_network_templates_form.php:178
-#: ../../godmode/netflow/nf_edit_form.php:450
-#: ../../godmode/reporting/create_container.php:365
-#: ../../godmode/reporting/reporting_builder.main.php:56
-#: ../../godmode/reporting/graph_builder.main.php:305
-#: ../../godmode/reporting/visual_console_builder.elements.php:918
-#: ../../godmode/reporting/visual_console_builder.data.php:319
-#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/modificar_server.php:247
-#: ../../godmode/setup/setup_sflow.php:95
-#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
-#: ../../godmode/setup/os_version.builder.php:65
-#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
-#: ../../godmode/setup/performance.php:893
-#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
-#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
-#: ../../godmode/setup/setup_ehorus.php:228
-#: ../../godmode/setup/setup_ITSM.php:678
-#: ../../godmode/setup/setup_netflow.php:121
-#: ../../godmode/setup/setup_visuals.php:2221
-#: ../../godmode/setup/setup_general.php:945
-#: ../../godmode/setup/setup_auth.php:547
-#: ../../godmode/snmpconsole/snmp_filters.php:264
-#: ../../godmode/snmpconsole/snmp_filters.php:326
-#: ../../godmode/snmpconsole/snmp_filters.php:337
-#: ../../godmode/snmpconsole/snmp_alert.php:1704
-#: ../../godmode/snmpconsole/snmp_alert.php:2007
-#: ../../godmode/tag/edit_tag.php:251
-#: ../../godmode/update_manager/update_manager.setup.php:418
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/users/configure_user.php:1636
-#: ../../godmode/users/configure_token.php:154
-#: ../../godmode/files_repo/files_repo_form.php:109
-#: ../../include/ajax/alert_list.ajax.php:340
-#: ../../include/class/ManageNetScanScripts.class.php:769
-#: ../../include/class/ConfigPEN.class.php:703
-#: ../../include/class/ConfigPEN.class.php:704
-#: ../../include/class/CredentialStore.class.php:1659
-#: ../../include/class/ExternalTools.class.php:476
-#: ../../include/class/ModuleTemplates.class.php:997
-#: ../../include/functions_visual_map_editor.php:926
-#: ../../include/functions_events.php:3578
-#: ../../include/functions_events.php:3664
-#: ../../include/functions_events.php:4741
-#: ../../operation/agentes/datos_agente.php:220
-#: ../../operation/reporting/reporting_viewer.php:285
-#: ../../operation/reporting/reporting_viewer.php:297
-#: ../../operation/reporting/graph_analytics.php:421
-#: ../../operation/users/user_edit.php:894
-#: ../../operation/visual_console/view.php:520
-#: ../../views/calendar/edit.php:129
-#: ../../views/calendar/special_days_edit.php:162
-#: ../../views/ITSM/ITSMTicketEditView.php:259
-msgid "Update"
-msgstr "更新"
-
 #: ../../godmode/agentes/agent_template.php:172
 msgid "Error adding modules"
 msgstr "错误添加模块"
@@ -4483,12 +4290,11 @@ msgstr "分配"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:163
 #: ../../godmode/alerts/alert_list.list.php:104
 #: ../../godmode/modules/manage_network_components_form_wizard.php:278
-#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../godmode/modules/manage_network_components.php:788
+#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../include/ajax/heatmap.ajax.php:282
-#: ../../include/ajax/heatmap.ajax.php:407
-#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077
-#: ../../include/ajax/module.php:1972
+#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077
+#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537
 #: ../../mobile/operation/modules.php:602
@@ -4502,17 +4308,17 @@ msgstr "模块名  Module name"
 #: ../../godmode/agentes/agent_template.php:275
 #: ../../godmode/agentes/planned_downtime.list.php:736
 #: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager_editor_common.php:295
-#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/agentes/planned_downtime.editor.php:927
 #: ../../godmode/agentes/modificar_agente.php:706
+#: ../../godmode/agentes/module_manager_editor_common.php:295
+#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/alerts/alert_templates.php:39
 #: ../../godmode/alerts/alert_templates.php:313
 #: ../../godmode/alerts/alert_templates.php:418
 #: ../../godmode/events/event_responses.editor.php:234
-#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/modules/manage_network_components.php:790
 #: ../../godmode/modules/manage_network_components_form_common.php:79
+#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/reporting/reporting_builder.list_items.php:245
 #: ../../godmode/reporting/reporting_builder.list_items.php:374
 #: ../../godmode/reporting/schedule.php:170
@@ -4530,10 +4336,10 @@ msgstr "模块名  Module name"
 #: ../../include/ajax/heatmap.ajax.php:96
 #: ../../include/class/AlertsList.class.php:316
 #: ../../include/class/ModuleTemplates.class.php:1190
-#: ../../include/class/CalendarManager.class.php:1043
-#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/class/AgentWizard.class.php:1312
 #: ../../include/class/AgentWizard.class.php:4215
+#: ../../include/class/CalendarManager.class.php:1043
+#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375
 #: ../../include/lib/Dashboard/Widgets/clock.php:221
 #: ../../include/lib/Dashboard/Widgets/service_view.php:260
@@ -4544,21 +4350,21 @@ msgstr "模块名  Module name"
 #: ../../include/functions_visual_map_editor.php:768
 #: ../../include/functions_visual_map_editor.php:894
 #: ../../include/functions_snmp_browser.php:565
+#: ../../include/functions_html.php:6737
+#: ../../include/functions_reports.php:1177
+#: ../../include/functions_events.php:2567
+#: ../../include/functions_events.php:5073
 #: ../../include/functions_reporting_html.php:1710
 #: ../../include/functions_reporting_html.php:1719
 #: ../../include/functions_reporting_html.php:1964
 #: ../../include/functions_reporting_html.php:1972
 #: ../../include/functions_reporting_html.php:3845
 #: ../../include/functions_reporting_html.php:6766
-#: ../../include/functions_html.php:6737
-#: ../../include/functions_reports.php:1177
-#: ../../include/functions_events.php:2567
-#: ../../include/functions_events.php:5073
+#: ../../mobile/operation/visualmaps.php:125
+#: ../../mobile/operation/visualmaps.php:126
 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684
 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012
 #: ../../mobile/operation/events.php:1013
-#: ../../mobile/operation/visualmaps.php:125
-#: ../../mobile/operation/visualmaps.php:126
 #: ../../operation/agentes/estado_agente.php:1121
 #: ../../operation/agentes/ver_agente.php:1223
 #: ../../operation/netflow/nf_live_view.php:563
@@ -4573,11 +4379,11 @@ msgstr "类型"
 #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170
 #: ../../godmode/agentes/planned_downtime.list.php:734
 #: ../../godmode/agentes/inventory_manager.php:238
-#: ../../godmode/agentes/agent_manager.php:640
 #: ../../godmode/agentes/module_manager.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/agentes/planned_downtime.editor.php:915
 #: ../../godmode/agentes/modificar_agente.php:709
+#: ../../godmode/agentes/agent_manager.php:640
+#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/alerts/configure_alert_command.php:283
 #: ../../godmode/alerts/alert_commands.php:1004
 #: ../../godmode/alerts/alert_templates.php:45
@@ -4586,18 +4392,18 @@ msgstr "类型"
 #: ../../godmode/events/event_responses.editor.php:141
 #: ../../godmode/groups/configure_group.php:256
 #: ../../godmode/groups/group_list.php:1042
-#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/massive/massive_edit_agents.php:824
 #: ../../godmode/massive/massive_edit_modules.php:855
+#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/modules/manage_inventory_modules.php:290
-#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_wizard.php:557
 #: ../../godmode/modules/manage_network_templates.php:249
-#: ../../godmode/modules/manage_network_templates_form.php:172
-#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/modules/module_list.php:100
 #: ../../godmode/modules/manage_network_components.php:791
+#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_common.php:451
+#: ../../godmode/modules/manage_network_templates_form.php:172
+#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/netflow/nf_item_list.php:175
 #: ../../godmode/reporting/create_container.php:336
 #: ../../godmode/reporting/reporting_builder.main.php:140
@@ -4635,9 +4441,9 @@ msgstr "类型"
 #: ../../include/class/ModuleTemplates.class.php:1047
 #: ../../include/class/ModuleTemplates.class.php:1191
 #: ../../include/class/ExtensionsDiscovery.class.php:1465
-#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/class/AgentWizard.class.php:1313
 #: ../../include/class/AgentWizard.class.php:4222
+#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820
 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147
@@ -4645,7 +4451,6 @@ msgstr "类型"
 #: ../../include/functions_treeview.php:668
 #: ../../include/functions_snmp_browser.php:571
 #: ../../include/functions_snmp_browser.php:1946
-#: ../../include/functions_ui.php:6482
 #: ../../include/functions_reporting_html.php:162
 #: ../../include/functions_reporting_html.php:1045
 #: ../../include/functions_reporting_html.php:2275
@@ -4654,6 +4459,7 @@ msgstr "类型"
 #: ../../include/functions_reporting_html.php:4962
 #: ../../include/functions_reporting_html.php:6767
 #: ../../include/functions_reporting_html.php:7653
+#: ../../include/functions_ui.php:6482
 #: ../../operation/agentes/custom_fields.php:69
 #: ../../operation/agentes/gis_view.php:222
 #: ../../operation/agentes/pandora_networkmap.editor.php:374
@@ -4712,10 +4518,9 @@ msgstr "描述"
 #: ../../include/class/SnmpConsole.class.php:533
 #: ../../include/functions_ui_renders.php:117
 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194
-#: ../../include/functions_ui.php:1691
 #: ../../include/functions_reporting_html.php:4702
 #: ../../include/functions_reporting_html.php:7295
-#: ../../mobile/operation/tactical.php:349
+#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349
 #: ../../operation/agentes/alerts_status.functions.php:197
 #: ../../operation/agentes/alerts_status.php:289
 #: ../../operation/agentes/alerts_status.php:290
@@ -4730,9 +4535,9 @@ msgstr "操作"
 #: ../../godmode/agentes/inventory_manager.php:267
 #: ../../godmode/agentes/module_manager_editor.php:808
 #: ../../godmode/agentes/module_manager.php:1107
-#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/agentes/planned_downtime.editor.php:1422
 #: ../../godmode/agentes/planned_downtime.editor.php:1462
+#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/alerts/alert_actions.php:356
 #: ../../godmode/alerts/alert_actions.php:484
 #: ../../godmode/alerts/alert_templates.php:481
@@ -4749,11 +4554,11 @@ msgstr "操作"
 #: ../../godmode/modules/manage_inventory_modules.php:385
 #: ../../godmode/modules/manage_network_templates.php:289
 #: ../../godmode/modules/manage_network_templates.php:302
-#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/modules/manage_nc_groups.php:302
 #: ../../godmode/modules/manage_nc_groups.php:363
 #: ../../godmode/modules/manage_network_components.php:871
 #: ../../godmode/modules/manage_network_components.php:920
+#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223
 #: ../../godmode/netflow/nf_item_list.php:263
 #: ../../godmode/netflow/nf_item_list.php:273
@@ -4780,10 +4585,10 @@ msgstr "操作"
 #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219
 #: ../../godmode/setup/os_version.list.php:139
 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358
+#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/setup/setup_visuals.php:1955
 #: ../../godmode/setup/setup_visuals.php:2047
 #: ../../godmode/setup/setup_visuals.php:2122
-#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/snmpconsole/snmp_filters.php:326
 #: ../../godmode/snmpconsole/snmp_filters.php:337
 #: ../../godmode/snmpconsole/snmp_alert.php:1954
@@ -4794,28 +4599,28 @@ msgstr "操作"
 #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125
 #: ../../include/class/ManageNetScanScripts.class.php:405
 #: ../../include/class/ConfigPEN.class.php:264
-#: ../../include/class/CredentialStore.class.php:1266
-#: ../../include/class/CredentialStore.class.php:1703
 #: ../../include/class/ModuleTemplates.class.php:899
 #: ../../include/class/ModuleTemplates.class.php:1192
-#: ../../include/class/NetworkMap.class.php:2953
-#: ../../include/class/SatelliteAgent.class.php:445
-#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/TipsWindow.class.php:487
-#: ../../include/class/CalendarManager.class.php:755
 #: ../../include/class/SnmpConsole.class.php:487
 #: ../../include/class/SnmpConsole.class.php:539
 #: ../../include/class/SnmpConsole.class.php:911
 #: ../../include/class/SnmpConsole.class.php:923
+#: ../../include/class/CalendarManager.class.php:755
+#: ../../include/class/CredentialStore.class.php:1266
+#: ../../include/class/CredentialStore.class.php:1703
+#: ../../include/class/NetworkMap.class.php:2953
+#: ../../include/class/SatelliteAgent.class.php:445
+#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/WelcomeWindow.class.php:1064
 #: ../../include/class/WelcomeWindow.class.php:1168
 #: ../../include/lib/ClusterViewer/ClusterManager.php:701
 #: ../../include/lib/ITSM/Manager.php:1321
 #: ../../include/functions_container.php:191
 #: ../../include/functions_container.php:325
-#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954
 #: ../../include/functions_filemanager.php:835
+#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../operation/agentes/pandora_networkmap.php:851
 #: ../../operation/agentes/status_monitor.php:2332
 #: ../../operation/gis_maps/gis_map.php:203
@@ -4853,10 +4658,10 @@ msgstr "删除"
 #: ../../godmode/snmpconsole/snmp_alert.php:2010
 #: ../../godmode/users/profile_list.php:399
 #: ../../godmode/files_repo/files_repo_list.php:131
-#: ../../include/class/CredentialStore.class.php:1262
-#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/class/TipsWindow.class.php:486
 #: ../../include/class/CalendarManager.class.php:721
+#: ../../include/class/CredentialStore.class.php:1262
+#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/lib/ClusterViewer/ClusterManager.php:685
 #: ../../include/lib/ITSM/Manager.php:1048
 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917
@@ -4905,9 +4710,9 @@ msgstr "力主键"
 #: ../../godmode/massive/massive_edit_modules.php:964
 #: ../../godmode/wizards/Custom.class.php:130
 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136
-#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/class/ExtensionsDiscovery.class.php:524
 #: ../../include/class/ExtensionsDiscovery.class.php:531
+#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343
 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454
 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609
@@ -5005,10 +4810,10 @@ msgstr "找不到网络图。"
 #: ../../godmode/agentes/configure_field.php:115
 #: ../../godmode/agentes/inventory_manager.php:237
 #: ../../godmode/agentes/module_manager.php:675
-#: ../../godmode/agentes/module_manager_editor_common.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/agentes/planned_downtime.editor.php:882
 #: ../../godmode/agentes/planned_downtime.editor.php:1359
+#: ../../godmode/agentes/module_manager_editor_common.php:254
+#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/alerts/configure_alert_command.php:220
 #: ../../godmode/alerts/configure_alert_action.php:207
 #: ../../godmode/alerts/alert_actions.php:351
@@ -5024,13 +4829,13 @@ msgstr "找不到网络图。"
 #: ../../godmode/groups/configure_group.php:140
 #: ../../godmode/groups/group_list.php:1034
 #: ../../godmode/modules/manage_inventory_modules.php:289
-#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_nc_groups_form.php:72
 #: ../../godmode/modules/manage_network_templates.php:248
-#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/modules/module_list.php:99
 #: ../../godmode/modules/manage_nc_groups.php:264
+#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_network_components_form_common.php:47
+#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/netflow/nf_edit.php:166
 #: ../../godmode/netflow/nf_edit_form.php:242
 #: ../../godmode/reporting/create_container.php:247
@@ -5046,27 +4851,29 @@ msgstr "找不到网络图。"
 #: ../../godmode/servers/modificar_server.php:204
 #: ../../godmode/servers/servers.build_table.php:82
 #: ../../godmode/setup/os.builder.php:269
-#: ../../godmode/setup/os.builder.php:270
+#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81
 #: ../../godmode/setup/setup_ITSM.php:383
-#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81
-#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231
-#: ../../godmode/users/user_list.php:512
+#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194
+#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512
 #: ../../godmode/wizards/ManageExtensions.class.php:369
 #: ../../godmode/files_repo/files_repo_list.php:49
 #: ../../include/ajax/dashboard.ajax.php:89
 #: ../../include/class/ManageNetScanScripts.class.php:403
 #: ../../include/class/ManageNetScanScripts.class.php:549
-#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/ModuleTemplates.class.php:853
 #: ../../include/class/ModuleTemplates.class.php:1035
+#: ../../include/class/CalendarManager.class.php:1041
+#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/NetworkMap.class.php:3073
 #: ../../include/class/NetworkMap.class.php:3119
 #: ../../include/class/NetworkMap.class.php:3131
 #: ../../include/class/NetworkMap.class.php:3501
-#: ../../include/class/CalendarManager.class.php:1041
 #: ../../include/class/SatelliteCollection.class.php:132
 #: ../../include/functions_treeview.php:67
 #: ../../include/functions_snmp_browser.php:1913
+#: ../../include/functions_filemanager.php:718
+#: ../../include/functions_events.php:4422
+#: ../../include/functions_events.php:4559
 #: ../../include/functions_reporting_html.php:673
 #: ../../include/functions_reporting_html.php:1712
 #: ../../include/functions_reporting_html.php:1720
@@ -5076,9 +4883,6 @@ msgstr "找不到网络图。"
 #: ../../include/functions_reporting_html.php:4960
 #: ../../include/functions_reporting_html.php:7652
 #: ../../include/functions_reporting_html.php:7845
-#: ../../include/functions_filemanager.php:718
-#: ../../include/functions_events.php:4422
-#: ../../include/functions_events.php:4559
 #: ../../mobile/operation/module_data.php:264
 #: ../../mobile/operation/server_status.php:283
 #: ../../mobile/operation/server_status.php:321
@@ -5192,8 +4996,8 @@ msgstr "服务器类型"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:113
 #: ../../godmode/agentes/status_monitor_custom_fields.php:165
 #: ../../godmode/agentes/inventory_manager.php:240
-#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager.php:707
+#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager_editor_common.php:1119
 #: ../../godmode/massive/massive_edit_agents.php:759
 #: ../../godmode/massive/massive_edit_modules.php:867
@@ -5218,9 +5022,9 @@ msgstr "服务器类型"
 #: ../../include/lib/Dashboard/Widgets/netflow.php:200
 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82
 #: ../../include/functions_treeview.php:655
-#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686
+#: ../../include/functions_agents.php:4825
 #: ../../include/functions_reporting_html.php:4963
-#: ../../mobile/operation/modules.php:668
+#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668
 #: ../../mobile/operation/modules.php:670
 #: ../../mobile/operation/modules.php:910
 #: ../../operation/agentes/status_monitor.php:1589
@@ -5241,22 +5045,21 @@ msgstr "间隔"
 #: ../../godmode/massive/massive_copy_modules.php:131
 #: ../../godmode/massive/massive_copy_modules.php:318
 #: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/massive/massive_edit_agents.php:1024
+#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/reporting/reporting_builder.item_editor.php:85
 #: ../../godmode/servers/servers.build_table.php:83
 #: ../../godmode/setup/setup_ITSM.php:441
 #: ../../godmode/setup/setup_ITSM.php:568
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675
-#: ../../include/ajax/heatmap.ajax.php:392
-#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079
-#: ../../include/ajax/module.php:1975
+#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079
+#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482
 #: ../../include/class/ExternalTools.class.php:933
-#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/class/AgentsAlerts.class.php:916
 #: ../../include/class/SnmpConsole.class.php:286
 #: ../../include/class/SnmpConsole.class.php:403
 #: ../../include/class/SnmpConsole.class.php:521
+#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358
@@ -5265,9 +5068,12 @@ msgstr "间隔"
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540
 #: ../../include/lib/Dashboard/Widgets/events_list.php:860
 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564
-#: ../../include/functions_snmp.php:369
 #: ../../include/functions_massive_operations.php:161
 #: ../../include/functions_snmp_browser.php:595
+#: ../../include/functions_events.php:256
+#: ../../include/functions_events.php:312
+#: ../../include/functions_events.php:2585
+#: ../../include/functions_events.php:5119
 #: ../../include/functions_reporting_html.php:820
 #: ../../include/functions_reporting_html.php:949
 #: ../../include/functions_reporting_html.php:1207
@@ -5282,19 +5088,22 @@ msgstr "间隔"
 #: ../../include/functions_reporting_html.php:4915
 #: ../../include/functions_reporting_html.php:4965
 #: ../../include/functions_reporting_html.php:6579
-#: ../../include/functions_events.php:256
-#: ../../include/functions_events.php:312
-#: ../../include/functions_events.php:2585
-#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97
-#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244
-#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407
-#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106
-#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248
-#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674
-#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849
-#: ../../mobile/operation/events.php:1003
-#: ../../mobile/operation/events.php:1004
+#: ../../include/functions_snmp.php:369
 #: ../../mobile/operation/module_data.php:262
+#: ../../mobile/operation/server_status.php:154
+#: ../../mobile/operation/server_status.php:155
+#: ../../mobile/operation/server_status.php:281
+#: ../../mobile/operation/server_status.php:319
+#: ../../mobile/operation/server_status.php:349
+#: ../../mobile/operation/server_status.php:445
+#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245
+#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105
+#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247
+#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334
+#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675
+#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003
+#: ../../mobile/operation/events.php:1004
 #: ../../mobile/operation/modules.php:163
 #: ../../mobile/operation/modules.php:164
 #: ../../mobile/operation/modules.php:275
@@ -5311,12 +5120,6 @@ msgstr "间隔"
 #: ../../mobile/operation/modules.php:751
 #: ../../mobile/operation/modules.php:763
 #: ../../mobile/operation/modules.php:909
-#: ../../mobile/operation/server_status.php:154
-#: ../../mobile/operation/server_status.php:155
-#: ../../mobile/operation/server_status.php:281
-#: ../../mobile/operation/server_status.php:319
-#: ../../mobile/operation/server_status.php:349
-#: ../../mobile/operation/server_status.php:445
 #: ../../operation/agentes/alerts_status.functions.php:122
 #: ../../operation/agentes/estado_agente.php:359
 #: ../../operation/agentes/estado_agente.php:1127
@@ -5365,24 +5168,23 @@ msgstr "报警"
 #: ../../include/class/SnmpConsole.class.php:292
 #: ../../include/lib/Dashboard/Widgets/events_list.php:861
 #: ../../include/functions_netflow.php:278
+#: ../../include/functions_inventory.php:151
+#: ../../include/functions_inventory.php:185
+#: ../../include/functions_inventory.php:395
+#: ../../include/functions_inventory.php:415
+#: ../../include/functions_inventory.php:600
+#: ../../include/functions_events.php:257
+#: ../../include/functions_events.php:315
+#: ../../include/functions_events.php:2581
+#: ../../include/functions_events.php:5025
 #: ../../include/functions_reporting_html.php:1716
 #: ../../include/functions_reporting_html.php:1724
 #: ../../include/functions_reporting_html.php:1968
 #: ../../include/functions_reporting_html.php:1975
 #: ../../include/functions_reporting_html.php:3853
 #: ../../include/functions_reporting_html.php:6582
-#: ../../include/functions_events.php:257
-#: ../../include/functions_events.php:315
-#: ../../include/functions_events.php:2581
-#: ../../include/functions_events.php:5025
-#: ../../include/functions_inventory.php:151
-#: ../../include/functions_inventory.php:185
-#: ../../include/functions_inventory.php:395
-#: ../../include/functions_inventory.php:415
-#: ../../include/functions_inventory.php:600
-#: ../../mobile/operation/events.php:829
 #: ../../mobile/operation/module_data.php:165
-#: ../../mobile/operation/modules.php:672
+#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672
 #: ../../mobile/operation/modules.php:911
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
@@ -5418,6 +5220,87 @@ msgstr "删除要选择的字段"
 msgid "Fields selected"
 msgstr "已选定字段"
 
+#: ../../godmode/agentes/status_monitor_custom_fields.php:231
+#: ../../godmode/agentes/planned_downtime.list.php:891
+#: ../../godmode/agentes/planned_downtime.list.php:936
+#: ../../godmode/agentes/configure_field.php:203
+#: ../../godmode/agentes/inventory_manager.php:188
+#: ../../godmode/agentes/inventory_manager.php:271
+#: ../../godmode/agentes/module_manager_editor.php:801
+#: ../../godmode/agentes/planned_downtime.editor.php:1308
+#: ../../godmode/agentes/agent_conf_gis.php:161
+#: ../../godmode/agentes/agent_manager.php:1304
+#: ../../godmode/alerts/configure_alert_command.php:386
+#: ../../godmode/alerts/configure_alert_action.php:450
+#: ../../godmode/alerts/alert_list.list.php:227
+#: ../../godmode/alerts/alert_list.list.php:1066
+#: ../../godmode/category/edit_category.php:196
+#: ../../godmode/events/custom_events.php:193
+#: ../../godmode/events/event_edit_filter.php:982
+#: ../../godmode/events/event_responses.editor.php:337
+#: ../../godmode/groups/configure_modu_group.php:99
+#: ../../godmode/groups/configure_group.php:285
+#: ../../godmode/modules/manage_inventory_modules.php:338
+#: ../../godmode/modules/manage_nc_groups_form.php:95
+#: ../../godmode/modules/manage_network_components_form.php:378
+#: ../../godmode/modules/manage_inventory_modules_form.php:245
+#: ../../godmode/modules/manage_network_templates_form.php:178
+#: ../../godmode/netflow/nf_edit_form.php:450
+#: ../../godmode/reporting/create_container.php:365
+#: ../../godmode/reporting/reporting_builder.main.php:56
+#: ../../godmode/reporting/graph_builder.main.php:305
+#: ../../godmode/reporting/visual_console_builder.elements.php:918
+#: ../../godmode/reporting/visual_console_builder.data.php:319
+#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/modificar_server.php:247
+#: ../../godmode/setup/setup_sflow.php:95
+#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
+#: ../../godmode/setup/os_version.builder.php:65
+#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
+#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
+#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
+#: ../../godmode/setup/setup_ehorus.php:228
+#: ../../godmode/setup/setup_netflow.php:121
+#: ../../godmode/setup/performance.php:893
+#: ../../godmode/setup/setup_ITSM.php:678
+#: ../../godmode/setup/setup_auth.php:547
+#: ../../godmode/setup/setup_general.php:945
+#: ../../godmode/setup/setup_visuals.php:2221
+#: ../../godmode/snmpconsole/snmp_filters.php:264
+#: ../../godmode/snmpconsole/snmp_filters.php:326
+#: ../../godmode/snmpconsole/snmp_filters.php:337
+#: ../../godmode/snmpconsole/snmp_alert.php:1704
+#: ../../godmode/snmpconsole/snmp_alert.php:2007
+#: ../../godmode/tag/edit_tag.php:251
+#: ../../godmode/update_manager/update_manager.setup.php:418
+#: ../../godmode/users/configure_profile.php:370
+#: ../../godmode/users/configure_token.php:154
+#: ../../godmode/users/configure_user.php:1636
+#: ../../godmode/files_repo/files_repo_form.php:109
+#: ../../include/ajax/alert_list.ajax.php:340
+#: ../../include/class/ManageNetScanScripts.class.php:769
+#: ../../include/class/ConfigPEN.class.php:703
+#: ../../include/class/ConfigPEN.class.php:704
+#: ../../include/class/ExternalTools.class.php:476
+#: ../../include/class/ModuleTemplates.class.php:997
+#: ../../include/class/CredentialStore.class.php:1659
+#: ../../include/functions_visual_map_editor.php:926
+#: ../../include/functions_events.php:3578
+#: ../../include/functions_events.php:3664
+#: ../../include/functions_events.php:4741
+#: ../../operation/agentes/datos_agente.php:220
+#: ../../operation/reporting/reporting_viewer.php:285
+#: ../../operation/reporting/reporting_viewer.php:297
+#: ../../operation/reporting/graph_analytics.php:421
+#: ../../operation/users/user_edit.php:894
+#: ../../operation/visual_console/view.php:520
+#: ../../views/calendar/edit.php:129
+#: ../../views/calendar/special_days_edit.php:162
+#: ../../views/ITSM/ITSMTicketEditView.php:259
+msgid "Update"
+msgstr "更新"
+
 #: ../../godmode/agentes/status_monitor_custom_fields.php:250
 #: ../../godmode/agentes/status_monitor_custom_fields.php:298
 #: ../../godmode/agentes/module_manager_editor_network.php:177
@@ -5466,7 +5349,6 @@ msgstr "已选定字段"
 #: ../../godmode/massive/massive_delete_modules.php:778
 #: ../../godmode/massive/massive_delete_modules.php:836
 #: ../../godmode/massive/massive_delete_modules.php:866
-#: ../../godmode/massive/massive_edit_plugins.php:338
 #: ../../godmode/massive/massive_add_alerts.php:339
 #: ../../godmode/massive/massive_delete_policies_alerts.php:253
 #: ../../godmode/massive/massive_delete_policies_alerts.php:280
@@ -5478,12 +5360,6 @@ msgstr "已选定字段"
 #: ../../godmode/massive/massive_add_policies_alerts.php:266
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270
-#: ../../godmode/massive/massive_edit_users.php:337
-#: ../../godmode/massive/massive_edit_users.php:397
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:616
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/massive/massive_edit_agents.php:802
 #: ../../godmode/massive/massive_edit_modules.php:491
 #: ../../godmode/massive/massive_edit_modules.php:1122
@@ -5499,6 +5375,13 @@ msgstr "已选定字段"
 #: ../../godmode/massive/massive_edit_modules.php:1843
 #: ../../godmode/massive/massive_edit_modules.php:2103
 #: ../../godmode/massive/massive_edit_modules.php:2162
+#: ../../godmode/massive/massive_edit_plugins.php:338
+#: ../../godmode/massive/massive_edit_users.php:337
+#: ../../godmode/massive/massive_edit_users.php:397
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:616
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/modules/manage_nc_groups_form.php:80
 #: ../../godmode/modules/manage_network_components_form.php:674
 #: ../../godmode/modules/manage_network_components_form.php:680
@@ -5534,15 +5417,17 @@ msgstr "已选定字段"
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4538
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559
 #: ../../godmode/setup/os.builder.php:359
-#: ../../godmode/setup/setup_visuals.php:637
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/setup/setup_general.php:1043
 #: ../../godmode/setup/setup_general.php:1060
 #: ../../godmode/setup/setup_general.php:1069
 #: ../../godmode/setup/setup_general.php:1086
+#: ../../godmode/setup/setup_visuals.php:637
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/snmpconsole/snmp_alert.php:40
 #: ../../godmode/snmpconsole/snmp_alert.php:1785
+#: ../../godmode/users/user_management.php:726
+#: ../../godmode/users/user_management.php:756
 #: ../../godmode/users/configure_user.php:1312
 #: ../../godmode/users/configure_user.php:1327
 #: ../../godmode/users/configure_user.php:1397
@@ -5553,16 +5438,18 @@ msgstr "已选定字段"
 #: ../../godmode/users/configure_user.php:1725
 #: ../../godmode/users/configure_user.php:1734
 #: ../../godmode/users/configure_user.php:1741
-#: ../../godmode/users/user_management.php:726
-#: ../../godmode/users/user_management.php:756
 #: ../../godmode/wizards/HostDevices.class.php:1170
 #: ../../godmode/resources/resources_export_import.php:187
 #: ../../include/ajax/planned_downtime.ajax.php:85
 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501
 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922
-#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747
-#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028
+#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569
+#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747
 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862
+#: ../../include/class/SnmpConsole.class.php:327
+#: ../../include/class/SnmpConsole.class.php:1409
+#: ../../include/class/AgentWizard.class.php:729
+#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/class/NetworkMap.class.php:2944
 #: ../../include/class/NetworkMap.class.php:3213
 #: ../../include/class/NetworkMap.class.php:3236
@@ -5570,10 +5457,6 @@ msgstr "已选定字段"
 #: ../../include/class/NetworkMap.class.php:3319
 #: ../../include/class/NetworkMap.class.php:3430
 #: ../../include/class/NetworkMap.class.php:3451
-#: ../../include/class/SnmpConsole.class.php:327
-#: ../../include/class/SnmpConsole.class.php:1409
-#: ../../include/class/AgentWizard.class.php:729
-#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445
 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388
 #: ../../include/lib/Dashboard/Widgets/module_status.php:379
@@ -5619,15 +5502,15 @@ msgstr "已选定字段"
 #: ../../include/functions_visual_map_editor.php:1122
 #: ../../include/functions_profile.php:357
 #: ../../include/functions_profile.php:375
-#: ../../include/functions_profile.php:390 ../../include/functions.php:1216
+#: ../../include/functions_profile.php:390
 #: ../../include/functions_networkmap.php:1522
-#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679
-#: ../../include/functions_html.php:395 ../../include/functions_html.php:862
-#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396
-#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444
-#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545
-#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994
-#: ../../include/functions_events.php:3567
+#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395
+#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344
+#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443
+#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495
+#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478
+#: ../../include/functions_html.php:7994 ../../include/functions.php:1216
+#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697
 #: ../../mobile/operation/events.php:970
 #: ../../operation/agentes/pandora_networkmap.editor.php:494
 #: ../../operation/agentes/ver_agente.php:1234
@@ -5685,8 +5568,8 @@ msgstr "代理自定义字段经理"
 #: ../../godmode/reporting/reporting_builder.item_editor.php:84
 #: ../../godmode/menu.php:176
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071
-#: ../../include/functions_reporting_html.php:2287
 #: ../../include/functions_events.php:4527
+#: ../../include/functions_reporting_html.php:2287
 #: ../../operation/agentes/ver_agente.php:1769
 #: ../../operation/agentes/ver_agente.php:1773
 #: ../../operation/agentes/ver_agente.php:2078
@@ -5766,16 +5649,16 @@ msgstr "启用前置显示的字段将显示到代理详细信息中"
 #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521
 #: ../../godmode/wizards/ManageExtensions.class.php:374
 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084
-#: ../../include/class/SatelliteAgent.class.php:176
 #: ../../include/class/AgentsAlerts.class.php:254
 #: ../../include/class/AgentsAlerts.class.php:336
-#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/class/SnmpConsole.class.php:294
+#: ../../include/class/SatelliteAgent.class.php:176
+#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/functions_treeview.php:406
-#: ../../include/functions_reporting_html.php:4701
 #: ../../include/functions_cron.php:504
 #: ../../include/functions_filemanager.php:721
 #: ../../include/functions_reporting.php:3423
+#: ../../include/functions_reporting_html.php:4701
 #: ../../operation/agentes/pandora_networkmap.php:748
 #: ../../operation/agentes/status_monitor.php:1634
 msgid "Actions"
@@ -5800,9 +5683,9 @@ msgstr "凭据商店"
 #: ../../godmode/agentes/module_manager_editor_network.php:192
 #: ../../godmode/massive/massive_edit_modules.php:937
 #: ../../godmode/modules/manage_network_components_form_network.php:93
+#: ../../include/class/AgentWizard.class.php:796
 #: ../../include/class/CredentialStore.class.php:1094
 #: ../../include/class/CredentialStore.class.php:1377
-#: ../../include/class/AgentWizard.class.php:796
 msgid "SNMP community"
 msgstr "SNMP 社区"
 
@@ -5810,9 +5693,9 @@ msgstr "SNMP 社区"
 #: ../../godmode/massive/massive_edit_modules.php:989
 #: ../../godmode/modules/manage_network_components_form_network.php:69
 #: ../../godmode/wizards/HostDevices.class.php:1271
+#: ../../include/class/AgentWizard.class.php:817
 #: ../../include/class/CredentialStore.class.php:1106
 #: ../../include/class/CredentialStore.class.php:1390
-#: ../../include/class/AgentWizard.class.php:817
 msgid "SNMP version"
 msgstr "SNMP 版本"
 
@@ -5862,9 +5745,9 @@ msgstr "通过长度必须是八个字符的最低。"
 #: ../../godmode/agentes/module_manager_editor_network.php:407
 #: ../../godmode/massive/massive_edit_modules.php:1024
 #: ../../godmode/modules/manage_network_components_form_network.php:178
+#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/class/CredentialStore.class.php:1195
 #: ../../include/class/CredentialStore.class.php:1497
-#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/functions_snmp_browser.php:891
 msgid "Privacy method"
 msgstr "隐私法"
@@ -5890,9 +5773,9 @@ msgstr "AES"
 #: ../../godmode/agentes/module_manager_editor_network.php:424
 #: ../../godmode/massive/massive_edit_modules.php:1029
 #: ../../godmode/modules/manage_network_components_form_network.php:158
+#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/class/CredentialStore.class.php:1212
 #: ../../include/class/CredentialStore.class.php:1518
-#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/functions_snmp_browser.php:907
 msgid "Privacy pass"
 msgstr "隐私通行证"
@@ -5907,9 +5790,9 @@ msgstr "奥思方法"
 #: ../../godmode/agentes/module_manager_editor_network.php:449
 #: ../../godmode/massive/massive_edit_modules.php:1035
 #: ../../godmode/modules/manage_network_components_form_network.php:217
+#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/class/CredentialStore.class.php:1169
 #: ../../include/class/CredentialStore.class.php:1470
-#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/functions_snmp_browser.php:922
 msgid "MD5"
 msgstr "MD5"
@@ -5926,9 +5809,9 @@ msgstr "沙"
 #: ../../godmode/agentes/module_manager_editor_network.php:463
 #: ../../godmode/massive/massive_edit_modules.php:1039
 #: ../../godmode/modules/manage_network_components_form_network.php:194
+#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/class/CredentialStore.class.php:1124
 #: ../../include/class/CredentialStore.class.php:1422
-#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/functions_snmp_browser.php:935
 msgid "Security level"
 msgstr "安全级别"
@@ -5961,8 +5844,8 @@ msgstr "奥思和隐私方法"
 #: ../../godmode/alerts/alert_actions.php:352
 #: ../../godmode/events/event_responses.editor.php:230
 #: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/massive/massive_edit_modules.php:1491
+#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/modules/manage_network_components_form_network.php:291
 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049
 #: ../../include/class/ManageNetScanScripts.class.php:434
@@ -6268,9 +6151,9 @@ msgstr "未删除。错误删除数据"
 #: ../../godmode/agentes/planned_downtime.editor.php:1000
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523
-#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413
-#: ../../include/functions_snmp.php:421
+#: ../../include/rest-api/index.php:375
 #: ../../include/functions_reporting_html.php:5265
+#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421
 #: ../../operation/agentes/gis_view.php:221
 msgid "To"
 msgstr "到"
@@ -6307,9 +6190,9 @@ msgid "Execution type"
 msgstr "执行类型"
 
 #: ../../godmode/agentes/planned_downtime.list.php:411
+#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/agentes/agent_manager.php:218
 #: ../../godmode/agentes/agent_manager.php:282
-#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/events/event_edit_filter.php:538
 #: ../../godmode/events/event_edit_filter.php:554
 #: ../../godmode/massive/massive_add_action_alerts.php:217
@@ -6352,8 +6235,8 @@ msgstr "任意"
 #: ../../godmode/agentes/planned_downtime.list.php:989
 #: ../../godmode/agentes/configure_field.php:207
 #: ../../godmode/agentes/module_manager_editor.php:823
-#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/agentes/module_manager.php:1227
+#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/alerts/configure_alert_command.php:395
 #: ../../godmode/alerts/configure_alert_action.php:472
 #: ../../godmode/alerts/alert_actions.php:513
@@ -6367,13 +6250,13 @@ msgstr "任意"
 #: ../../godmode/groups/configure_modu_group.php:102
 #: ../../godmode/groups/configure_group.php:294
 #: ../../godmode/modules/manage_inventory_modules.php:374
-#: ../../godmode/modules/manage_inventory_modules_form.php:249
 #: ../../godmode/modules/manage_nc_groups_form.php:98
 #: ../../godmode/modules/manage_network_components_form.php:384
 #: ../../godmode/modules/manage_network_templates.php:311
-#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/modules/manage_nc_groups.php:344
 #: ../../godmode/modules/manage_network_components.php:910
+#: ../../godmode/modules/manage_inventory_modules_form.php:249
+#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/netflow/nf_edit_form.php:454
 #: ../../godmode/reporting/create_container.php:383
 #: ../../godmode/reporting/reporting_builder.main.php:45
@@ -6393,13 +6276,13 @@ msgstr "任意"
 #: ../../godmode/snmpconsole/snmp_alert.php:1715
 #: ../../godmode/snmpconsole/snmp_alert.php:2204
 #: ../../godmode/tag/edit_tag.php:262
-#: ../../godmode/users/configure_user.php:1632
 #: ../../godmode/users/configure_token.php:145
+#: ../../godmode/users/configure_user.php:1632
 #: ../../include/class/ManageNetScanScripts.class.php:765
-#: ../../include/class/EventSound.class.php:199
-#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/ModuleTemplates.class.php:938
 #: ../../include/class/ModuleTemplates.class.php:992
+#: ../../include/class/EventSound.class.php:199
+#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/WelcomeWindow.class.php:774
 #: ../../include/class/WelcomeWindow.class.php:823
 #: ../../include/class/WelcomeWindow.class.php:876
@@ -6439,13 +6322,12 @@ msgstr "执行"
 #: ../../godmode/massive/massive_operations.php:388
 #: ../../godmode/massive/massive_operations.php:410
 #: ../../godmode/modules/manage_inventory_modules.php:54
-#: ../../godmode/modules/manage_inventory_modules_form.php:45
 #: ../../godmode/modules/manage_network_components.php:304
-#: ../../godmode/menu.php:344
-#: ../../include/class/AgentDeployWizard.class.php:727
-#: ../../include/class/ConfigPEN.class.php:329
+#: ../../godmode/modules/manage_inventory_modules_form.php:45
+#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329
 #: ../../include/class/ModuleTemplates.class.php:195
 #: ../../include/class/ModuleTemplates.class.php:213
+#: ../../include/class/AgentDeployWizard.class.php:727
 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62
 #: ../../include/functions_reports.php:926
 #: ../../include/functions_reports.php:930
@@ -6483,11 +6365,11 @@ msgid "Copy"
 msgstr "复制"
 
 #: ../../godmode/agentes/planned_downtime.list.php:778
-#: ../../godmode/agentes/agent_manager.php:1051
 #: ../../godmode/agentes/module_manager.php:835
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/agentes/planned_downtime.editor.php:930
 #: ../../godmode/agentes/modificar_agente.php:808
+#: ../../godmode/agentes/agent_manager.php:1051
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/massive/massive_edit_agents.php:1185
 #: ../../godmode/massive/massive_edit_modules.php:1366
 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641
@@ -6544,24 +6426,19 @@ msgstr "受影响的模块数量"
 #: ../../include/ajax/module.php:1254
 #: ../../include/class/SnmpConsole.class.php:831
 #: ../../include/class/SnmpConsole.class.php:849
-#: ../../include/lib/TacticalView/elements/LogStorage.php:150
-#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122
+#: ../../include/lib/TacticalView/elements/LogStorage.php:150
+#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490
-#: ../../include/functions.php:1267 ../../include/functions.php:1273
-#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152
+#: ../../include/functions_treeview.php:152
 #: ../../include/functions_treeview.php:310
 #: ../../include/functions_treeview.php:416
 #: ../../include/functions_treeview.php:645
-#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236
-#: ../../include/functions_ui.php:3244
-#: ../../include/functions_reporting_html.php:1313
-#: ../../include/functions_reporting_html.php:1316
-#: ../../include/functions_reporting_html.php:6840
-#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267
+#: ../../include/functions.php:1273 ../../include/functions.php:1277
 #: ../../include/functions_events.php:3754
 #: ../../include/functions_events.php:3898
 #: ../../include/functions_events.php:3918
@@ -6601,11 +6478,16 @@ msgstr "受影响的模块数量"
 #: ../../include/functions_events.php:5748
 #: ../../include/functions_events.php:5775
 #: ../../include/functions_events.php:5800
-#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198
-#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303
-#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327
-#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485
-#: ../../mobile/operation/events.php:495
+#: ../../include/functions_events.php:5844
+#: ../../include/functions_reporting_html.php:1313
+#: ../../include/functions_reporting_html.php:1316
+#: ../../include/functions_reporting_html.php:6840
+#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244
+#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203
+#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315
+#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435
+#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495
 #: ../../operation/agentes/estado_agente.php:1298
 #: ../../operation/agentes/interface_view.functions.php:747
 #: ../../operation/agentes/interface_view.functions.php:748
@@ -6776,9 +6658,9 @@ msgstr "库存模块错误"
 #: ../../include/class/WelcomeWindow.class.php:1178
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483
 #: ../../include/functions_snmp_browser.php:1765
-#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843
+#: ../../include/functions_html.php:6843
 #: ../../include/functions_notifications.php:1011
-#: ../../operation/events/events.php:1469
+#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469
 #: ../../operation/events/events.php:1561
 #: ../../views/ITSM/ITSMTicketDetailView.php:366
 msgid "Add"
@@ -6911,471 +6793,13 @@ msgid "Plugin server module"
 msgstr "插件服务器模块"
 
 #: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/massive/massive_edit_modules.php:1470
+#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/modules/manage_network_components_form_plugin.php:36
 #: ../../godmode/servers/plugin_registration.php:502
 msgid "Plugin"
 msgstr "插件"
 
-#: ../../godmode/agentes/agent_manager.php:195
-#: ../../godmode/agentes/module_manager_editor_common.php:780
-#: ../../godmode/groups/configure_group.php:251
-#: ../../godmode/massive/massive_edit_agents.php:862
-msgid "Custom ID"
-msgstr "自定义ID"
-
-#: ../../godmode/agentes/agent_manager.php:330
-#: ../../godmode/agentes/agent_manager.php:965
-#: ../../godmode/massive/massive_edit_agents.php:1138
-msgid "Agent icon"
-msgstr "代理图标"
-
-#: ../../godmode/agentes/agent_manager.php:358
-#: ../../include/class/SatelliteAgent.class.php:555
-#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
-#: ../../include/functions_reporting_html.php:4910
-#: ../../include/functions_events.php:253
-#: ../../include/functions_events.php:300
-#: ../../include/functions_events.php:2576
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/modules.php:908
-#: ../../operation/events/events.php:3063
-msgid "Agent name"
-msgstr "代理名称"
-
-#: ../../godmode/agentes/agent_manager.php:358
-msgid ""
-"The agent name is a unique identifier (which is automatically generated in "
-"software agents). If you set it manually, make sure it is not duplicated. "
-"Although it accepts spaces, we do not recommend you to use them in the agent "
-"name, you may use them in the agent alias. The agent name is not displayed "
-"in the interface, it is an internal name."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:393
-#, fuzzy
-msgid "Edit agent name"
-msgstr "编辑代理人"
-
-#: ../../godmode/agentes/agent_manager.php:408
-#: ../../godmode/groups/tactical.php:179
-#: ../../godmode/reporting/reporting_builder.item_editor.php:77
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
-#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488
-#: ../../include/functions_reporting_html.php:2259
-#: ../../include/functions_reporting_html.php:2423
-#: ../../operation/inventory/inventory.php:1366
-msgid "Alias"
-msgstr "别名"
-
-#: ../../godmode/agentes/agent_manager.php:408
-msgid ""
-"This will be the text label that will represent the agent on all types of "
-"screens and reports. It may be duplicated, contain spaces and non-ASCII "
-"characters."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:414
-msgid "Use alias as name"
-msgstr "使用别名作为名称"
-
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "This agent can be remotely configured"
-msgstr "此代理可以远程配置"
-
-#: ../../godmode/agentes/agent_manager.php:436
-#: ../../godmode/servers/modificar_server.php:208
-#: ../../include/functions_treeview.php:649
-#: ../../include/functions_reporting_html.php:2263
-#: ../../include/functions_reporting_html.php:5390
-#: ../../include/functions_reporting_html.php:5484
-#: ../../include/functions_events.php:4459
-#: ../../operation/gis_maps/ajax.php:290
-msgid "IP Address"
-msgstr "IP地址"
-
-#: ../../godmode/agentes/agent_manager.php:439
-#, fuzzy
-msgid "Check unique IP"
-msgstr "唯一的 IP"
-
-#: ../../godmode/agentes/agent_manager.php:461
-#: ../../godmode/agentes/agent_manager.php:487
-#, fuzzy
-msgid "Delete selected IPs"
-msgstr "删除所选"
-
-#: ../../godmode/agentes/agent_manager.php:478
-#, fuzzy
-msgid "Fix IP address"
-msgstr "IP地址"
-
-#: ../../godmode/agentes/agent_manager.php:479
-msgid "Avoid automatic IP address update when agent IP changes."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:483
-#, fuzzy
-msgid "IP Address list"
-msgstr "IP地址"
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid "Primary group"
-msgstr "主要组"
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid ""
-"Although an agent can belong to multiple groups, it can only have a parent "
-"group."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:558
-msgid ""
-"Time that elapses when updating data in the agent. Remote modules have their "
-"own interval, but this time is used to find out if an agent stopped "
-"responding (unknown state). When twice the time interval defined in an agent "
-"goes by, it is considered to be in unknown state (or also if all its remote "
-"modules are in unknown state). An agent may be in unknown state if all of "
-"its local (software agent-based) modules have a last contact time longer "
-"than twice the agent interval, even if it has updated remote modules."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:579
-#: ../../godmode/agentes/planned_downtime.editor.php:1361
-#: ../../godmode/agentes/modificar_agente.php:704
-#: ../../godmode/massive/massive_edit_agents.php:783
-#: ../../godmode/modules/manage_inventory_modules.php:291
-#: ../../godmode/modules/manage_inventory_modules_form.php:140
-#: ../../godmode/reporting/reporting_builder.item_editor.php:79
-#: ../../include/ajax/heatmap.ajax.php:468
-#: ../../include/class/Diagnostics.class.php:832
-#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
-#: ../../include/functions_massive_operations.php:239
-#: ../../include/functions_reporting_html.php:816
-#: ../../include/functions_reporting_html.php:2267
-#: ../../include/functions_reporting_html.php:4912
-#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94
-#: ../../mobile/operation/agents.php:405
-#: ../../operation/agentes/estado_agente.php:1108
-#: ../../operation/gis_maps/ajax.php:297
-#: ../../operation/inventory/inventory.php:1372
-#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
-#: ../../operation/tree.php:145
-msgid "OS"
-msgstr "操作系统"
-
-#: ../../godmode/agentes/agent_manager.php:607
-#, fuzzy
-msgid "OS version"
-msgstr "SQL 版本"
-
-#: ../../godmode/agentes/agent_manager.php:622
-#: ../../godmode/agentes/module_manager.php:693
-#: ../../godmode/events/event_edit_filter.php:958
-#: ../../godmode/massive/massive_edit_agents.php:806
-#: ../../godmode/modules/manage_network_components.php:789
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
-#: ../../include/class/AgentWizard.class.php:1311
-#: ../../include/functions_reporting_html.php:3029
-#: ../../include/functions_reporting_html.php:3229
-#: ../../operation/events/events.php:2214
-#: ../../operation/inventory/inventory.php:576
-#: ../../operation/custom_fields/custom_fields_view.php:710
-msgid "Server"
-msgstr "服务器"
-
-#: ../../godmode/agentes/agent_manager.php:622
-msgid "Server that will preferentially execute remote tasks."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:741
-msgid "Remote config disabled, please activate to enable agent basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:746
-msgid "Enable security hardening monitoring"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:759
-#, fuzzy
-msgid "Enable log collection"
-msgstr "集合大小"
-
-#: ../../godmode/agentes/agent_manager.php:773
-#, fuzzy
-msgid "Enable inventory"
-msgstr "同步库存"
-
-#: ../../godmode/agentes/agent_manager.php:791
-#, fuzzy
-msgid "Pandora RC connected with id "
-msgstr "与节点%s连接的错误。"
-
-#: ../../godmode/agentes/agent_manager.php:800
-#, fuzzy
-msgid "This agent do not have a Pandora RC agent installed, install one."
-msgstr "此代理没有任何活动监视器。"
-
-#: ../../godmode/agentes/agent_manager.php:806
-#, fuzzy
-msgid "Enable remote control"
-msgstr "最后一次远程联系"
-
-#: ../../godmode/agentes/agent_manager.php:816
-#: ../../godmode/agentes/agent_manager.php:817
-msgid "Only available for agents 774 or higher"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:823
-#, fuzzy
-msgid "Remote config is enabled only in the Enteprise version"
-msgstr "这些选项仅对企业版本有效。"
-
-#: ../../godmode/agentes/agent_manager.php:833
-#, fuzzy
-msgid "Basic options"
-msgstr "基本选项"
-
-#: ../../godmode/agentes/agent_manager.php:855
-#: ../../godmode/reporting/reporting_builder.item_editor.php:81
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
-#: ../../include/functions_agents.php:4872
-#: ../../include/functions_events.php:5160
-#: ../../operation/inventory/inventory.php:1370
-msgid "Secondary groups"
-msgstr "次要组"
-
-#: ../../godmode/agentes/agent_manager.php:866
-#, fuzzy
-msgid "Agent parent"
-msgstr "设置父级"
-
-#: ../../godmode/agentes/agent_manager.php:894
-#, fuzzy
-msgid "Cascade protection modules"
-msgstr "级联保护"
-
-#: ../../godmode/agentes/agent_manager.php:910
-#: ../../godmode/massive/massive_edit_agents.php:945
-msgid "Learning mode"
-msgstr "学习模式"
-
-#: ../../godmode/agentes/agent_manager.php:920
-#: ../../godmode/massive/massive_edit_agents.php:956
-msgid "Normal mode"
-msgstr "正常模式"
-
-#: ../../godmode/agentes/agent_manager.php:930
-#: ../../godmode/massive/massive_edit_agents.php:967
-msgid "Autodisable mode"
-msgstr "自动禁用模式"
-
-#: ../../godmode/agentes/agent_manager.php:939
-#: ../../godmode/massive/massive_edit_agents.php:980
-msgid "Module definition"
-msgstr "模块定义"
-
-#: ../../godmode/agentes/agent_manager.php:939
-msgid ""
-"Three working modes can be selected for module definition. Learning mode: "
-"Default mode, if an XML arrives with new modules, they will be created "
-"automatically; it is a learning behavior. Normal mode: If an XML arrives "
-"with new modules, they will only be created if they are previously declared "
-"in the Console. Autodisable mode: It is the same as learning mode, but if "
-"all modules go into unknown, the agent will be disabled until information "
-"arrives again."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-msgid "Cascade protection services"
-msgstr "级联保护服务"
-
-#: ../../godmode/agentes/agent_manager.php:951
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid ""
-"To avoid an avalanche of cascading alerts. You may choose any agent module "
-"(any) or a specific module. In the first case, when there is at least one "
-"module in critical, that event/alert will be launched, but no other of "
-"another module of the same agent. In the second case, when the specified "
-"module is in critical, the agent will not generate alerts/events."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:958
-#, fuzzy
-msgid "Update new GIS data"
-msgstr "更新新的 GIS 数据:"
-
-#: ../../godmode/agentes/agent_manager.php:1034
-#, fuzzy
-msgid "URL Address"
-msgstr "地址"
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid "Disabled mode"
-msgstr "禁用模式"
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid ""
-"A deactivated agent does not generate activity (or issue events/alerts) or "
-"process data or actively generate monitoring. In many listings it does not "
-"even appear."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1051
-msgid ""
-"A 'silent' agent continues to process monitoring data, but does not generate "
-"events or alerts."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1078
-msgid "Delete remote configuration file"
-msgstr "删除远程配置文件"
-
-#: ../../godmode/agentes/agent_manager.php:1087
-#: ../../godmode/agentes/configurar_agente.php:651
-#: ../../godmode/agentes/configurar_agente.php:803
-#: ../../godmode/massive/massive_edit_agents.php:1051
-#: ../../godmode/reporting/reporting_builder.item_editor.php:87
-#: ../../godmode/servers/servers.build_table.php:303
-#: ../../include/functions_agents.php:4907
-msgid "Remote configuration"
-msgstr "远程配置"
-
-#: ../../godmode/agentes/agent_manager.php:1117
-#: ../../godmode/massive/massive_edit_agents.php:1205
-msgid "Safe operation mode"
-msgstr "安全操作模式"
-
-#: ../../godmode/agentes/agent_manager.php:1117
-msgid ""
-"When the module set in this option goes into critical state, the other "
-"modules of the agent are automatically deactivated. This option can be very "
-"useful to avoid wasting resources, especially in remote checks. For example, "
-"if a Host alive module is chosen, SNMP checks will not be performed on the "
-"device when there is no connectivity with it."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1129
-msgid "Vulnerability scanning"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1132
-#: ../../godmode/agentes/module_manager.php:1081
-#: ../../godmode/agentes/module_manager.php:1094
-#: ../../godmode/agentes/module_manager_editor_common.php:255
-#: ../../godmode/agentes/module_manager_editor_common.php:728
-#: ../../godmode/agentes/module_manager_editor_common.php:1368
-#: ../../godmode/agentes/modificar_agente.php:799
-#: ../../godmode/alerts/alert_list.list.php:172
-#: ../../godmode/alerts/alert_view.php:560
-#: ../../godmode/alerts/configure_alert_template.php:1001
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:996
-#: ../../godmode/massive/massive_edit_agents.php:1215
-#: ../../godmode/massive/massive_edit_modules.php:881
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
-#: ../../include/functions_visual_map_editor.php:872
-#: ../../include/functions_treeview.php:64
-#: ../../include/functions_treeview.php:595
-#: ../../include/functions_agents.php:1494
-#: ../../include/functions_agents.php:4639
-#: ../../include/functions_reporting_html.php:4927
-#: ../../include/functions_reporting.php:7421
-#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
-#: ../../operation/agentes/alerts_status.functions.php:115
-#: ../../operation/inventory/inventory.php:789
-#: ../../operation/search_agents.getdata.php:189
-msgid "Disabled"
-msgstr "禁用"
-
-#: ../../godmode/agentes/agent_manager.php:1133
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/module_manager_editor_common.php:732
-#: ../../godmode/agentes/module_manager_editor_common.php:743
-#: ../../godmode/alerts/configure_alert_template.php:1002
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:1214
-#: ../../godmode/modules/manage_network_components_form_wizard.php:249
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
-#: ../../include/functions_visual_map_editor.php:871
-#: ../../include/functions_agents.php:4908
-#: ../../include/functions_reporting_html.php:4925
-#: ../../operation/inventory/inventory.php:788
-msgid "Enabled"
-msgstr "启用"
-
-#: ../../godmode/agentes/agent_manager.php:1134
-#, fuzzy
-msgid "Use global settings"
-msgstr "使用全球会所"
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_agents.php:1235
-#: ../../godmode/massive/massive_edit_modules.php:1548
-#, fuzzy
-msgid "Ignore unknown"
-msgstr "监视器未知"
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/massive/massive_edit_agents.php:1235
-msgid ""
-"This disables the calculation of the unknown state in the agent and any of "
-"its modules, so it will never transition to unknown. The state it reflects "
-"is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1218
-#, fuzzy
-msgid "Link text:"
-msgstr "链接名称"
-
-#: ../../godmode/agentes/agent_manager.php:1229
-#, fuzzy
-msgid "Link URL:"
-msgstr "链接"
-
-#: ../../godmode/agentes/agent_manager.php:1328
-#: ../../godmode/agentes/agent_manager.php:1390
-#: ../../godmode/agentes/modificar_agente.php:1007
-msgid "Delete agent"
-msgstr "删除代理"
-
-#: ../../godmode/agentes/agent_manager.php:1383
-#: ../../godmode/agentes/modificar_agente.php:979
-#, fuzzy
-msgid "This agent belongs to the clusters"
-msgstr "此代理具有其他 IPs"
-
-#: ../../godmode/agentes/agent_manager.php:1391
-#: ../../godmode/setup/setup_visuals.php:2401
-#, fuzzy
-msgid "This action is not reversible. Are you sure?"
-msgstr "此操作将用最新的备份覆盖设备配置。是否确定?"
-
-#: ../../godmode/agentes/agent_manager.php:1452
-msgid "Secondary group cannot be primary too."
-msgstr "次要组也不能是主要组。"
-
-#: ../../godmode/agentes/agent_manager.php:1554
-#, fuzzy
-msgid "This IP address is in use. Are you sure you want to save it?"
-msgstr "此更新与下一版本的%s不符。你确定要安装它吗?"
-
-#: ../../godmode/agentes/agent_manager.php:1577
-msgid ""
-"Change the internal name of the agent may cause duplicity and malfunction"
-msgstr ""
-
 #: ../../godmode/agentes/module_manager.php:81
 #: ../../operation/agentes/estado_monitores.php:637
 msgid "Show in hierachy mode"
@@ -7420,6 +6844,25 @@ msgstr "完成操作有问题。应用于%d/%d模块。"
 msgid "P"
 msgstr "IP"
 
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/agentes/agent_manager.php:622
+#: ../../godmode/events/event_edit_filter.php:958
+#: ../../godmode/massive/massive_edit_agents.php:806
+#: ../../godmode/modules/manage_network_components.php:789
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
+#: ../../include/class/AgentWizard.class.php:1311
+#: ../../include/functions_reporting_html.php:3029
+#: ../../include/functions_reporting_html.php:3229
+#: ../../operation/events/events.php:2214
+#: ../../operation/inventory/inventory.php:576
+#: ../../operation/custom_fields/custom_fields_view.php:710
+msgid "Server"
+msgstr "服务器"
+
 #: ../../godmode/agentes/module_manager.php:693
 #: ../../include/lib/TacticalView/elements/Events.php:445
 #, fuzzy
@@ -7477,6 +6920,35 @@ msgstr "复制"
 msgid "Normalize"
 msgstr "归一化"
 
+#: ../../godmode/agentes/module_manager.php:1081
+#: ../../godmode/agentes/module_manager.php:1094
+#: ../../godmode/agentes/modificar_agente.php:799
+#: ../../godmode/agentes/agent_manager.php:1132
+#: ../../godmode/agentes/module_manager_editor_common.php:255
+#: ../../godmode/agentes/module_manager_editor_common.php:728
+#: ../../godmode/agentes/module_manager_editor_common.php:1368
+#: ../../godmode/alerts/alert_list.list.php:172
+#: ../../godmode/alerts/alert_view.php:560
+#: ../../godmode/alerts/configure_alert_template.php:1001
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:996
+#: ../../godmode/massive/massive_edit_agents.php:1215
+#: ../../godmode/massive/massive_edit_modules.php:881
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
+#: ../../include/functions_visual_map_editor.php:872
+#: ../../include/functions_treeview.php:64
+#: ../../include/functions_treeview.php:595
+#: ../../include/functions_agents.php:1494
+#: ../../include/functions_agents.php:4639
+#: ../../include/functions_reporting.php:7432
+#: ../../include/functions_reporting_html.php:4927
+#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
+#: ../../operation/agentes/alerts_status.functions.php:115
+#: ../../operation/inventory/inventory.php:789
+#: ../../operation/search_agents.getdata.php:189
+msgid "Disabled"
+msgstr "禁用"
+
 #: ../../godmode/agentes/module_manager.php:1092
 #: ../../include/functions_snmp_browser.php:639
 msgid "Create network component"
@@ -7522,650 +6994,6 @@ msgstr ""
 msgid "Delete module"
 msgstr "删除模块"
 
-#: ../../godmode/agentes/module_manager_editor_common.php:120
-#: ../../godmode/agentes/module_manager_editor_common.php:135
-msgid "Manual setup"
-msgstr "手动设置( M)"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:128
-msgid "No component was found"
-msgstr "未找到任何组件"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:151
-msgid "Using module component"
-msgstr "使用模块组件"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:303
-#: ../../godmode/agentes/module_manager_editor_common.php:1026
-#: ../../godmode/massive/massive_edit_modules.php:1085
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
-#: ../../include/ajax/heatmap.ajax.php:228
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
-#: ../../include/functions_treeview.php:114
-#: ../../include/functions_graph.php:4964
-#: ../../include/functions_visual_map.php:4279
-#: ../../operation/agentes/status_monitor.php:582
-#: ../../operation/heatmap.php:105
-msgid "Not assigned"
-msgstr "未分配"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:447
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
-msgid "Warning threshold"
-msgstr "警告阈值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:449
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Min / Max"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:450
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Decrease / Increase"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid ""
-"Normal: Any value within the specified range will cause a state change. "
-"Inverse interval: Any value outside the specified range will cause a state "
-"change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:479
-#: ../../godmode/agentes/module_manager_editor_common.php:569
-#: ../../godmode/groups/group_list.php:1311
-#: ../../godmode/massive/massive_copy_modules.php:123
-#: ../../godmode/massive/massive_copy_modules.php:311
-#: ../../godmode/massive/massive_delete_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/netflow/nf_edit_form.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
-#: ../../godmode/setup/setup_visuals.php:1085
-#: ../../godmode/setup/setup_visuals.php:1107
-#: ../../include/ajax/module.php:2345
-#: ../../include/class/ExtensionsDiscovery.class.php:786
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
-#: ../../include/functions_massive_operations.php:154
-#: ../../include/functions.php:1174 ../../include/functions.php:1414
-#: ../../include/functions.php:1421 ../../include/functions.php:1454
-#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366
-#: ../../include/functions_graph.php:3225
-#: ../../include/functions_graph.php:3227
-#: ../../include/functions_graph.php:4772
-#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58
-#: ../../mobile/operation/modules.php:69
-#: ../../operation/agentes/group_view.php:250
-#: ../../operation/agentes/group_view.php:255
-#: ../../operation/agentes/estado_agente.php:310
-#: ../../operation/agentes/estado_monitores.php:544
-#: ../../operation/agentes/status_monitor.php:573
-#: ../../operation/netflow/nf_live_view.php:327
-#: ../../operation/custom_fields/custom_fields_view.php:174
-#: ../../operation/tree.php:208 ../../operation/tree.php:299
-#: ../../operation/tree.php:535
-msgid "Normal"
-msgstr "正常"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:480
-#: ../../godmode/agentes/module_manager_editor_common.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:570
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-#: ../../godmode/massive/massive_edit_modules.php:701
-#: ../../godmode/massive/massive_edit_modules.php:807
-#: ../../godmode/modules/manage_network_components_form_wizard.php:450
-#: ../../godmode/modules/manage_network_components_form_wizard.php:535
-#: ../../godmode/modules/manage_network_components_form_common.php:264
-#: ../../godmode/modules/manage_network_components_form_common.php:342
-msgid "Inverse interval"
-msgstr "反向间隔"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:481
-#: ../../godmode/agentes/module_manager_editor_common.php:571
-#: ../../godmode/massive/massive_edit_modules.php:723
-#: ../../godmode/massive/massive_edit_modules.php:829
-#: ../../godmode/modules/manage_network_components_form_wizard.php:457
-#: ../../godmode/modules/manage_network_components_form_wizard.php:542
-#: ../../godmode/modules/manage_network_components_form_common.php:271
-#: ../../godmode/modules/manage_network_components_form_common.php:349
-#, fuzzy
-msgid "Percentage"
-msgstr "百分比"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-#: ../../godmode/agentes/module_manager_editor_common.php:606
-#: ../../godmode/massive/massive_edit_modules.php:689
-#: ../../godmode/massive/massive_edit_modules.php:795
-#: ../../godmode/modules/manage_network_components_form_wizard.php:436
-#: ../../godmode/modules/manage_network_components_form_wizard.php:521
-#: ../../godmode/modules/manage_network_components_form_common.php:250
-#: ../../godmode/modules/manage_network_components_form_common.php:328
-#: ../../include/functions_treeview.php:88
-#: ../../include/functions_treeview.php:100
-msgid "Str."
-msgstr "斯特"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/modules/manage_network_components_form_wizard.php:474
-#: ../../godmode/modules/manage_network_components_form_common.php:285
-#, fuzzy
-msgid "Change to critical status after"
-msgstr "进入临界状态"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:533
-#: ../../godmode/modules/manage_network_components_form_wizard.php:482
-#: ../../godmode/modules/manage_network_components_form_common.php:293
-#, fuzzy
-msgid "intervals in warning status."
-msgstr "处于警告状态的时间"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:538
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
-msgid "Critical threshold"
-msgstr "临界阈值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid ""
-"Normal: Any value within the specified range will cause a state change."
-"\\nInverse interval: Any value outside the specified range will cause a "
-"state change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-#: ../../godmode/massive/massive_edit_modules.php:1292
-#: ../../godmode/modules/manage_network_components_form_common.php:406
-#: ../../include/functions_reporting.php:5037
-#: ../../mobile/operation/modules.php:860
-msgid "Historical data"
-msgstr "史料"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid ""
-"If disabled, it will only save the last known data, being unable to display "
-"graphs. It is useful to save DB space. It should be disabled only in those "
-"cases where it is necessary for the system to flow faster and save resources."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid ""
-"This disables the module's state calculation to unknown, so it will never "
-"transition to unknown. The state it reflects is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:692
-#: ../../godmode/agentes/module_manager_editor_common.php:694
-#, php-format
-msgid "Agent interval x %s"
-msgstr "代理间隔 x %s"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:700
-#: ../../godmode/alerts/alert_list.list.php:716
-#: ../../godmode/alerts/alert_view.php:58
-#: ../../godmode/events/event_edit_filter.php:491
-#: ../../godmode/massive/massive_edit_users.php:242
-#: ../../godmode/massive/massive_edit_users.php:272
-#: ../../godmode/massive/massive_edit_agents.php:1100
-#: ../../godmode/setup/gis_step_2.php:599
-#: ../../godmode/setup/gis_step_2.php:685
-#: ../../godmode/setup/setup_visuals.php:428
-#: ../../godmode/setup/setup_visuals.php:459
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:715
-#: ../../godmode/setup/setup_visuals.php:755
-#: ../../godmode/setup/setup_visuals.php:1623
-#: ../../godmode/users/configure_user.php:54
-#: ../../godmode/users/configure_user.php:1143
-#: ../../godmode/users/user_management.php:39
-#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799
-#: ../../include/class/AgentsAlerts.class.php:950
-#: ../../include/class/SnmpConsole.class.php:312
-#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347
-#: ../../operation/gis_maps/gis_map.php:119
-#: ../../operation/users/user_edit.php:426
-#: ../../operation/users/user_edit.php:429
-#: ../../operation/users/user_edit.php:440
-#: ../../operation/users/user_edit.php:465
-#: ../../views/calendar/special_days.php:197
-#: ../../views/calendar/special_days.php:209
-msgid "Default"
-msgstr "默认"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:777
-#, fuzzy
-msgid "Identification and Categorization"
-msgstr "Identification_reminder"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:781
-#: ../../godmode/massive/massive_edit_modules.php:1297
-#: ../../godmode/module_library/module_library_view.php:123
-#: ../../godmode/modules/manage_network_components_form_common.php:459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
-#: ../../include/functions_reporting_html.php:948
-#: ../../include/functions_reporting_html.php:996
-msgid "Category"
-msgstr "类别"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:818
-#: ../../godmode/modules/manage_network_components_form_common.php:484
-msgid "Tags available"
-msgstr "可用标签"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:898
-#: ../../godmode/modules/manage_network_components_form_common.php:505
-msgid "Add tags to module"
-msgstr "向模块添加标签"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:989
-msgid "Module parent"
-msgstr "模块父级"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1046
-msgid "Tags from policy"
-msgstr "政策标签"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1072
-#: ../../godmode/massive/massive_edit_modules.php:1361
-#: ../../godmode/modules/manage_network_components_form_common.php:446
-msgid "Unknown instructions"
-msgstr "未知说明"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1095
-#: ../../godmode/massive/massive_edit_modules.php:1351
-#: ../../godmode/modules/manage_network_components_form_common.php:436
-msgid "Critical instructions"
-msgstr "关键说明"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1096
-#: ../../godmode/massive/massive_edit_modules.php:1356
-#: ../../godmode/modules/manage_network_components_form_common.php:441
-msgid "Warning instructions"
-msgstr "警告说明"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1117
-#, fuzzy
-msgid "Execution interval"
-msgstr "评价间隔"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1137
-#: ../../godmode/agentes/module_manager_editor_common.php:1143
-#: ../../godmode/agentes/planned_downtime.editor.php:1155
-msgid "Cron from"
-msgstr "克朗从"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1140
-#: ../../godmode/agentes/module_manager_editor_common.php:1146
-#: ../../godmode/agentes/planned_downtime.editor.php:1158
-msgid "Cron to"
-msgstr "克朗到"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-#, fuzzy
-msgid "Thresholds and state changes"
-msgstr "有 db 更改"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid ""
-"It indicates the minimum and maximum values accepted by the module. Any "
-"value outside this range will be discarded. For example, with a Max. value "
-"of 100, a data value of 200 will not be saved in a database."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1157
-#: ../../godmode/modules/manage_network_components_form_common.php:411
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
-#: ../../include/functions_reporting.php:7531
-msgid "Min. Value"
-msgstr "最小值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1158
-#: ../../godmode/modules/manage_network_components_form_common.php:416
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
-#: ../../include/functions_reporting.php:7527
-msgid "Max. Value"
-msgstr "最大值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid "Dynamic Threshold Interval"
-msgstr "动态阈值间隔"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid ""
-"If this option is enabled, the module thresholds will be automatically "
-"adjusted based on the mean and standard deviation of their values in the "
-"specified time interval."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#: ../../godmode/alerts/configure_alert_template.php:953
-#: ../../godmode/massive/massive_edit_modules.php:663
-#: ../../godmode/massive/massive_edit_modules.php:769
-#: ../../godmode/massive/massive_edit_modules.php:1068
-#: ../../godmode/modules/manage_network_components_form_wizard.php:408
-#: ../../godmode/modules/manage_network_components_form_wizard.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/modules/manage_network_components_form_common.php:300
-#: ../../include/lib/Dashboard/Widgets/top_n.php:304
-#: ../../include/functions_alerts.php:686
-#: ../../include/functions_alerts.php:713
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6804
-msgid "Min."
-msgstr "最小."
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#, php-format
-msgid ""
-"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the lower critical state "
-"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% lower than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-#: ../../godmode/alerts/configure_alert_template.php:966
-#: ../../godmode/massive/massive_edit_modules.php:676
-#: ../../godmode/massive/massive_edit_modules.php:782
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/modules/manage_network_components_form_wizard.php:422
-#: ../../godmode/modules/manage_network_components_form_wizard.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:236
-#: ../../godmode/modules/manage_network_components_form_common.php:314
-#: ../../include/lib/Dashboard/Widgets/top_n.php:303
-#: ../../include/functions_alerts.php:685
-#: ../../include/functions_alerts.php:712
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6805
-msgid "Max."
-msgstr "最大."
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-msgid ""
-"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the upper critical state "
-"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% higher than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-#, fuzzy
-msgid "Two Tailed"
-msgstr "动态二尾:"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid ""
-"It allows to set a lower threshold in addition to the upper one by default. "
-"If enabled, both very high and very low values will cause a state change."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-#: ../../godmode/massive/massive_edit_modules.php:1257
-#: ../../godmode/modules/manage_network_components_form_common.php:361
-msgid "FF threshold"
-msgstr "FF 阈值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-msgid ""
-"It indicates the number of consecutive values at a threshold that must be "
-"received for the module to change state. For example, with a value 0 "
-"(default) the module will change state as soon as it receives a data within "
-"the critical threshold, but with a value 2 the module must receive two more "
-"critical data (consecutively) to change to critical state. It is possible to "
-"set the same 'tolerance' for all status changes or choose a different value "
-"for each one. This option is especially useful in unstable environments, as "
-"it helps prevent false positives."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1247
-#: ../../godmode/massive/massive_edit_modules.php:1151
-#: ../../godmode/massive/massive_edit_modules.php:1168
-#: ../../godmode/modules/manage_network_components_form_common.php:367
-msgid "All state changing"
-msgstr "所有状态更改"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-#: ../../godmode/massive/massive_edit_modules.php:1150
-#: ../../godmode/massive/massive_edit_modules.php:1251
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "Each state changing"
-msgstr "每个状态都发生变化"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1258
-#, fuzzy
-msgid "Change all states"
-msgstr "改变状态"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1280
-#: ../../godmode/massive/massive_edit_modules.php:1214
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "To normal"
-msgstr "正常"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1281
-#: ../../godmode/massive/massive_edit_modules.php:1226
-#: ../../godmode/modules/manage_network_components_form_common.php:387
-msgid "To warning"
-msgstr "警告"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1282
-#: ../../godmode/massive/massive_edit_modules.php:1238
-#: ../../godmode/modules/manage_network_components_form_common.php:394
-msgid "To critical"
-msgstr "至关键"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1338
-#: ../../godmode/massive/massive_edit_modules.php:1262
-msgid "FF interval"
-msgstr "FF 间隔"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1339
-#: ../../godmode/massive/massive_edit_modules.php:1277
-msgid "FF timeout"
-msgstr "FF 超时"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1184
-#: ../../godmode/modules/manage_network_components_form_common.php:362
-msgid "Keep counters"
-msgstr "保留计数器"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1380
-#, fuzzy
-msgid "Data and their processing"
-msgstr "到此过程"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1384
-#: ../../godmode/massive/massive_edit_modules.php:1133
-#: ../../godmode/modules/manage_network_components_form_common.php:421
-#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
-#: ../../include/functions_reporting_html.php:4964
-msgid "Unit"
-msgstr "单元"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-#: ../../godmode/massive/massive_edit_modules.php:903
-#: ../../godmode/modules/manage_network_components_form_plugin.php:54
-#: ../../godmode/modules/manage_network_components_form_wmi.php:83
-#: ../../godmode/modules/manage_network_components_form_network.php:249
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "Post process"
-msgstr "后处理"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-msgid ""
-"It allows you to change the unit of the received data. To do this, multiply "
-"the data received by the value set in this option (e.g. Seconds * "
-"0.016666666667 = Minutes). The data is saved already transformed in the "
-"database, so changing this parameter when the module has data can cause "
-"anomalies in graphs and other elements."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1412
-#: ../../godmode/massive/massive_edit_modules.php:920
-#, fuzzy
-msgid "MADE enabled"
-msgstr "启用了 WMI"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1413
-#: ../../godmode/massive/massive_edit_modules.php:921
-msgid ""
-"By activating this option, the module data will be processed by the MADE "
-"engine (if active), and events will be generated automatically by the IA "
-"engine"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1427
-#, fuzzy
-msgid "Notifications and alerts"
-msgstr "通知"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1429
-#: ../../godmode/massive/massive_edit_modules.php:1128
-msgid "Export target"
-msgstr "出口目标"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1431
-msgid "Not needed"
-msgstr "不需要"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-#: ../../godmode/modules/manage_network_components_form_common.php:426
-msgid "Discard unknown events"
-msgstr "丢弃未知事件"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-msgid ""
-"With this mode, the unknown state will be detected, but it will not generate "
-"events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
-msgid ""
-"A module in silent mode will continue to receive and store data, but will "
-"not trigger alerts or generate events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid "Cascade Protection Services"
-msgstr "级联保护服务"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1483
-#: ../../godmode/massive/massive_edit_modules.php:1395
-#: ../../include/class/ExtensionsDiscovery.class.php:1571
-msgid "Timeout"
-msgstr "超时"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1484
-#: ../../godmode/massive/massive_edit_modules.php:1410
-msgid "Retries"
-msgstr "重试"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1506
-#: ../../godmode/alerts/configure_alert_template.php:922
-#: ../../godmode/massive/massive_edit_modules.php:1078
-#: ../../godmode/reporting/visual_console_builder.wizard.php:353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
-#: ../../godmode/setup/setup_visuals.php:1905
-#: ../../godmode/setup/setup_visuals.php:1995
-#: ../../godmode/setup/setup_visuals.php:2077
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
-#: ../../include/ajax/events.php:2256
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
-#: ../../include/functions_visual_map_editor.php:741
-#: ../../include/functions_netflow.php:212
-#: ../../include/functions_snmp_browser.php:561
-#: ../../include/functions_graph.php:5101
-#: ../../include/functions_reporting_html.php:1603
-#: ../../include/functions_reporting_html.php:3336
-#: ../../include/functions_reporting_html.php:6222
-#: ../../include/functions_reporting_html.php:6768
-#: ../../include/functions_reports.php:1178
-msgid "Value"
-msgstr "值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1560
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-msgid "Direct"
-msgstr "直接"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1561
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-#: ../../include/functions_reporting_html.php:5383
-#: ../../include/functions_reporting_html.php:5477
-#: ../../include/functions_reporting_html.php:5557
-#: ../../include/functions_reporting_html.php:5566
-#: ../../include/functions_reporting_html.php:5704
-#: ../../include/functions_reporting_html.php:5713
-#: ../../include/functions_reporting_html.php:6039
-#: ../../include/functions_reporting_html.php:6045
-msgid "Failover"
-msgstr "故障切换"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1563
-msgid "Rel. type"
-msgstr "雷尔类型"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1585
-msgid "Add relationship"
-msgstr "添加关系"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1611
-msgid "Changes"
-msgstr "变化"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2357
-#: ../../godmode/modules/manage_network_components_form_common.php:840
-msgid "Normal Status"
-msgstr "正常状态"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2358
-#: ../../godmode/modules/manage_network_components_form_common.php:841
-msgid "Warning Status"
-msgstr "警告状态"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2359
-#: ../../godmode/modules/manage_network_components_form_common.php:842
-msgid "Critical Status"
-msgstr "关键状态"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2362
-#: ../../godmode/modules/manage_network_components_form_common.php:844
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr "请引入高于迷你蒙警告的最大警告"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2363
-#: ../../godmode/modules/manage_network_components_form_common.php:845
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr "请引入比迷你门临界值更高的最大临界值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2364
-#: ../../godmode/modules/manage_network_components_form_common.php:846
-#, fuzzy
-msgid "Please introduce a positive percentage value"
-msgstr "请介绍高于 SLA 最小值的 SLA 最大值"
-
 #: ../../godmode/agentes/planned_downtime.editor.php:58
 #: ../../godmode/alerts/alert_list.php:610
 #: ../../include/class/SnmpConsole.class.php:205
@@ -8347,13 +7175,13 @@ msgstr "无法创建"
 #: ../../godmode/snmpconsole/snmp_filters.php:164
 #: ../../godmode/snmpconsole/snmp_alert.php:302
 #: ../../godmode/users/profile_list.php:233
-#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/users/token_list.php:108
+#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/files_repo/files_repo.php:145
-#: ../../include/class/EventSound.class.php:103
-#: ../../include/class/EventSound.class.php:134
 #: ../../include/class/CalendarManager.class.php:555
 #: ../../include/class/CalendarManager.class.php:912
+#: ../../include/class/EventSound.class.php:103
+#: ../../include/class/EventSound.class.php:134
 #: ../../include/functions_alerts.php:2838
 #: ../../include/functions_planned_downtimes.php:115
 #: ../../include/functions_planned_downtimes.php:892
@@ -8394,60 +7222,60 @@ msgstr "类型周期:"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1056
 #: ../../include/class/CalendarManager.class.php:1044
-#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491
+#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502
 #: ../../views/calendar/special_days.php:248
 msgid "Mon"
 msgstr "星期一"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1057
 #: ../../include/class/CalendarManager.class.php:1045
-#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496
+#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507
 #: ../../views/calendar/special_days.php:249
 msgid "Tue"
 msgstr "星期二"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1058
 #: ../../include/class/CalendarManager.class.php:1046
-#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501
+#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512
 #: ../../views/calendar/special_days.php:250
 msgid "Wed"
 msgstr "星期三"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1059
 #: ../../include/class/CalendarManager.class.php:1047
-#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506
+#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517
 #: ../../views/calendar/special_days.php:251
 msgid "Thu"
 msgstr "星期四"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1060
 #: ../../include/class/CalendarManager.class.php:1048
-#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511
+#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522
 #: ../../views/calendar/special_days.php:252
 msgid "Fri"
 msgstr "星期五"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1061
 #: ../../include/class/CalendarManager.class.php:1049
-#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516
+#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527
 #: ../../views/calendar/special_days.php:253
 msgid "Sat"
 msgstr "星期六"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1062
 #: ../../include/class/CalendarManager.class.php:1050
-#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521
+#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532
 #: ../../views/calendar/special_days.php:247
 msgid "Sun"
 msgstr "星期日"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1072
-#: ../../include/functions_reporting.php:15531
+#: ../../include/functions_reporting.php:15542
 msgid "From day"
 msgstr "从天开始"
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1088
-#: ../../include/functions_reporting.php:15532
+#: ../../include/functions_reporting.php:15543
 msgid "To day"
 msgstr "到今天"
 
@@ -8466,6 +7294,18 @@ msgstr "结束时间必须高于开始时间"
 msgid "To hour"
 msgstr "到小时:"
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1155
+#: ../../godmode/agentes/module_manager_editor_common.php:1137
+#: ../../godmode/agentes/module_manager_editor_common.php:1143
+msgid "Cron from"
+msgstr "克朗从"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1158
+#: ../../godmode/agentes/module_manager_editor_common.php:1140
+#: ../../godmode/agentes/module_manager_editor_common.php:1146
+msgid "Cron to"
+msgstr "克朗到"
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1167
 msgid "Configure the time"
 msgstr "配置时间"
@@ -8505,6 +7345,32 @@ msgstr "代理计划为此停机时间"
 msgid "There are no agents"
 msgstr "没有代理"
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1361
+#: ../../godmode/agentes/modificar_agente.php:704
+#: ../../godmode/agentes/agent_manager.php:579
+#: ../../godmode/massive/massive_edit_agents.php:783
+#: ../../godmode/modules/manage_inventory_modules.php:291
+#: ../../godmode/modules/manage_inventory_modules_form.php:140
+#: ../../godmode/reporting/reporting_builder.item_editor.php:79
+#: ../../include/ajax/heatmap.ajax.php:468
+#: ../../include/class/Diagnostics.class.php:832
+#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
+#: ../../include/functions_massive_operations.php:239
+#: ../../include/functions_events.php:4464
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:2267
+#: ../../include/functions_reporting_html.php:4912
+#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405
+#: ../../operation/agentes/estado_agente.php:1108
+#: ../../operation/gis_maps/ajax.php:297
+#: ../../operation/inventory/inventory.php:1372
+#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
+#: ../../operation/tree.php:145
+msgid "OS"
+msgstr "操作系统"
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1405
 msgid "All alerts"
 msgstr "所有警报"
@@ -8605,15 +7471,15 @@ msgstr "查看"
 #: ../../include/class/AgentsAlerts.class.php:569
 #: ../../include/lib/TacticalView/elements/Alerts.php:38
 #: ../../include/functions_treeview.php:398
-#: ../../include/functions_reporting_html.php:6947
 #: ../../include/functions_reports.php:864
 #: ../../include/functions_reports.php:868
 #: ../../include/functions_reports.php:874
 #: ../../include/functions_reports.php:880
+#: ../../include/functions_reporting_html.php:6947
 #: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98
-#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408
+#: ../../mobile/operation/alerts.php:194
 #: ../../operation/agentes/estado_agente.php:1130
 #: ../../operation/agentes/ver_agente.php:1603
 #: ../../operation/agentes/ver_agente.php:1607
@@ -8695,6 +7561,16 @@ msgstr "SNMP 接口向导"
 msgid "WMI Wizard"
 msgstr "WMI 向导"
 
+#: ../../godmode/agentes/configurar_agente.php:651
+#: ../../godmode/agentes/configurar_agente.php:803
+#: ../../godmode/agentes/agent_manager.php:1087
+#: ../../godmode/massive/massive_edit_agents.php:1051
+#: ../../godmode/reporting/reporting_builder.item_editor.php:87
+#: ../../godmode/servers/servers.build_table.php:303
+#: ../../include/functions_agents.php:4907
+msgid "Remote configuration"
+msgstr "远程配置"
+
 #: ../../godmode/agentes/configurar_agente.php:751
 #: ../../operation/agentes/ver_agente.php:1696
 msgid "Network config manager"
@@ -9085,10 +7961,10 @@ msgstr "按别名、名称、描述、IP 地址或自定义字段内容搜索筛
 
 #: ../../godmode/agentes/modificar_agente.php:700
 #: ../../include/class/WelcomeWindow.class.php:846
-#: ../../include/functions_reporting_html.php:3232
-#: ../../include/functions_events.php:303
 #: ../../include/functions_inventory.php:150
 #: ../../include/functions_inventory.php:184
+#: ../../include/functions_events.php:303
+#: ../../include/functions_reporting_html.php:3232
 msgid "Agent alias"
 msgstr "代理别名"
 
@@ -9126,6 +8002,18 @@ msgstr "您将禁用聚类代理。是否确定?"
 msgid "You are going to delete a cluster agent"
 msgstr "您将启用聚类代理。是否确定?"
 
+#: ../../godmode/agentes/modificar_agente.php:979
+#: ../../godmode/agentes/agent_manager.php:1383
+#, fuzzy
+msgid "This agent belongs to the clusters"
+msgstr "此代理具有其他 IPs"
+
+#: ../../godmode/agentes/modificar_agente.php:1007
+#: ../../godmode/agentes/agent_manager.php:1328
+#: ../../godmode/agentes/agent_manager.php:1390
+msgid "Delete agent"
+msgstr "删除代理"
+
 #: ../../godmode/agentes/modificar_agente.php:1028
 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670
 #: ../../operation/agentes/estado_agente.php:1362
@@ -9146,6 +8034,1113 @@ msgstr "没有定义的代理"
 msgid "Deploy agent"
 msgstr "删除代理"
 
+#: ../../godmode/agentes/agent_conf_gis.php:38
+#: ../../operation/agentes/gis_view.php:59
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr "没有默认地图。请前往设置设置默认地图。"
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr "此代理没有 GIS 数据,因此它位于地图的默认位置。"
+
+#: ../../godmode/agentes/agent_conf_gis.php:58
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr "当您更改代理位置时,代理会自动激活\"忽略新的 GIS 数据\"选项"
+
+#: ../../godmode/agentes/agent_conf_gis.php:68
+msgid "Agent position"
+msgstr "代理位置"
+
+#: ../../godmode/agentes/agent_conf_gis.php:75
+msgid "Latitude: "
+msgstr "纬度: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:94
+msgid "Longitude: "
+msgstr "经度: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:113
+msgid "Altitude: "
+msgstr "高度:"
+
+#: ../../godmode/agentes/agent_conf_gis.php:132
+#: ../../godmode/massive/massive_edit_agents.php:1178
+#, fuzzy
+msgid "Ignore new GIS data"
+msgstr "忽略新的 GIS 数据:"
+
+#: ../../godmode/agentes/agent_conf_gis.php:133
+#: ../../godmode/agentes/agent_manager.php:1555
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/massive/massive_edit_agents.php:708
+#: ../../godmode/massive/massive_edit_agents.php:1154
+#: ../../godmode/massive/massive_edit_agents.php:1192
+#: ../../godmode/massive/massive_edit_agents.php:1239
+#: ../../godmode/massive/massive_edit_modules.php:705
+#: ../../godmode/massive/massive_edit_modules.php:727
+#: ../../godmode/massive/massive_edit_modules.php:811
+#: ../../godmode/massive/massive_edit_modules.php:833
+#: ../../godmode/massive/massive_edit_modules.php:885
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1326
+#: ../../godmode/massive/massive_edit_modules.php:1370
+#: ../../godmode/massive/massive_edit_modules.php:1552
+#: ../../godmode/reporting/visual_console_builder.wizard.php:405
+#: ../../godmode/reporting/visual_console_builder.wizard.php:514
+#: ../../godmode/reporting/reporting_builder.php:1087
+#: ../../godmode/servers/modificar_server.php:193
+#: ../../godmode/servers/servers.build_table.php:157
+#: ../../godmode/update_manager/update_manager.setup.php:407
+#: ../../include/class/SnmpConsole.class.php:424
+#: ../../include/class/EventSound.class.php:349
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:390
+#: ../../operation/netflow/nf_live_view.php:393
+#: ../../operation/users/user_edit.php:430
+msgid "Yes"
+msgstr "是"
+
+#: ../../godmode/agentes/agent_conf_gis.php:142
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/alerts/alert_view.php:371
+#: ../../godmode/massive/massive_edit_agents.php:709
+#: ../../godmode/massive/massive_edit_agents.php:1165
+#: ../../godmode/massive/massive_edit_agents.php:1193
+#: ../../godmode/massive/massive_edit_agents.php:1240
+#: ../../godmode/massive/massive_edit_modules.php:706
+#: ../../godmode/massive/massive_edit_modules.php:728
+#: ../../godmode/massive/massive_edit_modules.php:812
+#: ../../godmode/massive/massive_edit_modules.php:834
+#: ../../godmode/massive/massive_edit_modules.php:886
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1327
+#: ../../godmode/massive/massive_edit_modules.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1553
+#: ../../godmode/reporting/visual_console_builder.wizard.php:416
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+#: ../../godmode/reporting/reporting_builder.php:1089
+#: ../../godmode/servers/modificar_server.php:191
+#: ../../godmode/setup/news.php:389
+#: ../../godmode/update_manager/update_manager.setup.php:408
+#: ../../include/class/SnmpConsole.class.php:423
+#: ../../include/class/EventSound.class.php:348
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_events.php:5086
+#: ../../include/functions_events.php:5091
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358
+#: ../../mobile/operation/events.php:366
+#: ../../operation/netflow/nf_live_view.php:403
+#: ../../operation/users/user_edit.php:431
+msgid "No"
+msgstr "否"
+
+#: ../../godmode/agentes/agent_manager.php:195
+#: ../../godmode/agentes/module_manager_editor_common.php:780
+#: ../../godmode/groups/configure_group.php:251
+#: ../../godmode/massive/massive_edit_agents.php:862
+msgid "Custom ID"
+msgstr "自定义ID"
+
+#: ../../godmode/agentes/agent_manager.php:330
+#: ../../godmode/agentes/agent_manager.php:965
+#: ../../godmode/massive/massive_edit_agents.php:1138
+msgid "Agent icon"
+msgstr "代理图标"
+
+#: ../../godmode/agentes/agent_manager.php:358
+#: ../../include/class/SatelliteAgent.class.php:555
+#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
+#: ../../include/functions_events.php:253
+#: ../../include/functions_events.php:300
+#: ../../include/functions_events.php:2576
+#: ../../include/functions_reporting_html.php:4910
+#: ../../mobile/operation/modules.php:608
+#: ../../mobile/operation/modules.php:908
+#: ../../operation/events/events.php:3063
+msgid "Agent name"
+msgstr "代理名称"
+
+#: ../../godmode/agentes/agent_manager.php:358
+msgid ""
+"The agent name is a unique identifier (which is automatically generated in "
+"software agents). If you set it manually, make sure it is not duplicated. "
+"Although it accepts spaces, we do not recommend you to use them in the agent "
+"name, you may use them in the agent alias. The agent name is not displayed "
+"in the interface, it is an internal name."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:393
+#, fuzzy
+msgid "Edit agent name"
+msgstr "编辑代理人"
+
+#: ../../godmode/agentes/agent_manager.php:408
+#: ../../godmode/groups/tactical.php:179
+#: ../../godmode/reporting/reporting_builder.item_editor.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
+#: ../../include/lib/Group.php:556
+#: ../../include/functions_reporting_html.php:2259
+#: ../../include/functions_reporting_html.php:2423
+#: ../../include/functions_ui.php:6488
+#: ../../operation/inventory/inventory.php:1366
+msgid "Alias"
+msgstr "别名"
+
+#: ../../godmode/agentes/agent_manager.php:408
+msgid ""
+"This will be the text label that will represent the agent on all types of "
+"screens and reports. It may be duplicated, contain spaces and non-ASCII "
+"characters."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:414
+msgid "Use alias as name"
+msgstr "使用别名作为名称"
+
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "This agent can be remotely configured"
+msgstr "此代理可以远程配置"
+
+#: ../../godmode/agentes/agent_manager.php:436
+#: ../../godmode/servers/modificar_server.php:208
+#: ../../include/functions_treeview.php:649
+#: ../../include/functions_events.php:4459
+#: ../../include/functions_reporting_html.php:2263
+#: ../../include/functions_reporting_html.php:5390
+#: ../../include/functions_reporting_html.php:5484
+#: ../../operation/gis_maps/ajax.php:290
+msgid "IP Address"
+msgstr "IP地址"
+
+#: ../../godmode/agentes/agent_manager.php:439
+#, fuzzy
+msgid "Check unique IP"
+msgstr "唯一的 IP"
+
+#: ../../godmode/agentes/agent_manager.php:461
+#: ../../godmode/agentes/agent_manager.php:487
+#, fuzzy
+msgid "Delete selected IPs"
+msgstr "删除所选"
+
+#: ../../godmode/agentes/agent_manager.php:478
+#, fuzzy
+msgid "Fix IP address"
+msgstr "IP地址"
+
+#: ../../godmode/agentes/agent_manager.php:479
+msgid "Avoid automatic IP address update when agent IP changes."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:483
+#, fuzzy
+msgid "IP Address list"
+msgstr "IP地址"
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid "Primary group"
+msgstr "主要组"
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid ""
+"Although an agent can belong to multiple groups, it can only have a parent "
+"group."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:558
+msgid ""
+"Time that elapses when updating data in the agent. Remote modules have their "
+"own interval, but this time is used to find out if an agent stopped "
+"responding (unknown state). When twice the time interval defined in an agent "
+"goes by, it is considered to be in unknown state (or also if all its remote "
+"modules are in unknown state). An agent may be in unknown state if all of "
+"its local (software agent-based) modules have a last contact time longer "
+"than twice the agent interval, even if it has updated remote modules."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:607
+#, fuzzy
+msgid "OS version"
+msgstr "SQL 版本"
+
+#: ../../godmode/agentes/agent_manager.php:622
+msgid "Server that will preferentially execute remote tasks."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:741
+msgid "Remote config disabled, please activate to enable agent basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:746
+msgid "Enable security hardening monitoring"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:759
+#, fuzzy
+msgid "Enable log collection"
+msgstr "集合大小"
+
+#: ../../godmode/agentes/agent_manager.php:773
+#, fuzzy
+msgid "Enable inventory"
+msgstr "同步库存"
+
+#: ../../godmode/agentes/agent_manager.php:791
+#, fuzzy
+msgid "Pandora RC connected with id "
+msgstr "与节点%s连接的错误。"
+
+#: ../../godmode/agentes/agent_manager.php:800
+#, fuzzy
+msgid "This agent do not have a Pandora RC agent installed, install one."
+msgstr "此代理没有任何活动监视器。"
+
+#: ../../godmode/agentes/agent_manager.php:806
+#, fuzzy
+msgid "Enable remote control"
+msgstr "最后一次远程联系"
+
+#: ../../godmode/agentes/agent_manager.php:816
+#: ../../godmode/agentes/agent_manager.php:817
+msgid "Only available for agents 774 or higher"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:823
+#, fuzzy
+msgid "Remote config is enabled only in the Enteprise version"
+msgstr "这些选项仅对企业版本有效。"
+
+#: ../../godmode/agentes/agent_manager.php:833
+#, fuzzy
+msgid "Basic options"
+msgstr "基本选项"
+
+#: ../../godmode/agentes/agent_manager.php:855
+#: ../../godmode/reporting/reporting_builder.item_editor.php:81
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
+#: ../../include/functions_agents.php:4872
+#: ../../include/functions_events.php:5160
+#: ../../operation/inventory/inventory.php:1370
+msgid "Secondary groups"
+msgstr "次要组"
+
+#: ../../godmode/agentes/agent_manager.php:866
+#, fuzzy
+msgid "Agent parent"
+msgstr "设置父级"
+
+#: ../../godmode/agentes/agent_manager.php:894
+#, fuzzy
+msgid "Cascade protection modules"
+msgstr "级联保护"
+
+#: ../../godmode/agentes/agent_manager.php:910
+#: ../../godmode/massive/massive_edit_agents.php:945
+msgid "Learning mode"
+msgstr "学习模式"
+
+#: ../../godmode/agentes/agent_manager.php:920
+#: ../../godmode/massive/massive_edit_agents.php:956
+msgid "Normal mode"
+msgstr "正常模式"
+
+#: ../../godmode/agentes/agent_manager.php:930
+#: ../../godmode/massive/massive_edit_agents.php:967
+msgid "Autodisable mode"
+msgstr "自动禁用模式"
+
+#: ../../godmode/agentes/agent_manager.php:939
+#: ../../godmode/massive/massive_edit_agents.php:980
+msgid "Module definition"
+msgstr "模块定义"
+
+#: ../../godmode/agentes/agent_manager.php:939
+msgid ""
+"Three working modes can be selected for module definition. Learning mode: "
+"Default mode, if an XML arrives with new modules, they will be created "
+"automatically; it is a learning behavior. Normal mode: If an XML arrives "
+"with new modules, they will only be created if they are previously declared "
+"in the Console. Autodisable mode: It is the same as learning mode, but if "
+"all modules go into unknown, the agent will be disabled until information "
+"arrives again."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+msgid "Cascade protection services"
+msgstr "级联保护服务"
+
+#: ../../godmode/agentes/agent_manager.php:951
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid ""
+"To avoid an avalanche of cascading alerts. You may choose any agent module "
+"(any) or a specific module. In the first case, when there is at least one "
+"module in critical, that event/alert will be launched, but no other of "
+"another module of the same agent. In the second case, when the specified "
+"module is in critical, the agent will not generate alerts/events."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:958
+#, fuzzy
+msgid "Update new GIS data"
+msgstr "更新新的 GIS 数据:"
+
+#: ../../godmode/agentes/agent_manager.php:1034
+#, fuzzy
+msgid "URL Address"
+msgstr "地址"
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid "Disabled mode"
+msgstr "禁用模式"
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid ""
+"A deactivated agent does not generate activity (or issue events/alerts) or "
+"process data or actively generate monitoring. In many listings it does not "
+"even appear."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1051
+msgid ""
+"A 'silent' agent continues to process monitoring data, but does not generate "
+"events or alerts."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1078
+msgid "Delete remote configuration file"
+msgstr "删除远程配置文件"
+
+#: ../../godmode/agentes/agent_manager.php:1117
+#: ../../godmode/massive/massive_edit_agents.php:1205
+msgid "Safe operation mode"
+msgstr "安全操作模式"
+
+#: ../../godmode/agentes/agent_manager.php:1117
+msgid ""
+"When the module set in this option goes into critical state, the other "
+"modules of the agent are automatically deactivated. This option can be very "
+"useful to avoid wasting resources, especially in remote checks. For example, "
+"if a Host alive module is chosen, SNMP checks will not be performed on the "
+"device when there is no connectivity with it."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1129
+msgid "Vulnerability scanning"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1133
+#: ../../godmode/agentes/module_manager_editor_common.php:729
+#: ../../godmode/agentes/module_manager_editor_common.php:732
+#: ../../godmode/agentes/module_manager_editor_common.php:743
+#: ../../godmode/alerts/configure_alert_template.php:1002
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:1214
+#: ../../godmode/modules/manage_network_components_form_wizard.php:249
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
+#: ../../include/functions_visual_map_editor.php:871
+#: ../../include/functions_agents.php:4908
+#: ../../include/functions_reporting_html.php:4925
+#: ../../operation/inventory/inventory.php:788
+msgid "Enabled"
+msgstr "启用"
+
+#: ../../godmode/agentes/agent_manager.php:1134
+#, fuzzy
+msgid "Use global settings"
+msgstr "使用全球会所"
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_agents.php:1235
+#: ../../godmode/massive/massive_edit_modules.php:1548
+#, fuzzy
+msgid "Ignore unknown"
+msgstr "监视器未知"
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/massive/massive_edit_agents.php:1235
+msgid ""
+"This disables the calculation of the unknown state in the agent and any of "
+"its modules, so it will never transition to unknown. The state it reflects "
+"is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1218
+#, fuzzy
+msgid "Link text:"
+msgstr "链接名称"
+
+#: ../../godmode/agentes/agent_manager.php:1229
+#, fuzzy
+msgid "Link URL:"
+msgstr "链接"
+
+#: ../../godmode/agentes/agent_manager.php:1391
+#: ../../godmode/setup/setup_visuals.php:2401
+#, fuzzy
+msgid "This action is not reversible. Are you sure?"
+msgstr "此操作将用最新的备份覆盖设备配置。是否确定?"
+
+#: ../../godmode/agentes/agent_manager.php:1452
+msgid "Secondary group cannot be primary too."
+msgstr "次要组也不能是主要组。"
+
+#: ../../godmode/agentes/agent_manager.php:1554
+#, fuzzy
+msgid "This IP address is in use. Are you sure you want to save it?"
+msgstr "此更新与下一版本的%s不符。你确定要安装它吗?"
+
+#: ../../godmode/agentes/agent_manager.php:1577
+msgid ""
+"Change the internal name of the agent may cause duplicity and malfunction"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:120
+#: ../../godmode/agentes/module_manager_editor_common.php:135
+msgid "Manual setup"
+msgstr "手动设置( M)"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:128
+msgid "No component was found"
+msgstr "未找到任何组件"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:151
+msgid "Using module component"
+msgstr "使用模块组件"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:303
+#: ../../godmode/agentes/module_manager_editor_common.php:1026
+#: ../../godmode/massive/massive_edit_modules.php:1085
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
+#: ../../include/ajax/heatmap.ajax.php:228
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
+#: ../../include/functions_treeview.php:114
+#: ../../include/functions_graph.php:4964
+#: ../../include/functions_visual_map.php:4279
+#: ../../operation/agentes/status_monitor.php:582
+#: ../../operation/heatmap.php:105
+msgid "Not assigned"
+msgstr "未分配"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:447
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
+msgid "Warning threshold"
+msgstr "警告阈值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:449
+#: ../../godmode/agentes/module_manager_editor_common.php:539
+msgid "Min / Max"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:450
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Decrease / Increase"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid ""
+"Normal: Any value within the specified range will cause a state change. "
+"Inverse interval: Any value outside the specified range will cause a state "
+"change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:479
+#: ../../godmode/agentes/module_manager_editor_common.php:569
+#: ../../godmode/groups/group_list.php:1311
+#: ../../godmode/massive/massive_copy_modules.php:123
+#: ../../godmode/massive/massive_copy_modules.php:311
+#: ../../godmode/massive/massive_delete_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:391
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/netflow/nf_edit_form.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
+#: ../../godmode/setup/setup_visuals.php:1085
+#: ../../godmode/setup/setup_visuals.php:1107
+#: ../../include/ajax/module.php:2345
+#: ../../include/class/ExtensionsDiscovery.class.php:786
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
+#: ../../include/functions_massive_operations.php:154
+#: ../../include/functions_agents.php:5068
+#: ../../include/functions_graph.php:3225
+#: ../../include/functions_graph.php:3227
+#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174
+#: ../../include/functions.php:1414 ../../include/functions.php:1421
+#: ../../include/functions.php:1454 ../../include/functions_events.php:3269
+#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58
+#: ../../mobile/operation/modules.php:69
+#: ../../operation/agentes/group_view.php:250
+#: ../../operation/agentes/group_view.php:255
+#: ../../operation/agentes/estado_agente.php:310
+#: ../../operation/agentes/estado_monitores.php:544
+#: ../../operation/agentes/status_monitor.php:573
+#: ../../operation/netflow/nf_live_view.php:327
+#: ../../operation/custom_fields/custom_fields_view.php:174
+#: ../../operation/tree.php:208 ../../operation/tree.php:299
+#: ../../operation/tree.php:535
+msgid "Normal"
+msgstr "正常"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:480
+#: ../../godmode/agentes/module_manager_editor_common.php:488
+#: ../../godmode/agentes/module_manager_editor_common.php:570
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:701
+#: ../../godmode/massive/massive_edit_modules.php:807
+#: ../../godmode/modules/manage_network_components_form_wizard.php:450
+#: ../../godmode/modules/manage_network_components_form_wizard.php:535
+#: ../../godmode/modules/manage_network_components_form_common.php:264
+#: ../../godmode/modules/manage_network_components_form_common.php:342
+msgid "Inverse interval"
+msgstr "反向间隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:481
+#: ../../godmode/agentes/module_manager_editor_common.php:571
+#: ../../godmode/massive/massive_edit_modules.php:723
+#: ../../godmode/massive/massive_edit_modules.php:829
+#: ../../godmode/modules/manage_network_components_form_wizard.php:457
+#: ../../godmode/modules/manage_network_components_form_wizard.php:542
+#: ../../godmode/modules/manage_network_components_form_common.php:271
+#: ../../godmode/modules/manage_network_components_form_common.php:349
+#, fuzzy
+msgid "Percentage"
+msgstr "百分比"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:507
+#: ../../godmode/agentes/module_manager_editor_common.php:606
+#: ../../godmode/massive/massive_edit_modules.php:689
+#: ../../godmode/massive/massive_edit_modules.php:795
+#: ../../godmode/modules/manage_network_components_form_wizard.php:436
+#: ../../godmode/modules/manage_network_components_form_wizard.php:521
+#: ../../godmode/modules/manage_network_components_form_common.php:250
+#: ../../godmode/modules/manage_network_components_form_common.php:328
+#: ../../include/functions_treeview.php:88
+#: ../../include/functions_treeview.php:100
+msgid "Str."
+msgstr "斯特"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:531
+#: ../../godmode/modules/manage_network_components_form_wizard.php:474
+#: ../../godmode/modules/manage_network_components_form_common.php:285
+#, fuzzy
+msgid "Change to critical status after"
+msgstr "进入临界状态"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:533
+#: ../../godmode/modules/manage_network_components_form_wizard.php:482
+#: ../../godmode/modules/manage_network_components_form_common.php:293
+#, fuzzy
+msgid "intervals in warning status."
+msgstr "处于警告状态的时间"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:538
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
+msgid "Critical threshold"
+msgstr "临界阈值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid ""
+"Normal: Any value within the specified range will cause a state change."
+"\\nInverse interval: Any value outside the specified range will cause a "
+"state change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:1292
+#: ../../godmode/modules/manage_network_components_form_common.php:406
+#: ../../include/functions_reporting.php:5048
+#: ../../mobile/operation/modules.php:860
+msgid "Historical data"
+msgstr "史料"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid ""
+"If disabled, it will only save the last known data, being unable to display "
+"graphs. It is useful to save DB space. It should be disabled only in those "
+"cases where it is necessary for the system to flow faster and save resources."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid ""
+"This disables the module's state calculation to unknown, so it will never "
+"transition to unknown. The state it reflects is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:692
+#: ../../godmode/agentes/module_manager_editor_common.php:694
+#, php-format
+msgid "Agent interval x %s"
+msgstr "代理间隔 x %s"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:700
+#: ../../godmode/alerts/alert_list.list.php:716
+#: ../../godmode/alerts/alert_view.php:58
+#: ../../godmode/events/event_edit_filter.php:491
+#: ../../godmode/massive/massive_edit_agents.php:1100
+#: ../../godmode/massive/massive_edit_users.php:242
+#: ../../godmode/massive/massive_edit_users.php:272
+#: ../../godmode/setup/gis_step_2.php:599
+#: ../../godmode/setup/gis_step_2.php:685
+#: ../../godmode/setup/setup_visuals.php:428
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:715
+#: ../../godmode/setup/setup_visuals.php:755
+#: ../../godmode/setup/setup_visuals.php:1623
+#: ../../godmode/users/user_management.php:39
+#: ../../godmode/users/user_management.php:709
+#: ../../godmode/users/configure_user.php:54
+#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799
+#: ../../include/class/AgentsAlerts.class.php:950
+#: ../../include/class/SnmpConsole.class.php:312
+#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516
+#: ../../operation/gis_maps/gis_map.php:119
+#: ../../operation/users/user_edit.php:426
+#: ../../operation/users/user_edit.php:429
+#: ../../operation/users/user_edit.php:440
+#: ../../operation/users/user_edit.php:465
+#: ../../views/calendar/special_days.php:197
+#: ../../views/calendar/special_days.php:209
+msgid "Default"
+msgstr "默认"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:777
+#, fuzzy
+msgid "Identification and Categorization"
+msgstr "Identification_reminder"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:781
+#: ../../godmode/massive/massive_edit_modules.php:1297
+#: ../../godmode/module_library/module_library_view.php:123
+#: ../../godmode/modules/manage_network_components_form_common.php:459
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
+#: ../../include/functions_reporting_html.php:948
+#: ../../include/functions_reporting_html.php:996
+msgid "Category"
+msgstr "类别"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:818
+#: ../../godmode/modules/manage_network_components_form_common.php:484
+msgid "Tags available"
+msgstr "可用标签"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:898
+#: ../../godmode/modules/manage_network_components_form_common.php:505
+msgid "Add tags to module"
+msgstr "向模块添加标签"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:989
+msgid "Module parent"
+msgstr "模块父级"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1046
+msgid "Tags from policy"
+msgstr "政策标签"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1072
+#: ../../godmode/massive/massive_edit_modules.php:1361
+#: ../../godmode/modules/manage_network_components_form_common.php:446
+msgid "Unknown instructions"
+msgstr "未知说明"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1095
+#: ../../godmode/massive/massive_edit_modules.php:1351
+#: ../../godmode/modules/manage_network_components_form_common.php:436
+msgid "Critical instructions"
+msgstr "关键说明"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1096
+#: ../../godmode/massive/massive_edit_modules.php:1356
+#: ../../godmode/modules/manage_network_components_form_common.php:441
+msgid "Warning instructions"
+msgstr "警告说明"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1117
+#, fuzzy
+msgid "Execution interval"
+msgstr "评价间隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+#, fuzzy
+msgid "Thresholds and state changes"
+msgstr "有 db 更改"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid ""
+"It indicates the minimum and maximum values accepted by the module. Any "
+"value outside this range will be discarded. For example, with a Max. value "
+"of 100, a data value of 200 will not be saved in a database."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1157
+#: ../../godmode/modules/manage_network_components_form_common.php:411
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
+#: ../../include/functions_reporting.php:7542
+msgid "Min. Value"
+msgstr "最小值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1158
+#: ../../godmode/modules/manage_network_components_form_common.php:416
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
+#: ../../include/functions_reporting.php:7538
+msgid "Max. Value"
+msgstr "最大值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid "Dynamic Threshold Interval"
+msgstr "动态阈值间隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid ""
+"If this option is enabled, the module thresholds will be automatically "
+"adjusted based on the mean and standard deviation of their values in the "
+"specified time interval."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#: ../../godmode/alerts/configure_alert_template.php:953
+#: ../../godmode/massive/massive_edit_modules.php:663
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:1068
+#: ../../godmode/modules/manage_network_components_form_wizard.php:408
+#: ../../godmode/modules/manage_network_components_form_wizard.php:493
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/modules/manage_network_components_form_common.php:300
+#: ../../include/lib/Dashboard/Widgets/top_n.php:304
+#: ../../include/functions_alerts.php:686
+#: ../../include/functions_alerts.php:713
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6804
+msgid "Min."
+msgstr "最小."
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#, php-format
+msgid ""
+"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the lower critical state "
+"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% lower than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+#: ../../godmode/alerts/configure_alert_template.php:966
+#: ../../godmode/massive/massive_edit_modules.php:676
+#: ../../godmode/massive/massive_edit_modules.php:782
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/modules/manage_network_components_form_wizard.php:422
+#: ../../godmode/modules/manage_network_components_form_wizard.php:507
+#: ../../godmode/modules/manage_network_components_form_common.php:236
+#: ../../godmode/modules/manage_network_components_form_common.php:314
+#: ../../include/lib/Dashboard/Widgets/top_n.php:303
+#: ../../include/functions_alerts.php:685
+#: ../../include/functions_alerts.php:712
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6805
+msgid "Max."
+msgstr "最大."
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+msgid ""
+"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the upper critical state "
+"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% higher than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+#, fuzzy
+msgid "Two Tailed"
+msgstr "动态二尾:"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid ""
+"It allows to set a lower threshold in addition to the upper one by default. "
+"If enabled, both very high and very low values will cause a state change."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+#: ../../godmode/massive/massive_edit_modules.php:1257
+#: ../../godmode/modules/manage_network_components_form_common.php:361
+msgid "FF threshold"
+msgstr "FF 阈值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+msgid ""
+"It indicates the number of consecutive values at a threshold that must be "
+"received for the module to change state. For example, with a value 0 "
+"(default) the module will change state as soon as it receives a data within "
+"the critical threshold, but with a value 2 the module must receive two more "
+"critical data (consecutively) to change to critical state. It is possible to "
+"set the same 'tolerance' for all status changes or choose a different value "
+"for each one. This option is especially useful in unstable environments, as "
+"it helps prevent false positives."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1247
+#: ../../godmode/massive/massive_edit_modules.php:1151
+#: ../../godmode/massive/massive_edit_modules.php:1168
+#: ../../godmode/modules/manage_network_components_form_common.php:367
+msgid "All state changing"
+msgstr "所有状态更改"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/massive/massive_edit_modules.php:1150
+#: ../../godmode/massive/massive_edit_modules.php:1251
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "Each state changing"
+msgstr "每个状态都发生变化"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1258
+#, fuzzy
+msgid "Change all states"
+msgstr "改变状态"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1280
+#: ../../godmode/massive/massive_edit_modules.php:1214
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "To normal"
+msgstr "正常"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1281
+#: ../../godmode/massive/massive_edit_modules.php:1226
+#: ../../godmode/modules/manage_network_components_form_common.php:387
+msgid "To warning"
+msgstr "警告"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1282
+#: ../../godmode/massive/massive_edit_modules.php:1238
+#: ../../godmode/modules/manage_network_components_form_common.php:394
+msgid "To critical"
+msgstr "至关键"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1338
+#: ../../godmode/massive/massive_edit_modules.php:1262
+msgid "FF interval"
+msgstr "FF 间隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1339
+#: ../../godmode/massive/massive_edit_modules.php:1277
+msgid "FF timeout"
+msgstr "FF 超时"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1184
+#: ../../godmode/modules/manage_network_components_form_common.php:362
+msgid "Keep counters"
+msgstr "保留计数器"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1380
+#, fuzzy
+msgid "Data and their processing"
+msgstr "到此过程"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1384
+#: ../../godmode/massive/massive_edit_modules.php:1133
+#: ../../godmode/modules/manage_network_components_form_common.php:421
+#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
+#: ../../include/functions.php:4093 ../../include/functions.php:4112
+#: ../../include/functions.php:4126 ../../include/functions.php:4171
+#: ../../include/functions.php:4255 ../../include/functions.php:4332
+#: ../../include/functions_reporting_html.php:4964
+msgid "Unit"
+msgstr "单元"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+#: ../../godmode/massive/massive_edit_modules.php:903
+#: ../../godmode/modules/manage_network_components_form_plugin.php:54
+#: ../../godmode/modules/manage_network_components_form_wmi.php:83
+#: ../../godmode/modules/manage_network_components_form_network.php:249
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "Post process"
+msgstr "后处理"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+msgid ""
+"It allows you to change the unit of the received data. To do this, multiply "
+"the data received by the value set in this option (e.g. Seconds * "
+"0.016666666667 = Minutes). The data is saved already transformed in the "
+"database, so changing this parameter when the module has data can cause "
+"anomalies in graphs and other elements."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1412
+#: ../../godmode/massive/massive_edit_modules.php:920
+#, fuzzy
+msgid "MADE enabled"
+msgstr "启用了 WMI"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1413
+#: ../../godmode/massive/massive_edit_modules.php:921
+msgid ""
+"By activating this option, the module data will be processed by the MADE "
+"engine (if active), and events will be generated automatically by the IA "
+"engine"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1427
+#, fuzzy
+msgid "Notifications and alerts"
+msgstr "通知"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1429
+#: ../../godmode/massive/massive_edit_modules.php:1128
+msgid "Export target"
+msgstr "出口目标"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1431
+msgid "Not needed"
+msgstr "不需要"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+#: ../../godmode/modules/manage_network_components_form_common.php:426
+msgid "Discard unknown events"
+msgstr "丢弃未知事件"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+msgid ""
+"With this mode, the unknown state will be detected, but it will not generate "
+"events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
+msgid ""
+"A module in silent mode will continue to receive and store data, but will "
+"not trigger alerts or generate events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid "Cascade Protection Services"
+msgstr "级联保护服务"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1483
+#: ../../godmode/massive/massive_edit_modules.php:1395
+#: ../../include/class/ExtensionsDiscovery.class.php:1571
+msgid "Timeout"
+msgstr "超时"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1484
+#: ../../godmode/massive/massive_edit_modules.php:1410
+msgid "Retries"
+msgstr "重试"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1506
+#: ../../godmode/alerts/configure_alert_template.php:922
+#: ../../godmode/massive/massive_edit_modules.php:1078
+#: ../../godmode/reporting/visual_console_builder.wizard.php:353
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
+#: ../../godmode/setup/setup_visuals.php:1905
+#: ../../godmode/setup/setup_visuals.php:1995
+#: ../../godmode/setup/setup_visuals.php:2077
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
+#: ../../include/ajax/events.php:2256
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
+#: ../../include/functions_visual_map_editor.php:741
+#: ../../include/functions_netflow.php:212
+#: ../../include/functions_snmp_browser.php:561
+#: ../../include/functions_graph.php:5101
+#: ../../include/functions_reports.php:1178
+#: ../../include/functions_reporting_html.php:1603
+#: ../../include/functions_reporting_html.php:3336
+#: ../../include/functions_reporting_html.php:6222
+#: ../../include/functions_reporting_html.php:6768
+msgid "Value"
+msgstr "值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1560
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+msgid "Direct"
+msgstr "直接"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1561
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+#: ../../include/functions_reporting_html.php:5383
+#: ../../include/functions_reporting_html.php:5477
+#: ../../include/functions_reporting_html.php:5557
+#: ../../include/functions_reporting_html.php:5566
+#: ../../include/functions_reporting_html.php:5704
+#: ../../include/functions_reporting_html.php:5713
+#: ../../include/functions_reporting_html.php:6039
+#: ../../include/functions_reporting_html.php:6045
+msgid "Failover"
+msgstr "故障切换"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1563
+msgid "Rel. type"
+msgstr "雷尔类型"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1585
+msgid "Add relationship"
+msgstr "添加关系"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1611
+msgid "Changes"
+msgstr "变化"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2357
+#: ../../godmode/modules/manage_network_components_form_common.php:840
+msgid "Normal Status"
+msgstr "正常状态"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2358
+#: ../../godmode/modules/manage_network_components_form_common.php:841
+msgid "Warning Status"
+msgstr "警告状态"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2359
+#: ../../godmode/modules/manage_network_components_form_common.php:842
+msgid "Critical Status"
+msgstr "关键状态"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2362
+#: ../../godmode/modules/manage_network_components_form_common.php:844
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr "请引入高于迷你蒙警告的最大警告"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2363
+#: ../../godmode/modules/manage_network_components_form_common.php:845
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr "请引入比迷你门临界值更高的最大临界值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2364
+#: ../../godmode/modules/manage_network_components_form_common.php:846
+#, fuzzy
+msgid "Please introduce a positive percentage value"
+msgstr "请介绍高于 SLA 最小值的 SLA 最大值"
+
 #: ../../godmode/alerts/configure_alert_command.php:67
 msgid "Configure alert command"
 msgstr "配置警报命令"
@@ -9206,9 +9201,9 @@ msgstr "创建命令"
 #: ../../include/ajax/custom_fields.php:479
 #: ../../include/class/AgentsAlerts.class.php:402
 #: ../../include/class/AgentWizard.class.php:1314
-#: ../../include/functions_ui.php:1737
 #: ../../include/functions_reporting_html.php:4961
 #: ../../include/functions_reporting_html.php:6769
+#: ../../include/functions_ui.php:1737
 msgid "Threshold"
 msgstr "阈值"
 
@@ -9249,10 +9244,8 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_action.php:458
 #: ../../godmode/setup/demo.php:223
 #: ../../godmode/snmpconsole/snmp_alert.php:1692
-#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210
-#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953
+#: ../../mobile/operation/agent.php:154
 #: ../../mobile/operation/module_data.php:130
-#: ../../mobile/operation/modules.php:241
 #: ../../mobile/operation/server_status.php:232
 #: ../../mobile/operation/tactical.php:102
 #: ../../mobile/operation/visualmaps.php:189
@@ -9261,6 +9254,8 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:374
 #: ../../mobile/operation/visualmap.php:255
 #: ../../mobile/operation/services.php:128
+#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199
+#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241
 msgid "Back"
 msgstr "返回"
 
@@ -9359,8 +9354,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:296
 #: ../../godmode/users/configure_user.php:1366
 #: ../../operation/netflow/nf_live_view.php:599
-#: ../../operation/network/network_usage_map.php:305
 #: ../../operation/network/network_report.php:293
+#: ../../operation/network/network_usage_map.php:305
 msgid "Advanced"
 msgstr "高级"
 
@@ -9421,9 +9416,8 @@ msgstr "未配置任何警报命令"
 #: ../../godmode/snmpconsole/snmp_alert.php:1779
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359
-#: ../../include/lib/ITSM/ITSM.php:516
+#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680
 #: ../../include/functions_reporting_html.php:6650
-#: ../../include/functions_events.php:4680
 #: ../../views/ITSM/ITSMTicketDetailView.php:88
 #: ../../views/ITSM/ITSMTicketEditView.php:141
 #: ../../views/ITSM/ITSMTicketListView.php:81
@@ -9530,11 +9524,10 @@ msgstr "时间阈值"
 #: ../../godmode/alerts/alert_list.list.php:747
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513
-#: ../../include/rest-api/index.php:373
+#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015
 #: ../../include/functions_reporting_html.php:154
 #: ../../include/functions_reporting_html.php:4453
 #: ../../include/functions_reporting_html.php:5264
-#: ../../include/functions_html.php:8015
 #: ../../operation/agentes/gis_view.php:220
 msgid "From"
 msgstr "从"
@@ -9548,11 +9541,11 @@ msgstr "从"
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206
 #: ../../include/ajax/alert_list.ajax.php:298
 #: ../../include/class/AgentsAlerts.class.php:325
-#: ../../include/functions_ui.php:1721
+#: ../../include/functions_html.php:8063
+#: ../../include/functions_reporting.php:15485
 #: ../../include/functions_reporting_html.php:155
 #: ../../include/functions_reporting_html.php:4458
-#: ../../include/functions_html.php:8063
-#: ../../include/functions_reporting.php:15474
+#: ../../include/functions_ui.php:1721
 msgid "to"
 msgstr "到"
 
@@ -9670,10 +9663,10 @@ msgstr "切换过滤器"
 #: ../../include/class/AgentsAlerts.class.php:986
 #: ../../include/functions_treeview.php:405
 #: ../../include/functions_treeview.php:446
+#: ../../include/functions_cron.php:690
 #: ../../include/functions_reporting_html.php:4700
 #: ../../include/functions_reporting_html.php:4703
-#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349
-#: ../../operation/search_alerts.php:36
+#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36
 msgid "Template"
 msgstr "模板"
 
@@ -9691,12 +9684,12 @@ msgstr "操作"
 #: ../../godmode/alerts/alert_view.php:111
 #: ../../include/class/AgentsAlerts.class.php:959
 #: ../../include/class/SnmpConsole.class.php:884
-#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019
-#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585
-#: ../../include/functions_reporting.php:13733
+#: ../../include/functions_agents.php:3019
+#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371
 #: ../../include/functions_events.php:2990
 #: ../../include/functions_events.php:3193
-#: ../../mobile/operation/alerts.php:324
+#: ../../include/functions_reporting.php:13744
+#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324
 #: ../../operation/agentes/group_view.php:258
 msgid "Alert fired"
 msgstr "警报已发射"
@@ -9711,9 +9704,8 @@ msgstr "时间"
 #: ../../godmode/alerts/alert_list.list.php:662
 #: ../../godmode/alerts/alert_view.php:114
 #: ../../include/class/AgentsAlerts.class.php:962
-#: ../../include/functions_ui.php:1588
-#: ../../include/functions_reporting.php:13742
-#: ../../mobile/operation/alerts.php:327
+#: ../../include/functions_reporting.php:13753
+#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327
 msgid "Alert disabled"
 msgstr "警报禁用"
 
@@ -9722,9 +9714,9 @@ msgstr "警报禁用"
 #: ../../include/class/AgentsAlerts.class.php:965
 #: ../../include/class/SnmpConsole.class.php:886
 #: ../../include/functions_agents.php:3021
-#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591
-#: ../../include/functions_reporting.php:13656
-#: ../../mobile/operation/alerts.php:330
+#: ../../include/functions_agents.php:3032
+#: ../../include/functions_reporting.php:13667
+#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330
 msgid "Alert not fired"
 msgstr "警报未发射"
 
@@ -9777,11 +9769,11 @@ msgstr "警报数量与"
 #: ../../godmode/massive/massive_edit_users.php:527
 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787
 #: ../../godmode/extensions.php:290
-#: ../../include/class/SatelliteAgent.class.php:426
-#: ../../include/class/SatelliteAgent.class.php:1237
 #: ../../include/class/TipsWindow.class.php:485
 #: ../../include/class/TipsWindow.class.php:771
 #: ../../include/class/TipsWindow.class.php:938
+#: ../../include/class/SatelliteAgent.class.php:426
+#: ../../include/class/SatelliteAgent.class.php:1237
 msgid "Enable"
 msgstr "启用"
 
@@ -9933,9 +9925,9 @@ msgstr "警报数量"
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442
-#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718
 #: ../../include/functions_reporting_html.php:6268
-#: ../../include/functions_reporting.php:1718
+#: ../../include/functions_ui.php:3231
 msgid "Min"
 msgstr "最小"
 
@@ -9945,9 +9937,9 @@ msgstr "最小"
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451
-#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714
 #: ../../include/functions_reporting_html.php:6267
-#: ../../include/functions_reporting.php:1714
+#: ../../include/functions_ui.php:3231
 msgid "Max"
 msgstr "最大"
 
@@ -10097,7 +10089,7 @@ msgstr "步骤"
 #: ../../godmode/alerts/configure_alert_template.php:250
 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815
 #: ../../include/functions_reports.php:787
-#: ../../include/functions_reporting.php:10648
+#: ../../include/functions_reporting.php:10659
 msgid "General"
 msgstr "常规"
 
@@ -10337,8 +10329,8 @@ msgstr "详情"
 #: ../../godmode/events/event_edit_filter.php:709
 #: ../../godmode/events/event_edit_filter.php:774
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546
-#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797
-#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858
+#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858
+#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853
 #: ../../operation/events/events.php:1486
 #: ../../operation/events/events.php:1576
 #: ../../views/calendar/special_days.php:465
@@ -10357,57 +10349,12 @@ msgstr "代理移动"
 #: ../../include/class/SnmpConsole.class.php:527
 #: ../../include/class/SnmpConsole.class.php:528
 #: ../../include/lib/Dashboard/Widgets/events_list.php:864
-#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312
-#: ../../include/functions_events.php:260
-#: ../../include/functions_events.php:324
+#: ../../include/functions.php:4312 ../../include/functions_events.php:260
+#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324
 #: ../../operation/agentes/estado_monitores.php:543
 msgid "Alert"
 msgstr "警告"
 
-#: ../../godmode/alerts/alert_list.builder.php:99
-#: ../../include/class/WelcomeWindow.class.php:1273
-msgid "Latest value"
-msgstr "最新值"
-
-#: ../../godmode/alerts/alert_list.builder.php:120
-#: ../../include/class/AgentsAlerts.class.php:346
-msgid "Create Action"
-msgstr "创建操作"
-
-#: ../../godmode/alerts/alert_list.builder.php:159
-#: ../../include/class/AgentsAlerts.class.php:395
-msgid "Create Template"
-msgstr "创建模板"
-
-#: ../../godmode/alerts/alert_list.builder.php:187
-msgid "It takes precedence over the action's threshold configuration."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:218
-msgid "Finish and view cluster"
-msgstr "完成并查看集群"
-
-#: ../../godmode/alerts/alert_list.builder.php:231
-#: ../../godmode/alerts/alert_list.builder.php:242
-#: ../../include/class/AgentsAlerts.class.php:412
-msgid "Add alert"
-msgstr "创建提醒"
-
-#: ../../godmode/alerts/alert_list.builder.php:302
-#, fuzzy
-msgid "Please select an item"
-msgstr "请选择代理。"
-
-#: ../../godmode/alerts/alert_list.builder.php:303
-#, fuzzy
-msgid "Please select a template"
-msgstr "请选择任何要删除的项目"
-
-#: ../../godmode/alerts/alert_list.builder.php:304
-#, fuzzy
-msgid "Please select an agent"
-msgstr "请选择代理。"
-
 #: ../../godmode/alerts/alert_list.php:135
 msgid "Already added"
 msgstr "已添加"
@@ -10469,6 +10416,50 @@ msgstr "构建器警报"
 msgid "Manage alerts"
 msgstr "管理警报"
 
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../include/class/WelcomeWindow.class.php:1273
+msgid "Latest value"
+msgstr "最新值"
+
+#: ../../godmode/alerts/alert_list.builder.php:120
+#: ../../include/class/AgentsAlerts.class.php:346
+msgid "Create Action"
+msgstr "创建操作"
+
+#: ../../godmode/alerts/alert_list.builder.php:159
+#: ../../include/class/AgentsAlerts.class.php:395
+msgid "Create Template"
+msgstr "创建模板"
+
+#: ../../godmode/alerts/alert_list.builder.php:187
+msgid "It takes precedence over the action's threshold configuration."
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:218
+msgid "Finish and view cluster"
+msgstr "完成并查看集群"
+
+#: ../../godmode/alerts/alert_list.builder.php:231
+#: ../../godmode/alerts/alert_list.builder.php:242
+#: ../../include/class/AgentsAlerts.class.php:412
+msgid "Add alert"
+msgstr "创建提醒"
+
+#: ../../godmode/alerts/alert_list.builder.php:302
+#, fuzzy
+msgid "Please select an item"
+msgstr "请选择代理。"
+
+#: ../../godmode/alerts/alert_list.builder.php:303
+#, fuzzy
+msgid "Please select a template"
+msgstr "请选择任何要删除的项目"
+
+#: ../../godmode/alerts/alert_list.builder.php:304
+#, fuzzy
+msgid "Please select an agent"
+msgstr "请选择代理。"
+
 #: ../../godmode/category/edit_category.php:65
 #: ../../godmode/category/category.php:62
 msgid "List categories"
@@ -10550,9 +10541,9 @@ msgid "Max. time before compact data"
 msgstr "紧凑数据之前的最大时间"
 
 #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91
-#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531
-#: ../../include/functions.php:662 ../../include/functions_html.php:2564
-#: ../../include/functions_html.php:8130
+#: ../../godmode/setup/setup_visuals.php:1983
+#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130
+#: ../../include/functions.php:531 ../../include/functions.php:662
 msgid "days"
 msgstr "天"
 
@@ -10569,8 +10560,8 @@ msgstr "数据库大小统计数据"
 #: ../../include/class/Diagnostics.class.php:634
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690
 #: ../../include/functions_groups.php:2660
+#: ../../include/functions_reporting.php:12909
 #: ../../include/functions_reporting_html.php:7172
-#: ../../include/functions_reporting.php:12898
 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503
 #: ../../views/tacticalView/view.php:317
 msgid "Total agents"
@@ -10578,7 +10569,7 @@ msgstr "代理总数"
 
 #: ../../godmode/db/db_main.php:107
 #: ../../include/class/Diagnostics.class.php:650
-#: ../../include/functions_reporting.php:15339
+#: ../../include/functions_reporting.php:15350
 msgid "Total events"
 msgstr "总计活动"
 
@@ -10618,8 +10609,8 @@ msgstr "上次在 Db 主干线"
 #: ../../godmode/snmpconsole/snmp_alert.php:1972
 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91
 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676
-#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641
-#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351
+#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906
+#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351
 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468
 #: ../../operation/gis_maps/ajax.php:479
 msgid "Never"
@@ -10661,8 +10652,8 @@ msgstr "无法删除响应"
 
 #: ../../godmode/events/events.php:56
 #: ../../godmode/massive/massive_edit_users.php:274
-#: ../../godmode/users/configure_user.php:56
-#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801
+#: ../../godmode/users/user_management.php:41
+#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801
 #: ../../operation/events/events.php:1687
 #: ../../operation/users/user_edit.php:467
 msgid "Event list"
@@ -10689,13 +10680,12 @@ msgstr "响应"
 #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335
 #: ../../include/ajax/events.php:2302
 #: ../../include/lib/TacticalView/elements/Events.php:41
-#: ../../include/functions.php:4305 ../../include/functions_reports.php:885
+#: ../../include/functions_reports.php:885
 #: ../../include/functions_reports.php:889
-#: ../../include/functions_reports.php:893
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51
-#: ../../operation/events/events.php:1836 ../../operation/menu.php:537
-#: ../../views/tacticalView/view.php:126
+#: ../../include/functions_reports.php:893 ../../include/functions.php:4305
+#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51
+#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836
+#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126
 msgid "Events"
 msgstr "活动"
 
@@ -10767,18 +10757,18 @@ msgstr "模块名"
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398
 #: ../../include/lib/Dashboard/Widgets/events_list.php:436
 #: ../../include/lib/Dashboard/Widgets/events_list.php:865
-#: ../../include/functions_snmp.php:335
+#: ../../include/functions_events.php:261
+#: ../../include/functions_events.php:327
+#: ../../include/functions_events.php:5097
 #: ../../include/functions_reporting_html.php:678
 #: ../../include/functions_reporting_html.php:1714
 #: ../../include/functions_reporting_html.php:1722
 #: ../../include/functions_reporting_html.php:1966
 #: ../../include/functions_reporting_html.php:1974
 #: ../../include/functions_reporting_html.php:3851
-#: ../../include/functions_events.php:261
-#: ../../include/functions_events.php:327
-#: ../../include/functions_events.php:5097
-#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704
-#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022
+#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703
+#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845
+#: ../../mobile/operation/events.php:1022
 #: ../../mobile/operation/events.php:1023
 #: ../../operation/events/events.php:2105
 msgid "Severity"
@@ -10880,11 +10870,11 @@ msgstr "模块自定义 ID"
 #: ../../godmode/events/event_edit_filter.php:892
 #: ../../include/ajax/events.php:1873
 #: ../../include/lib/Dashboard/Widgets/events_list.php:878
+#: ../../include/functions_events.php:273
+#: ../../include/functions_events.php:376
 #: ../../include/functions_reporting_html.php:1728
 #: ../../include/functions_reporting_html.php:1980
 #: ../../include/functions_reporting_html.php:3855
-#: ../../include/functions_events.php:273
-#: ../../include/functions_events.php:376
 msgid "Custom data"
 msgstr "自定义数据"
 
@@ -10921,12 +10911,11 @@ msgstr "未更新。错误更新数据"
 
 #: ../../godmode/events/event_edit_filter.php:299
 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595
-#: ../../include/ajax/custom_fields.php:639
+#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639
 #: ../../include/ajax/custom_fields.php:692
-#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661
-#: ../../include/ajax/events.php:814
-#: ../../operation/network/network_usage_map.php:292
+#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814
 #: ../../operation/network/network_report.php:280
+#: ../../operation/network/network_usage_map.php:292
 #: ../../operation/reporting/graph_analytics.php:448
 msgid "Filter name"
 msgstr "筛选条件名称"
@@ -10962,7 +10951,7 @@ msgstr "此组将用于使用 ACL 限制此筛选器的可见性"
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:441
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727
 #: ../../include/functions_massive_operations.php:158
-#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072
+#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420
 #: ../../include/functions_events.php:3225
 #: ../../mobile/operation/modules.php:73
 #: ../../operation/agentes/estado_agente.php:314
@@ -11000,8 +10989,8 @@ msgstr "代理搜索"
 #: ../../godmode/events/event_edit_filter.php:485
 #: ../../godmode/massive/massive_edit_users.php:263
 #: ../../godmode/setup/setup_visuals.php:96
-#: ../../godmode/users/configure_user.php:1340
 #: ../../godmode/users/user_management.php:733
+#: ../../godmode/users/configure_user.php:1340
 #: ../../include/functions_config.php:1088
 #: ../../operation/users/user_edit.php:417
 msgid "Block size for pagination"
@@ -11600,8 +11589,8 @@ msgstr "设置此组允许的代理的最大值。0 是无限的。"
 #: ../../godmode/reporting/graph_builder.main.php:319
 #: ../../godmode/wizards/HostDevices.class.php:680
 #: ../../godmode/wizards/HostDevices.class.php:783
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../godmode/wizards/Wizard.main.php:441
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../include/class/CustomNetScan.class.php:314
 #: ../../include/class/CustomNetScan.class.php:425
 #: ../../include/class/HTML.class.php:427
@@ -11617,8 +11606,8 @@ msgstr "树组视图"
 
 #: ../../godmode/groups/group_list.php:337
 #: ../../godmode/massive/massive_edit_users.php:275
-#: ../../godmode/users/configure_user.php:57
-#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802
+#: ../../godmode/users/user_management.php:42
+#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802
 #: ../../operation/agentes/group_view.php:88
 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176
 msgid "Group view"
@@ -11749,9 +11738,9 @@ msgstr "总模块"
 #: ../../godmode/groups/group_list.php:1281
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692
 #: ../../include/functions_alerts.php:3470
-#: ../../include/functions_reporting_html.php:585
 #: ../../include/functions_inventory.php:526
 #: ../../include/functions_inventory.php:669
+#: ../../include/functions_reporting_html.php:585
 #: ../../operation/agentes/group_view.php:247
 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505
 msgid "Total"
@@ -11768,8 +11757,8 @@ msgstr "总计"
 #: ../../include/functions_groups.php:2777
 #: ../../include/functions_groups.php:2800
 #: ../../include/functions_graph.php:2699
-#: ../../include/functions_reporting.php:12761
-#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213
+#: ../../include/functions_reporting.php:12772
+#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213
 #: ../../operation/tree.php:304 ../../operation/tree.php:508
 #: ../../operation/tree.php:509 ../../operation/tree.php:510
 msgid "Fired alerts"
@@ -12133,7 +12122,7 @@ msgstr "配置文件名称"
 #: ../../godmode/massive/massive_delete_profiles.php:173
 #: ../../godmode/massive/massive_add_profiles.php:207
 #: ../../godmode/massive/massive_edit_users.php:209
-#: ../../include/functions_reporting.php:12987
+#: ../../include/functions_reporting.php:12998
 #: ../../operation/search_results.php:102
 msgid "Users"
 msgstr "用户"
@@ -12143,82 +12132,6 @@ msgstr "用户"
 msgid "Show all groups"
 msgstr "显示所有模块"
 
-#: ../../godmode/massive/massive_edit_plugins.php:177
-msgid "Error retrieving the plugin macros"
-msgstr "错误检索插件宏"
-
-#: ../../godmode/massive/massive_edit_plugins.php:185
-msgid "Error retrieving the modified macros"
-msgstr "错误检索修改后的宏"
-
-#: ../../godmode/massive/massive_edit_plugins.php:208
-msgid "Error retrieving the module plugin macros"
-msgstr "错误检索模块插件宏"
-
-#: ../../godmode/massive/massive_edit_plugins.php:226
-msgid "Error retrieving the module plugin macros data"
-msgstr "错误检索模块插件宏数据"
-
-#: ../../godmode/massive/massive_edit_plugins.php:264
-msgid "Error building the new macros"
-msgstr "错误构建新宏"
-
-#: ../../godmode/massive/massive_edit_plugins.php:290
-#, php-format
-msgid "%d modules updated"
-msgstr "更新%d模块"
-
-#: ../../godmode/massive/massive_edit_plugins.php:321
-msgid "There are not registered plugins"
-msgstr "没有注册插件"
-
-#: ../../godmode/massive/massive_edit_plugins.php:464
-msgid "Invalid plugin data"
-msgstr "无效插件数据"
-
-#: ../../godmode/massive/massive_edit_plugins.php:571
-msgid "Clear"
-msgstr "清除"
-
-#: ../../godmode/massive/massive_edit_plugins.php:599
-msgid "Invalid macros array"
-msgstr "无效宏阵列"
-
-#: ../../godmode/massive/massive_edit_plugins.php:624
-msgid "Multiple values"
-msgstr "多个值"
-
-#: ../../godmode/massive/massive_edit_plugins.php:656
-#: ../../godmode/massive/massive_edit_plugins.php:792
-#: ../../godmode/massive/massive_edit_plugins.php:808
-msgid "Invalid agents array"
-msgstr "无效代理阵列"
-
-#: ../../godmode/massive/massive_edit_plugins.php:672
-msgid "Invalid agent element"
-msgstr "无效代理元件"
-
-#: ../../godmode/massive/massive_edit_plugins.php:683
-msgid "Invalid modules array"
-msgstr "无效模块阵列"
-
-#: ../../godmode/massive/massive_edit_plugins.php:711
-msgid "Invalid module element"
-msgstr "无效模块元件"
-
-#: ../../godmode/massive/massive_edit_plugins.php:920
-msgid "There are no modules using this plugin"
-msgstr "没有使用此插件的模块"
-
-#: ../../godmode/massive/massive_edit_plugins.php:921
-#: ../../godmode/massive/massive_operations.php:469
-msgid "Massive operations"
-msgstr "大规模操作"
-
-#: ../../godmode/massive/massive_edit_plugins.php:1005
-msgid "There was a problem loading the module plugin macros data"
-msgstr "加载模块插件宏数据时出现问题"
-
 #: ../../godmode/massive/massive_enable_disable_alerts.php:196
 msgid "Enabled alerts"
 msgstr "启用警报"
@@ -12321,211 +12234,6 @@ msgstr "有一个错误删除代理,操作已取消不能删除代理%s"
 msgid "Successfully deleted (%s)"
 msgstr "成功删除(%s)"
 
-#: ../../godmode/massive/massive_edit_users.php:153
-#, fuzzy, php-format
-msgid "Users updated successfully (%s)"
-msgstr "代理成功更新(%d)"
-
-#: ../../godmode/massive/massive_edit_users.php:165
-#, fuzzy, php-format
-msgid "Users cannot be updated (%s)"
-msgstr "无法更新代理"
-
-#: ../../godmode/massive/massive_edit_users.php:248
-#: ../../godmode/users/configure_user.php:1137
-#: ../../godmode/users/user_management.php:703
-#: ../../include/class/TipsWindow.class.php:482
-#: ../../include/class/TipsWindow.class.php:739
-#: ../../include/class/TipsWindow.class.php:906
-#: ../../operation/users/user_edit.php:434
-msgid "Language"
-msgstr "语言"
-
-#: ../../godmode/massive/massive_edit_users.php:254
-#: ../../godmode/massive/massive_edit_users.php:266
-#: ../../godmode/massive/massive_edit_users.php:345
-#: ../../godmode/massive/massive_edit_users.php:396
-#: ../../godmode/massive/massive_edit_users.php:460
-#: ../../godmode/massive/massive_edit_users.php:468
-#: ../../godmode/massive/massive_edit_users.php:505
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:634
-#: ../../godmode/massive/massive_edit_agents.php:714
-#: ../../godmode/massive/massive_edit_agents.php:748
-#: ../../godmode/massive/massive_edit_agents.php:789
-#: ../../godmode/massive/massive_edit_agents.php:812
-#: ../../godmode/massive/massive_edit_agents.php:934
-#: ../../godmode/massive/massive_edit_agents.php:985
-#: ../../godmode/massive/massive_edit_agents.php:1086
-#: ../../godmode/massive/massive_edit_agents.php:1143
-#: ../../godmode/massive/massive_edit_agents.php:1191
-#: ../../godmode/massive/massive_edit_agents.php:1220
-#: ../../godmode/massive/massive_edit_agents.php:1238
-#: ../../godmode/massive/massive_edit_agents.php:1331
-#: ../../godmode/massive/massive_edit_modules.php:704
-#: ../../godmode/massive/massive_edit_modules.php:726
-#: ../../godmode/massive/massive_edit_modules.php:810
-#: ../../godmode/massive/massive_edit_modules.php:832
-#: ../../godmode/massive/massive_edit_modules.php:872
-#: ../../godmode/massive/massive_edit_modules.php:884
-#: ../../godmode/massive/massive_edit_modules.php:973
-#: ../../godmode/massive/massive_edit_modules.php:995
-#: ../../godmode/massive/massive_edit_modules.php:1025
-#: ../../godmode/massive/massive_edit_modules.php:1035
-#: ../../godmode/massive/massive_edit_modules.php:1049
-#: ../../godmode/massive/massive_edit_modules.php:1093
-#: ../../godmode/massive/massive_edit_modules.php:1129
-#: ../../godmode/massive/massive_edit_modules.php:1149
-#: ../../godmode/massive/massive_edit_modules.php:1187
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1298
-#: ../../godmode/massive/massive_edit_modules.php:1325
-#: ../../godmode/massive/massive_edit_modules.php:1346
-#: ../../godmode/massive/massive_edit_modules.php:1369
-#: ../../godmode/massive/massive_edit_modules.php:1526
-#: ../../godmode/massive/massive_edit_modules.php:1551
-#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
-#: ../../include/functions_html.php:2544
-msgid "No change"
-msgstr "不做变更"
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../godmode/users/user_management.php:775
-#: ../../operation/users/user_edit.php:463
-msgid "Home screen"
-msgstr "主屏幕"
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../operation/users/user_edit.php:463
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
-"ver_agente&id_agente=1 to show agent detail view"
-msgstr ""
-"用户可以自定义主页。默认情况下,将显示\"代理详细信息\"。示例:选择\"其他\"和"
-"类型索引.php秒=estado=sec2=操作/代理/ver_agente=id_agente=1 以显示代理详细视"
-"图"
-
-#: ../../godmode/massive/massive_edit_users.php:273
-#: ../../godmode/reporting/visual_console_builder.php:1000
-#: ../../godmode/reporting/visual_console_favorite.php:130
-#: ../../godmode/reporting/map_builder.php:133
-#: ../../godmode/users/configure_user.php:55
-#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800
-#: ../../include/class/Prd.class.php:300
-#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
-#: ../../operation/users/user_edit.php:466
-#: ../../operation/visual_console/legacy_view.php:219
-#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
-#: ../../operation/menu.php:310
-msgid "Visual console"
-msgstr "视觉控制台"
-
-#: ../../godmode/massive/massive_edit_users.php:276
-#: ../../godmode/users/configure_user.php:58
-#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803
-#: ../../include/lib/Dashboard/Widgets/tactical.php:176
-#: ../../include/lib/Dashboard/Widgets/tactical.php:545
-#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
-#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
-msgid "Tactical view"
-msgstr "战术视图"
-
-#: ../../godmode/massive/massive_edit_users.php:277
-#: ../../godmode/users/configure_user.php:59
-#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804
-#: ../../operation/agentes/alerts_status.php:193
-#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
-msgid "Alert detail"
-msgstr "警报详细信息"
-
-#: ../../godmode/massive/massive_edit_users.php:279
-#: ../../godmode/users/configure_user.php:62
-#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807
-#: ../../include/class/Prd.class.php:505
-#: ../../include/class/OrderInterpreter.class.php:226
-#: ../../include/lib/ITSM/Manager.php:1036
-#: ../../mobile/include/functions_web.php:22
-#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
-#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
-msgid "Dashboard"
-msgstr "仪表盘"
-
-#: ../../godmode/massive/massive_edit_users.php:339
-#: ../../godmode/users/user_management.php:749
-#: ../../operation/users/user_edit.php:568
-msgid "Event filter"
-msgstr "事件过滤器"
-
-#: ../../godmode/massive/massive_edit_users.php:376
-#: ../../godmode/users/user_management.php:493
-#: ../../operation/users/user_edit.php:642
-msgid "Autorefresh"
-msgstr "自动刷新"
-
-#: ../../godmode/massive/massive_edit_users.php:377
-#: ../../operation/users/user_edit.php:643
-msgid "This will activate autorefresh in selected pages"
-msgstr "这将在选定的页面中重新激活自动重新"
-
-#: ../../godmode/massive/massive_edit_users.php:416
-#: ../../godmode/users/user_management.php:528
-#: ../../operation/users/user_edit.php:678
-msgid "Full list of pages"
-msgstr "页面完整列表"
-
-#: ../../godmode/massive/massive_edit_users.php:425
-#: ../../godmode/massive/massive_edit_users.php:426
-#: ../../godmode/users/user_management.php:560
-#: ../../godmode/users/user_management.php:561
-#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
-#: ../../operation/users/user_edit.php:687
-#: ../../operation/users/user_edit.php:688
-msgid "Push selected pages into autorefresh list"
-msgstr "将选定的页面推入自动重新列表"
-
-#: ../../godmode/massive/massive_edit_users.php:435
-#: ../../godmode/massive/massive_edit_users.php:436
-#: ../../godmode/users/user_management.php:577
-#: ../../godmode/users/user_management.php:578
-#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
-#: ../../operation/users/user_edit.php:696
-#: ../../operation/users/user_edit.php:697
-msgid "Pop selected pages out of autorefresh list"
-msgstr "弹出自重新列表中选定的页面"
-
-#: ../../godmode/massive/massive_edit_users.php:441
-#: ../../operation/users/user_edit.php:702
-msgid "List of pages with autorefresh"
-msgstr "具有自动重新刷新页面列表"
-
-#: ../../godmode/massive/massive_edit_users.php:450
-#: ../../operation/users/user_edit.php:711
-msgid "Time autorefresh"
-msgstr "时间自动重新"
-
-#: ../../godmode/massive/massive_edit_users.php:452
-#: ../../godmode/users/user_management.php:643
-#: ../../operation/users/user_edit.php:713
-msgid ""
-"Interval of autorefresh of the elements, by default they are 30 seconds, "
-"needing to enable the autorefresh first"
-msgstr "元素自动重新刷新的时间间隔,默认情况下为 30 秒,需要先启用自动重新"
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1149
-#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
-msgid "Timezone"
-msgstr "时区"
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1150
-#: ../../godmode/users/user_management.php:836
-#: ../../operation/users/user_edit.php:527
-msgid "The timezone must be that of the associated server."
-msgstr "时区必须是关联服务器的时间区。"
-
 #: ../../godmode/massive/massive_edit_agents.php:226
 msgid "No values changed"
 msgstr "没有更改任何值"
@@ -12562,6 +12270,55 @@ msgstr "无法更新代理"
 msgid "Cascade protection"
 msgstr "级联保护"
 
+#: ../../godmode/massive/massive_edit_agents.php:714
+#: ../../godmode/massive/massive_edit_agents.php:748
+#: ../../godmode/massive/massive_edit_agents.php:789
+#: ../../godmode/massive/massive_edit_agents.php:812
+#: ../../godmode/massive/massive_edit_agents.php:934
+#: ../../godmode/massive/massive_edit_agents.php:985
+#: ../../godmode/massive/massive_edit_agents.php:1086
+#: ../../godmode/massive/massive_edit_agents.php:1143
+#: ../../godmode/massive/massive_edit_agents.php:1191
+#: ../../godmode/massive/massive_edit_agents.php:1220
+#: ../../godmode/massive/massive_edit_agents.php:1238
+#: ../../godmode/massive/massive_edit_agents.php:1331
+#: ../../godmode/massive/massive_edit_modules.php:704
+#: ../../godmode/massive/massive_edit_modules.php:726
+#: ../../godmode/massive/massive_edit_modules.php:810
+#: ../../godmode/massive/massive_edit_modules.php:832
+#: ../../godmode/massive/massive_edit_modules.php:872
+#: ../../godmode/massive/massive_edit_modules.php:884
+#: ../../godmode/massive/massive_edit_modules.php:973
+#: ../../godmode/massive/massive_edit_modules.php:995
+#: ../../godmode/massive/massive_edit_modules.php:1025
+#: ../../godmode/massive/massive_edit_modules.php:1035
+#: ../../godmode/massive/massive_edit_modules.php:1049
+#: ../../godmode/massive/massive_edit_modules.php:1093
+#: ../../godmode/massive/massive_edit_modules.php:1129
+#: ../../godmode/massive/massive_edit_modules.php:1149
+#: ../../godmode/massive/massive_edit_modules.php:1187
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1298
+#: ../../godmode/massive/massive_edit_modules.php:1325
+#: ../../godmode/massive/massive_edit_modules.php:1346
+#: ../../godmode/massive/massive_edit_modules.php:1369
+#: ../../godmode/massive/massive_edit_modules.php:1526
+#: ../../godmode/massive/massive_edit_modules.php:1551
+#: ../../godmode/massive/massive_edit_users.php:254
+#: ../../godmode/massive/massive_edit_users.php:266
+#: ../../godmode/massive/massive_edit_users.php:345
+#: ../../godmode/massive/massive_edit_users.php:396
+#: ../../godmode/massive/massive_edit_users.php:460
+#: ../../godmode/massive/massive_edit_users.php:468
+#: ../../godmode/massive/massive_edit_users.php:505
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:634
+#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
+#: ../../include/functions_html.php:2544
+msgid "No change"
+msgstr "不做变更"
+
 #: ../../godmode/massive/massive_edit_agents.php:877
 msgid "Add secondary groups"
 msgstr "添加次要组"
@@ -12771,6 +12528,238 @@ msgstr "Windows"
 msgid "Target OS"
 msgstr "目标操作系统"
 
+#: ../../godmode/massive/massive_edit_plugins.php:177
+msgid "Error retrieving the plugin macros"
+msgstr "错误检索插件宏"
+
+#: ../../godmode/massive/massive_edit_plugins.php:185
+msgid "Error retrieving the modified macros"
+msgstr "错误检索修改后的宏"
+
+#: ../../godmode/massive/massive_edit_plugins.php:208
+msgid "Error retrieving the module plugin macros"
+msgstr "错误检索模块插件宏"
+
+#: ../../godmode/massive/massive_edit_plugins.php:226
+msgid "Error retrieving the module plugin macros data"
+msgstr "错误检索模块插件宏数据"
+
+#: ../../godmode/massive/massive_edit_plugins.php:264
+msgid "Error building the new macros"
+msgstr "错误构建新宏"
+
+#: ../../godmode/massive/massive_edit_plugins.php:290
+#, php-format
+msgid "%d modules updated"
+msgstr "更新%d模块"
+
+#: ../../godmode/massive/massive_edit_plugins.php:321
+msgid "There are not registered plugins"
+msgstr "没有注册插件"
+
+#: ../../godmode/massive/massive_edit_plugins.php:464
+msgid "Invalid plugin data"
+msgstr "无效插件数据"
+
+#: ../../godmode/massive/massive_edit_plugins.php:571
+msgid "Clear"
+msgstr "清除"
+
+#: ../../godmode/massive/massive_edit_plugins.php:599
+msgid "Invalid macros array"
+msgstr "无效宏阵列"
+
+#: ../../godmode/massive/massive_edit_plugins.php:624
+msgid "Multiple values"
+msgstr "多个值"
+
+#: ../../godmode/massive/massive_edit_plugins.php:656
+#: ../../godmode/massive/massive_edit_plugins.php:792
+#: ../../godmode/massive/massive_edit_plugins.php:808
+msgid "Invalid agents array"
+msgstr "无效代理阵列"
+
+#: ../../godmode/massive/massive_edit_plugins.php:672
+msgid "Invalid agent element"
+msgstr "无效代理元件"
+
+#: ../../godmode/massive/massive_edit_plugins.php:683
+msgid "Invalid modules array"
+msgstr "无效模块阵列"
+
+#: ../../godmode/massive/massive_edit_plugins.php:711
+msgid "Invalid module element"
+msgstr "无效模块元件"
+
+#: ../../godmode/massive/massive_edit_plugins.php:920
+msgid "There are no modules using this plugin"
+msgstr "没有使用此插件的模块"
+
+#: ../../godmode/massive/massive_edit_plugins.php:921
+#: ../../godmode/massive/massive_operations.php:469
+msgid "Massive operations"
+msgstr "大规模操作"
+
+#: ../../godmode/massive/massive_edit_plugins.php:1005
+msgid "There was a problem loading the module plugin macros data"
+msgstr "加载模块插件宏数据时出现问题"
+
+#: ../../godmode/massive/massive_edit_users.php:153
+#, fuzzy, php-format
+msgid "Users updated successfully (%s)"
+msgstr "代理成功更新(%d)"
+
+#: ../../godmode/massive/massive_edit_users.php:165
+#, fuzzy, php-format
+msgid "Users cannot be updated (%s)"
+msgstr "无法更新代理"
+
+#: ../../godmode/massive/massive_edit_users.php:248
+#: ../../godmode/users/user_management.php:703
+#: ../../godmode/users/configure_user.php:1137
+#: ../../include/class/TipsWindow.class.php:482
+#: ../../include/class/TipsWindow.class.php:739
+#: ../../include/class/TipsWindow.class.php:906
+#: ../../operation/users/user_edit.php:434
+msgid "Language"
+msgstr "语言"
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../godmode/users/user_management.php:775
+#: ../../operation/users/user_edit.php:463
+msgid "Home screen"
+msgstr "主屏幕"
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../operation/users/user_edit.php:463
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
+"ver_agente&id_agente=1 to show agent detail view"
+msgstr ""
+"用户可以自定义主页。默认情况下,将显示\"代理详细信息\"。示例:选择\"其他\"和"
+"类型索引.php秒=estado=sec2=操作/代理/ver_agente=id_agente=1 以显示代理详细视"
+"图"
+
+#: ../../godmode/massive/massive_edit_users.php:273
+#: ../../godmode/reporting/visual_console_builder.php:1000
+#: ../../godmode/reporting/visual_console_favorite.php:130
+#: ../../godmode/reporting/map_builder.php:133
+#: ../../godmode/users/user_management.php:40
+#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800
+#: ../../include/class/Prd.class.php:300
+#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
+#: ../../operation/users/user_edit.php:466
+#: ../../operation/visual_console/legacy_view.php:219
+#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
+#: ../../operation/menu.php:310
+msgid "Visual console"
+msgstr "视觉控制台"
+
+#: ../../godmode/massive/massive_edit_users.php:276
+#: ../../godmode/users/user_management.php:43
+#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803
+#: ../../include/lib/Dashboard/Widgets/tactical.php:176
+#: ../../include/lib/Dashboard/Widgets/tactical.php:545
+#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
+#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
+msgid "Tactical view"
+msgstr "战术视图"
+
+#: ../../godmode/massive/massive_edit_users.php:277
+#: ../../godmode/users/user_management.php:44
+#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804
+#: ../../operation/agentes/alerts_status.php:193
+#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
+msgid "Alert detail"
+msgstr "警报详细信息"
+
+#: ../../godmode/massive/massive_edit_users.php:279
+#: ../../godmode/users/user_management.php:47
+#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807
+#: ../../include/class/Prd.class.php:505
+#: ../../include/class/OrderInterpreter.class.php:226
+#: ../../include/lib/ITSM/Manager.php:1036
+#: ../../mobile/include/functions_web.php:22
+#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
+#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
+msgid "Dashboard"
+msgstr "仪表盘"
+
+#: ../../godmode/massive/massive_edit_users.php:339
+#: ../../godmode/users/user_management.php:749
+#: ../../operation/users/user_edit.php:568
+msgid "Event filter"
+msgstr "事件过滤器"
+
+#: ../../godmode/massive/massive_edit_users.php:376
+#: ../../godmode/users/user_management.php:493
+#: ../../operation/users/user_edit.php:642
+msgid "Autorefresh"
+msgstr "自动刷新"
+
+#: ../../godmode/massive/massive_edit_users.php:377
+#: ../../operation/users/user_edit.php:643
+msgid "This will activate autorefresh in selected pages"
+msgstr "这将在选定的页面中重新激活自动重新"
+
+#: ../../godmode/massive/massive_edit_users.php:416
+#: ../../godmode/users/user_management.php:528
+#: ../../operation/users/user_edit.php:678
+msgid "Full list of pages"
+msgstr "页面完整列表"
+
+#: ../../godmode/massive/massive_edit_users.php:425
+#: ../../godmode/massive/massive_edit_users.php:426
+#: ../../godmode/users/user_management.php:560
+#: ../../godmode/users/user_management.php:561
+#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
+#: ../../operation/users/user_edit.php:687
+#: ../../operation/users/user_edit.php:688
+msgid "Push selected pages into autorefresh list"
+msgstr "将选定的页面推入自动重新列表"
+
+#: ../../godmode/massive/massive_edit_users.php:435
+#: ../../godmode/massive/massive_edit_users.php:436
+#: ../../godmode/users/user_management.php:577
+#: ../../godmode/users/user_management.php:578
+#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:697
+msgid "Pop selected pages out of autorefresh list"
+msgstr "弹出自重新列表中选定的页面"
+
+#: ../../godmode/massive/massive_edit_users.php:441
+#: ../../operation/users/user_edit.php:702
+msgid "List of pages with autorefresh"
+msgstr "具有自动重新刷新页面列表"
+
+#: ../../godmode/massive/massive_edit_users.php:450
+#: ../../operation/users/user_edit.php:711
+msgid "Time autorefresh"
+msgstr "时间自动重新"
+
+#: ../../godmode/massive/massive_edit_users.php:452
+#: ../../godmode/users/user_management.php:643
+#: ../../operation/users/user_edit.php:713
+msgid ""
+"Interval of autorefresh of the elements, by default they are 30 seconds, "
+"needing to enable the autorefresh first"
+msgstr "元素自动重新刷新的时间间隔,默认情况下为 30 秒,需要先启用自动重新"
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/configure_user.php:1149
+#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
+msgid "Timezone"
+msgstr "时区"
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/user_management.php:836
+#: ../../godmode/users/configure_user.php:1150
+#: ../../operation/users/user_edit.php:527
+msgid "The timezone must be that of the associated server."
+msgstr "时区必须是关联服务器的时间区。"
+
 #: ../../godmode/massive/massive_operations.php:59
 msgid "Bulk alert add"
 msgstr "批量警报添加"
@@ -13060,52 +13049,6 @@ msgstr ""
 msgid "You can find more information at:"
 msgstr "您可以在:"
 
-#: ../../godmode/modules/manage_inventory_modules_form.php:36
-#: ../../godmode/modules/manage_network_templates.php:39
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr "模块管理"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:162
-msgid "Left blank for the LOCAL inventory modules"
-msgstr "本地库存模块留空"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:177
-#, fuzzy
-msgid "Separate fields with"
-msgstr "单独的字段与"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:183
-msgid "Block Mode"
-msgstr "锁定模式"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:193
-#: ../../godmode/modules/manage_inventory_modules_form.php:197
-#, fuzzy
-msgid "Script mode"
-msgstr "脚本详细信息"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:194
-#, fuzzy
-msgid "Use inline code"
-msgstr "在线用户"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:210
-msgid "Script path"
-msgstr "脚本路径"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:223
-#: ../../include/ajax/double_auth.ajax.php:167
-#: ../../include/ajax/double_auth.ajax.php:304
-msgid "Code"
-msgstr "代码"
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:232
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr "下面是用于远程库存模块的脚本本地库存模块不使用此字段"
-
 #: ../../godmode/modules/manage_nc_groups_form.php:62
 msgid "Update Group Component"
 msgstr "更新组组件"
@@ -13232,6 +13175,12 @@ msgstr "扫描"
 msgid "Field value"
 msgstr "字段值"
 
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_inventory_modules_form.php:36
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module management"
+msgstr "模块管理"
+
 #: ../../godmode/modules/manage_network_templates.php:39
 #: ../../godmode/modules/manage_network_templates_form.php:32
 #: ../../include/class/ModuleTemplates.class.php:199
@@ -13256,57 +13205,6 @@ msgstr "此模板不存在"
 msgid "There are no defined network profiles"
 msgstr "没有定义的网络配置文件"
 
-#: ../../godmode/modules/manage_network_templates_form.php:59
-msgid "Successfully deleted module from profile"
-msgstr "成功从配置文件中删除模块"
-
-#: ../../godmode/modules/manage_network_templates_form.php:60
-msgid "Error deleting module from profile"
-msgstr "从配置文件中删除错误模块"
-
-#: ../../godmode/modules/manage_network_templates_form.php:79
-msgid "Successfully added module to profile"
-msgstr "成功将模块添加到配置文件中"
-
-#: ../../godmode/modules/manage_network_templates_form.php:80
-msgid "Error adding module to profile"
-msgstr "将模块添加到配置文件的错误"
-
-#: ../../godmode/modules/manage_network_templates_form.php:113
-msgid "Successfully updated network profile"
-msgstr "成功更新的网络配置文件"
-
-#: ../../godmode/modules/manage_network_templates_form.php:114
-msgid "Error updating network profile"
-msgstr "错误更新网络配置文件"
-
-#: ../../godmode/modules/manage_network_templates_form.php:138
-msgid "Successfully added network profile"
-msgstr "成功添加网络配置文件"
-
-#: ../../godmode/modules/manage_network_templates_form.php:139
-msgid "Error adding network profile"
-msgstr "错误添加网络配置文件"
-
-#: ../../godmode/modules/manage_network_templates_form.php:145
-msgid "Cannot create a template without name"
-msgstr "无法创建无名称的模板"
-
-#: ../../godmode/modules/manage_network_templates_form.php:219
-msgid "No modules for this profile"
-msgstr "此配置文件没有模块"
-
-#: ../../godmode/modules/manage_network_templates_form.php:260
-#: ../../operation/snmpconsole/snmp_browser.php:167
-#: ../../operation/snmpconsole/snmp_browser.php:187
-msgid "Add modules"
-msgstr "添加模块"
-
-#: ../../godmode/modules/manage_network_templates_form.php:341
-#: ../../include/class/ModuleTemplates.class.php:752
-msgid "Components"
-msgstr "组件"
-
 #: ../../godmode/modules/module_list.php:45
 #, fuzzy
 msgid "Defined module types"
@@ -13422,6 +13320,46 @@ msgstr "创建新的 WMI 组件"
 msgid "Create a new wizard component"
 msgstr "创建新的向导组件"
 
+#: ../../godmode/modules/manage_inventory_modules_form.php:162
+msgid "Left blank for the LOCAL inventory modules"
+msgstr "本地库存模块留空"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:177
+#, fuzzy
+msgid "Separate fields with"
+msgstr "单独的字段与"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:183
+msgid "Block Mode"
+msgstr "锁定模式"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:193
+#: ../../godmode/modules/manage_inventory_modules_form.php:197
+#, fuzzy
+msgid "Script mode"
+msgstr "脚本详细信息"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:194
+#, fuzzy
+msgid "Use inline code"
+msgstr "在线用户"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:210
+msgid "Script path"
+msgstr "脚本路径"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:223
+#: ../../include/ajax/double_auth.ajax.php:167
+#: ../../include/ajax/double_auth.ajax.php:304
+msgid "Code"
+msgstr "代码"
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:232
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr "下面是用于远程库存模块的脚本本地库存模块不使用此字段"
+
 #: ../../godmode/modules/manage_network_components_form_common.php:164
 msgid "Advanced options Dynamic Threshold"
 msgstr "高级选项 动态阈值"
@@ -13443,6 +13381,57 @@ msgstr "将标签删除到模块"
 msgid "Tags selected"
 msgstr "已选定标签"
 
+#: ../../godmode/modules/manage_network_templates_form.php:59
+msgid "Successfully deleted module from profile"
+msgstr "成功从配置文件中删除模块"
+
+#: ../../godmode/modules/manage_network_templates_form.php:60
+msgid "Error deleting module from profile"
+msgstr "从配置文件中删除错误模块"
+
+#: ../../godmode/modules/manage_network_templates_form.php:79
+msgid "Successfully added module to profile"
+msgstr "成功将模块添加到配置文件中"
+
+#: ../../godmode/modules/manage_network_templates_form.php:80
+msgid "Error adding module to profile"
+msgstr "将模块添加到配置文件的错误"
+
+#: ../../godmode/modules/manage_network_templates_form.php:113
+msgid "Successfully updated network profile"
+msgstr "成功更新的网络配置文件"
+
+#: ../../godmode/modules/manage_network_templates_form.php:114
+msgid "Error updating network profile"
+msgstr "错误更新网络配置文件"
+
+#: ../../godmode/modules/manage_network_templates_form.php:138
+msgid "Successfully added network profile"
+msgstr "成功添加网络配置文件"
+
+#: ../../godmode/modules/manage_network_templates_form.php:139
+msgid "Error adding network profile"
+msgstr "错误添加网络配置文件"
+
+#: ../../godmode/modules/manage_network_templates_form.php:145
+msgid "Cannot create a template without name"
+msgstr "无法创建无名称的模板"
+
+#: ../../godmode/modules/manage_network_templates_form.php:219
+msgid "No modules for this profile"
+msgstr "此配置文件没有模块"
+
+#: ../../godmode/modules/manage_network_templates_form.php:260
+#: ../../operation/snmpconsole/snmp_browser.php:167
+#: ../../operation/snmpconsole/snmp_browser.php:187
+msgid "Add modules"
+msgstr "添加模块"
+
+#: ../../godmode/modules/manage_network_templates_form.php:341
+#: ../../include/class/ModuleTemplates.class.php:752
+msgid "Components"
+msgstr "组件"
+
 #: ../../godmode/netflow/nf_edit.php:50
 #, fuzzy
 msgid "Manage Filters"
@@ -13459,8 +13448,8 @@ msgstr "添加筛选"
 #: ../../godmode/netflow/nf_edit_form.php:80
 #: ../../godmode/snmpconsole/snmp_filters.php:35
 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382
-#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791
-#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797
+#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754
+#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797
 #: ../../include/ajax/events.php:921
 #: ../../operation/reporting/graph_analytics.php:490
 msgid "Update filter"
@@ -13773,9 +13762,8 @@ msgstr "自定义"
 #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951
-#: ../../include/functions.php:2836 ../../include/functions.php:3508
-#: ../../include/functions_graph.php:5603
-#: ../../include/functions_events.php:5356
+#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836
+#: ../../include/functions.php:3508 ../../include/functions_events.php:5356
 #: ../../operation/gis_maps/render_view.php:157
 msgid "1 hour"
 msgstr "1小时"
@@ -13795,7 +13783,7 @@ msgstr "%s 小时"
 #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952
-#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604
+#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839
 msgid "1 day"
 msgstr "1天"
 
@@ -13813,7 +13801,7 @@ msgstr "%s 天"
 #: ../../include/lib/Dashboard/Widgets/service_level.php:252
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953
-#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605
+#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840
 msgid "1 week"
 msgstr "1周"
 
@@ -13828,7 +13816,7 @@ msgstr "15 天"
 #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954
-#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606
+#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842
 msgid "1 month"
 msgstr "1个月"
 
@@ -13901,7 +13889,7 @@ msgstr "这是获取图形数据的间隔或时间段。例如,一周意味着
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5825
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913
-#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583
+#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582
 msgid "Select an Agent first"
 msgstr "首先选择代理"
 
@@ -13946,7 +13934,7 @@ msgstr "简单图形"
 #: ../../include/functions_reports.php:573
 #: ../../include/functions_reports.php:660
 #: ../../include/functions_reports.php:666
-#: ../../include/functions_reporting.php:11127
+#: ../../include/functions_reporting.php:11138
 msgid "Custom graph"
 msgstr "自定义图"
 
@@ -13955,12 +13943,12 @@ msgstr "自定义图"
 #: ../../include/ajax/heatmap.ajax.php:158
 #: ../../include/ajax/heatmap.ajax.php:439
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301
+#: ../../mobile/operation/server_status.php:185
+#: ../../mobile/operation/server_status.php:186
 #: ../../mobile/operation/modules.php:194
 #: ../../mobile/operation/modules.php:195
 #: ../../mobile/operation/modules.php:308
 #: ../../mobile/operation/modules.php:309
-#: ../../mobile/operation/server_status.php:185
-#: ../../mobile/operation/server_status.php:186
 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118
 msgid "Tag"
 msgstr "标签"
@@ -14047,9 +14035,9 @@ msgstr "名称或描述"
 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144
 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391
 #: ../../include/class/ConfigPEN.class.php:603
+#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/class/CredentialStore.class.php:819
 #: ../../include/class/EventSound.class.php:308
-#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/functions_events.php:363
 #: ../../operation/agentes/pandora_networkmap.view.php:2348
 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99
@@ -14240,6 +14228,8 @@ msgid "Scheduled"
 msgstr "计划"
 
 #: ../../godmode/reporting/manage_schedule.php:194
+#: ../../godmode/setup/setup_general.php:53
+#: ../../godmode/setup/setup_general.php:115
 #, fuzzy
 msgid "Console"
 msgstr "安慰"
@@ -14790,11 +14780,11 @@ msgid "Are you sure to add many elements\\nin visual map?"
 msgstr "您是否一定要添加许多元素+宁视觉地图?"
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:632
-#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
-#: ../../mobile/operation/modules.php:823
 #: ../../mobile/operation/server_status.php:389
 #: ../../mobile/operation/tactical.php:240
 #: ../../mobile/operation/module_graph.php:474
+#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
+#: ../../mobile/operation/modules.php:823
 msgid "Loading..."
 msgstr "载入中..."
 
@@ -14988,8 +14978,11 @@ msgstr "请选择一个模块"
 
 #: ../../godmode/reporting/reporting_builder.php:193
 #: ../../operation/reporting/reporting_viewer.php:93
-msgid "Your report has been planned, and the system will email you a "
-msgstr "您的报告已计划好,系统将通过电子邮件向您发送"
+#, fuzzy, php-format
+msgid ""
+"Your report has been planned, and the system will email you a %s file with "
+"the report as soon as its finished"
+msgstr "您的报告已完成计划,系统将在完成后尽快以电子邮件的形式发送PDF报告。"
 
 #: ../../godmode/reporting/reporting_builder.php:194
 #: ../../operation/reporting/reporting_viewer.php:94
@@ -15003,7 +14996,7 @@ msgstr "错误已经发生"
 #: ../../godmode/reporting/reporting_builder.php:4101
 #: ../../godmode/reporting/reporting_builder.php:4149
 #: ../../include/functions_groups.php:123
-#: ../../include/functions_reporting.php:16432
+#: ../../include/functions_reporting.php:16443
 #: ../../operation/reporting/reporting_viewer.php:114
 #: ../../operation/menu.php:470 ../../operation/search_results.php:150
 msgid "Reports"
@@ -15209,9 +15202,9 @@ msgstr ""
 "network_agent1、网络沃尔克支票"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1403
-#: ../../include/functions_reporting_html.php:3236
 #: ../../include/functions_reports.php:823
 #: ../../include/functions_reporting.php:3807
+#: ../../include/functions_reporting_html.php:3236
 msgid "End of life"
 msgstr ""
 
@@ -15430,7 +15423,7 @@ msgstr "目标服务器"
 #: ../../include/class/TipsWindow.class.php:934
 #: ../../include/lib/Dashboard/Widgets/post.php:214
 #: ../../include/functions_reports.php:856
-#: ../../include/functions_reporting.php:7938
+#: ../../include/functions_reporting.php:7949
 msgid "Text"
 msgstr "文本"
 
@@ -15501,8 +15494,8 @@ msgid "Display"
 msgstr "显示"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3152
-#: ../../include/functions_reporting_html.php:6266
 #: ../../include/functions_reporting.php:1724
+#: ../../include/functions_reporting_html.php:6266
 msgid "Avg"
 msgstr "平均"
 
@@ -15581,7 +15574,7 @@ msgstr "时间比较(重叠)"
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:541
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903
 #: ../../include/functions_graph.php:5557
-#: ../../include/functions_reporting.php:11051
+#: ../../include/functions_reporting.php:11062
 msgid "Maximum"
 msgstr "最大"
 
@@ -15590,9 +15583,9 @@ msgstr "最大"
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912
 #: ../../include/functions_graph.php:2540
 #: ../../include/functions_graph.php:5565
+#: ../../include/functions_reporting.php:11058
 #: ../../include/functions_reporting_html.php:5083
 #: ../../include/functions_reporting_html.php:5154
-#: ../../include/functions_reporting.php:11047
 msgid "Minimum"
 msgstr "最小"
 
@@ -15612,8 +15605,8 @@ msgstr "平均"
 #: ../../include/functions_graph.php:2548
 #: ../../include/functions_graph.php:5581
 #: ../../include/functions_reports.php:766
-#: ../../include/functions_reporting.php:7535
-#: ../../include/functions_reporting.php:11043
+#: ../../include/functions_reporting.php:7546
+#: ../../include/functions_reporting.php:11054
 msgid "Summatory"
 msgstr "总结"
 
@@ -15784,19 +15777,19 @@ msgid "Event graphs"
 msgstr "事件图表"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3826
-msgid "By agent "
+msgid "By agent"
 msgstr "按代理"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3836
-msgid "By user validator "
+msgid "By user validator"
 msgstr "由用户验证器"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3846
-msgid "By criticity "
+msgid "By criticity"
 msgstr "通过批评"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3856
-msgid "Validated vs unvalidated "
+msgid "Validated vs unvalidated"
 msgstr "已验证与未验证"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3870
@@ -15930,12 +15923,12 @@ msgid "Use uncompressed module data."
 msgstr "使用未压缩模块数据。"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4217
-#: ../../include/functions_reporting.php:5536
+#: ../../include/functions_reporting.php:5547
 msgid "Unassigned group"
 msgstr "未分配组"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4263
-#: ../../include/functions_reporting.php:5530
+#: ../../include/functions_reporting.php:5541
 msgid "Unnasigned group"
 msgstr "未签名组"
 
@@ -16104,23 +16097,23 @@ msgstr "通过"
 #: ../../include/class/AlertsList.class.php:387
 #: ../../include/class/AlertsList.class.php:392
 #: ../../include/class/HelpFeedBack.class.php:355
-#: ../../include/class/AgentDeployWizard.class.php:611
-#: ../../include/class/AgentDeployWizard.class.php:616
 #: ../../include/class/ConfigPEN.class.php:750
 #: ../../include/class/ConfigPEN.class.php:755
-#: ../../include/class/CredentialStore.class.php:1605
-#: ../../include/class/CredentialStore.class.php:1610
 #: ../../include/class/Diagnostics.class.php:2190
 #: ../../include/class/ModuleTemplates.class.php:1411
 #: ../../include/class/ModuleTemplates.class.php:1416
-#: ../../include/class/SatelliteAgent.class.php:1097
-#: ../../include/class/SatelliteAgent.class.php:1102
 #: ../../include/class/WebServerModuleDebug.class.php:366
 #: ../../include/class/WebServerModuleDebug.class.php:371
-#: ../../include/class/SatelliteCollection.class.php:624
-#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/class/AgentWizard.class.php:6066
 #: ../../include/class/AgentWizard.class.php:6071
+#: ../../include/class/AgentDeployWizard.class.php:611
+#: ../../include/class/AgentDeployWizard.class.php:616
+#: ../../include/class/CredentialStore.class.php:1605
+#: ../../include/class/CredentialStore.class.php:1610
+#: ../../include/class/SatelliteAgent.class.php:1097
+#: ../../include/class/SatelliteAgent.class.php:1102
+#: ../../include/class/SatelliteCollection.class.php:624
+#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629
 #: ../../operation/visual_console/view.php:1225
 #: ../../operation/visual_console/view.php:1230
@@ -17344,394 +17337,6 @@ msgstr "成功删除"
 msgid "Error deleting"
 msgstr "错误删除"
 
-#: ../../godmode/setup/performance.php:185
-msgid "Pandora_db running in active database."
-msgstr "Pandora_db在活动数据库中运行。"
-
-#: ../../godmode/setup/performance.php:186
-#: ../../godmode/setup/performance.php:242
-msgid "Executed:"
-msgstr "执行:"
-
-#: ../../godmode/setup/performance.php:192
-#: ../../godmode/setup/performance.php:247
-msgid "ago"
-msgstr "前"
-
-#: ../../godmode/setup/performance.php:241
-msgid "Pandora_db running in historical database."
-msgstr "Pandora_db运行在历史数据库中。"
-
-#: ../../godmode/setup/performance.php:249
-msgid "Not executed"
-msgstr "未执行"
-
-#: ../../godmode/setup/performance.php:262
-#: ../../godmode/setup/performance.php:505
-msgid "Max. days before delete events"
-msgstr "删除事件前的最大日期"
-
-#: ../../godmode/setup/performance.php:277
-#: ../../include/functions_config.php:880
-msgid "Max. days before delete traps"
-msgstr "删除陷阱前的最大日期"
-
-#: ../../godmode/setup/performance.php:292
-#: ../../include/functions_config.php:888
-msgid "Max. days before delete audit events"
-msgstr "删除审计事件前的最大日期"
-
-#: ../../godmode/setup/performance.php:307
-#: ../../godmode/setup/performance.php:517
-#: ../../include/functions_config.php:884
-msgid "Max. days before delete string data"
-msgstr "删除字符串数据前的最大日期"
-
-#: ../../godmode/setup/performance.php:322
-#: ../../include/functions_config.php:892
-msgid "Max. days before delete GIS data"
-msgstr "删除 GIS 数据前的最大日期"
-
-#: ../../godmode/setup/performance.php:337
-#: ../../godmode/setup/performance.php:469
-#: ../../include/functions_config.php:896
-msgid "Max. days before purge"
-msgstr "清除前的最大日期"
-
-#: ../../godmode/setup/performance.php:352
-#: ../../godmode/setup/performance.php:481
-#: ../../include/functions_config.php:908
-msgid "Max. days before compact data"
-msgstr "紧凑数据前的最大天数"
-
-#: ../../godmode/setup/performance.php:367
-#: ../../include/functions_config.php:900
-msgid "Max. days before delete unknown modules"
-msgstr "删除未知模块前的最大日期"
-
-#: ../../godmode/setup/performance.php:382
-#: ../../include/functions_config.php:904
-#, fuzzy
-msgid "Max. days before delete not initialized modules"
-msgstr "删除未知模块前的最大日期"
-
-#: ../../godmode/setup/performance.php:397
-msgid "Max. days before delete autodisabled agents"
-msgstr "删除自动禁用代理前的最大日期"
-
-#: ../../godmode/setup/performance.php:412
-#: ../../include/functions_config.php:956
-msgid "Retention period of past special days"
-msgstr "过去特殊日子的保留期"
-
-#: ../../godmode/setup/performance.php:424
-#: ../../include/functions_config.php:960
-msgid "Max. macro data fields"
-msgstr "最大宏数据字段"
-
-#: ../../godmode/setup/performance.php:493
-#: ../../godmode/setup/performance.php:611
-#: ../../include/functions_config.php:924
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr "紧凑的插值在小时 (1 精细-20 坏)"
-
-#: ../../godmode/setup/performance.php:536
-#: ../../include/functions_config.php:974
-msgid "Max. days before delete old messages"
-msgstr "删除旧邮件前的最大日期"
-
-#: ../../godmode/setup/performance.php:549
-#: ../../include/functions_config.php:965
-msgid "Max. days before delete inventory data"
-msgstr "删除库存数据前的最大日期"
-
-#: ../../godmode/setup/performance.php:562
-#: ../../include/functions_config.php:970
-#, fuzzy
-msgid "Max. days before disabled agents are deleted"
-msgstr "自动禁用删除前的最大日期"
-
-#: ../../godmode/setup/performance.php:582
-msgid "Item limit for realtime reports"
-msgstr "实时报告的项目限制"
-
-#: ../../godmode/setup/performance.php:597
-#: ../../include/functions_config.php:920
-#, fuzzy
-msgid "Limit of events per query"
-msgstr "列出事件规则"
-
-#: ../../godmode/setup/performance.php:625
-msgid "Last day"
-msgstr "最后一天"
-
-#: ../../godmode/setup/performance.php:626
-msgid "2 days"
-msgstr "2天"
-
-#: ../../godmode/setup/performance.php:627
-msgid "10 days"
-msgstr "10天"
-
-#: ../../godmode/setup/performance.php:628
-msgid "Last week"
-msgstr "上周"
-
-#: ../../godmode/setup/performance.php:629
-msgid "2 weeks"
-msgstr "2周"
-
-#: ../../godmode/setup/performance.php:630
-msgid "Last month"
-msgstr "上个月"
-
-#: ../../godmode/setup/performance.php:633
-#: ../../include/functions_config.php:928
-msgid "Default hours for event view"
-msgstr "事件视图的默认时间"
-
-#: ../../godmode/setup/performance.php:648
-#: ../../include/functions_config.php:932
-msgid "Use realtime statistics"
-msgstr "使用实时统计"
-
-#: ../../godmode/setup/performance.php:658
-#: ../../include/functions_config.php:936
-msgid "Batch statistics period (secs)"
-msgstr "批量统计期(秒)"
-
-#: ../../godmode/setup/performance.php:681
-#: ../../include/functions_config.php:940
-msgid "Max. recommended number of files in attachment directory"
-msgstr "附件目录中推荐的文件数量最多"
-
-#: ../../godmode/setup/performance.php:693
-#: ../../include/functions_config.php:944
-msgid "Delete not init modules"
-msgstr "删除不是 init 模块"
-
-#: ../../godmode/setup/performance.php:703
-msgid "Big Operation Step to purge old data"
-msgstr "清除旧数据的大操作步骤"
-
-#: ../../godmode/setup/performance.php:718
-#: ../../include/functions_config.php:952
-msgid "Small Operation Step to purge old data"
-msgstr "清除旧数据的小操作步骤"
-
-#: ../../godmode/setup/performance.php:733
-#: ../../include/functions_config.php:978
-msgid "Graph container - Max. Items"
-msgstr "图形容器 - 最大项目"
-
-#: ../../godmode/setup/performance.php:745
-msgid "Events response max. execution"
-msgstr "事件响应最大执行"
-
-#: ../../godmode/setup/performance.php:757
-#: ../../include/functions_config.php:990
-msgid "Row limit in csv log"
-msgstr "csv 日志中的行限制"
-
-#: ../../godmode/setup/performance.php:772
-msgid "SNMP walk binary"
-msgstr "SNMP 步行二进制"
-
-#: ../../godmode/setup/performance.php:784
-msgid ""
-"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
-"instead (by default snmpwalk, slower)."
-msgstr "SNMP散装步行不能请求V1 SNMP,此选项将被改为(默认情况下,慢走)。"
-
-#: ../../godmode/setup/performance.php:789
-msgid "SNMP walk binary (fallback)"
-msgstr "SNMP 步行二进制(回退)"
-
-#: ../../godmode/setup/performance.php:802
-#, php-format
-msgid ""
-"%s web2image cache system cleanup. It is always cleaned up after perform an "
-"upgrade"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:809
-#, fuzzy
-msgid "WMI binary"
-msgstr "WMI 向导"
-
-#: ../../godmode/setup/performance.php:821
-msgid ""
-"Before increasing this value, be aware that a large number can affect "
-"performance in PDF generation. Set to 0 to disregard this limit."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:826
-#: ../../include/functions_config.php:986
-msgid "Rows limit for SQL report item PDF"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:864
-msgid "Database maintenance status"
-msgstr "数据库维护状态"
-
-#: ../../godmode/setup/performance.php:869
-msgid "Database maintenance options"
-msgstr "数据库维护选项"
-
-#: ../../godmode/setup/performance.php:875
-msgid "Historical database maintenance options"
-msgstr "历史数据库维护选项"
-
-#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
-#: ../../include/functions_netflow.php:2342
-#: ../../include/functions_reporting.php:4433
-msgid "Others"
-msgstr "其他"
-
-#: ../../godmode/setup/performance.php:886
-#, fuzzy
-msgid "Agent SNMP Interface Wizard defaults"
-msgstr "SNMP 接口向导"
-
-#: ../../godmode/setup/demo.php:146
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
-msgid "Progress"
-msgstr "进度"
-
-#: ../../godmode/setup/demo.php:227
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
-msgid "View summary"
-msgstr "查看摘要"
-
-#: ../../godmode/setup/demo.php:277
-msgid ""
-"You may need to increase the value of the plugin_timeout parameter in your "
-"server configuration to get all your agents data updated"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:331
-#, fuzzy
-msgid "Agents interval"
-msgstr "代理间隔 x %s"
-
-#: ../../godmode/setup/demo.php:336
-#, fuzzy
-msgid "Generate historical data for all agents"
-msgstr "启用历史数据库"
-
-#: ../../godmode/setup/demo.php:346
-msgid "Days of historical data to insert in the agent data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:363
-msgid "Create services"
-msgstr "创建服务"
-
-#: ../../godmode/setup/demo.php:374
-#, fuzzy
-msgid "Create network maps"
-msgstr "创建网络地图"
-
-#: ../../godmode/setup/demo.php:384
-#, fuzzy
-msgid "Create GIS maps"
-msgstr "GIS 地图"
-
-#: ../../godmode/setup/demo.php:404
-#, fuzzy
-msgid "Create reports"
-msgstr "创建报告"
-
-#: ../../godmode/setup/demo.php:414
-#, fuzzy
-msgid "Create visual consoles"
-msgstr "创建视觉控制台"
-
-#: ../../godmode/setup/demo.php:424
-#, fuzzy
-msgid "Create dashboards"
-msgstr "私人仪表板"
-
-#: ../../godmode/setup/demo.php:434
-#, fuzzy
-msgid "Traps target IP"
-msgstr "目标 IP"
-
-#: ../../godmode/setup/demo.php:434
-msgid "All demo traps are generated using version 1"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:450
-#, fuzzy
-msgid "Traps community"
-msgstr "SNMP 社区"
-
-#: ../../godmode/setup/demo.php:466
-#, fuzzy
-msgid "Tentacle target IP"
-msgstr "目标 IP"
-
-#: ../../godmode/setup/demo.php:482
-#, fuzzy
-msgid "Tentacle port"
-msgstr "触角选项"
-
-#: ../../godmode/setup/demo.php:498
-#, fuzzy
-msgid "Tentacle extra options"
-msgstr "触角选项"
-
-#: ../../godmode/setup/demo.php:515
-#, fuzzy
-msgid "Configure demo data"
-msgstr "配置小部件"
-
-#: ../../godmode/setup/demo.php:531
-#: ../../include/class/WelcomeWindow.class.php:1627
-#, fuzzy
-msgid "Create demo data"
-msgstr "创建于"
-
-#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
-#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
-#: ../../operation/agentes/ver_agente.php:1880
-msgid "Services"
-msgstr "服务"
-
-#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
-#: ../../include/functions_groups.php:235
-#: ../../operation/agentes/networkmap.dinamic.php:150
-#: ../../operation/agentes/pandora_networkmap.view.php:2375
-msgid "Network maps"
-msgstr "网络地图"
-
-#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
-#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
-#: ../../include/functions_groups.php:187
-msgid "GIS maps"
-msgstr "GIS 地图"
-
-#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
-#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
-#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
-msgid "Visual consoles"
-msgstr "视觉控制台"
-
-#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
-#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
-msgid "Dashboards"
-msgstr "仪表盘"
-
-#: ../../godmode/setup/demo.php:598
-#, fuzzy
-msgid "Active demo data summary"
-msgstr "获取数据库摘要"
-
-#: ../../godmode/setup/demo.php:666
-#, fuzzy
-msgid "Delete all demo data"
-msgstr "删除所有代理"
-
 #: ../../godmode/setup/news.php:30
 msgid "Site news management"
 msgstr "网站新闻管理"
@@ -18255,6 +17860,462 @@ msgstr "日志收集器"
 msgid "Correct update the setup options"
 msgstr "正确更新设置选项"
 
+#: ../../godmode/setup/setup_netflow.php:45
+msgid ""
+"The Netflow data will be saved in the directory specified here, which will "
+"be located in the path defined by the \"General Network path\" parameter "
+"(this parameter is found in the General Settings)."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:76
+#: ../../include/functions_config.php:1643
+msgid "Netflow max lifetime"
+msgstr "净流最大寿命"
+
+#: ../../godmode/setup/setup_netflow.php:87
+#: ../../include/functions_config.php:1647
+#, fuzzy
+msgid "Netflow interval"
+msgstr "净流过滤器"
+
+#: ../../godmode/setup/setup_netflow.php:87
+#, fuzzy
+msgid "It is necessary to restart the server if the value is changed."
+msgstr "必须使用某些特性"
+
+#: ../../godmode/setup/setup_netflow.php:90
+#, fuzzy
+msgid "10 min"
+msgstr "10 分钟"
+
+#: ../../godmode/setup/setup_netflow.php:91
+#, fuzzy
+msgid "30 min"
+msgstr "30 分钟"
+
+#: ../../godmode/setup/setup_netflow.php:92
+#, fuzzy
+msgid "60 min"
+msgstr "10 分钟"
+
+#: ../../godmode/setup/setup_netflow.php:104
+#: ../../include/functions_config.php:1655
+#, fuzzy
+msgid "Enable Sflow"
+msgstr "启用净流量"
+
+#: ../../godmode/setup/setup_netflow.php:104
+msgid ""
+"SFLow uses a different protocol and needs an alternative collector that must "
+"be activated with this switch"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:47
+#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
+msgid "File manager"
+msgstr "文件管理"
+
+#: ../../godmode/setup/file_manager.php:89
+#: ../../include/functions_filemanager.php:704
+#, php-format
+msgid "Index of %s"
+msgstr "%s指数"
+
+#: ../../godmode/setup/os.list.php:56
+#, php-format
+msgid ""
+"This node is configured with centralized mode. All OS definitions are read "
+"only. Go to %s to manage them."
+msgstr "此节点配置为集中模式。所有操作系统定义仅读取。去%s管理它们。"
+
+#: ../../godmode/setup/demo.php:146
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
+msgid "Progress"
+msgstr "进度"
+
+#: ../../godmode/setup/demo.php:227
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
+msgid "View summary"
+msgstr "查看摘要"
+
+#: ../../godmode/setup/demo.php:277
+msgid ""
+"You may need to increase the value of the plugin_timeout parameter in your "
+"server configuration to get all your agents data updated"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:331
+#, fuzzy
+msgid "Agents interval"
+msgstr "代理间隔 x %s"
+
+#: ../../godmode/setup/demo.php:336
+#, fuzzy
+msgid "Generate historical data for all agents"
+msgstr "启用历史数据库"
+
+#: ../../godmode/setup/demo.php:346
+msgid "Days of historical data to insert in the agent data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:363
+msgid "Create services"
+msgstr "创建服务"
+
+#: ../../godmode/setup/demo.php:374
+#, fuzzy
+msgid "Create network maps"
+msgstr "创建网络地图"
+
+#: ../../godmode/setup/demo.php:384
+#, fuzzy
+msgid "Create GIS maps"
+msgstr "GIS 地图"
+
+#: ../../godmode/setup/demo.php:404
+#, fuzzy
+msgid "Create reports"
+msgstr "创建报告"
+
+#: ../../godmode/setup/demo.php:414
+#, fuzzy
+msgid "Create visual consoles"
+msgstr "创建视觉控制台"
+
+#: ../../godmode/setup/demo.php:424
+#, fuzzy
+msgid "Create dashboards"
+msgstr "私人仪表板"
+
+#: ../../godmode/setup/demo.php:434
+#, fuzzy
+msgid "Traps target IP"
+msgstr "目标 IP"
+
+#: ../../godmode/setup/demo.php:434
+msgid "All demo traps are generated using version 1"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:450
+#, fuzzy
+msgid "Traps community"
+msgstr "SNMP 社区"
+
+#: ../../godmode/setup/demo.php:466
+#, fuzzy
+msgid "Tentacle target IP"
+msgstr "目标 IP"
+
+#: ../../godmode/setup/demo.php:482
+#, fuzzy
+msgid "Tentacle port"
+msgstr "触角选项"
+
+#: ../../godmode/setup/demo.php:498
+#, fuzzy
+msgid "Tentacle extra options"
+msgstr "触角选项"
+
+#: ../../godmode/setup/demo.php:515
+#, fuzzy
+msgid "Configure demo data"
+msgstr "配置小部件"
+
+#: ../../godmode/setup/demo.php:531
+#: ../../include/class/WelcomeWindow.class.php:1627
+#, fuzzy
+msgid "Create demo data"
+msgstr "创建于"
+
+#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
+#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
+#: ../../operation/agentes/ver_agente.php:1880
+msgid "Services"
+msgstr "服务"
+
+#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
+#: ../../include/functions_groups.php:235
+#: ../../operation/agentes/networkmap.dinamic.php:150
+#: ../../operation/agentes/pandora_networkmap.view.php:2375
+msgid "Network maps"
+msgstr "网络地图"
+
+#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
+#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
+#: ../../include/functions_groups.php:187
+msgid "GIS maps"
+msgstr "GIS 地图"
+
+#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
+#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
+#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
+msgid "Visual consoles"
+msgstr "视觉控制台"
+
+#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
+#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
+msgid "Dashboards"
+msgstr "仪表盘"
+
+#: ../../godmode/setup/demo.php:598
+#, fuzzy
+msgid "Active demo data summary"
+msgstr "获取数据库摘要"
+
+#: ../../godmode/setup/demo.php:666
+#, fuzzy
+msgid "Delete all demo data"
+msgstr "删除所有代理"
+
+#: ../../godmode/setup/performance.php:185
+msgid "Pandora_db running in active database."
+msgstr "Pandora_db在活动数据库中运行。"
+
+#: ../../godmode/setup/performance.php:186
+#: ../../godmode/setup/performance.php:242
+msgid "Executed:"
+msgstr "执行:"
+
+#: ../../godmode/setup/performance.php:192
+#: ../../godmode/setup/performance.php:247
+msgid "ago"
+msgstr "前"
+
+#: ../../godmode/setup/performance.php:241
+msgid "Pandora_db running in historical database."
+msgstr "Pandora_db运行在历史数据库中。"
+
+#: ../../godmode/setup/performance.php:249
+msgid "Not executed"
+msgstr "未执行"
+
+#: ../../godmode/setup/performance.php:262
+#: ../../godmode/setup/performance.php:505
+msgid "Max. days before delete events"
+msgstr "删除事件前的最大日期"
+
+#: ../../godmode/setup/performance.php:277
+#: ../../include/functions_config.php:880
+msgid "Max. days before delete traps"
+msgstr "删除陷阱前的最大日期"
+
+#: ../../godmode/setup/performance.php:292
+#: ../../include/functions_config.php:888
+msgid "Max. days before delete audit events"
+msgstr "删除审计事件前的最大日期"
+
+#: ../../godmode/setup/performance.php:307
+#: ../../godmode/setup/performance.php:517
+#: ../../include/functions_config.php:884
+msgid "Max. days before delete string data"
+msgstr "删除字符串数据前的最大日期"
+
+#: ../../godmode/setup/performance.php:322
+#: ../../include/functions_config.php:892
+msgid "Max. days before delete GIS data"
+msgstr "删除 GIS 数据前的最大日期"
+
+#: ../../godmode/setup/performance.php:337
+#: ../../godmode/setup/performance.php:469
+#: ../../include/functions_config.php:896
+msgid "Max. days before purge"
+msgstr "清除前的最大日期"
+
+#: ../../godmode/setup/performance.php:352
+#: ../../godmode/setup/performance.php:481
+#: ../../include/functions_config.php:908
+msgid "Max. days before compact data"
+msgstr "紧凑数据前的最大天数"
+
+#: ../../godmode/setup/performance.php:367
+#: ../../include/functions_config.php:900
+msgid "Max. days before delete unknown modules"
+msgstr "删除未知模块前的最大日期"
+
+#: ../../godmode/setup/performance.php:382
+#: ../../include/functions_config.php:904
+#, fuzzy
+msgid "Max. days before delete not initialized modules"
+msgstr "删除未知模块前的最大日期"
+
+#: ../../godmode/setup/performance.php:397
+msgid "Max. days before delete autodisabled agents"
+msgstr "删除自动禁用代理前的最大日期"
+
+#: ../../godmode/setup/performance.php:412
+#: ../../include/functions_config.php:956
+msgid "Retention period of past special days"
+msgstr "过去特殊日子的保留期"
+
+#: ../../godmode/setup/performance.php:424
+#: ../../include/functions_config.php:960
+msgid "Max. macro data fields"
+msgstr "最大宏数据字段"
+
+#: ../../godmode/setup/performance.php:493
+#: ../../godmode/setup/performance.php:611
+#: ../../include/functions_config.php:924
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr "紧凑的插值在小时 (1 精细-20 坏)"
+
+#: ../../godmode/setup/performance.php:536
+#: ../../include/functions_config.php:974
+msgid "Max. days before delete old messages"
+msgstr "删除旧邮件前的最大日期"
+
+#: ../../godmode/setup/performance.php:549
+#: ../../include/functions_config.php:965
+msgid "Max. days before delete inventory data"
+msgstr "删除库存数据前的最大日期"
+
+#: ../../godmode/setup/performance.php:562
+#: ../../include/functions_config.php:970
+#, fuzzy
+msgid "Max. days before disabled agents are deleted"
+msgstr "自动禁用删除前的最大日期"
+
+#: ../../godmode/setup/performance.php:582
+msgid "Item limit for realtime reports"
+msgstr "实时报告的项目限制"
+
+#: ../../godmode/setup/performance.php:597
+#: ../../include/functions_config.php:920
+#, fuzzy
+msgid "Limit of events per query"
+msgstr "列出事件规则"
+
+#: ../../godmode/setup/performance.php:625
+msgid "Last day"
+msgstr "最后一天"
+
+#: ../../godmode/setup/performance.php:626
+msgid "2 days"
+msgstr "2天"
+
+#: ../../godmode/setup/performance.php:627
+msgid "10 days"
+msgstr "10天"
+
+#: ../../godmode/setup/performance.php:628
+msgid "Last week"
+msgstr "上周"
+
+#: ../../godmode/setup/performance.php:629
+msgid "2 weeks"
+msgstr "2周"
+
+#: ../../godmode/setup/performance.php:630
+msgid "Last month"
+msgstr "上个月"
+
+#: ../../godmode/setup/performance.php:633
+#: ../../include/functions_config.php:928
+msgid "Default hours for event view"
+msgstr "事件视图的默认时间"
+
+#: ../../godmode/setup/performance.php:648
+#: ../../include/functions_config.php:932
+msgid "Use realtime statistics"
+msgstr "使用实时统计"
+
+#: ../../godmode/setup/performance.php:658
+#: ../../include/functions_config.php:936
+msgid "Batch statistics period (secs)"
+msgstr "批量统计期(秒)"
+
+#: ../../godmode/setup/performance.php:681
+#: ../../include/functions_config.php:940
+msgid "Max. recommended number of files in attachment directory"
+msgstr "附件目录中推荐的文件数量最多"
+
+#: ../../godmode/setup/performance.php:693
+#: ../../include/functions_config.php:944
+msgid "Delete not init modules"
+msgstr "删除不是 init 模块"
+
+#: ../../godmode/setup/performance.php:703
+msgid "Big Operation Step to purge old data"
+msgstr "清除旧数据的大操作步骤"
+
+#: ../../godmode/setup/performance.php:718
+#: ../../include/functions_config.php:952
+msgid "Small Operation Step to purge old data"
+msgstr "清除旧数据的小操作步骤"
+
+#: ../../godmode/setup/performance.php:733
+#: ../../include/functions_config.php:978
+msgid "Graph container - Max. Items"
+msgstr "图形容器 - 最大项目"
+
+#: ../../godmode/setup/performance.php:745
+msgid "Events response max. execution"
+msgstr "事件响应最大执行"
+
+#: ../../godmode/setup/performance.php:757
+#: ../../include/functions_config.php:990
+msgid "Row limit in csv log"
+msgstr "csv 日志中的行限制"
+
+#: ../../godmode/setup/performance.php:772
+msgid "SNMP walk binary"
+msgstr "SNMP 步行二进制"
+
+#: ../../godmode/setup/performance.php:784
+msgid ""
+"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
+"instead (by default snmpwalk, slower)."
+msgstr "SNMP散装步行不能请求V1 SNMP,此选项将被改为(默认情况下,慢走)。"
+
+#: ../../godmode/setup/performance.php:789
+msgid "SNMP walk binary (fallback)"
+msgstr "SNMP 步行二进制(回退)"
+
+#: ../../godmode/setup/performance.php:802
+#, php-format
+msgid ""
+"%s web2image cache system cleanup. It is always cleaned up after perform an "
+"upgrade"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:809
+#, fuzzy
+msgid "WMI binary"
+msgstr "WMI 向导"
+
+#: ../../godmode/setup/performance.php:821
+msgid ""
+"Before increasing this value, be aware that a large number can affect "
+"performance in PDF generation. Set to 0 to disregard this limit."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:826
+#: ../../include/functions_config.php:986
+msgid "Rows limit for SQL report item PDF"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:864
+msgid "Database maintenance status"
+msgstr "数据库维护状态"
+
+#: ../../godmode/setup/performance.php:869
+msgid "Database maintenance options"
+msgstr "数据库维护选项"
+
+#: ../../godmode/setup/performance.php:875
+msgid "Historical database maintenance options"
+msgstr "历史数据库维护选项"
+
+#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
+#: ../../include/functions_netflow.php:2342
+#: ../../include/functions_reporting.php:4444
+msgid "Others"
+msgstr "其他"
+
+#: ../../godmode/setup/performance.php:886
+#, fuzzy
+msgid "Agent SNMP Interface Wizard defaults"
+msgstr "SNMP 接口向导"
+
 #: ../../godmode/setup/setup_ITSM.php:89
 #, fuzzy, php-format
 msgid "ITSM API is not reachable, %s"
@@ -18345,9 +18406,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widget.php:634
 #: ../../include/lib/ITSM/ITSM.php:513
 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399
-#: ../../include/functions_ui.php:8190
 #: ../../include/functions_reporting_html.php:947
 #: ../../include/functions_reporting_html.php:1043
+#: ../../include/functions_ui.php:8190
 #: ../../views/ITSM/ITSMTicketEditView.php:78
 #: ../../views/ITSM/ITSMTicketListView.php:78
 msgid "Title"
@@ -18378,861 +18439,181 @@ msgstr "事件自定义响应默认值"
 msgid "Update and continue"
 msgstr "更新并继续"
 
-#: ../../godmode/setup/setup_netflow.php:45
+#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
+msgid "Fallback to local authentication"
+msgstr "返回到本地身份验证"
+
+#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
+msgid "Autocreate remote users"
+msgstr "自动创造远程用户"
+
+#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
+msgid "LDAP server"
+msgstr "LDAP 服务器"
+
+#: ../../godmode/setup/setup_auth.php:107
+#: ../../include/functions_config.php:683
+msgid "LDAP port"
+msgstr "LDAP 端口"
+
+#: ../../godmode/setup/setup_auth.php:129
+#: ../../include/functions_config.php:687
+msgid "LDAP version"
+msgstr "LDAP 版本"
+
+#: ../../godmode/setup/setup_auth.php:146
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:691
+msgid "Start TLS"
+msgstr "启动TLS"
+
+#: ../../godmode/setup/setup_auth.php:157
+#: ../../include/functions_config.php:695
+msgid "Base DN"
+msgstr "基本DN"
+
+#: ../../godmode/setup/setup_auth.php:170
+#: ../../include/functions_config.php:699
+msgid "Login attribute"
+msgstr "登陆属性"
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:703
+msgid "Admin LDAP login"
+msgstr "管理员 LDAP 登录"
+
+#: ../../godmode/setup/setup_auth.php:196
+#: ../../include/functions_config.php:708
+msgid "Admin LDAP password"
+msgstr "管理员LDAP密码"
+
+#: ../../godmode/setup/setup_auth.php:221
+msgid "Ldap search timeout (secs)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:241
+#, fuzzy
+msgid "Enable secondary LDAP"
+msgstr "启用部分"
+
+#: ../../godmode/setup/setup_auth.php:256
+#: ../../include/functions_config.php:717
+#, fuzzy
+msgid "Secondary LDAP server"
+msgstr "LDAP 服务器"
+
+#: ../../godmode/setup/setup_auth.php:273
+#: ../../include/functions_config.php:721
+#, fuzzy
+msgid "Secondary LDAP port"
+msgstr "埃霍鲁斯 API 端口"
+
+#: ../../godmode/setup/setup_auth.php:295
+#: ../../include/functions_config.php:725
+#, fuzzy
+msgid "Secondary LDAP version"
+msgstr "LDAP 版本"
+
+#: ../../godmode/setup/setup_auth.php:312
+#: ../../include/functions_config.php:659
+#, fuzzy
+msgid "Secondary start TLS"
+msgstr "启动TLS"
+
+#: ../../godmode/setup/setup_auth.php:323
+#, fuzzy
+msgid "Secondary Base DN"
+msgstr "次要组"
+
+#: ../../godmode/setup/setup_auth.php:336
+#, fuzzy
+msgid "Secondary Login attribute"
+msgstr "登陆属性"
+
+#: ../../godmode/setup/setup_auth.php:349
+#: ../../include/functions_config.php:741
+#, fuzzy
+msgid "Admin secondary LDAP login"
+msgstr "管理员 LDAP 登录"
+
+#: ../../godmode/setup/setup_auth.php:362
+#, fuzzy
+msgid "Admin secondary LDAP password"
+msgstr "管理员LDAP密码"
+
+#: ../../godmode/setup/setup_auth.php:404
+#: ../../godmode/users/configure_user.php:1457
+#: ../../include/functions_config.php:839
+#: ../../operation/users/user_edit.php:534
+msgid "Double authentication"
+msgstr "双重认证"
+
+#: ../../godmode/setup/setup_auth.php:419
+msgid "Force 2FA for all users is enabled"
+msgstr "启用了所有用户的强制 2FA"
+
+#: ../../godmode/setup/setup_auth.php:439
+#, fuzzy
+msgid "Check activity"
+msgstr "最近一次访问"
+
+#: ../../godmode/setup/setup_auth.php:440
+#, fuzzy
+msgid "Ignore activity"
+msgstr "忽略时间"
+
+#: ../../godmode/setup/setup_auth.php:443
+msgid "Control of timeout session"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
 msgid ""
-"The Netflow data will be saved in the directory specified here, which will "
-"be located in the path defined by the \"General Network path\" parameter "
-"(this parameter is found in the General Settings)."
+"Select 'ignore activity' to ignore user activity when checking the session."
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:76
-#: ../../include/functions_config.php:1643
-msgid "Netflow max lifetime"
-msgstr "净流最大寿命"
+#: ../../godmode/setup/setup_auth.php:460
+msgid "Session timeout (mins)"
+msgstr "会话超时(分钟)"
 
-#: ../../godmode/setup/setup_netflow.php:87
-#: ../../include/functions_config.php:1647
+#: ../../godmode/setup/setup_auth.php:507
+#, php-format
+msgid "Local %s"
+msgstr "当地%s"
+
+#: ../../godmode/setup/setup_auth.php:508
 #, fuzzy
-msgid "Netflow interval"
-msgstr "净流过滤器"
+msgid "LDAP"
+msgstr "LDAP 端口"
 
-#: ../../godmode/setup/setup_netflow.php:87
+#: ../../godmode/setup/setup_auth.php:515
+#: ../../include/class/AgentWizard.class.php:954
+#: ../../include/class/CredentialStore.class.php:1161
+#: ../../include/class/CredentialStore.class.php:1463
+#: ../../include/functions_config.php:587
+msgid "Authentication method"
+msgstr "认证方法"
+
+#: ../../godmode/setup/setup_auth.php:561
 #, fuzzy
-msgid "It is necessary to restart the server if the value is changed."
-msgstr "必须使用某些特性"
-
-#: ../../godmode/setup/setup_netflow.php:90
-#, fuzzy
-msgid "10 min"
-msgstr "10 分钟"
-
-#: ../../godmode/setup/setup_netflow.php:91
-#, fuzzy
-msgid "30 min"
-msgstr "30 分钟"
-
-#: ../../godmode/setup/setup_netflow.php:92
-#, fuzzy
-msgid "60 min"
-msgstr "10 分钟"
-
-#: ../../godmode/setup/setup_netflow.php:104
-#: ../../include/functions_config.php:1655
-#, fuzzy
-msgid "Enable Sflow"
-msgstr "启用净流量"
-
-#: ../../godmode/setup/setup_netflow.php:104
-msgid ""
-"SFLow uses a different protocol and needs an alternative collector that must "
-"be activated with this switch"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:73
-#, fuzzy
-msgid "Legacy visual console Information"
-msgstr "视觉控制台构建器信息"
-
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid "Click to display lateral menus"
-msgstr "单击以显示横向菜单"
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid ""
-"When the side menu is collapsed, it allows you to define whether it is "
-"displayed by hovering the mouse over it or you need to click to display it."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:124
-msgid "Paginated module view"
-msgstr "帕吉尼德模块视图"
-
-#: ../../godmode/setup/setup_visuals.php:133
-#: ../../include/functions_config.php:1396
-msgid "Display data of proc modules in other format"
-msgstr "以其他格式显示 proc 模块的数据"
-
-#: ../../godmode/setup/setup_visuals.php:133
-msgid ""
-"It allows to define the message that appears when you hover over a color box "
-"that shows the status of an agent or a module. If you want to change what "
-"the default color box looks like, choose another form of visual "
-"representation in the \"Status icon set\" option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../include/functions_config.php:1400
-msgid "Display text proc modules have state is ok"
-msgstr "显示文本 proc 模块具有状态是确定"
-
-#: ../../godmode/setup/setup_visuals.php:148
-#: ../../include/functions_config.php:1404
-msgid "Display text when proc modules have state critical"
-msgstr "当 proc 模块具有状态临界时显示文本"
-
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../include/functions_config.php:1413
-msgid "Service label font size"
-msgstr "服务标签字体大小"
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Space between items in Service maps"
-msgstr "服务地图中项目之间的空间"
-
-#: ../../godmode/setup/setup_visuals.php:167
-msgid "Show both (tabs and menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:168
-#, fuzzy
-msgid "Show only icons"
-msgstr "显示在上面"
-
-#: ../../godmode/setup/setup_visuals.php:169
-#, fuzzy
-msgid "Show only menu"
-msgstr "仅显示最爱"
-
-#: ../../godmode/setup/setup_visuals.php:171
-#: ../../include/functions_config.php:1448
-msgid "Tabs menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:261
-msgid "Colors"
-msgstr "颜色"
-
-#: ../../godmode/setup/setup_visuals.php:262
-msgid "Faces"
-msgstr "面向"
-
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Colors and text"
-msgstr "颜色和文本"
-
-#: ../../godmode/setup/setup_visuals.php:365
-#: ../../include/functions_config.php:1084
-msgid "Style template"
-msgstr "样式模板"
-
-#: ../../godmode/setup/setup_visuals.php:383
-#: ../../include/functions_config.php:1104
-msgid "Status icon set"
-msgstr "状态图标集"
-
-#: ../../godmode/setup/setup_visuals.php:383
-msgid ""
-"It changes the appearance of the agent or module status icon. Useful for "
-"people with problems when discriminating colors, you may overlay a text in "
-"the box or add an emoji (that icon can be replaced by a custom one, "
-"replacing the files on disk)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:419
-#: ../../include/functions_config.php:1116
-msgid "Custom favicon"
-msgstr "自定义图标"
-
-#: ../../godmode/setup/setup_visuals.php:450
-msgid "Custom background login"
-msgstr "自定义背景登录"
-
-#: ../../godmode/setup/setup_visuals.php:486
-msgid "Custom logo (menu)"
-msgstr "自定义徽标(菜单)"
-
-#: ../../godmode/setup/setup_visuals.php:511
-msgid "Custom logo collapsed (menu)"
-msgstr "自定义徽标崩溃(菜单)"
-
-#: ../../godmode/setup/setup_visuals.php:537
-msgid "Custom logo (header white background)"
-msgstr "自定义徽标(头白色背景)"
-
-#: ../../godmode/setup/setup_visuals.php:562
-msgid "Custom logo (login)"
-msgstr "自定义徽标(登录)"
-
-#: ../../godmode/setup/setup_visuals.php:590
-msgid "Custom Splash (login)"
-msgstr "自定义飞溅(登录)"
-
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../include/functions_config.php:1140
-msgid "Custom documentation logo"
-msgstr "自定义文档徽标"
-
-#: ../../godmode/setup/setup_visuals.php:668
-#: ../../include/functions_config.php:1144
-msgid "Custom support logo"
-msgstr "自定义支持徽标"
-
-#: ../../godmode/setup/setup_visuals.php:706
-#: ../../include/functions_config.php:1148
-#: ../../include/functions_config.php:1152
-msgid "Custom networkmap center logo"
-msgstr "自定义网络图中心徽标"
-
-#: ../../godmode/setup/setup_visuals.php:746
-msgid "Custom mobile console icon"
-msgstr "自定义移动控制台图标"
-
-#: ../../godmode/setup/setup_visuals.php:795
-msgid "Datepicker first day of week"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:813
-msgid "Title (header)"
-msgstr "标题(标题)"
-
-#: ../../godmode/setup/setup_visuals.php:819
-msgid "Subtitle (header)"
-msgstr "字幕(标题)"
-
-#: ../../godmode/setup/setup_visuals.php:827
-msgid "Title 1 (login)"
-msgstr "标题 1 (登录)"
-
-#: ../../godmode/setup/setup_visuals.php:832
-msgid "Title 2 (login)"
-msgstr "标题 2 (登录)"
-
-#: ../../godmode/setup/setup_visuals.php:838
-msgid "Docs URL (login)"
-msgstr "文档网址(登录)"
-
-#: ../../godmode/setup/setup_visuals.php:843
-msgid "Support URL (login)"
-msgstr "支持网址(登录)"
-
-#: ../../godmode/setup/setup_visuals.php:849
-#: ../../include/functions_config.php:1196
-msgid "Product name"
-msgstr "商品名称"
-
-#: ../../godmode/setup/setup_visuals.php:854
-#: ../../include/functions_config.php:1200
-msgid "Copyright notice"
-msgstr "版權聲明"
-
-#: ../../godmode/setup/setup_visuals.php:860
-#: ../../include/functions_config.php:1204
-#: ../../include/functions_config.php:1208
-#, fuzzy
-msgid "Background opacity % (login)"
-msgstr "背景颜色"
-
-#: ../../godmode/setup/setup_visuals.php:865
-msgid "Disable logo in graphs"
-msgstr "图形中的禁用徽标"
-
-#: ../../godmode/setup/setup_visuals.php:883
-msgid "Disable helps"
-msgstr "禁用帮助"
-
-#: ../../godmode/setup/setup_visuals.php:893
-#: ../../include/functions_config.php:1352
-msgid "Fixed header"
-msgstr "固定标题"
-
-#: ../../godmode/setup/setup_visuals.php:905
-msgid "Automatically hide submenu"
-msgstr "自动隐藏子子"
-
-#: ../../godmode/setup/setup_visuals.php:915
-msgid "Visual effects and animation"
-msgstr "视觉效果和动画"
-
-#: ../../godmode/setup/setup_visuals.php:926
-#, fuzzy
-msgid "Random background (login)"
-msgstr "自定义背景登录"
-
-#: ../../godmode/setup/setup_visuals.php:952
-#: ../../include/functions_config.php:1316
-msgid "GIS Labels"
-msgstr "GIS 标签"
-
-#: ../../godmode/setup/setup_visuals.php:962
-#: ../../include/functions_config.php:1324
-msgid "Default icon in GIS"
-msgstr "GIS 中的默认图标"
-
-#: ../../godmode/setup/setup_visuals.php:971
-msgid "Agent icon group"
-msgstr "代理图标组"
-
-#: ../../godmode/setup/setup_visuals.php:1021
-msgid "Graphs font size"
-msgstr "放大缩小字体功能 放大缩小字体功能"
-
-#: ../../godmode/setup/setup_visuals.php:1040
-msgid "Show unit along with value in reports"
-msgstr "显示单元以及报告中的价值"
-
-#: ../../godmode/setup/setup_visuals.php:1051
-#: ../../include/functions_config.php:1284
-#, fuzzy
-msgid "Truncate agent text at end"
-msgstr "创建每个数据库的代理"
-
-#: ../../godmode/setup/setup_visuals.php:1061
-#: ../../include/functions_config.php:1296
-msgid "Truncate module text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-#: ../../include/functions_config.php:1288
-#: ../../include/functions_config.php:1292
-msgid "Agent size text"
-msgstr "代理大小文本"
-
-#: ../../godmode/setup/setup_visuals.php:1072
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here. If the "
-"text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1079
-#: ../../godmode/setup/setup_visuals.php:1101
-#, fuzzy
-msgid "Small"
-msgstr "小:"
-
-#: ../../godmode/setup/setup_visuals.php:1094
-#: ../../include/functions_config.php:1300
-msgid "Module size text"
-msgstr "模块大小文本"
-
-#: ../../godmode/setup/setup_visuals.php:1094
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here.   If "
-"the text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1118
-#: ../../include/functions_config.php:1304
-#: ../../include/functions_config.php:1308
-msgid "Description size text"
-msgstr "描述大小文本"
-
-#: ../../godmode/setup/setup_visuals.php:1129
-#: ../../include/functions_config.php:1312
-msgid "Item title size text"
-msgstr "项目标题大小文本"
-
-#: ../../godmode/setup/setup_visuals.php:1158
-msgid "On Boolean graphs"
-msgstr "在布尔图上"
-
-#: ../../godmode/setup/setup_visuals.php:1161
-msgid "Show only average by default"
-msgstr "默认情况下仅显示平均值"
-
-#: ../../godmode/setup/setup_visuals.php:1162
-msgid "Show MAX/AVG/MIN by default"
-msgstr "默认情况下显示最大值/AVG/分钟"
-
-#: ../../godmode/setup/setup_visuals.php:1181
-#, fuzzy
-msgid "Graph color #"
-msgstr "图形颜色 #1"
-
-#: ../../godmode/setup/setup_visuals.php:1195
-msgid ""
-"Number of decimals to display in reports and visual consoles. It must be "
-"between 0 and 5."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1200
-msgid "Data precision"
-msgstr "数据精度"
-
-#: ../../godmode/setup/setup_visuals.php:1218
-msgid "Data precision in graphs"
-msgstr "图表中的数据精度"
-
-#: ../../godmode/setup/setup_visuals.php:1237
-#: ../../include/functions_config.php:1071
-msgid "Value to interface graphics"
-msgstr "界面图形的价值"
-
-#: ../../godmode/setup/setup_visuals.php:1237
-msgid "Name of the drives for network interface graphics (SNMP)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1249
-#: ../../include/functions_config.php:1380
-msgid "Default line thickness for the Custom Graph."
-msgstr "自定义图的默认线厚度。"
-
-#: ../../godmode/setup/setup_visuals.php:1262
-msgid "Number of elements in Custom Graph"
-msgstr "自定义图中的元素数"
-
-#: ../../godmode/setup/setup_visuals.php:1276
-#: ../../include/functions_config.php:1092
-msgid "Use round corners"
-msgstr "使用圆角"
-
-#: ../../godmode/setup/setup_visuals.php:1287
-#: ../../include/functions_config.php:1096
-msgid "Chart fit to content"
-msgstr "适合内容的图表"
-
-#: ../../godmode/setup/setup_visuals.php:1287
-msgid ""
-"There are graphs whose values are percentages and the top of the graph "
-"exceeds the maximum value one hundred, you may configure the graphs to stop "
-"adding a proportional upper margin by activating this option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1297
-msgid "Type of module charts"
-msgstr "模块图表类型"
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid "Graph TIP view"
-msgstr "图形提示视图"
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid ""
-"TIP graphs show the full data resolution, they are much more expensive in BD/"
-"CPU time, but they allow to \"zoom\" interactively and show all the data, "
-"without compacting the information in fewer points. By default (off), TIPs "
-"can be seen, but manually, if this mode is selected in each graph, but you "
-"may also define that they always come out as TIP or also define that this is "
-"so, but only for those of Boolean data."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid "Graph mode"
-msgstr "图形模式"
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid ""
-"It displays the default graphs with three overlapping data series (Maximum, "
-"Average, and Minimum) or with only one data series (Average)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1374
-#, fuzzy
-msgid "Zoom graphs"
-msgstr "缩放图:"
-
-#: ../../godmode/setup/setup_visuals.php:1394
-#: ../../godmode/setup/setup_visuals.php:1395
-#: ../../godmode/setup/setup_visuals.php:1980
-#: ../../godmode/snmpconsole/snmp_alert.php:1612
-#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
-#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
-#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
-#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
-#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
-#: ../../include/functions_visual_map_editor.php:1278
-#: ../../include/functions_visual_map_editor.php:1279
-#: ../../include/functions.php:530 ../../include/functions.php:661
-#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
-#: ../../operation/events/sound_events.php:153
-#: ../../operation/events/sound_events.php:154
-#: ../../operation/events/sound_events.php:155
-#: ../../operation/events/sound_events.php:156
-#: ../../operation/events/sound_events.php:160
-#: ../../operation/events/sound_events.php:161
-#: ../../operation/events/sound_events.php:162
-#: ../../operation/events/sound_events.php:163
-#: ../../operation/events/sound_events.php:164
-#: ../../operation/events/sound_events.php:165
-msgid "seconds"
-msgstr "秒"
-
-#: ../../godmode/setup/setup_visuals.php:1396
-#: ../../godmode/setup/setup_visuals.php:1397
-#: ../../godmode/setup/setup_visuals.php:1398
-#: ../../godmode/setup/setup_visuals.php:1399
-#: ../../godmode/setup/setup_visuals.php:1981
-#: ../../include/functions_visual_map_editor.php:1280
-#: ../../include/functions_visual_map_editor.php:1281
-#: ../../include/functions_visual_map_editor.php:1282
-#: ../../include/functions_visual_map_editor.php:1283
-#: ../../include/functions.php:534 ../../include/functions.php:665
-#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
-msgid "minutes"
-msgstr "分钟"
-
-#: ../../godmode/setup/setup_visuals.php:1400
-#: ../../include/functions_visual_map_editor.php:1284
-msgid "hour"
-msgstr "小时"
-
-#: ../../godmode/setup/setup_visuals.php:1403
-msgid "Classic view"
-msgstr "经典视图"
-
-#: ../../godmode/setup/setup_visuals.php:1404
-msgid "View of favorites"
-msgstr "收藏夹视图"
-
-#: ../../godmode/setup/setup_visuals.php:1414
-msgid "Default cache expiration"
-msgstr "默认缓存过期"
-
-#: ../../godmode/setup/setup_visuals.php:1419
-#: ../../include/functions_visual_map_editor.php:1310
-msgid "No cache"
-msgstr "无缓存"
-
-#: ../../godmode/setup/setup_visuals.php:1432
-#: ../../include/functions_config.php:1252
-msgid "Default interval for refresh on Visual Console"
-msgstr "在视觉控制台上刷新默认间隔"
-
-#: ../../godmode/setup/setup_visuals.php:1448
-msgid "Type of view of visual consoles"
-msgstr "视觉控制台视图类型"
-
-#: ../../godmode/setup/setup_visuals.php:1461
-msgid "Number of favorite visual consoles to show in the menu"
-msgstr "菜单中显示的最喜欢的视觉控制台数量"
-
-#: ../../godmode/setup/setup_visuals.php:1467
-#: ../../include/functions_config.php:1268
-msgid "Default line thickness for the Visual Console"
-msgstr "视觉控制台的默认线厚度"
-
-#: ../../godmode/setup/setup_visuals.php:1479
-#, fuzzy
-msgid "Visual console default text margin (em)"
-msgstr "视觉控制台名称"
-
-#: ../../godmode/setup/setup_visuals.php:1485
-msgid "Lock screen orientation when viewing on mobile devices"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-#: ../../include/functions_config.php:1276
-msgid "Display item frame on alert triggered"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-msgid "It displays an orange box around items that have triggered an alert."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1517
-msgid "Number of favorite services to show in the menu"
-msgstr "菜单中显示的最喜欢的服务数量"
-
-#: ../../godmode/setup/setup_visuals.php:1562
-msgid "Show report info with description"
-msgstr "显示带有描述的报告信息"
-
-#: ../../godmode/setup/setup_visuals.php:1572
-msgid "Custom report front page"
-msgstr "自定义报告头版"
-
-#: ../../godmode/setup/setup_visuals.php:1583
-#: ../../include/functions_config.php:1559
-msgid "PDF font size (px)"
-msgstr "PDF 字体大小 (px)"
-
-#: ../../godmode/setup/setup_visuals.php:1587
-#: ../../include/functions_config.php:1555
-msgid "HTML font size for SLA (em)"
-msgstr "SLA (他们) 的 HTML 字体大小"
-
-#: ../../godmode/setup/setup_visuals.php:1593
-msgid "Graph image height for HTML reports"
-msgstr "HTML 报告的图形图像高度"
-
-#: ../../godmode/setup/setup_visuals.php:1597
-msgid "Interval description"
-msgstr "间隔描述"
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1563
-#: ../../include/functions_config.php:1567
-#: ../../include/functions_config.php:1571
-#: ../../include/functions_config.php:1575
-#: ../../include/functions_config.php:1579
-#: ../../include/functions_config.php:1583
-msgid "Custom report front"
-msgstr "自定义报告前"
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../include/functions_config.php:1120
-#: ../../include/functions_config.php:1571
-msgid "Custom logo"
-msgstr "自定义Logo"
-
-#: ../../godmode/setup/setup_visuals.php:1615
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-msgid ""
-"You may use the following macros: _REPORT_NAME_ indicating the name of the "
-"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
-"report), _DATETIME_ date/time of the generation of the report."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../include/class/TipsWindow.class.php:814
-#: ../../include/class/TipsWindow.class.php:981
-msgid "Preview"
-msgstr "预览"
-
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../include/functions_config.php:1575
-msgid "Header"
-msgstr "页眉"
-
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../include/functions_config.php:1579
-msgid "First page"
-msgstr "第一页"
-
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1583
-msgid "Footer"
-msgstr "页脚"
-
-#: ../../godmode/setup/setup_visuals.php:1691
-msgid "Comparation in rollover"
-msgstr "翻滚中的比较"
-
-#: ../../godmode/setup/setup_visuals.php:1698
-msgid "Timestamp in rollover"
-msgstr "展期时间戳"
-
-#: ../../godmode/setup/setup_visuals.php:1705
-msgid "Compact mode"
-msgstr "紧凑型模式"
-
-#: ../../godmode/setup/setup_visuals.php:1790
-msgid "Use 1024 when module unit are bytes"
-msgstr "当模块单元为字节时,使用 1024"
-
-#: ../../godmode/setup/setup_visuals.php:1791
-msgid "Use always 1000"
-msgstr "始终使用 1000"
-
-#: ../../godmode/setup/setup_visuals.php:1792
-msgid "Use always 1024"
-msgstr "始终使用 1024"
-
-#: ../../godmode/setup/setup_visuals.php:1804
-#: ../../include/functions_config.php:1364
-msgid "Networkmap max width"
-msgstr "网络图最大宽度"
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "Show only the group name"
-msgstr "仅显示组名"
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "The name of the group will be displayed instead of displaying its icon."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1827
-#, fuzzy
-msgid "Show empty groups in group view"
-msgstr "显示组名而不是组图标。"
-
-#: ../../godmode/setup/setup_visuals.php:1837
-#: ../../include/functions_config.php:1019
-msgid "Date format string"
-msgstr "时间格式串"
-
-#: ../../godmode/setup/setup_visuals.php:1837
-msgid "It uses a unix datetime format definition string."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1846
-msgid "Example"
-msgstr "例子"
-
-#: ../../godmode/setup/setup_visuals.php:1855
-#: ../../include/functions_config.php:1603
-#, fuzzy
-msgid "Decimal separator"
-msgstr "CSV 小数分离器"
-
-#: ../../godmode/setup/setup_visuals.php:1870
-msgid "Visible time of successful notifiations"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1883
-msgid "Timestamp, time comparison, or compact mode"
-msgstr "时间戳、时间比较或紧凑模式"
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid "Custom values post process"
-msgstr "自定义值后流程"
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid ""
-"Custom conversion values for post-processing. It updates a table in the "
-"database to have custom conversions from one unit to another."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1938
-#: ../../godmode/setup/setup_visuals.php:2105
-msgid "Delete custom values"
-msgstr "删除自定义值"
-
-#: ../../godmode/setup/setup_visuals.php:1982
-#: ../../include/functions_snmp.php:402 ../../include/functions.php:535
-#: ../../include/functions.php:666 ../../include/functions_html.php:2563
-#: ../../include/functions_html.php:8129
-#: ../../include/functions_events.php:5365
-msgid "hours"
-msgstr "小时"
-
-#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532
-#: ../../include/functions.php:663 ../../include/functions_html.php:2566
-#: ../../include/functions_html.php:8132
-msgid "months"
-msgstr "月"
-
-#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533
-#: ../../include/functions.php:664 ../../include/functions_html.php:2567
-#: ../../include/functions_html.php:8133
-msgid "years"
-msgstr "年"
-
-#: ../../godmode/setup/setup_visuals.php:1988
-msgid "Interval values"
-msgstr "间隔值"
-
-#: ../../godmode/setup/setup_visuals.php:2027
-#, fuzzy
-msgid "Delete interval values"
-msgstr "删除间隔"
-
-#: ../../godmode/setup/setup_visuals.php:2070
-msgid "Module units"
-msgstr "模块单元"
-
-#: ../../godmode/setup/setup_visuals.php:2143
-#: ../../include/functions_config.php:1587
-msgid "CSV divider"
-msgstr "CSV 分隔线器"
-
-#: ../../godmode/setup/setup_visuals.php:2148
-#: ../../include/functions_config.php:1591
-msgid "CSV decimal separator"
-msgstr "CSV 小数分离器"
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid "Data multiplier to use in graphs/data"
-msgstr "数据乘数用于图形/数据"
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid ""
-"Value by which it will multiply the data shown to represent them in graphs. "
-"This is useful in case the value unit is bytes; for other conversions use "
-"Custom value post processing."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2158
-#: ../../include/functions_config.php:1599
-msgid "Hide general stats for non admin users in tactical view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2175
-msgid "Behaviour configuration"
-msgstr "行为配置"
-
-#: ../../godmode/setup/setup_visuals.php:2180
-msgid "GIS configuration"
-msgstr "GIS 配置"
-
-#: ../../godmode/setup/setup_visuals.php:2185
-msgid "Style configuration"
-msgstr "样式配置"
-
-#: ../../godmode/setup/setup_visuals.php:2190
-msgid "Charts configuration"
-msgstr "图表配置"
-
-#: ../../godmode/setup/setup_visuals.php:2195
-msgid "Font and Text configuration"
-msgstr "字体和文本配置"
-
-#: ../../godmode/setup/setup_visuals.php:2200
-msgid "Visual consoles configuration"
-msgstr "视觉控制台配置"
-
-#: ../../godmode/setup/setup_visuals.php:2205
-msgid "Reports configuration "
-msgstr "报告配置"
-
-#: ../../godmode/setup/setup_visuals.php:2210
-msgid "Services configuration"
-msgstr "服务配置"
-
-#: ../../godmode/setup/setup_visuals.php:2215
-msgid "Other configuration"
-msgstr "其他配置"
-
-#: ../../godmode/setup/setup_visuals.php:2400
-#: ../../include/functions_config.php:1528
-msgid "Delete interval"
-msgstr "删除间隔"
-
-#: ../../godmode/setup/setup_visuals.php:2458
-msgid "Logo preview"
-msgstr "徽标预览"
-
-#: ../../godmode/setup/setup_visuals.php:2488
-msgid "Splash Preview"
-msgstr "飞溅预览"
-
-#: ../../godmode/setup/setup_visuals.php:2507
-msgid "Mobile console logo preview"
-msgstr "移动控制台徽标预览"
-
-#: ../../godmode/setup/setup_visuals.php:2543
-msgid "Gis icons preview"
-msgstr "吉斯图标预览"
-
-#: ../../godmode/setup/setup_visuals.php:2609
-msgid "Status set preview"
-msgstr "状态集预览"
+msgid "Session timeout must be a number"
+msgstr "会话超时(分钟)"
 
 #: ../../godmode/setup/setup_general.php:52
 msgid "Enforce https Information"
 msgstr "强制执行 https 信息"
 
 #: ../../godmode/setup/setup_general.php:53
-msgid "If SSL is not properly configured you will lose access to "
+#, fuzzy
+msgid "If SSL is not properly configured you will lose access to"
 msgstr "如果 SSL 配置不当,您将无法访问"
 
-#: ../../godmode/setup/setup_general.php:53
-#: ../../godmode/setup/setup_general.php:115
-msgid " Console"
-msgstr "安慰"
-
 #: ../../godmode/setup/setup_general.php:58
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494
-#: ../../include/functions.php:1378
+#: ../../include/functions.php:1378 ../../include/functions_events.php:2651
+#: ../../include/functions_events.php:3213
 #: ../../include/functions_reporting_html.php:1796
 #: ../../include/functions_reporting_html.php:3908
-#: ../../include/functions_events.php:2651
-#: ../../include/functions_events.php:3213
 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948
 msgid "System"
 msgstr "系统"
@@ -19321,7 +18702,8 @@ msgid "UTC"
 msgstr "UTC时间"
 
 #: ../../godmode/setup/setup_general.php:115
-msgid "If public URL is not properly configured you will lose access to "
+#, fuzzy
+msgid "If public URL is not properly configured you will lose access to"
 msgstr "如果公共 URL 配置不当,您将无法访问"
 
 #: ../../godmode/setup/setup_general.php:181
@@ -19758,182 +19140,788 @@ msgstr ""
 msgid "Email test"
 msgstr "电子邮件测试"
 
-#: ../../godmode/setup/file_manager.php:47
-#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
-msgid "File manager"
-msgstr "文件管理"
+#: ../../godmode/setup/setup_visuals.php:73
+#, fuzzy
+msgid "Legacy visual console Information"
+msgstr "视觉控制台构建器信息"
 
-#: ../../godmode/setup/file_manager.php:89
-#: ../../include/functions_filemanager.php:704
-#, php-format
-msgid "Index of %s"
-msgstr "%s指数"
+#: ../../godmode/setup/setup_visuals.php:74
+msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
+msgstr ""
 
-#: ../../godmode/setup/os.list.php:56
-#, php-format
+#: ../../godmode/setup/setup_visuals.php:112
+msgid "Click to display lateral menus"
+msgstr "单击以显示横向菜单"
+
+#: ../../godmode/setup/setup_visuals.php:112
 msgid ""
-"This node is configured with centralized mode. All OS definitions are read "
-"only. Go to %s to manage them."
-msgstr "此节点配置为集中模式。所有操作系统定义仅读取。去%s管理它们。"
-
-#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
-msgid "Fallback to local authentication"
-msgstr "返回到本地身份验证"
-
-#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
-msgid "Autocreate remote users"
-msgstr "自动创造远程用户"
-
-#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
-msgid "LDAP server"
-msgstr "LDAP 服务器"
-
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:683
-msgid "LDAP port"
-msgstr "LDAP 端口"
-
-#: ../../godmode/setup/setup_auth.php:129
-#: ../../include/functions_config.php:687
-msgid "LDAP version"
-msgstr "LDAP 版本"
-
-#: ../../godmode/setup/setup_auth.php:146
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:691
-msgid "Start TLS"
-msgstr "启动TLS"
-
-#: ../../godmode/setup/setup_auth.php:157
-#: ../../include/functions_config.php:695
-msgid "Base DN"
-msgstr "基本DN"
-
-#: ../../godmode/setup/setup_auth.php:170
-#: ../../include/functions_config.php:699
-msgid "Login attribute"
-msgstr "登陆属性"
-
-#: ../../godmode/setup/setup_auth.php:183
-#: ../../include/functions_config.php:703
-msgid "Admin LDAP login"
-msgstr "管理员 LDAP 登录"
-
-#: ../../godmode/setup/setup_auth.php:196
-#: ../../include/functions_config.php:708
-msgid "Admin LDAP password"
-msgstr "管理员LDAP密码"
-
-#: ../../godmode/setup/setup_auth.php:221
-msgid "Ldap search timeout (secs)"
+"When the side menu is collapsed, it allows you to define whether it is "
+"displayed by hovering the mouse over it or you need to click to display it."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:241
-#, fuzzy
-msgid "Enable secondary LDAP"
-msgstr "启用部分"
+#: ../../godmode/setup/setup_visuals.php:124
+msgid "Paginated module view"
+msgstr "帕吉尼德模块视图"
 
-#: ../../godmode/setup/setup_auth.php:256
-#: ../../include/functions_config.php:717
-#, fuzzy
-msgid "Secondary LDAP server"
-msgstr "LDAP 服务器"
+#: ../../godmode/setup/setup_visuals.php:133
+#: ../../include/functions_config.php:1396
+msgid "Display data of proc modules in other format"
+msgstr "以其他格式显示 proc 模块的数据"
 
-#: ../../godmode/setup/setup_auth.php:273
-#: ../../include/functions_config.php:721
-#, fuzzy
-msgid "Secondary LDAP port"
-msgstr "埃霍鲁斯 API 端口"
-
-#: ../../godmode/setup/setup_auth.php:295
-#: ../../include/functions_config.php:725
-#, fuzzy
-msgid "Secondary LDAP version"
-msgstr "LDAP 版本"
-
-#: ../../godmode/setup/setup_auth.php:312
-#: ../../include/functions_config.php:659
-#, fuzzy
-msgid "Secondary start TLS"
-msgstr "启动TLS"
-
-#: ../../godmode/setup/setup_auth.php:323
-#, fuzzy
-msgid "Secondary Base DN"
-msgstr "次要组"
-
-#: ../../godmode/setup/setup_auth.php:336
-#, fuzzy
-msgid "Secondary Login attribute"
-msgstr "登陆属性"
-
-#: ../../godmode/setup/setup_auth.php:349
-#: ../../include/functions_config.php:741
-#, fuzzy
-msgid "Admin secondary LDAP login"
-msgstr "管理员 LDAP 登录"
-
-#: ../../godmode/setup/setup_auth.php:362
-#, fuzzy
-msgid "Admin secondary LDAP password"
-msgstr "管理员LDAP密码"
-
-#: ../../godmode/setup/setup_auth.php:404
-#: ../../godmode/users/configure_user.php:1457
-#: ../../include/functions_config.php:839
-#: ../../operation/users/user_edit.php:534
-msgid "Double authentication"
-msgstr "双重认证"
-
-#: ../../godmode/setup/setup_auth.php:419
-msgid "Force 2FA for all users is enabled"
-msgstr "启用了所有用户的强制 2FA"
-
-#: ../../godmode/setup/setup_auth.php:439
-#, fuzzy
-msgid "Check activity"
-msgstr "最近一次访问"
-
-#: ../../godmode/setup/setup_auth.php:440
-#, fuzzy
-msgid "Ignore activity"
-msgstr "忽略时间"
-
-#: ../../godmode/setup/setup_auth.php:443
-msgid "Control of timeout session"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
+#: ../../godmode/setup/setup_visuals.php:133
 msgid ""
-"Select 'ignore activity' to ignore user activity when checking the session."
+"It allows to define the message that appears when you hover over a color box "
+"that shows the status of an agent or a module. If you want to change what "
+"the default color box looks like, choose another form of visual "
+"representation in the \"Status icon set\" option."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:460
-msgid "Session timeout (mins)"
-msgstr "会话超时(分钟)"
+#: ../../godmode/setup/setup_visuals.php:144
+#: ../../include/functions_config.php:1400
+msgid "Display text proc modules have state is ok"
+msgstr "显示文本 proc 模块具有状态是确定"
 
-#: ../../godmode/setup/setup_auth.php:507
-#, php-format
-msgid "Local %s"
-msgstr "当地%s"
+#: ../../godmode/setup/setup_visuals.php:148
+#: ../../include/functions_config.php:1404
+msgid "Display text when proc modules have state critical"
+msgstr "当 proc 模块具有状态临界时显示文本"
 
-#: ../../godmode/setup/setup_auth.php:508
+#: ../../godmode/setup/setup_visuals.php:155
+#: ../../include/functions_config.php:1413
+msgid "Service label font size"
+msgstr "服务标签字体大小"
+
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Space between items in Service maps"
+msgstr "服务地图中项目之间的空间"
+
+#: ../../godmode/setup/setup_visuals.php:167
+msgid "Show both (tabs and menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:168
 #, fuzzy
-msgid "LDAP"
-msgstr "LDAP 端口"
+msgid "Show only icons"
+msgstr "显示在上面"
 
-#: ../../godmode/setup/setup_auth.php:515
-#: ../../include/class/CredentialStore.class.php:1161
-#: ../../include/class/CredentialStore.class.php:1463
-#: ../../include/class/AgentWizard.class.php:954
-#: ../../include/functions_config.php:587
-msgid "Authentication method"
-msgstr "认证方法"
-
-#: ../../godmode/setup/setup_auth.php:561
+#: ../../godmode/setup/setup_visuals.php:169
 #, fuzzy
-msgid "Session timeout must be a number"
-msgstr "会话超时(分钟)"
+msgid "Show only menu"
+msgstr "仅显示最爱"
+
+#: ../../godmode/setup/setup_visuals.php:171
+#: ../../include/functions_config.php:1448
+msgid "Tabs menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:261
+msgid "Colors"
+msgstr "颜色"
+
+#: ../../godmode/setup/setup_visuals.php:262
+msgid "Faces"
+msgstr "面向"
+
+#: ../../godmode/setup/setup_visuals.php:263
+msgid "Colors and text"
+msgstr "颜色和文本"
+
+#: ../../godmode/setup/setup_visuals.php:365
+#: ../../include/functions_config.php:1084
+msgid "Style template"
+msgstr "样式模板"
+
+#: ../../godmode/setup/setup_visuals.php:383
+#: ../../include/functions_config.php:1104
+msgid "Status icon set"
+msgstr "状态图标集"
+
+#: ../../godmode/setup/setup_visuals.php:383
+msgid ""
+"It changes the appearance of the agent or module status icon. Useful for "
+"people with problems when discriminating colors, you may overlay a text in "
+"the box or add an emoji (that icon can be replaced by a custom one, "
+"replacing the files on disk)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:1116
+msgid "Custom favicon"
+msgstr "自定义图标"
+
+#: ../../godmode/setup/setup_visuals.php:450
+msgid "Custom background login"
+msgstr "自定义背景登录"
+
+#: ../../godmode/setup/setup_visuals.php:486
+msgid "Custom logo (menu)"
+msgstr "自定义徽标(菜单)"
+
+#: ../../godmode/setup/setup_visuals.php:511
+msgid "Custom logo collapsed (menu)"
+msgstr "自定义徽标崩溃(菜单)"
+
+#: ../../godmode/setup/setup_visuals.php:537
+msgid "Custom logo (header white background)"
+msgstr "自定义徽标(头白色背景)"
+
+#: ../../godmode/setup/setup_visuals.php:562
+msgid "Custom logo (login)"
+msgstr "自定义徽标(登录)"
+
+#: ../../godmode/setup/setup_visuals.php:590
+msgid "Custom Splash (login)"
+msgstr "自定义飞溅(登录)"
+
+#: ../../godmode/setup/setup_visuals.php:628
+#: ../../include/functions_config.php:1140
+msgid "Custom documentation logo"
+msgstr "自定义文档徽标"
+
+#: ../../godmode/setup/setup_visuals.php:668
+#: ../../include/functions_config.php:1144
+msgid "Custom support logo"
+msgstr "自定义支持徽标"
+
+#: ../../godmode/setup/setup_visuals.php:706
+#: ../../include/functions_config.php:1148
+#: ../../include/functions_config.php:1152
+msgid "Custom networkmap center logo"
+msgstr "自定义网络图中心徽标"
+
+#: ../../godmode/setup/setup_visuals.php:746
+msgid "Custom mobile console icon"
+msgstr "自定义移动控制台图标"
+
+#: ../../godmode/setup/setup_visuals.php:795
+msgid "Datepicker first day of week"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:813
+msgid "Title (header)"
+msgstr "标题(标题)"
+
+#: ../../godmode/setup/setup_visuals.php:819
+msgid "Subtitle (header)"
+msgstr "字幕(标题)"
+
+#: ../../godmode/setup/setup_visuals.php:827
+msgid "Title 1 (login)"
+msgstr "标题 1 (登录)"
+
+#: ../../godmode/setup/setup_visuals.php:832
+msgid "Title 2 (login)"
+msgstr "标题 2 (登录)"
+
+#: ../../godmode/setup/setup_visuals.php:838
+msgid "Docs URL (login)"
+msgstr "文档网址(登录)"
+
+#: ../../godmode/setup/setup_visuals.php:843
+msgid "Support URL (login)"
+msgstr "支持网址(登录)"
+
+#: ../../godmode/setup/setup_visuals.php:849
+#: ../../include/functions_config.php:1196
+msgid "Product name"
+msgstr "商品名称"
+
+#: ../../godmode/setup/setup_visuals.php:854
+#: ../../include/functions_config.php:1200
+msgid "Copyright notice"
+msgstr "版權聲明"
+
+#: ../../godmode/setup/setup_visuals.php:860
+#: ../../include/functions_config.php:1204
+#: ../../include/functions_config.php:1208
+#, fuzzy
+msgid "Background opacity % (login)"
+msgstr "背景颜色"
+
+#: ../../godmode/setup/setup_visuals.php:865
+msgid "Disable logo in graphs"
+msgstr "图形中的禁用徽标"
+
+#: ../../godmode/setup/setup_visuals.php:883
+msgid "Disable helps"
+msgstr "禁用帮助"
+
+#: ../../godmode/setup/setup_visuals.php:893
+#: ../../include/functions_config.php:1352
+msgid "Fixed header"
+msgstr "固定标题"
+
+#: ../../godmode/setup/setup_visuals.php:905
+msgid "Automatically hide submenu"
+msgstr "自动隐藏子子"
+
+#: ../../godmode/setup/setup_visuals.php:915
+msgid "Visual effects and animation"
+msgstr "视觉效果和动画"
+
+#: ../../godmode/setup/setup_visuals.php:926
+#, fuzzy
+msgid "Random background (login)"
+msgstr "自定义背景登录"
+
+#: ../../godmode/setup/setup_visuals.php:952
+#: ../../include/functions_config.php:1316
+msgid "GIS Labels"
+msgstr "GIS 标签"
+
+#: ../../godmode/setup/setup_visuals.php:962
+#: ../../include/functions_config.php:1324
+msgid "Default icon in GIS"
+msgstr "GIS 中的默认图标"
+
+#: ../../godmode/setup/setup_visuals.php:971
+msgid "Agent icon group"
+msgstr "代理图标组"
+
+#: ../../godmode/setup/setup_visuals.php:1021
+msgid "Graphs font size"
+msgstr "放大缩小字体功能 放大缩小字体功能"
+
+#: ../../godmode/setup/setup_visuals.php:1040
+msgid "Show unit along with value in reports"
+msgstr "显示单元以及报告中的价值"
+
+#: ../../godmode/setup/setup_visuals.php:1051
+#: ../../include/functions_config.php:1284
+#, fuzzy
+msgid "Truncate agent text at end"
+msgstr "创建每个数据库的代理"
+
+#: ../../godmode/setup/setup_visuals.php:1061
+#: ../../include/functions_config.php:1296
+msgid "Truncate module text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+#: ../../include/functions_config.php:1288
+#: ../../include/functions_config.php:1292
+msgid "Agent size text"
+msgstr "代理大小文本"
+
+#: ../../godmode/setup/setup_visuals.php:1072
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here. If the "
+"text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1079
+#: ../../godmode/setup/setup_visuals.php:1101
+#, fuzzy
+msgid "Small"
+msgstr "小:"
+
+#: ../../godmode/setup/setup_visuals.php:1094
+#: ../../include/functions_config.php:1300
+msgid "Module size text"
+msgstr "模块大小文本"
+
+#: ../../godmode/setup/setup_visuals.php:1094
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here.   If "
+"the text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1118
+#: ../../include/functions_config.php:1304
+#: ../../include/functions_config.php:1308
+msgid "Description size text"
+msgstr "描述大小文本"
+
+#: ../../godmode/setup/setup_visuals.php:1129
+#: ../../include/functions_config.php:1312
+msgid "Item title size text"
+msgstr "项目标题大小文本"
+
+#: ../../godmode/setup/setup_visuals.php:1158
+msgid "On Boolean graphs"
+msgstr "在布尔图上"
+
+#: ../../godmode/setup/setup_visuals.php:1161
+msgid "Show only average by default"
+msgstr "默认情况下仅显示平均值"
+
+#: ../../godmode/setup/setup_visuals.php:1162
+msgid "Show MAX/AVG/MIN by default"
+msgstr "默认情况下显示最大值/AVG/分钟"
+
+#: ../../godmode/setup/setup_visuals.php:1181
+#, fuzzy
+msgid "Graph color #"
+msgstr "图形颜色 #1"
+
+#: ../../godmode/setup/setup_visuals.php:1195
+msgid ""
+"Number of decimals to display in reports and visual consoles. It must be "
+"between 0 and 5."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1200
+msgid "Data precision"
+msgstr "数据精度"
+
+#: ../../godmode/setup/setup_visuals.php:1218
+msgid "Data precision in graphs"
+msgstr "图表中的数据精度"
+
+#: ../../godmode/setup/setup_visuals.php:1237
+#: ../../include/functions_config.php:1071
+msgid "Value to interface graphics"
+msgstr "界面图形的价值"
+
+#: ../../godmode/setup/setup_visuals.php:1237
+msgid "Name of the drives for network interface graphics (SNMP)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1249
+#: ../../include/functions_config.php:1380
+msgid "Default line thickness for the Custom Graph."
+msgstr "自定义图的默认线厚度。"
+
+#: ../../godmode/setup/setup_visuals.php:1262
+msgid "Number of elements in Custom Graph"
+msgstr "自定义图中的元素数"
+
+#: ../../godmode/setup/setup_visuals.php:1276
+#: ../../include/functions_config.php:1092
+msgid "Use round corners"
+msgstr "使用圆角"
+
+#: ../../godmode/setup/setup_visuals.php:1287
+#: ../../include/functions_config.php:1096
+msgid "Chart fit to content"
+msgstr "适合内容的图表"
+
+#: ../../godmode/setup/setup_visuals.php:1287
+msgid ""
+"There are graphs whose values are percentages and the top of the graph "
+"exceeds the maximum value one hundred, you may configure the graphs to stop "
+"adding a proportional upper margin by activating this option."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1297
+msgid "Type of module charts"
+msgstr "模块图表类型"
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid "Graph TIP view"
+msgstr "图形提示视图"
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid ""
+"TIP graphs show the full data resolution, they are much more expensive in BD/"
+"CPU time, but they allow to \"zoom\" interactively and show all the data, "
+"without compacting the information in fewer points. By default (off), TIPs "
+"can be seen, but manually, if this mode is selected in each graph, but you "
+"may also define that they always come out as TIP or also define that this is "
+"so, but only for those of Boolean data."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid "Graph mode"
+msgstr "图形模式"
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid ""
+"It displays the default graphs with three overlapping data series (Maximum, "
+"Average, and Minimum) or with only one data series (Average)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1374
+#, fuzzy
+msgid "Zoom graphs"
+msgstr "缩放图:"
+
+#: ../../godmode/setup/setup_visuals.php:1394
+#: ../../godmode/setup/setup_visuals.php:1395
+#: ../../godmode/setup/setup_visuals.php:1980
+#: ../../godmode/snmpconsole/snmp_alert.php:1612
+#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
+#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
+#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
+#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
+#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
+#: ../../include/functions_visual_map_editor.php:1278
+#: ../../include/functions_visual_map_editor.php:1279
+#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
+#: ../../include/functions.php:530 ../../include/functions.php:661
+#: ../../operation/events/sound_events.php:153
+#: ../../operation/events/sound_events.php:154
+#: ../../operation/events/sound_events.php:155
+#: ../../operation/events/sound_events.php:156
+#: ../../operation/events/sound_events.php:160
+#: ../../operation/events/sound_events.php:161
+#: ../../operation/events/sound_events.php:162
+#: ../../operation/events/sound_events.php:163
+#: ../../operation/events/sound_events.php:164
+#: ../../operation/events/sound_events.php:165
+msgid "seconds"
+msgstr "秒"
+
+#: ../../godmode/setup/setup_visuals.php:1396
+#: ../../godmode/setup/setup_visuals.php:1397
+#: ../../godmode/setup/setup_visuals.php:1398
+#: ../../godmode/setup/setup_visuals.php:1399
+#: ../../godmode/setup/setup_visuals.php:1981
+#: ../../include/functions_visual_map_editor.php:1280
+#: ../../include/functions_visual_map_editor.php:1281
+#: ../../include/functions_visual_map_editor.php:1282
+#: ../../include/functions_visual_map_editor.php:1283
+#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
+#: ../../include/functions.php:534 ../../include/functions.php:665
+msgid "minutes"
+msgstr "分钟"
+
+#: ../../godmode/setup/setup_visuals.php:1400
+#: ../../include/functions_visual_map_editor.php:1284
+msgid "hour"
+msgstr "小时"
+
+#: ../../godmode/setup/setup_visuals.php:1403
+msgid "Classic view"
+msgstr "经典视图"
+
+#: ../../godmode/setup/setup_visuals.php:1404
+msgid "View of favorites"
+msgstr "收藏夹视图"
+
+#: ../../godmode/setup/setup_visuals.php:1414
+msgid "Default cache expiration"
+msgstr "默认缓存过期"
+
+#: ../../godmode/setup/setup_visuals.php:1419
+#: ../../include/functions_visual_map_editor.php:1310
+msgid "No cache"
+msgstr "无缓存"
+
+#: ../../godmode/setup/setup_visuals.php:1432
+#: ../../include/functions_config.php:1252
+msgid "Default interval for refresh on Visual Console"
+msgstr "在视觉控制台上刷新默认间隔"
+
+#: ../../godmode/setup/setup_visuals.php:1448
+msgid "Type of view of visual consoles"
+msgstr "视觉控制台视图类型"
+
+#: ../../godmode/setup/setup_visuals.php:1461
+msgid "Number of favorite visual consoles to show in the menu"
+msgstr "菜单中显示的最喜欢的视觉控制台数量"
+
+#: ../../godmode/setup/setup_visuals.php:1467
+#: ../../include/functions_config.php:1268
+msgid "Default line thickness for the Visual Console"
+msgstr "视觉控制台的默认线厚度"
+
+#: ../../godmode/setup/setup_visuals.php:1479
+#, fuzzy
+msgid "Visual console default text margin (em)"
+msgstr "视觉控制台名称"
+
+#: ../../godmode/setup/setup_visuals.php:1485
+msgid "Lock screen orientation when viewing on mobile devices"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+#: ../../include/functions_config.php:1276
+msgid "Display item frame on alert triggered"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+msgid "It displays an orange box around items that have triggered an alert."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1517
+msgid "Number of favorite services to show in the menu"
+msgstr "菜单中显示的最喜欢的服务数量"
+
+#: ../../godmode/setup/setup_visuals.php:1562
+msgid "Show report info with description"
+msgstr "显示带有描述的报告信息"
+
+#: ../../godmode/setup/setup_visuals.php:1572
+msgid "Custom report front page"
+msgstr "自定义报告头版"
+
+#: ../../godmode/setup/setup_visuals.php:1583
+#: ../../include/functions_config.php:1559
+msgid "PDF font size (px)"
+msgstr "PDF 字体大小 (px)"
+
+#: ../../godmode/setup/setup_visuals.php:1587
+#: ../../include/functions_config.php:1555
+msgid "HTML font size for SLA (em)"
+msgstr "SLA (他们) 的 HTML 字体大小"
+
+#: ../../godmode/setup/setup_visuals.php:1593
+msgid "Graph image height for HTML reports"
+msgstr "HTML 报告的图形图像高度"
+
+#: ../../godmode/setup/setup_visuals.php:1597
+msgid "Interval description"
+msgstr "间隔描述"
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1563
+#: ../../include/functions_config.php:1567
+#: ../../include/functions_config.php:1571
+#: ../../include/functions_config.php:1575
+#: ../../include/functions_config.php:1579
+#: ../../include/functions_config.php:1583
+msgid "Custom report front"
+msgstr "自定义报告前"
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../include/functions_config.php:1120
+#: ../../include/functions_config.php:1571
+msgid "Custom logo"
+msgstr "自定义Logo"
+
+#: ../../godmode/setup/setup_visuals.php:1615
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+msgid ""
+"You may use the following macros: _REPORT_NAME_ indicating the name of the "
+"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
+"report), _DATETIME_ date/time of the generation of the report."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../include/class/TipsWindow.class.php:814
+#: ../../include/class/TipsWindow.class.php:981
+msgid "Preview"
+msgstr "预览"
+
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../include/functions_config.php:1575
+msgid "Header"
+msgstr "页眉"
+
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../include/functions_config.php:1579
+msgid "First page"
+msgstr "第一页"
+
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1583
+msgid "Footer"
+msgstr "页脚"
+
+#: ../../godmode/setup/setup_visuals.php:1691
+msgid "Comparation in rollover"
+msgstr "翻滚中的比较"
+
+#: ../../godmode/setup/setup_visuals.php:1698
+msgid "Timestamp in rollover"
+msgstr "展期时间戳"
+
+#: ../../godmode/setup/setup_visuals.php:1705
+msgid "Compact mode"
+msgstr "紧凑型模式"
+
+#: ../../godmode/setup/setup_visuals.php:1790
+msgid "Use 1024 when module unit are bytes"
+msgstr "当模块单元为字节时,使用 1024"
+
+#: ../../godmode/setup/setup_visuals.php:1791
+msgid "Use always 1000"
+msgstr "始终使用 1000"
+
+#: ../../godmode/setup/setup_visuals.php:1792
+msgid "Use always 1024"
+msgstr "始终使用 1024"
+
+#: ../../godmode/setup/setup_visuals.php:1804
+#: ../../include/functions_config.php:1364
+msgid "Networkmap max width"
+msgstr "网络图最大宽度"
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "Show only the group name"
+msgstr "仅显示组名"
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "The name of the group will be displayed instead of displaying its icon."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1827
+#, fuzzy
+msgid "Show empty groups in group view"
+msgstr "显示组名而不是组图标。"
+
+#: ../../godmode/setup/setup_visuals.php:1837
+#: ../../include/functions_config.php:1019
+msgid "Date format string"
+msgstr "时间格式串"
+
+#: ../../godmode/setup/setup_visuals.php:1837
+msgid "It uses a unix datetime format definition string."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1846
+msgid "Example"
+msgstr "例子"
+
+#: ../../godmode/setup/setup_visuals.php:1855
+#: ../../include/functions_config.php:1603
+#, fuzzy
+msgid "Decimal separator"
+msgstr "CSV 小数分离器"
+
+#: ../../godmode/setup/setup_visuals.php:1870
+msgid "Visible time of successful notifiations"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1883
+msgid "Timestamp, time comparison, or compact mode"
+msgstr "时间戳、时间比较或紧凑模式"
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid "Custom values post process"
+msgstr "自定义值后流程"
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid ""
+"Custom conversion values for post-processing. It updates a table in the "
+"database to have custom conversions from one unit to another."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1938
+#: ../../godmode/setup/setup_visuals.php:2105
+msgid "Delete custom values"
+msgstr "删除自定义值"
+
+#: ../../godmode/setup/setup_visuals.php:1982
+#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129
+#: ../../include/functions.php:535 ../../include/functions.php:666
+#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402
+msgid "hours"
+msgstr "小时"
+
+#: ../../godmode/setup/setup_visuals.php:1984
+#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132
+#: ../../include/functions.php:532 ../../include/functions.php:663
+msgid "months"
+msgstr "月"
+
+#: ../../godmode/setup/setup_visuals.php:1985
+#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133
+#: ../../include/functions.php:533 ../../include/functions.php:664
+msgid "years"
+msgstr "年"
+
+#: ../../godmode/setup/setup_visuals.php:1988
+msgid "Interval values"
+msgstr "间隔值"
+
+#: ../../godmode/setup/setup_visuals.php:2027
+#, fuzzy
+msgid "Delete interval values"
+msgstr "删除间隔"
+
+#: ../../godmode/setup/setup_visuals.php:2070
+msgid "Module units"
+msgstr "模块单元"
+
+#: ../../godmode/setup/setup_visuals.php:2143
+#: ../../include/functions_config.php:1587
+msgid "CSV divider"
+msgstr "CSV 分隔线器"
+
+#: ../../godmode/setup/setup_visuals.php:2148
+#: ../../include/functions_config.php:1591
+msgid "CSV decimal separator"
+msgstr "CSV 小数分离器"
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid "Data multiplier to use in graphs/data"
+msgstr "数据乘数用于图形/数据"
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid ""
+"Value by which it will multiply the data shown to represent them in graphs. "
+"This is useful in case the value unit is bytes; for other conversions use "
+"Custom value post processing."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2158
+#: ../../include/functions_config.php:1599
+msgid "Hide general stats for non admin users in tactical view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2175
+msgid "Behaviour configuration"
+msgstr "行为配置"
+
+#: ../../godmode/setup/setup_visuals.php:2180
+msgid "GIS configuration"
+msgstr "GIS 配置"
+
+#: ../../godmode/setup/setup_visuals.php:2185
+msgid "Style configuration"
+msgstr "样式配置"
+
+#: ../../godmode/setup/setup_visuals.php:2190
+msgid "Charts configuration"
+msgstr "图表配置"
+
+#: ../../godmode/setup/setup_visuals.php:2195
+msgid "Font and Text configuration"
+msgstr "字体和文本配置"
+
+#: ../../godmode/setup/setup_visuals.php:2200
+msgid "Visual consoles configuration"
+msgstr "视觉控制台配置"
+
+#: ../../godmode/setup/setup_visuals.php:2205
+msgid "Reports configuration"
+msgstr "报告配置"
+
+#: ../../godmode/setup/setup_visuals.php:2210
+msgid "Services configuration"
+msgstr "服务配置"
+
+#: ../../godmode/setup/setup_visuals.php:2215
+msgid "Other configuration"
+msgstr "其他配置"
+
+#: ../../godmode/setup/setup_visuals.php:2400
+#: ../../include/functions_config.php:1528
+msgid "Delete interval"
+msgstr "删除间隔"
+
+#: ../../godmode/setup/setup_visuals.php:2458
+msgid "Logo preview"
+msgstr "徽标预览"
+
+#: ../../godmode/setup/setup_visuals.php:2488
+msgid "Splash Preview"
+msgstr "飞溅预览"
+
+#: ../../godmode/setup/setup_visuals.php:2507
+msgid "Mobile console logo preview"
+msgstr "移动控制台徽标预览"
+
+#: ../../godmode/setup/setup_visuals.php:2543
+msgid "Gis icons preview"
+msgstr "吉斯图标预览"
+
+#: ../../godmode/setup/setup_visuals.php:2609
+msgid "Status set preview"
+msgstr "状态集预览"
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:38
 msgid "SNMP Trap generator"
@@ -19941,8 +19929,8 @@ msgstr "SNMP 陷阱发生器"
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:51
 #: ../../godmode/snmpconsole/snmp_filters.php:59
-#: ../../include/class/CredentialStore.class.php:965
 #: ../../include/class/SnmpConsole.class.php:234
+#: ../../include/class/CredentialStore.class.php:965
 #: ../../operation/snmpconsole/snmp_statistics.php:104
 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60
 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263
@@ -20275,7 +20263,7 @@ msgstr "创建标签的错误"
 #: ../../include/class/TipsWindow.class.php:763
 #: ../../include/class/TipsWindow.class.php:930
 #: ../../include/lib/Dashboard/Widgets/url.php:216
-#: ../../include/functions_reporting.php:7899
+#: ../../include/functions_reporting.php:7910
 msgid "Url"
 msgstr "网址"
 
@@ -20905,10 +20893,10 @@ msgid ""
 msgstr "此节点配置为集中模式。所有用户的信息仅可阅读。去%s管理它。"
 
 #: ../../godmode/users/user_list.php:510
-#: ../../godmode/users/configure_user.php:1013
-#: ../../godmode/users/configure_user.php:1094
 #: ../../godmode/users/user_management.php:209
 #: ../../godmode/users/user_management.php:221
+#: ../../godmode/users/configure_user.php:1013
+#: ../../godmode/users/configure_user.php:1094
 #: ../../include/class/SnmpConsole.class.php:291
 #: ../../include/functions_reporting_html.php:6581
 #: ../../include/functions_reporting_html.php:7718
@@ -20949,8 +20937,8 @@ msgstr ""
 "户。"
 
 #: ../../godmode/users/user_list.php:765
-#: ../../include/functions_reporting.php:5513
-#: ../../include/functions_reporting.php:5560
+#: ../../include/functions_reporting.php:5524
+#: ../../include/functions_reporting.php:5571
 #: ../../operation/search_users.php:87
 msgid "The user doesn't have any assigned profile/group"
 msgstr "用户没有任何分配的个人资料/组"
@@ -20970,11 +20958,318 @@ msgstr "创建用户"
 msgid "The current authentication scheme doesn't support creating users on %s"
 msgstr "当前的身份验证方案不支持在%s创建用户"
 
-#: ../../godmode/users/configure_user.php:60
-#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805
+#: ../../godmode/users/user_management.php:45
+#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805
 msgid "External link"
 msgstr "外部链接"
 
+#: ../../godmode/users/user_management.php:202
+#, fuzzy
+msgid "Profile information"
+msgstr "详细信息"
+
+#: ../../godmode/users/user_management.php:202
+#, fuzzy
+msgid "Profile information for"
+msgstr "SNMP 信息"
+
+#: ../../godmode/users/user_management.php:232
+#: ../../include/functions_reporting_html.php:7719
+#: ../../include/functions_reporting_html.php:7742
+msgid "Full name"
+msgstr "全名"
+
+#: ../../godmode/users/user_management.php:244
+#: ../../godmode/users/configure_user.php:1132
+#: ../../operation/users/user_edit.php:381
+msgid "Full (display) name"
+msgstr "完整(显示)名称"
+
+#: ../../godmode/users/user_management.php:252
+msgid ""
+"This will be the email used in those alert actions that the email makes use "
+"of. It will also be the email used for user notifications that wer "
+"configured in this way."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:264
+#: ../../godmode/users/configure_user.php:1238
+#: ../../operation/users/user_edit.php:401
+msgid "E-mail"
+msgstr "电子邮件"
+
+#: ../../godmode/users/user_management.php:272
+#: ../../godmode/users/user_management.php:284
+#: ../../godmode/users/configure_user.php:1254
+#: ../../operation/users/user_edit.php:403
+msgid "Phone number"
+msgstr "电话号码"
+
+#: ../../godmode/users/user_management.php:299
+#: ../../godmode/users/configure_user.php:1211
+#, fuzzy
+msgid "Administrator user"
+msgstr "管理员"
+
+#: ../../godmode/users/user_management.php:299
+msgid ""
+"This type of 'superadmin' has no restrictions whatsoever. If you want to "
+"create partial administrators, use the profile and group-based privilege "
+"system."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:333
+#, fuzzy
+msgid "New password"
+msgstr "新密码"
+
+#: ../../godmode/users/user_management.php:353
+#, fuzzy
+msgid "Repeat new password"
+msgstr "重复密码"
+
+#: ../../godmode/users/user_management.php:366
+#: ../../godmode/users/configure_user.php:1183
+#: ../../operation/users/user_edit.php:408
+msgid "Password confirmation"
+msgstr "重复密码"
+
+#: ../../godmode/users/user_management.php:374
+#: ../../operation/users/user_edit.php:409
+msgid "Current password"
+msgstr "当前密码"
+
+#: ../../godmode/users/user_management.php:389
+#: ../../godmode/users/configure_user.php:1201
+msgid "Own password confirmation"
+msgstr "自己的密码确认"
+
+#: ../../godmode/users/user_management.php:406
+#, fuzzy
+msgid "Third user password confirmation"
+msgstr "自己的密码确认"
+
+#: ../../godmode/users/user_management.php:421
+msgid "Not Login"
+msgstr "不登录"
+
+#: ../../godmode/users/user_management.php:438
+msgid "The user with not login set only can access to API."
+msgstr "未登录集的用户只能访问 API。"
+
+#: ../../godmode/users/user_management.php:443
+#, fuzzy
+msgid "Local User"
+msgstr "当地%s"
+
+#: ../../godmode/users/user_management.php:460
+msgid ""
+"The user with local authentication enabled will always use local "
+"authentication."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:472
+#: ../../views/dashboard/tipsWindow.php:52
+#, fuzzy
+msgid "Show usage tips at startup"
+msgstr "按状态显示代理: "
+
+#: ../../godmode/users/user_management.php:478
+#, fuzzy
+msgid "Session time"
+msgstr "会话时间"
+
+#: ../../godmode/users/user_management.php:488
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr "这在几分钟内定义,如果您希望常设会话应在此字段中放置 -1。"
+
+#: ../../godmode/users/user_management.php:539
+#, fuzzy
+msgid "Pages with autorefresh"
+msgstr "具有自动重新刷新页面列表"
+
+#: ../../godmode/users/user_management.php:624
+#, fuzzy
+msgid "Autorefresh pages"
+msgstr "自动更新时间"
+
+#: ../../godmode/users/user_management.php:630
+#, fuzzy
+msgid "Time for autorefresh"
+msgstr "时间自动重新"
+
+#: ../../godmode/users/user_management.php:649
+#, fuzzy
+msgid "Pandora RC user access enabled"
+msgstr "启用了 eHorus 用户访问"
+
+#: ../../godmode/users/user_management.php:659
+#: ../../godmode/users/user_management.php:671
+#, fuzzy
+msgid "Pandora RC User"
+msgstr "Pandora服务器"
+
+#: ../../godmode/users/user_management.php:678
+#: ../../godmode/users/user_management.php:690
+#, fuzzy
+msgid "Pandora RC Password"
+msgstr "API密码"
+
+#: ../../godmode/users/user_management.php:699
+#, fuzzy
+msgid "Language and Appearance"
+msgstr "语言代码"
+
+#: ../../godmode/users/user_management.php:715
+msgid ""
+"When changing the theme, the login screen logo will be restricted to the "
+"default for that color scheme, if you have a custom logo, adjust it after "
+"changing the theme."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:723
+#, fuzzy
+msgid "User color scheme"
+msgstr "用户评价"
+
+#: ../../godmode/users/user_management.php:724
+#: ../../godmode/users/configure_user.php:1310
+#: ../../operation/users/user_edit.php:521
+#, fuzzy
+msgid "Default theme"
+msgstr "默认缩放"
+
+#: ../../godmode/users/user_management.php:725
+#: ../../godmode/users/configure_user.php:1311
+#: ../../operation/users/user_edit.php:522
+#, fuzzy
+msgid "Black theme"
+msgstr "黑色"
+
+#: ../../godmode/users/user_management.php:833
+#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
+#: ../../include/functions_visual_map_editor.php:309
+msgid "Time zone"
+msgstr "时区"
+
+#: ../../godmode/users/user_management.php:850
+#, fuzzy
+msgid "Additional settings"
+msgstr "优化设置"
+
+#: ../../godmode/users/user_management.php:856
+#: ../../godmode/users/configure_user.php:1259
+#: ../../include/ajax/events.php:1838
+#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
+#: ../../include/functions_reporting_html.php:7298
+#: ../../mobile/operation/events.php:874
+#: ../../operation/users/user_edit.php:740
+#: ../../views/ITSM/ITSMTicketDetailView.php:404
+#: ../../views/ITSM/ITSMTicketDetailView.php:411
+msgid "Comments"
+msgstr "评论"
+
+#: ../../godmode/users/user_management.php:869
+#, fuzzy
+msgid "Enable IP allowlist"
+msgstr "启用警报"
+
+#: ../../godmode/users/user_management.php:909
+#: ../../godmode/users/configure_user.php:1271
+#: ../../operation/users/user_edit.php:753
+msgid ""
+"Add the source IPs that will allow console access. Each IP must be separated "
+"only by comma. * allows all."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:932
+#, fuzzy
+msgid "Pandora ITSM user configuration"
+msgstr "集成用户配置"
+
+#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
+#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
+#: ../../operation/events/events.php:2938
+#: ../../operation/events/sound_events.php:294
+#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
+msgid "Start"
+msgstr "开始"
+
+#: ../../godmode/users/user_management.php:976
+#, fuzzy
+msgid "Contact details (QR)"
+msgstr "事件详情"
+
+#: ../../godmode/users/user_management.php:977
+#, fuzzy
+msgid "API Token credentials"
+msgstr "SAP 凭据"
+
+#: ../../godmode/users/configure_token.php:56
+#, fuzzy
+msgid "Create token"
+msgstr "创建到"
+
+#: ../../godmode/users/configure_token.php:62
+#, fuzzy, php-format
+msgid "There was a problem get token, %s"
+msgstr "删除用户有问题"
+
+#: ../../godmode/users/configure_token.php:74
+#, fuzzy
+msgid "Token label"
+msgstr "节点标签"
+
+#: ../../godmode/users/configure_token.php:127
+#, fuzzy
+msgid "Expiration Time"
+msgstr "到期"
+
+#: ../../godmode/users/configure_token.php:208
+msgid "Expiration date must be later than today."
+msgstr ""
+
+#: ../../godmode/users/token_list.php:67
+#, fuzzy, php-format
+msgid "There was a problem deleting token, %s"
+msgstr "删除用户有问题"
+
+#: ../../godmode/users/token_list.php:100
+msgid "This code will appear only once, please keep it in a safe place"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:102
+msgid ""
+"If you lose the code, you will only able to delete it and create a new one"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:111
+#, fuzzy, php-format
+msgid "There was a problem creating this token, %s"
+msgstr "创建此配置文件存在问题"
+
+#: ../../godmode/users/token_list.php:123
+#, fuzzy, php-format
+msgid "There was a problem updating this token, %s"
+msgstr "更新此配置文件存在问题"
+
+#: ../../godmode/users/token_list.php:140
+#, fuzzy
+msgid "For user"
+msgstr "埃霍鲁斯用户"
+
+#: ../../godmode/users/token_list.php:142
+#, fuzzy
+msgid "Last usage"
+msgstr "最后更新"
+
+#: ../../godmode/users/token_list.php:206
+#, fuzzy
+msgid "Create Token"
+msgstr "创建皮肤"
+
 #: ../../godmode/users/configure_user.php:248
 msgid "Update User"
 msgstr "更新用户"
@@ -21102,86 +21397,16 @@ msgstr ""
 msgid "Please, avoid share this string with others."
 msgstr "请保存报告,开始将项目添加到列表中。"
 
-#: ../../godmode/users/configure_user.php:1132
-#: ../../godmode/users/user_management.php:244
-#: ../../operation/users/user_edit.php:381
-msgid "Full (display) name"
-msgstr "完整(显示)名称"
-
-#: ../../godmode/users/configure_user.php:1183
-#: ../../godmode/users/user_management.php:366
-#: ../../operation/users/user_edit.php:408
-msgid "Password confirmation"
-msgstr "重复密码"
-
-#: ../../godmode/users/configure_user.php:1201
-#: ../../godmode/users/user_management.php:389
-msgid "Own password confirmation"
-msgstr "自己的密码确认"
-
-#: ../../godmode/users/configure_user.php:1211
-#: ../../godmode/users/user_management.php:299
-#, fuzzy
-msgid "Administrator user"
-msgstr "管理员"
-
-#: ../../godmode/users/configure_user.php:1238
-#: ../../godmode/users/user_management.php:264
-#: ../../operation/users/user_edit.php:401
-msgid "E-mail"
-msgstr "电子邮件"
-
-#: ../../godmode/users/configure_user.php:1254
-#: ../../godmode/users/user_management.php:272
-#: ../../godmode/users/user_management.php:284
-#: ../../operation/users/user_edit.php:403
-msgid "Phone number"
-msgstr "电话号码"
-
-#: ../../godmode/users/configure_user.php:1259
-#: ../../godmode/users/user_management.php:856
-#: ../../include/ajax/events.php:1838
-#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
-#: ../../include/functions_reporting_html.php:7298
-#: ../../mobile/operation/events.php:874
-#: ../../operation/users/user_edit.php:740
-#: ../../views/ITSM/ITSMTicketDetailView.php:404
-#: ../../views/ITSM/ITSMTicketDetailView.php:411
-msgid "Comments"
-msgstr "评论"
-
 #: ../../godmode/users/configure_user.php:1270
 #: ../../operation/users/user_edit.php:752
 #, fuzzy
 msgid "Login allowed IP list"
 msgstr "登录失败"
 
-#: ../../godmode/users/configure_user.php:1271
-#: ../../godmode/users/user_management.php:909
-#: ../../operation/users/user_edit.php:753
-msgid ""
-"Add the source IPs that will allow console access. Each IP must be separated "
-"only by comma. * allows all."
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1309
 msgid "Skin"
 msgstr "皮肤"
 
-#: ../../godmode/users/configure_user.php:1310
-#: ../../godmode/users/user_management.php:724
-#: ../../operation/users/user_edit.php:521
-#, fuzzy
-msgid "Default theme"
-msgstr "默认缩放"
-
-#: ../../godmode/users/configure_user.php:1311
-#: ../../godmode/users/user_management.php:725
-#: ../../operation/users/user_edit.php:522
-#, fuzzy
-msgid "Black theme"
-msgstr "黑色"
-
 #: ../../godmode/users/configure_user.php:1321
 msgid "Search custom field view"
 msgstr "搜索自定义字段视图"
@@ -21299,243 +21524,6 @@ msgstr "双极化成功停用"
 msgid "There was an error deactivating the double autentication"
 msgstr "有一个错误停用双极化"
 
-#: ../../godmode/users/user_management.php:202
-#, fuzzy
-msgid "Profile information"
-msgstr "详细信息"
-
-#: ../../godmode/users/user_management.php:202
-#, fuzzy
-msgid "Profile information for"
-msgstr "SNMP 信息"
-
-#: ../../godmode/users/user_management.php:232
-#: ../../include/functions_reporting_html.php:7719
-#: ../../include/functions_reporting_html.php:7742
-msgid "Full name"
-msgstr "全名"
-
-#: ../../godmode/users/user_management.php:252
-msgid ""
-"This will be the email used in those alert actions that the email makes use "
-"of. It will also be the email used for user notifications that wer "
-"configured in this way."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:299
-msgid ""
-"This type of 'superadmin' has no restrictions whatsoever. If you want to "
-"create partial administrators, use the profile and group-based privilege "
-"system."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:333
-#, fuzzy
-msgid "New password"
-msgstr "新密码"
-
-#: ../../godmode/users/user_management.php:353
-#, fuzzy
-msgid "Repeat new password"
-msgstr "重复密码"
-
-#: ../../godmode/users/user_management.php:374
-#: ../../operation/users/user_edit.php:409
-msgid "Current password"
-msgstr "当前密码"
-
-#: ../../godmode/users/user_management.php:406
-#, fuzzy
-msgid "Third user password confirmation"
-msgstr "自己的密码确认"
-
-#: ../../godmode/users/user_management.php:421
-msgid "Not Login"
-msgstr "不登录"
-
-#: ../../godmode/users/user_management.php:438
-msgid "The user with not login set only can access to API."
-msgstr "未登录集的用户只能访问 API。"
-
-#: ../../godmode/users/user_management.php:443
-#, fuzzy
-msgid "Local User"
-msgstr "当地%s"
-
-#: ../../godmode/users/user_management.php:460
-msgid ""
-"The user with local authentication enabled will always use local "
-"authentication."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:472
-#: ../../views/dashboard/tipsWindow.php:52
-#, fuzzy
-msgid "Show usage tips at startup"
-msgstr "按状态显示代理: "
-
-#: ../../godmode/users/user_management.php:478
-#, fuzzy
-msgid "Session time"
-msgstr "会话时间"
-
-#: ../../godmode/users/user_management.php:488
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting "
-"-1 in this field."
-msgstr "这在几分钟内定义,如果您希望常设会话应在此字段中放置 -1。"
-
-#: ../../godmode/users/user_management.php:539
-#, fuzzy
-msgid "Pages with autorefresh"
-msgstr "具有自动重新刷新页面列表"
-
-#: ../../godmode/users/user_management.php:624
-#, fuzzy
-msgid "Autorefresh pages"
-msgstr "自动更新时间"
-
-#: ../../godmode/users/user_management.php:630
-#, fuzzy
-msgid "Time for autorefresh"
-msgstr "时间自动重新"
-
-#: ../../godmode/users/user_management.php:649
-#, fuzzy
-msgid "Pandora RC user access enabled"
-msgstr "启用了 eHorus 用户访问"
-
-#: ../../godmode/users/user_management.php:659
-#: ../../godmode/users/user_management.php:671
-#, fuzzy
-msgid "Pandora RC User"
-msgstr "Pandora服务器"
-
-#: ../../godmode/users/user_management.php:678
-#: ../../godmode/users/user_management.php:690
-#, fuzzy
-msgid "Pandora RC Password"
-msgstr "API密码"
-
-#: ../../godmode/users/user_management.php:699
-#, fuzzy
-msgid "Language and Appearance"
-msgstr "语言代码"
-
-#: ../../godmode/users/user_management.php:715
-msgid ""
-"When changing the theme, the login screen logo will be restricted to the "
-"default for that color scheme, if you have a custom logo, adjust it after "
-"changing the theme."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:723
-#, fuzzy
-msgid "User color scheme"
-msgstr "用户评价"
-
-#: ../../godmode/users/user_management.php:833
-#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
-#: ../../include/functions_visual_map_editor.php:309
-msgid "Time zone"
-msgstr "时区"
-
-#: ../../godmode/users/user_management.php:850
-#, fuzzy
-msgid "Additional settings"
-msgstr "优化设置"
-
-#: ../../godmode/users/user_management.php:869
-#, fuzzy
-msgid "Enable IP allowlist"
-msgstr "启用警报"
-
-#: ../../godmode/users/user_management.php:932
-#, fuzzy
-msgid "Pandora ITSM user configuration"
-msgstr "集成用户配置"
-
-#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
-#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
-#: ../../operation/events/events.php:2938
-#: ../../operation/events/sound_events.php:294
-#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
-msgid "Start"
-msgstr "开始"
-
-#: ../../godmode/users/user_management.php:976
-#, fuzzy
-msgid "Contact details (QR)"
-msgstr "事件详情"
-
-#: ../../godmode/users/user_management.php:977
-#, fuzzy
-msgid "API Token credentials"
-msgstr "SAP 凭据"
-
-#: ../../godmode/users/configure_token.php:56
-#, fuzzy
-msgid "Create token"
-msgstr "创建到"
-
-#: ../../godmode/users/configure_token.php:62
-#, fuzzy, php-format
-msgid "There was a problem get token, %s"
-msgstr "删除用户有问题"
-
-#: ../../godmode/users/configure_token.php:74
-#, fuzzy
-msgid "Token label"
-msgstr "节点标签"
-
-#: ../../godmode/users/configure_token.php:127
-#, fuzzy
-msgid "Expiration Time"
-msgstr "到期"
-
-#: ../../godmode/users/configure_token.php:208
-msgid "Expiration date must be later than today."
-msgstr ""
-
-#: ../../godmode/users/token_list.php:67
-#, fuzzy, php-format
-msgid "There was a problem deleting token, %s"
-msgstr "删除用户有问题"
-
-#: ../../godmode/users/token_list.php:100
-msgid "This code will appear only once, please keep it in a safe place"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:102
-msgid ""
-"If you lose the code, you will only able to delete it and create a new one"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:111
-#, fuzzy, php-format
-msgid "There was a problem creating this token, %s"
-msgstr "创建此配置文件存在问题"
-
-#: ../../godmode/users/token_list.php:123
-#, fuzzy, php-format
-msgid "There was a problem updating this token, %s"
-msgstr "更新此配置文件存在问题"
-
-#: ../../godmode/users/token_list.php:140
-#, fuzzy
-msgid "For user"
-msgstr "埃霍鲁斯用户"
-
-#: ../../godmode/users/token_list.php:142
-#, fuzzy
-msgid "Last usage"
-msgstr "最后更新"
-
-#: ../../godmode/users/token_list.php:206
-#, fuzzy
-msgid "Create Token"
-msgstr "创建皮肤"
-
 #: ../../godmode/wizards/Custom.class.php:160
 #: ../../godmode/wizards/Applications.class.php:158
 #: ../../godmode/wizards/Cloud.class.php:178
@@ -21904,15 +21892,15 @@ msgstr "任务列表"
 #: ../../include/ajax/snmp_browser.ajax.php:262
 #: ../../include/class/AlertsList.class.php:380
 #: ../../include/class/HelpFeedBack.class.php:360
-#: ../../include/class/AgentDeployWizard.class.php:604
 #: ../../include/class/ConfigPEN.class.php:743
-#: ../../include/class/CredentialStore.class.php:1598
 #: ../../include/class/Diagnostics.class.php:2191
 #: ../../include/class/ModuleTemplates.class.php:1404
-#: ../../include/class/SatelliteAgent.class.php:1088
 #: ../../include/class/WebServerModuleDebug.class.php:359
-#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/class/AgentWizard.class.php:6059
+#: ../../include/class/AgentDeployWizard.class.php:604
+#: ../../include/class/CredentialStore.class.php:1598
+#: ../../include/class/SatelliteAgent.class.php:1088
+#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/functions_ui.php:338
 #: ../../operation/visual_console/view.php:1218
 #: ../../views/consoles/list.php:165
@@ -22269,8 +22257,8 @@ msgstr "服务器在执行此任务时已重新启动,请重试。"
 
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056
 #: ../../include/class/AgentDeployWizard.class.php:558
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118
 msgid "Done"
 msgstr "完成"
 
@@ -22735,96 +22723,6 @@ msgstr "文件存储库"
 msgid "About"
 msgstr ""
 
-#: ../../include/ajax/double_auth.ajax.php:162
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr "这是您应该使用的身份验证器应用中的私人代码"
-
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:300
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr "您可以手动输入代码或使用 QR 代码自动添加代码"
-
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:306
-msgid "QR"
-msgstr "QR"
-
-#: ../../include/ajax/double_auth.ajax.php:208
-msgid "You are about to activate the double authentication"
-msgstr "您即将激活双重身份验证"
-
-#: ../../include/ajax/double_auth.ajax.php:209
-#, fuzzy
-msgid ""
-"With this option enabled, your account access will be more secure, cause a "
-"code generated by other application will be required after the login"
-msgstr ""
-"启用此选项后,您的帐户访问将更加安全,\n"
-"\t\t因为登录后需要由其他应用程序生成的代码"
-
-#: ../../include/ajax/double_auth.ajax.php:212
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr "在继续之前,您需要从以下链接安装应用"
-
-#: ../../include/ajax/double_auth.ajax.php:217
-msgid "Download the app"
-msgstr "下载应用程序"
-
-#: ../../include/ajax/double_auth.ajax.php:218
-#: ../../include/ajax/double_auth.ajax.php:310
-#: ../../include/functions_register.php:188
-msgid "Continue"
-msgstr "继续"
-
-#: ../../include/ajax/double_auth.ajax.php:234
-msgid "Are you installed the app yet?"
-msgstr "您尚未安装该应用程序吗?"
-
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "A private code has been generated"
-msgstr "已生成私有代码"
-
-#: ../../include/ajax/double_auth.ajax.php:299
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr "在继续之前,您应该创建一个新的进入身份验证器应用程序"
-
-#: ../../include/ajax/double_auth.ajax.php:309
-msgid "Refresh code"
-msgstr "刷新代码"
-
-#: ../../include/ajax/double_auth.ajax.php:378
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr "您在身份验证器应用中引入代码了吗?"
-
-#: ../../include/ajax/double_auth.ajax.php:441
-msgid "Introduce a code generated by the app"
-msgstr "引入应用生成的代码"
-
-#: ../../include/ajax/double_auth.ajax.php:442
-msgid "If the code is valid, the double authentication will be activated"
-msgstr "如果代码有效,将激活双重身份验证"
-
-#: ../../include/ajax/double_auth.ajax.php:451
-msgid "Validate code"
-msgstr "验证代码"
-
-#: ../../include/ajax/double_auth.ajax.php:503
-msgid "The code is valid, you can exit now"
-msgstr "代码有效,您可以现在退出"
-
-#: ../../include/ajax/double_auth.ajax.php:512
-#: ../../mobile/include/user.class.php:285 ../../index.php:380
-msgid "Invalid code"
-msgstr "无效代码"
-
-#: ../../include/ajax/double_auth.ajax.php:520
-msgid "The code is valid, but it was an error saving the data"
-msgstr "代码是有效的,但它是一个错误,保存数据"
-
 #: ../../include/ajax/snmp_browser.ajax.php:113
 #: ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
@@ -22853,8 +22751,8 @@ msgstr "成功创建的政策"
 
 #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182
 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519
-#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563
-#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595
+#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587
+#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595
 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201
 #: ../../include/class/AuditLog.class.php:570
 #: ../../include/class/AuditLog.class.php:608
@@ -22926,8 +22824,8 @@ msgstr "在组中保存"
 msgid "Save current filter"
 msgstr "更新当前过滤器"
 
-#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779
-#: ../../include/ajax/module.php:2742
+#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742
+#: ../../include/ajax/custom_fields.php:779
 #: ../../operation/reporting/graph_analytics.php:507
 #: ../../operation/reporting/graph_analytics.php:521
 msgid "Delete filter"
@@ -23179,78 +23077,6 @@ msgstr "至:"
 msgid "Insufficient permissions to validate alerts"
 msgstr "验证警报的权限不足"
 
-#: ../../include/ajax/custom_fields.php:480
-msgid "Current interval"
-msgstr "当前间隔"
-
-#: ../../include/ajax/custom_fields.php:528
-#: ../../include/ajax/custom_fields.php:581
-msgid "Modules normal"
-msgstr "模块正常"
-
-#: ../../include/ajax/custom_fields.php:539
-msgid "Modules critical"
-msgstr "模块至关重要"
-
-#: ../../include/ajax/custom_fields.php:550
-msgid "Modules warning"
-msgstr "模块警告"
-
-#: ../../include/ajax/custom_fields.php:560
-msgid "Modules unknown"
-msgstr "模块未知"
-
-#: ../../include/ajax/custom_fields.php:571
-msgid "Modules no init"
-msgstr "模块无 init"
-
-#: ../../include/ajax/custom_fields.php:613
-msgid "New Filter"
-msgstr "新的筛选器"
-
-#: ../../include/ajax/custom_fields.php:620
-msgid "Existing Filter"
-msgstr "现有过滤器"
-
-#: ../../include/ajax/custom_fields.php:838
-msgid "Filter name already exists in the bbdd"
-msgstr "过滤器名称已经存在于 bbdd 中"
-
-#: ../../include/ajax/custom_fields.php:850
-#: ../../include/ajax/custom_fields.php:926
-msgid "Please, select a custom field"
-msgstr "请选择自定义字段"
-
-#: ../../include/ajax/custom_fields.php:878
-msgid "Success create filter."
-msgstr "成功创建过滤器。"
-
-#: ../../include/ajax/custom_fields.php:885
-msgid "Error create filter."
-msgstr "错误创建过滤器。"
-
-#: ../../include/ajax/custom_fields.php:910
-#: ../../include/ajax/custom_fields.php:983
-#, fuzzy
-msgid "Please, select a filter"
-msgstr "请选择过滤器"
-
-#: ../../include/ajax/custom_fields.php:952
-msgid "Success update filter."
-msgstr "成功更新过滤器。"
-
-#: ../../include/ajax/custom_fields.php:959
-msgid "Error update filter."
-msgstr "错误更新过滤器。"
-
-#: ../../include/ajax/custom_fields.php:1002
-msgid "Success delete filter."
-msgstr "成功删除筛选器。"
-
-#: ../../include/ajax/custom_fields.php:1009
-msgid "Error delete filter."
-msgstr "错误删除过滤器。"
-
 #: ../../include/ajax/module.php:283 ../../include/functions.php:3507
 msgid "30 minutes"
 msgstr "30分钟"
@@ -23452,6 +23278,168 @@ msgstr "服务已经存在。"
 msgid "Congratulations, you have already created a simple alert.  and the status color is "
-"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" -"恭喜!您的模块已创建。
状态颜色为 蓝色。
这种颜色意味着模" -"块尚未首次执行。在接下来的几秒钟内,如果没有问题,状态颜色将变成 红色 " -"或 绿色。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "单击警报选项卡,然后填写表格以添加警报。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "选择关键模块。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "在模板中选择\"关键条件\"。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "现在,选择以前创建的操作。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "单击\"添加警报\"按钮以创建警报。" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "要测试您刚刚创建的警报,请单击眼睛选项卡,即可进入主视图。" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "我要告诉你如何监视服务器。" @@ -27720,24 +27606,6 @@ msgstr "如果你已经配置了它,你可以去下一步。" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "现在,请拉下\"管理\"提醒菜单并单击\"操作\"。" -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" -"请注意,不建议使用监控间隔在 300 秒以下的代理。这将严重影响服务器的性能。例" -"如,有 200 个代理,间隔为 1 分钟,与间隔 5 分钟的 1000 个代理相同。获得未知模" -"块的概率更高,对服务器的影响更高,因为它需要更短的响应时间。" - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "间隔代理。" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -27918,6 +27786,124 @@ msgstr "" msgid "Modules not learning mode." msgstr "模块警告" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +#, fuzzy +msgid "Agent contact date passed it's ETA!" +msgstr "代理联系日期过去了, 这是埃塔!" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"当您的代理停止报告或服务器有任何问题(负载过重或刚刚关闭)时,就会发生这种情" +"况。检查代理和服务器之间的连接。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "现在,您必须访问模块。别担心我会带你去的" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +#, fuzzy +msgid "Click in this tab" +msgstr "单击此选项卡。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "现在,您必须创建模块。别担心,我会教你的。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "选择网络服务器模块。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "然后单击按钮。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "现在,您必须创建模块。别担心,我会教你的。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "现在我们要填写表格。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "请选择网络管理。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "选择名为\"活主\"的组件。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "如果您愿意,您可以更改名称。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "检查显示的 IP 是否是机器的 IP。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "只有完成它点击这个按钮。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"恭喜!您的模块已创建。
状态颜色为 蓝色。
这种颜色意味着模" +"块尚未首次执行。在接下来的几秒钟内,如果没有问题,状态颜色将变成 红色 " +"或 绿色。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "单击警报选项卡,然后填写表格以添加警报。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "选择关键模块。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "在模板中选择\"关键条件\"。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "现在,选择以前创建的操作。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "单击\"添加警报\"按钮以创建警报。" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "要测试您刚刚创建的警报,请单击眼睛选项卡,即可进入主视图。" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"请注意,不建议使用监控间隔在 300 秒以下的代理。这将严重影响服务器的性能。例" +"如,有 200 个代理,间隔为 1 分钟,与间隔 5 分钟的 1000 个代理相同。获得未知模" +"块的概率更高,对服务器的影响更高,因为它需要更短的响应时间。" + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "间隔代理。" + #: ../../include/lib/Core/DBMaintainer.php:177 #, fuzzy, php-format msgid "Connection problems: %s" @@ -28122,8 +28108,8 @@ msgstr "图标大小" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "模块状态" @@ -28299,7 +28285,7 @@ msgid "Status and Monitor checks" msgstr "状态和监视器检查" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "服务器性能" @@ -28382,37 +28368,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "维护" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "信息" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "轻微" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "专业" @@ -28425,8 +28411,8 @@ msgstr "英特格里亚伊姆斯门票" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "限制" @@ -28491,7 +28477,7 @@ msgstr "模块状态" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "模块" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -28859,70 +28845,6 @@ msgstr "您必须选择某些组" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#, fuzzy -msgid "Security Hardening" -msgstr "安全级别" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -#, fuzzy -msgid "Vulnerabilities by category" -msgstr "建立类别" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -#, fuzzy -msgid "Evolution" -msgstr "分辨率" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -#, fuzzy -msgid "Scoring" -msgstr "字符串" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "总时间" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -#, fuzzy -msgid "Last audit scan" -msgstr "最后数据" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 #, fuzzy msgid "Color chart" @@ -29043,7 +28965,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "投影图" @@ -29184,8 +29106,8 @@ msgid "Aggregated by" msgstr "聚合" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "显示数据" @@ -29204,6 +29126,70 @@ msgstr "触发警报报告" msgid "Not alert fired" msgstr "未发出警报" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +#, fuzzy +msgid "Security Hardening" +msgstr "安全级别" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +#, fuzzy +msgid "Vulnerabilities by category" +msgstr "建立类别" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +#, fuzzy +msgid "Evolution" +msgstr "分辨率" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +#, fuzzy +msgid "Scoring" +msgstr "字符串" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "总时间" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +#, fuzzy +msgid "Last audit scan" +msgstr "最后数据" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -29335,37 +29321,6 @@ msgstr "如果关键平衡模块处于临界状态,则聚类将至关重要。 msgid "Cannot connect to node %d" msgstr "无法连接到节点%d" -#: ../../include/lib/Module.php:257 -#, fuzzy -msgid "error: Module has no agent assigned" -msgstr "错误:模块没有分配代理。" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "模块已经存在:\"%s\"" - -#: ../../include/lib/Module.php:1072 -msgid "Module name empty." -msgstr "模块名称空。" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "模块名称中的无效字符" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "模块已经存在,请选择另一个名称或代理。" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "执行此操作的权限不足" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "处理时的错误:%s" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -29468,27 +29423,120 @@ msgstr "不是 init 模块" msgid "Events in last 24 hrs" msgstr "活动(持续 24 小时)" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#: ../../include/lib/TacticalView/elements/Agents.php:135 #, fuzzy -msgid "Log storage" -msgstr "日志源" +msgid "Group alias" +msgstr "组 acl" +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" +msgstr "无监视器" + +#: ../../include/lib/TacticalView/elements/Agents.php:385 +#, fuzzy +msgid "UKNOWN" +msgstr "未知" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "配置元素" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "姓名#Ag。" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "SNMP陷阱" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "监控状态" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +#, fuzzy +msgid "My monitored modules" +msgstr "更多模块" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 #, fuzzy msgid "Everything's OK!" msgstr "一切" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 #, fuzzy msgid "Something’s wrong" msgstr "出了些问题" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "维护保养" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "信息" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "重度" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "次要" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "正在进行中" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "新事件。" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +#, fuzzy +msgid "Validated events" +msgstr "验证事件" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "未知" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "事件" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +#, fuzzy +msgid "Log storage" +msgstr "日志源" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 #, fuzzy msgid "News Board" @@ -29558,99 +29606,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "组 acl" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "无监视器" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -#, fuzzy -msgid "UKNOWN" -msgstr "未知" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "维护保养" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "信息" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "重度" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "次要" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "正在进行中" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "新事件。" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -#, fuzzy -msgid "Validated events" -msgstr "验证事件" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "未知" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "事件" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "配置元素" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "姓名#Ag。" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "SNMP陷阱" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "监控状态" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -#, fuzzy -msgid "My monitored modules" -msgstr "更多模块" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -30129,6 +30084,37 @@ msgstr "IP地址" msgid "Operative system" msgstr "操作系统" +#: ../../include/lib/Module.php:257 +#, fuzzy +msgid "error: Module has no agent assigned" +msgstr "错误:模块没有分配代理。" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "模块已经存在:\"%s\"" + +#: ../../include/lib/Module.php:1072 +msgid "Module name empty." +msgstr "模块名称空。" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "模块名称中的无效字符" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "模块已经存在,请选择另一个名称或代理。" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "执行此操作的权限不足" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "处理时的错误:%s" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 msgid "width" @@ -30537,7 +30523,7 @@ msgstr "网络拓扑" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "动态" @@ -30579,103 +30565,6 @@ msgstr "未能擦除模块%d: %s" msgid "Failed to erase policy module: %d" msgstr "未能删除策略模块:%d" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "负载平均值(最后一分钟)" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "负载平均值(最后 5 分钟)" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "负载平均值(最后 15 分钟)" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "为主机配置的总交换大小" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "主机上可用的交换空间" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "主机上的实际/物理内存总大小" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "主机上可用的真实/物理内存空间" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "主机上可用内存总数" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "总缓存内存" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "缓冲内存总数" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "从磁盘中交换的内存量 (kB/s)" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "交换到磁盘的内存量 (kB/s)" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "发送到块设备的块数" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "从块设备接收的块数" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "处理中断次数" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "上下文开关数量" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "用户 CPU 时间" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "系统 CPU 时间" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "闲置 CPU 时间" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "系统启动时间" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "分页" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "按企业字符串 /IP 分组" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "激活筛选" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "启用筛选" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "单击此处打开带有 URL 标签的弹出窗口" @@ -31198,598 +31087,6 @@ msgstr "安全错误。请联系管理员。" msgid "File is missing in disk storage. Please contact the administrator." msgstr "磁盘存储中缺少文件。请联系管理员。" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "监控临界" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "监视器警告" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "正常监视器" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "监视器未知" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "已恢复警报" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "警报停止" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "警报手动验证" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "已创建代理" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "检测到的侦察主机" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "配置更改" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "网络配置经理" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "警报已发射" - -#: ../../include/functions.php:2831 -#, php-format -msgid "%s seconds" -msgstr "%s 秒" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "%s 分钟" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "%s 月" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "%s 年" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "将使用默认值" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "文件超过最大大小" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr "上传的文件仅部分上传"
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr "没有文件被上传"
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr "缺少临时文件夹"
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr "无法将文件写入磁盘"
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr "文件上传已停止"
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr "未知的上传错误"
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr "未找到出口数据"
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr "5 秒"
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr "10秒"
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr "15 秒钟"
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr "2分钟"
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr "15分钟"
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr "上一个"
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr "总结系列"
-
-#: ../../include/functions.php:4065
-msgid "Average series"
-msgstr "平均系列"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr "单位"
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr "最小:"
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr "最大:"
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr "平均:"
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-msgid "of module"
-msgstr "模块"
-
-#: ../../include/functions.php:4356
-msgid "Projection"
-msgstr "投影"
-
-#: ../../include/functions.php:6388
-msgid "Testing Pandora FMS email"
-msgstr "测试潘多拉 FMS 电子邮件"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr "这是从潘多拉 FMS 发送的电子邮件测试。如果可以阅读此内容,则配置有效。"
-
-#: ../../include/functions.php:6636
-#, fuzzy
-msgid "Recommended value is: -1"
-msgstr "推荐值为: %s"
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr "未选择\"设置\"、\"获取\"或\"帮助\"操作。"
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr "此操作不存在。"
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr "数据库中不存在 Id。"
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr "此操作不能用于聚类元素。"
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr "用户没有足够的权限来执行此操作。"
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr "没有数据显示。"
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr "此控制台不是环境管理员。请从集中式管理器控制台(元索勒)管理此功能。"
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr "奥思错误"
-
-#: ../../include/functions_api.php:206
-#, fuzzy
-msgid "License not allowed for this operation."
-msgstr "未设置、获取或帮助操作。"
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr "无法修改代理。出于安全原因,请使用 0 以外的组。"
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr "更新的%d/%d代理"
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr "代理已更新。"
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr "无法创建操作系统"
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr "无法更新操作系统"
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr "代理被成功删除"
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr "网络模块已更新。"
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr "插件模块已更新。"
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr "合成模块创建 ID:%s"
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr "合成模块创建 ID:"
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr "数据模块已更新。"
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr "已更新 SNMP 模块。"
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr "创建警报模板的错误。Id_group不能一片空白。"
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr "创建警报模板的错误。无效id_group或用户没有足够的权限来做出此操作。"
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr "错误更新警报模板。无效id_group或用户没有足够的权限来做出此操作。"
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr "成功更新警报模板"
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr "错误删除警报模板。Id_template不存在。"
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr "成功删除警报模板。"
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr "受影响的%d代理"
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr "正确删除模块模板。"
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr "成功删除模块模板。"
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr "错误验证警报。Id_template不能一片空白。"
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr "错误验证警报。Id_agent不能一片空白。"
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr "错误验证警报。Id_module不能一片空白。"
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr "错误验证警报。不存在指定警报。"
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr "错误验证警报"
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr "正确验证所有警报(总%d)。"
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr "正确验证所有策略警报。"
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr "错误停止停机时间。无法停止定期和运行计划停机时间。"
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr "停机时间停止。"
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr "并且此模块不存在或不适用此代理:"
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr "并且此代理会产生问题:"
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr "并且此具有 ID 的代理不存在:"
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr "计划停机时间更新"
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr "已删除代理"
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr "代理添加"
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr "数据策略模块已更新。"
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr "网络策略模块已更新。"
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr "插入策略模块已更新。"
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr "更新了 SNMP 策略模块。"
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr "成功删除"
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr "新用户已创建。"
-
-#: ../../include/functions_api.php:9785
-msgid "User updated."
-msgstr "用户更新。"
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr "启用用户。"
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr "禁用用户。"
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr "模板已插入%d代理中。"
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr "XML 文件在路径中成功生成:"
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr "模块已在%d代理中创建。"
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr "已为%d代理设置行动。"
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr "用户已删除。"
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr "添加用户配置文件。"
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr "已删除用户配置文件。"
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr "模块成功禁用。"
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr "该模块不能禁用。"
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr "模块启用成功。"
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr "无法启用该模块。"
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr "警报不能禁用。"
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr "无法启用警报。"
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr "启用代理。"
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr "禁用代理。"
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr "元龙索和所有节点的许可证都进行了更新。"
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr "元松索许可证已更新,但%d节点的%d未能同步。"
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr "此功能仅用于元酮索。"
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr "成功删除。"
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr "用户无法访问集群。"
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr "由模板创建"
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr "成功创建事件过滤器。"
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr "事件过滤器成功更新。"
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr "事件过滤器成功删除。"
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr "验证陷阱。"
-
-#: ../../include/functions_api.php:16596
-msgid "Deleted traps."
-msgstr "已删除的陷阱。"
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr "成功更新的 id 代理中的模块/警报计数%d。"
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr "所有代理中成功更新的模块/警报计数"
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr "成功添加到删除待决 ID 代理%d到 id 策略%d。"
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr "错误启用/禁用发现任务。Id_user不能一片空白。"
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr "错误启用/禁用发现任务。启用/禁用值不能留空。"
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr "发现任务启用/禁用的错误。"
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr "启用发现任务。"
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr "禁用发现任务。"
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr "配置用户"
@@ -32455,7 +31752,7 @@ msgstr "复制代理配置时出现错误,副本已取消"
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr "至少一个处于关键状态的模块"
 
@@ -32463,7 +31760,7 @@ msgstr "至少一个处于关键状态的模块"
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr "警告状态中至少有一个模块"
 
@@ -32471,7 +31768,7 @@ msgstr "警告状态中至少有一个模块"
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr "至少有一个模块处于 UKNOWN 状态"
 
@@ -32479,7 +31776,7 @@ msgstr "至少有一个模块处于 UKNOWN 状态"
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr "所有监视器都正常"
 
@@ -32734,184 +32031,6 @@ msgstr "撤销"
 msgid "Use agent IP"
 msgstr "代理 IP"
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr "错误处理请求"
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr "此视图可能使用用户无法访问的部分信息"
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr "软件"
-
-#: ../../include/functions_ui.php:1360
-#, fuzzy
-msgid "Force check"
-msgstr "强制远程检查"
-
-#: ../../include/functions_ui.php:1537
-#, fuzzy
-msgid "Are you sure you want to delete alert action?"
-msgstr "您确定要启用警报吗?"
-
-#: ../../include/functions_ui.php:1625
-#, fuzzy
-msgid "Are you sure you want to delete alert?"
-msgstr "您确定要启用警报吗?"
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr "当值结束时,警报会启动 "
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr "当值低于时,警报会开火 "
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr "未知选项。"
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr "灵活的监测系统"
-
-#: ../../include/functions_ui.php:2699
-#, fuzzy
-msgid "First"
-msgstr "第一页"
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr "未知类型"
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr "将当前页面导出到 CSV"
-
-#: ../../include/functions_ui.php:4052
-#, fuzzy, php-format
-msgid "export_%s_current_page_%s"
-msgstr "将当前页面导出到 CSV"
-
-#: ../../include/functions_ui.php:4205
-#, fuzzy
-msgid "No matching records found"
-msgstr "未发现匹配的陷阱"
-
-#: ../../include/functions_ui.php:4206
-#, fuzzy
-msgid "No data available in table"
-msgstr "不可用"
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr "警报"
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr "系统"
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr "未安装的企业版本"
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr "键入至少两个字符进行搜索。"
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr "未处理错误"
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr "发生未处理错误"
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr "快照视图"
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr "这些控件使用系统的时区(%s)而不是您的(%s)。与时区的小时差是%s。"
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr "查询"
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr "结果"
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr "执行查询"
-
-#: ../../include/functions_ui.php:7458
-msgid "Show password"
-msgstr "显示密码"
-
-#: ../../include/functions_ui.php:7558
-#, fuzzy
-msgid "WEB server"
-msgstr "WMI 服务器"
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "向导模块"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr "选择库存模块"
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr "使用自定义字段"
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr "字段名称"
-
-#: ../../include/functions_ui.php:7881
-msgid "It's a password"
-msgstr "是密码"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr "添加字段"
-
-#: ../../include/functions_ui.php:8388
-#, fuzzy
-msgid "Empty view image"
-msgstr "空地图"
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr "警报行动"
@@ -32943,66 +32062,1564 @@ msgstr "GIS 连接"
 msgid "GIS map layers"
 msgstr "GIS 地图层"
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr "未安装的企业版本"
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr "监视检查"
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr "代理和监视器总数"
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr "定义警报"
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr "定义和发射警报"
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr "监控临界"
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr "监视器警告"
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr "监控正常"
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr "监视器未知"
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr "监视器不 init"
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr "按状态进行监视"
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr "马克西蒙"
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr "未发射警报"
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr "系统"
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr "主节点"
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "刷新时间"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "开始日期"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr "开始时间"
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "时间范围"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr "时间比较(分开)"
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "显示事件"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr "显示警报"
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr "显示未知图表"
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr "缩放"
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+msgid "Show percentil"
+msgstr "显示百分比"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr "在图表中显示 AVG/MAX/MIN 数据系列"
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr "投影图"
+
+#: ../../include/functions_graph.php:5799
+#, fuzzy
+msgid "Projection graph take as begin date the current time"
+msgstr "结束日期必须高于当前时间"
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr "刷新"
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr "图形配置菜单"
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr "最后一次运行"
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr "强制运行"
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr "报告类型"
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr "正则"
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr "每个代理报告"
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr "自定义脚本"
+
+#: ../../include/functions_cron.php:975
+#, fuzzy
+msgid "Enable task"
+msgstr "启用任务"
+
+#: ../../include/functions_cron.php:989
+#, fuzzy
+msgid "There are no jobs"
+msgstr "还没有评论"
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr "收集文件大于限制(%s字节)"
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr "安全错误。"
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr "上传错误"
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr "问题设置乌玛斯克: %s"
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr "上传正确"
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr "无法解压缩文件"
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr "文件大小似乎太大。请检查您的 php .ini配置或与管理员联系"
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr "正确创建的文件"
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr "错误创建文件"
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr "使用空名创建文件的错误"
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr "安全错误。"
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr "创建目录"
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr "创建目录出了问题"
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr "已删除"
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr "创建目录"
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "创建过滤器"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr "上传文件"
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+#, fuzzy
+msgid "Real path"
+msgstr "萨姆路径"
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "目录%s不存在!"
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr "父目录"
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr "目录"
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr "压缩文件"
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr "文本文件"
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr "此文件可由任何用户执行"
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr "确保它不能执行危险的任务"
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr "没有文件或目录显示。"
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr "创建目录"
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr "拉链上传在此 dir 中,易于上传多个文件。"
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr "解 压缩"
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr "开始"
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "创建过滤器"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr "上传文件/s"
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr "目录仅限读取"
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr "请从此列表中选择一个项目。"
+
+#: ../../include/functions_html.php:1015
+#, fuzzy
+msgid "Select one or more elements"
+msgstr "删除服务元素"
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr "过滤剂"
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "图表类型"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr "过滤模块"
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+#, fuzzy
+msgid "Type to search modules"
+msgstr "搜索模块"
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+#, fuzzy
+msgid "Only common modules"
+msgstr "显示常见模块"
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr "周"
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr "月日"
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr "月"
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr "工作日"
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "请选择一个筛选器"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr "键入至少两个字符来搜索模块。"
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr "%s无法验证请求的来源。请再试一次。"
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr "初级组也不能是次要组。"
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+#, fuzzy
+msgid "Go to top"
+msgstr "转到 "
+
+#: ../../include/functions_html.php:7984
+#, fuzzy
+msgid "Last 24hr"
+msgstr "最后一小时"
+
+#: ../../include/functions_html.php:7987
+#, fuzzy
+msgid "Past week"
+msgstr "上周"
+
+#: ../../include/functions_html.php:7988
+#, fuzzy
+msgid "Past month"
+msgstr "上个月"
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "最后一天"
+
+#: ../../include/functions_html.php:7993
+#, fuzzy
+msgid "Chose start/end date period"
+msgstr "设置开始和结束日期"
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr "检查邮件配置"
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+#, fuzzy
+msgid "Enable user configuration"
+msgstr "集成用户配置"
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr "子类型自定义"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr "通知用户"
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr "已通知组"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr "添加用户"
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr "增加群组"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete users"
+msgstr "删除用户"
+
+#: ../../include/functions_notifications.php:878
+msgid "Delete groups"
+msgstr "删除群组"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr "添加元素"
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr "删除元素"
+
+#: ../../include/functions_notifications.php:1082
+#, fuzzy
+msgid "Show all"
+msgstr "显示警报"
+
+#: ../../include/functions_notifications.php:1086
+#, fuzzy
+msgid "History DB"
+msgstr "历史"
+
+#: ../../include/functions_notifications.php:1090
+#, fuzzy
+msgid "Pandora DB"
+msgstr "潘多拉 Fms"
+
+#: ../../include/functions_notifications.php:1098
+#, fuzzy
+msgid "Allow override"
+msgstr "警报概述"
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+#, fuzzy
+msgid "Apply filter"
+msgstr "应用过滤器"
+
+#: ../../include/functions_notifications.php:1160
+#, fuzzy
+msgid "See all notifications"
+msgstr "用户通知"
+
+#: ../../include/functions_notifications.php:1176
+#, fuzzy
+msgid "Mark all as read"
+msgstr "标记为未读"
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr "单击此处获取更多信息"
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr "简单图形"
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr "简单基线图"
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr "SQL 垂直条形图"
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr "SQL 饼图"
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr "SQL 水平条图"
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr "自动组合图"
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr "可用性图"
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr "模块直方图图"
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr "伊帕姆"
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr "IPAM 网络"
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr "洛杉矶"
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr "每月 S.L.A."
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr "每周 S.L.A."
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr "每小时 S. l. a."
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr "服务 S.L.A."
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr "预测"
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr "预测日期"
+
+#: ../../include/functions_reports.php:746
+msgid "Avg. value"
+msgstr "Avg. 价值"
+
+#: ../../include/functions_reports.php:750
+msgid "Max. value"
+msgstr "元值"
+
+#: ../../include/functions_reports.php:754
+msgid "Min. value"
+msgstr "元值"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr "监视器报告"
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr "串行数据"
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr "史料"
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr "增量"
+
+#: ../../include/functions_reports.php:782
+#, fuzzy
+msgid "Service Level Detailed"
+msgstr "服务树视图"
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr "分组"
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr "集团报告"
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr "异常"
+
+#: ../../include/functions_reports.php:818
+#, fuzzy
+msgid "Agents/Modules status"
+msgstr "代理/模块"
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr "顶部 n"
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr "网络接口"
+
+#: ../../include/functions_reports.php:845
+#, fuzzy
+msgid "Custom Render"
+msgstr "自定义字段"
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr "可用性"
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr "文本/HTML"
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr "从 URL 导入文本"
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr "模块警报报告"
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "代理警报报告"
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr "组警报报告"
+
+#: ../../include/functions_reports.php:881
+#, fuzzy
+msgid "Actions alert report"
+msgstr "代理警报报告"
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr "模块事件报告"
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr "代理事件报告"
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr "组活动报告"
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr "代理库存"
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "代理库存"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr "库存变化"
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr "代理配置"
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr "群组设置"
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr "净流区域图"
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr "净流量数据表"
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr "净流量汇总表"
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+#, fuzzy
+msgid "Netflow top-N connections"
+msgstr "节点连接"
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+msgid "Log"
+msgstr "日志"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr "日志报告"
+
+#: ../../include/functions_reports.php:959
+#, fuzzy
+msgid "Log report by period"
+msgstr "日志报告"
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr "权限报告"
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr "NCM"
+
+#: ../../include/functions_reports.php:971
+#, fuzzy
+msgid "NCM configuration changes"
+msgstr "配置更改"
+
+#: ../../include/functions_reports.php:976
+#, fuzzy
+msgid "NCM devices list"
+msgstr "NCM 设备"
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+#, fuzzy
+msgid "Security hardening"
+msgstr "安全级别"
+
+#: ../../include/functions_reports.php:1002
+#, fuzzy
+msgid "List of checks"
+msgstr "最近的检查"
+
+#: ../../include/functions_reports.php:1017
+#, fuzzy
+msgid "Severity graph bar"
+msgstr "用户事件图形"
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+#, fuzzy
+msgid "Detailed security report"
+msgstr "代理警报报告"
+
+#: ../../include/functions_reports.php:1037
+#, fuzzy
+msgid "Vulnerabilities of agent"
+msgstr "向代理发射警报"
+
+#: ../../include/functions_reports.php:1042
+#, fuzzy
+msgid "Top-N agents with more risk"
+msgstr "没有带模块的代理"
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+#, fuzzy
+msgid "Macro"
+msgstr "宏"
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr "字符串"
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+#, fuzzy
+msgid "Graph Sql"
+msgstr "仅限图形"
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr "期间 "
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr "代理成功添加到布局中"
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr "模块成功添加到布局中"
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr "代理成功添加到布局中"
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr "无法加载可视图"
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr "未找到更改"
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr "获取CSV文件"
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr "添加"
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr "监控临界"
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr "监视器警告"
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr "正常监视器"
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr "监视器未知"
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr "已恢复警报"
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr "警报停止"
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr "警报手动验证"
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr "已创建代理"
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr "检测到的侦察主机"
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr "配置更改"
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr "网络配置经理"
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr "警报已发射"
+
+#: ../../include/functions.php:2831
+#, php-format
+msgid "%s seconds"
+msgstr "%s 秒"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr "%s 分钟"
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr "%s 月"
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr "%s 年"
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr "将使用默认值"
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr "文件超过最大大小"
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr "上传的文件仅部分上传"
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr "没有文件被上传"
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr "缺少临时文件夹"
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr "无法将文件写入磁盘"
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr "文件上传已停止"
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr "未知的上传错误"
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr "未找到出口数据"
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr "5 秒"
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr "10秒"
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr "15 秒钟"
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr "2分钟"
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr "15分钟"
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr "上一个"
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr "总结系列"
+
+#: ../../include/functions.php:4065
+msgid "Average series"
+msgstr "平均系列"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr "最小:"
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr "最大:"
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr "平均:"
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+msgid "of module"
+msgstr "模块"
+
+#: ../../include/functions.php:4356
+msgid "Projection"
+msgstr "投影"
+
+#: ../../include/functions.php:6388
+msgid "Testing Pandora FMS email"
+msgstr "测试潘多拉 FMS 电子邮件"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr "这是从潘多拉 FMS 发送的电子邮件测试。如果可以阅读此内容,则配置有效。"
+
+#: ../../include/functions.php:6636
+#, fuzzy
+msgid "Recommended value is: -1"
+msgstr "推荐值为: %s"
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr "未选择\"设置\"、\"获取\"或\"帮助\"操作。"
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr "此操作不存在。"
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr "数据库中不存在 Id。"
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr "此操作不能用于聚类元素。"
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr "用户没有足够的权限来执行此操作。"
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr "没有数据显示。"
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr "此控制台不是环境管理员。请从集中式管理器控制台(元索勒)管理此功能。"
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr "奥思错误"
+
+#: ../../include/functions_api.php:206
+#, fuzzy
+msgid "License not allowed for this operation."
+msgstr "未设置、获取或帮助操作。"
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr "无法修改代理。出于安全原因,请使用 0 以外的组。"
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr "更新的%d/%d代理"
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr "代理已更新。"
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr "无法创建操作系统"
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr "无法更新操作系统"
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr "代理被成功删除"
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr "网络模块已更新。"
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr "插件模块已更新。"
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr "合成模块创建 ID:%s"
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr "合成模块创建 ID:"
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr "数据模块已更新。"
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr "已更新 SNMP 模块。"
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr "创建警报模板的错误。Id_group不能一片空白。"
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr "创建警报模板的错误。无效id_group或用户没有足够的权限来做出此操作。"
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr "错误更新警报模板。无效id_group或用户没有足够的权限来做出此操作。"
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr "成功更新警报模板"
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr "错误删除警报模板。Id_template不存在。"
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr "成功删除警报模板。"
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr "受影响的%d代理"
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr "正确删除模块模板。"
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr "成功删除模块模板。"
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr "错误验证警报。Id_template不能一片空白。"
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr "错误验证警报。Id_agent不能一片空白。"
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr "错误验证警报。Id_module不能一片空白。"
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr "错误验证警报。不存在指定警报。"
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr "错误验证警报"
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr "正确验证所有警报(总%d)。"
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr "正确验证所有策略警报。"
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr "错误停止停机时间。无法停止定期和运行计划停机时间。"
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr "停机时间停止。"
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr "并且此模块不存在或不适用此代理:"
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr "并且此代理会产生问题:"
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr "并且此具有 ID 的代理不存在:"
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr "计划停机时间更新"
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr "已删除代理"
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr "代理添加"
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr "数据策略模块已更新。"
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr "网络策略模块已更新。"
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr "插入策略模块已更新。"
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr "更新了 SNMP 策略模块。"
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr "成功删除"
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr "新用户已创建。"
+
+#: ../../include/functions_api.php:9785
+msgid "User updated."
+msgstr "用户更新。"
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr "启用用户。"
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr "禁用用户。"
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr "模板已插入%d代理中。"
+
+#: ../../include/functions_api.php:10340
+#, fuzzy, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr "XML 文件在路径中成功生成:"
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr "模块已在%d代理中创建。"
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr "已为%d代理设置行动。"
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr "用户已删除。"
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr "添加用户配置文件。"
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr "已删除用户配置文件。"
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr "模块成功禁用。"
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr "该模块不能禁用。"
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr "模块启用成功。"
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr "无法启用该模块。"
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr "警报不能禁用。"
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr "无法启用警报。"
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr "启用代理。"
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr "禁用代理。"
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr "元龙索和所有节点的许可证都进行了更新。"
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr "元松索许可证已更新,但%d节点的%d未能同步。"
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr "此功能仅用于元酮索。"
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr "成功删除。"
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr "用户无法访问集群。"
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr "由模板创建"
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr "成功创建事件过滤器。"
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr "事件过滤器成功更新。"
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr "事件过滤器成功删除。"
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr "验证陷阱。"
+
+#: ../../include/functions_api.php:16596
+msgid "Deleted traps."
+msgstr "已删除的陷阱。"
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr "成功更新的 id 代理中的模块/警报计数%d。"
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr "所有代理中成功更新的模块/警报计数"
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr "成功添加到删除待决 ID 代理%d到 id 策略%d。"
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr "错误启用/禁用发现任务。Id_user不能一片空白。"
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr "错误启用/禁用发现任务。启用/禁用值不能留空。"
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr "发现任务启用/禁用的错误。"
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr "启用发现任务。"
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr "禁用发现任务。"
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr "未更新:用户未登录。"
@@ -34036,6 +34653,11 @@ msgstr "未更新:下一个值无法更新:%s"
 msgid "Pandora FMS"
 msgstr "潘多拉 Fms"
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr "灵活的监测系统"
+
 #: ../../include/functions_config.php:2863
 msgid "PandoraFMS Metaconsole"
 msgstr "潘多拉夫姆斯元松索尔"
@@ -34048,1989 +34670,11 @@ msgstr "集中式操作控制台"
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr "马克西蒙"
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr "未发射警报"
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr "主节点"
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "刷新时间"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "开始日期"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr "开始时间"
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "时间范围"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr "时间比较(分开)"
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "显示事件"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr "显示警报"
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr "显示未知图表"
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr "缩放"
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-msgid "Show percentil"
-msgstr "显示百分比"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr "在图表中显示 AVG/MAX/MIN 数据系列"
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr "投影图"
-
-#: ../../include/functions_graph.php:5799
-#, fuzzy
-msgid "Projection graph take as begin date the current time"
-msgstr "结束日期必须高于当前时间"
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr "刷新"
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr "图形配置菜单"
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr "标签 "
-
-#: ../../include/functions_reporting_html.php:116
-#, fuzzy
-msgid "Data time"
-msgstr "数据图像"
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr "已生成"
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr "报告日期"
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr "项目前一期"
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-#, fuzzy
-msgid "CVE"
-msgstr "CSV"
-
-#: ../../include/functions_reporting_html.php:677
-#, fuzzy
-msgid "Detection time"
-msgstr "选择模式"
-
-#: ../../include/functions_reporting_html.php:680
-#, fuzzy
-msgid "Attack Vector"
-msgstr "附加错误"
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-#, fuzzy
-msgid "Confidentiality"
-msgstr "证书"
-
-#: ../../include/functions_reporting_html.php:686
-#, fuzzy
-msgid "Integrity"
-msgstr "特格里亚主机"
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr "可用性"
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-#, fuzzy
-msgid "L.S. Change"
-msgstr "更改"
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr "最大/最小值"
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr "斯拉限制"
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr "斯拉合规性"
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr "全球时间"
-
-#: ../../include/functions_reporting_html.php:1240
-msgid "Time Total"
-msgstr "时间总计"
-
-#: ../../include/functions_reporting_html.php:1241
-msgid "Time Failed"
-msgstr "时间失败"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr "时间确定"
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr "时间未知"
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr "时间不是伊尼特"
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr "停机时间"
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr "检查时间"
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr "检查总数"
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr "检查失败"
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr "检查确定"
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr "检查未知"
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr "24 x 7"
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr "没有定义代理/模块"
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr "不是伊尼特"
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr "停机时间"
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr "平均值"
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-#, fuzzy
-msgid "Validated by"
-msgstr "验证"
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr "事件验证"
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr "过程中的事件"
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr "新事件"
-
-#: ../../include/functions_reporting_html.php:1789
-#, php-format
-msgid "%s System"
-msgstr "%s系统"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr "用户验证器的事件"
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr "基于严重性的事件"
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr "已验证与未验证的事件"
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr "活动名称"
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr "秒组"
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr "远程会合。"
-
-#: ../../include/functions_reporting_html.php:2447
-#, fuzzy
-msgid "Agent secondary groups"
-msgstr "添加次要组"
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr "添加"
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr "已删除"
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr "当模块处于\"未初始化\"状态时,单元会变灰"
-
-#: ../../include/functions_reporting_html.php:3037
-#, fuzzy
-msgid "Last time"
-msgstr "最后点燃"
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "代理 - 模块"
-
-#: ../../include/functions_reporting_html.php:3234
-#, fuzzy
-msgid "OS Type"
-msgstr "扫描类型"
-
-#: ../../include/functions_reporting_html.php:3500
-#, fuzzy
-msgid "Data view of all groups"
-msgstr "打开所有组"
-
-#: ../../include/functions_reporting_html.php:3630
-#, fuzzy
-msgid "Group Description"
-msgstr "描述"
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr "用户验证的事件"
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr "按严重程度分级的事件"
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr "验证的金额事件"
-
-#: ../../include/functions_reporting_html.php:4470
-#, fuzzy
-msgid "Total summary"
-msgstr "映射概况"
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "未发出警报"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "接口\"%s\"吞吐量图"
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr "实际状态"
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr "空模块"
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr "失效"
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr "从数据"
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr "到数据"
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr "增量"
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr "负增长:"
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr "正增长:"
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr "中性增加:"
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr "时间不是 Init 模块"
-
-#: ../../include/functions_reporting_html.php:5432
-msgid "Time Downtime"
-msgstr "停机时间"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr "% 确定"
-
-#: ../../include/functions_reporting_html.php:5508
-msgid "Checks Warning"
-msgstr "检查警告"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr "检查乌克诺"
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr "主要"
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr "代理最小值"
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr "求和"
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "警报级别"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr "警报描述"
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr "监测"
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr "组中的代理:%s"
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr "上次失败"
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr "不适用(*)"
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr "监测"
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr "按状态代理"
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr "节点概述"
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr "关键事件"
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr "警告事件"
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr "确定事件"
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr "未知事件"
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr "按批评分写的重要事件"
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr "%s控制台中的最后活动"
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr "事件信息 (1 小时)"
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr "暂无活动"
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr "此 SLA 已受到以下计划停机时间的影响"
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr "如果预定停机时间的持续时间小于 5 分钟,则不会在图表中表示"
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr "日期"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr "此项目受计划停机时间失灵的影响"
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr "前往预定的停机时间部分以解决这个问题"
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr "权限"
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr "供应商"
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr "模型"
-
-#: ../../include/functions_reporting_html.php:7849
-#, fuzzy
-msgid "Firmware"
-msgstr "发送固件"
-
-#: ../../include/functions_reporting_html.php:7850
-#, fuzzy
-msgid "Last backup date"
-msgstr "最后更新"
-
-#: ../../include/functions_reporting_html.php:7925
-#, fuzzy
-msgid "Diff"
-msgstr "迪夫视图"
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr "最后一次运行"
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr "强制运行"
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr "报告类型"
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr "正则"
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr "每个代理报告"
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr "自定义脚本"
-
-#: ../../include/functions_cron.php:975
-#, fuzzy
-msgid "Enable task"
-msgstr "启用任务"
-
-#: ../../include/functions_cron.php:989
-#, fuzzy
-msgid "There are no jobs"
-msgstr "还没有评论"
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr "收集文件大于限制(%s字节)"
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr "安全错误。"
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr "上传错误"
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr "问题设置乌玛斯克: %s"
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr "上传正确"
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr "无法解压缩文件"
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr "文件大小似乎太大。请检查您的 php .ini配置或与管理员联系"
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr "正确创建的文件"
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr "错误创建文件"
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr "使用空名创建文件的错误"
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr "安全错误。"
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr "创建目录"
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr "创建目录出了问题"
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr "创建目录"
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "创建过滤器"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr "上传文件"
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-#, fuzzy
-msgid "Real path"
-msgstr "萨姆路径"
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "目录%s不存在!"
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr "父目录"
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr "目录"
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr "压缩文件"
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr "文本文件"
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr "此文件可由任何用户执行"
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr "确保它不能执行危险的任务"
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr "没有文件或目录显示。"
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr "创建目录"
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr "拉链上传在此 dir 中,易于上传多个文件。"
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr "解 压缩"
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr "开始"
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "创建过滤器"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr "上传文件/s"
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr "目录仅限读取"
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr "请从此列表中选择一个项目。"
-
-#: ../../include/functions_html.php:1015
-#, fuzzy
-msgid "Select one or more elements"
-msgstr "删除服务元素"
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr "过滤剂"
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "图表类型"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr "过滤模块"
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-#, fuzzy
-msgid "Type to search modules"
-msgstr "搜索模块"
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-#, fuzzy
-msgid "Only common modules"
-msgstr "显示常见模块"
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr "周"
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr "月日"
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr "月"
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr "工作日"
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "请选择一个筛选器"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr "键入至少两个字符来搜索模块。"
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr "%s无法验证请求的来源。请再试一次。"
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr "初级组也不能是次要组。"
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-#, fuzzy
-msgid "Go to top"
-msgstr "转到 "
-
-#: ../../include/functions_html.php:7984
-#, fuzzy
-msgid "Last 24hr"
-msgstr "最后一小时"
-
-#: ../../include/functions_html.php:7987
-#, fuzzy
-msgid "Past week"
-msgstr "上周"
-
-#: ../../include/functions_html.php:7988
-#, fuzzy
-msgid "Past month"
-msgstr "上个月"
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "最后一天"
-
-#: ../../include/functions_html.php:7993
-#, fuzzy
-msgid "Chose start/end date period"
-msgstr "设置开始和结束日期"
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr "检查邮件配置"
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-#, fuzzy
-msgid "Enable user configuration"
-msgstr "集成用户配置"
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr "子类型自定义"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr "通知用户"
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr "已通知组"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr "添加用户"
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr "增加群组"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete users"
-msgstr "删除用户"
-
-#: ../../include/functions_notifications.php:878
-msgid "Delete groups"
-msgstr "删除群组"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr "添加元素"
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr "删除元素"
-
-#: ../../include/functions_notifications.php:1082
-#, fuzzy
-msgid "Show all"
-msgstr "显示警报"
-
-#: ../../include/functions_notifications.php:1086
-#, fuzzy
-msgid "History DB"
-msgstr "历史"
-
-#: ../../include/functions_notifications.php:1090
-#, fuzzy
-msgid "Pandora DB"
-msgstr "潘多拉 Fms"
-
-#: ../../include/functions_notifications.php:1098
-#, fuzzy
-msgid "Allow override"
-msgstr "警报概述"
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-#, fuzzy
-msgid "Apply filter"
-msgstr "应用过滤器"
-
-#: ../../include/functions_notifications.php:1160
-#, fuzzy
-msgid "See all notifications"
-msgstr "用户通知"
-
-#: ../../include/functions_notifications.php:1176
-#, fuzzy
-msgid "Mark all as read"
-msgstr "标记为未读"
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr "单击此处获取更多信息"
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr "简单图形"
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr "简单基线图"
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr "SQL 垂直条形图"
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr "SQL 饼图"
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr "SQL 水平条图"
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr "自动组合图"
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr "可用性图"
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr "模块直方图图"
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr "伊帕姆"
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr "IPAM 网络"
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr "洛杉矶"
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr "每月 S.L.A."
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr "每周 S.L.A."
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr "每小时 S. l. a."
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr "服务 S.L.A."
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr "预测"
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr "预测日期"
-
-#: ../../include/functions_reports.php:746
-msgid "Avg. value"
-msgstr "Avg. 价值"
-
-#: ../../include/functions_reports.php:750
-msgid "Max. value"
-msgstr "元值"
-
-#: ../../include/functions_reports.php:754
-msgid "Min. value"
-msgstr "元值"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr "监视器报告"
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr "串行数据"
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr "史料"
-
-#: ../../include/functions_reports.php:782
-#, fuzzy
-msgid "Service Level Detailed"
-msgstr "服务树视图"
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr "分组"
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr "集团报告"
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr "异常"
-
-#: ../../include/functions_reports.php:818
-#, fuzzy
-msgid "Agents/Modules status"
-msgstr "代理/模块"
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr "顶部 n"
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr "网络接口"
-
-#: ../../include/functions_reports.php:845
-#, fuzzy
-msgid "Custom Render"
-msgstr "自定义字段"
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr "文本/HTML"
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr "从 URL 导入文本"
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr "模块警报报告"
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr "代理警报报告"
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr "组警报报告"
-
-#: ../../include/functions_reports.php:881
-#, fuzzy
-msgid "Actions alert report "
-msgstr "代理警报报告"
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr "模块事件报告"
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr "代理事件报告"
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr "组活动报告"
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr "代理库存"
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "代理库存"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr "库存变化"
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr "代理配置"
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr "群组设置"
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr "净流区域图"
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr "净流量数据表"
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr "净流量汇总表"
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-#, fuzzy
-msgid "Netflow top-N connections"
-msgstr "节点连接"
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-msgid "Log"
-msgstr "日志"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr "日志报告"
-
-#: ../../include/functions_reports.php:959
-#, fuzzy
-msgid "Log report by period"
-msgstr "日志报告"
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr "权限报告"
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr "NCM"
-
-#: ../../include/functions_reports.php:971
-#, fuzzy
-msgid "NCM configuration changes"
-msgstr "配置更改"
-
-#: ../../include/functions_reports.php:976
-#, fuzzy
-msgid "NCM devices list"
-msgstr "NCM 设备"
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-#, fuzzy
-msgid "Security hardening"
-msgstr "安全级别"
-
-#: ../../include/functions_reports.php:1002
-#, fuzzy
-msgid "List of checks"
-msgstr "最近的检查"
-
-#: ../../include/functions_reports.php:1017
-#, fuzzy
-msgid "Severity graph bar"
-msgstr "用户事件图形"
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-#, fuzzy
-msgid "Detailed security report"
-msgstr "代理警报报告"
-
-#: ../../include/functions_reports.php:1037
-#, fuzzy
-msgid "Vulnerabilities of agent"
-msgstr "向代理发射警报"
-
-#: ../../include/functions_reports.php:1042
-#, fuzzy
-msgid "Top-N agents with more risk"
-msgstr "没有带模块的代理"
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-#, fuzzy
-msgid "Macro"
-msgstr "宏"
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr "字符串"
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-#, fuzzy
-msgid "Graph Sql"
-msgstr "仅限图形"
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr "期间 "
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr "代理成功添加到布局中"
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr "模块成功添加到布局中"
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr "代理成功添加到布局中"
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr "无法加载可视图"
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-msgid " agents"
-msgstr "代理"
-
-#: ../../include/functions_reporting.php:420
-msgid " modules"
-msgstr "模块"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr "没有定义 SLA"
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr "相反"
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr "Top N"
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr "前%d"
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr "不苏菲数据"
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr "事件报告组"
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr "排除"
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr "事件报告模块"
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr "库存变化"
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr "未发现任何更改。"
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr "代理/模块"
-
-#: ../../include/functions_reporting.php:3622
-#, fuzzy
-msgid "Agent/Modules Status"
-msgstr "代理/模块"
-
-#: ../../include/functions_reporting.php:3813
-#, fuzzy
-msgid "End of life report"
-msgstr "编辑报告"
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr "例外 - 一切"
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "例外 - 模块超过或等于%s"
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "模块超过或等于%s"
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "例外 - 低于或等于%s的模块"
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "低于或等于%s的模块"
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "例外 - %s下的模块"
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr "%s下的模块"
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "例外 - %s的模块"
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr "模块超过%s"
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "例外 - 等于%s"
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr "等于%s"
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "例外 - 不等于%s"
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr "不等于%s"
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr "例外 - 处于正常状态的模块"
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr "处于正常状态的模块"
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr "例外 - 处于关键或警告状态的模块"
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr "处于关键或警告状态的模块"
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr "在这些条件下没有模块。"
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "没有模块超过或等于%s。"
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "没有低于或等于%s的模块。"
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "没有比%s少的模块了。"
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "%s上没有模块。"
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "没有等于%s的模块"
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "没有不等于%s的模块"
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr "没有模块正常状态"
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr "没有处于批评或警告状态的模块"
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr "集团报告"
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr "事件报告代理"
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr "数据库序列化"
-
-#: ../../include/functions_reporting.php:5368
-msgid "Last Value"
-msgstr "最新值"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr "在选定间隔内无法显示数据"
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr "网络接口报告"
-
-#: ../../include/functions_reporting.php:5786
-#, fuzzy
-msgid "Custom render report"
-msgstr "自定义报告"
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr "该组没有代理,或者没有代理具有任何网络接口"
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr "字节/s"
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr "警报报告组"
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr "警报报告代理"
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr "警报报告模块"
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr "SQL 图形垂直条形"
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr "SQL 图形水平条"
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr "SQL 图形饼"
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr "监视器报告"
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr "净流入区"
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr "净流量摘要"
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr "净流量数据"
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr "未知报告"
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr "预测日期"
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr "AVG. 价值"
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr "SQL语句"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr "无法连接到节点%s"
-
-#: ../../include/functions_reporting.php:8177
-#, fuzzy
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-"非法查询:由于安全限制,有一些代币或单词无法使用*、删除、删除、更改、修改、密"
-"码、传递、插入或更新。"
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr "沒有地址"
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr "监视器在此日期范围内没有数据,或监视器类型不是数字"
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr "显示器类型不是数字"
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr "比率"
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr "自动组合图"
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr "服务器健康"
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr "%d已关闭的服务器"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "监测健康"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "%d不是正常的监视器"
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "显示器向上"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "模块卫生"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "%d 不是有用显示器"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "已编辑的总模块"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr "%d火警报"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "未发射的已定义警报"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr "已定义的用户"
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr "没有数据的代理"
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr "%d 总模块"
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "处于正常状态的%d模块"
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "处于关键状态的%d模块"
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "处于警告状态的%d模块"
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "状态未知的%d模块"
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d处于不状态的模块"
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr "%d普通模块"
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr "%d关键模块"
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr "%d警告模块"
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr "未知模块%d"
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr "%d总代理"
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr "%d正常代理"
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr "%d关键代理"
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr "%d警告代理"
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr "%d未知代理"
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr "%d不是特工"
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr "运行模块总数"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr "比率"
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr "按秒分组的模块"
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr "本地模块"
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr "网络模块"
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr "插件模块"
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr "预测模块"
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr "WMI 模块"
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr "网络模块"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Start condition"
-msgstr "不是条件"
-
-#: ../../include/functions_reporting.php:15478
-#, fuzzy
-msgid "Stop condition"
-msgstr "不是条件"
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr "每周"
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr "月度:"
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr "模块直方图图"
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr "您好"
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr "附在此电子邮件上,有一个 PDF 文件"
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr "报告"
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr "生成于"
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr "谢谢你的时间。"
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr "最好的问候, 潘多拉 Fms"
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
-msgstr "这是一封来自潘多拉 FMS 的自动生成的电子邮件,请不要回复。"
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
+msgstr "警报"
 
 #: ../../include/functions_events.php:194
 msgid "NEW"
@@ -36048,6 +34692,15 @@ msgstr "验证"
 msgid "Event id"
 msgstr "活动标识"
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr "活动名称"
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr "代理模块"
@@ -36066,6 +34719,16 @@ msgstr "模块自定义 ID"
 msgid "Could not connect: %s"
 msgstr "无法创建:%s"
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr "暂无活动"
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr "最新活动"
@@ -36074,6 +34737,33 @@ msgstr "最新活动"
 msgid "V."
 msgstr "V."
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr "新事件"
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr "事件验证"
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr "过程中的事件"
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr "去未知"
@@ -36234,14 +34924,1308 @@ msgstr "执行命令:%s"
 msgid "Execute again"
 msgstr "再次执行"
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
-msgstr "未找到更改"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
+msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
-msgstr "获取CSV文件"
+#: ../../include/functions_reporting.php:410
+msgid " agents"
+msgstr "代理"
+
+#: ../../include/functions_reporting.php:420
+msgid " modules"
+msgstr "模块"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr "没有定义 SLA"
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr "相反"
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr "Top N"
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr "前%d"
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr "没有定义代理/模块"
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr "不苏菲数据"
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr "事件报告组"
+
+#: ../../include/functions_reporting.php:2286
+#, fuzzy, php-format
+msgid "Exclude %s"
+msgstr "排除"
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr "事件报告模块"
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr "库存变化"
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr "未发现任何更改。"
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr "代理/模块"
+
+#: ../../include/functions_reporting.php:3622
+#, fuzzy
+msgid "Agent/Modules Status"
+msgstr "代理/模块"
+
+#: ../../include/functions_reporting.php:3813
+#, fuzzy
+msgid "End of life report"
+msgstr "编辑报告"
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr "例外 - 一切"
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr "例外 - 模块超过或等于%s"
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr "模块超过或等于%s"
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr "例外 - 低于或等于%s的模块"
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr "低于或等于%s的模块"
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr "例外 - %s下的模块"
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr "%s下的模块"
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr "例外 - %s的模块"
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr "模块超过%s"
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "例外 - 等于%s"
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr "等于%s"
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "例外 - 不等于%s"
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr "不等于%s"
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr "例外 - 处于正常状态的模块"
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr "处于正常状态的模块"
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr "例外 - 处于关键或警告状态的模块"
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr "处于关键或警告状态的模块"
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr "在这些条件下没有模块。"
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "没有模块超过或等于%s。"
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "没有低于或等于%s的模块。"
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "没有比%s少的模块了。"
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "%s上没有模块。"
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "没有等于%s的模块"
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "没有不等于%s的模块"
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr "没有模块正常状态"
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr "没有处于批评或警告状态的模块"
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr "集团报告"
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr "事件报告代理"
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr "数据库序列化"
+
+#: ../../include/functions_reporting.php:5379
+msgid "Last Value"
+msgstr "最新值"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr "在选定间隔内无法显示数据"
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr "网络接口报告"
+
+#: ../../include/functions_reporting.php:5797
+#, fuzzy
+msgid "Custom render report"
+msgstr "自定义报告"
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr "该组没有代理,或者没有代理具有任何网络接口"
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr "字节/s"
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr "警报报告组"
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr "警报报告代理"
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr "警报报告模块"
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr "SQL 图形垂直条形"
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr "SQL 图形水平条"
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr "SQL 图形饼"
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr "监视器报告"
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr "净流入区"
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr "净流量摘要"
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr "净流量数据"
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr "未知报告"
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr "预测日期"
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr "AVG. 价值"
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr "失效"
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr "SQL语句"
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr "无法连接到节点%s"
+
+#: ../../include/functions_reporting.php:8188
+#, fuzzy
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+"非法查询:由于安全限制,有一些代币或单词无法使用*、删除、删除、更改、修改、密"
+"码、传递、插入或更新。"
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr "沒有地址"
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr "监视器在此日期范围内没有数据,或监视器类型不是数字"
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr "显示器类型不是数字"
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr "比率"
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr "自动组合图"
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr "服务器健康"
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr "%d已关闭的服务器"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "监测健康"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr "%d不是正常的监视器"
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "显示器向上"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "模块卫生"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr "%d 不是有用显示器"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "已编辑的总模块"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "警报级别"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr "%d火警报"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "未发射的已定义警报"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr "已定义的用户"
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr "没有数据的代理"
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr "%d 总模块"
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr "处于正常状态的%d模块"
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "处于关键状态的%d模块"
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "处于警告状态的%d模块"
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "状态未知的%d模块"
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d处于不状态的模块"
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr "%d普通模块"
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr "%d关键模块"
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr "%d警告模块"
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr "未知模块%d"
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr "%d总代理"
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr "%d正常代理"
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr "%d关键代理"
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr "%d警告代理"
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr "%d未知代理"
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr "%d不是特工"
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr "运行模块总数"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr "比率"
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr "按秒分组的模块"
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr "本地模块"
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr "网络模块"
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr "插件模块"
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr "预测模块"
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr "WMI 模块"
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr "网络模块"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Start condition"
+msgstr "不是条件"
+
+#: ../../include/functions_reporting.php:15489
+#, fuzzy
+msgid "Stop condition"
+msgstr "不是条件"
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr "每周"
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr "月度:"
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr "模块直方图图"
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr "您好"
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr "附在此电子邮件上,有一个 PDF 文件"
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr "报告"
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr "生成于"
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr "谢谢你的时间。"
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr "最好的问候, 潘多拉 Fms"
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr "这是一封来自潘多拉 FMS 的自动生成的电子邮件,请不要回复。"
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr "标签 "
+
+#: ../../include/functions_reporting_html.php:116
+#, fuzzy
+msgid "Data time"
+msgstr "数据图像"
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr "已生成"
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr "报告日期"
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr "项目前一期"
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+#, fuzzy
+msgid "CVE"
+msgstr "CSV"
+
+#: ../../include/functions_reporting_html.php:677
+#, fuzzy
+msgid "Detection time"
+msgstr "选择模式"
+
+#: ../../include/functions_reporting_html.php:680
+#, fuzzy
+msgid "Attack Vector"
+msgstr "附加错误"
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+#, fuzzy
+msgid "Confidentiality"
+msgstr "证书"
+
+#: ../../include/functions_reporting_html.php:686
+#, fuzzy
+msgid "Integrity"
+msgstr "特格里亚主机"
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+#, fuzzy
+msgid "L.S. Change"
+msgstr "更改"
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr "最大/最小值"
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr "斯拉限制"
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr "斯拉合规性"
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr "全球时间"
+
+#: ../../include/functions_reporting_html.php:1240
+msgid "Time Total"
+msgstr "时间总计"
+
+#: ../../include/functions_reporting_html.php:1241
+msgid "Time Failed"
+msgstr "时间失败"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr "时间确定"
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr "时间未知"
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr "时间不是伊尼特"
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr "停机时间"
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr "检查时间"
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr "检查总数"
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr "检查失败"
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr "检查确定"
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr "检查未知"
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr "24 x 7"
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr "不是伊尼特"
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr "停机时间"
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr "平均值"
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+#, fuzzy
+msgid "Validated by"
+msgstr "验证"
+
+#: ../../include/functions_reporting_html.php:1789
+#, php-format
+msgid "%s System"
+msgstr "%s系统"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr "用户验证器的事件"
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr "基于严重性的事件"
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr "已验证与未验证的事件"
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr "秒组"
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr "远程会合。"
+
+#: ../../include/functions_reporting_html.php:2447
+#, fuzzy
+msgid "Agent secondary groups"
+msgstr "添加次要组"
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr "当模块处于\"未初始化\"状态时,单元会变灰"
+
+#: ../../include/functions_reporting_html.php:3037
+#, fuzzy
+msgid "Last time"
+msgstr "最后点燃"
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "代理 - 模块"
+
+#: ../../include/functions_reporting_html.php:3234
+#, fuzzy
+msgid "OS Type"
+msgstr "扫描类型"
+
+#: ../../include/functions_reporting_html.php:3500
+#, fuzzy
+msgid "Data view of all groups"
+msgstr "打开所有组"
+
+#: ../../include/functions_reporting_html.php:3630
+#, fuzzy
+msgid "Group Description"
+msgstr "描述"
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr "用户验证的事件"
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr "按严重程度分级的事件"
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr "验证的金额事件"
+
+#: ../../include/functions_reporting_html.php:4470
+#, fuzzy
+msgid "Total summary"
+msgstr "映射概况"
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "未发出警报"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "接口\"%s\"吞吐量图"
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr "实际状态"
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr "空模块"
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr "从数据"
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr "到数据"
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr "负增长:"
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr "正增长:"
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr "中性增加:"
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr "时间不是 Init 模块"
+
+#: ../../include/functions_reporting_html.php:5432
+msgid "Time Downtime"
+msgstr "停机时间"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr "% 确定"
+
+#: ../../include/functions_reporting_html.php:5508
+msgid "Checks Warning"
+msgstr "检查警告"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr "检查乌克诺"
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr "主要"
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr "代理最小值"
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr "求和"
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr "警报描述"
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr "监测"
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr "组中的代理:%s"
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr "上次失败"
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr "不适用(*)"
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr "监测"
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr "按状态代理"
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr "节点概述"
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr "关键事件"
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr "警告事件"
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr "确定事件"
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr "未知事件"
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr "按批评分写的重要事件"
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr "%s控制台中的最后活动"
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr "事件信息 (1 小时)"
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr "此 SLA 已受到以下计划停机时间的影响"
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr "如果预定停机时间的持续时间小于 5 分钟,则不会在图表中表示"
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr "日期"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr "此项目受计划停机时间失灵的影响"
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr "前往预定的停机时间部分以解决这个问题"
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr "权限"
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr "供应商"
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr "模型"
+
+#: ../../include/functions_reporting_html.php:7849
+#, fuzzy
+msgid "Firmware"
+msgstr "发送固件"
+
+#: ../../include/functions_reporting_html.php:7850
+#, fuzzy
+msgid "Last backup date"
+msgstr "最后更新"
+
+#: ../../include/functions_reporting_html.php:7925
+#, fuzzy
+msgid "Diff"
+msgstr "迪夫视图"
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr "负载平均值(最后一分钟)"
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr "负载平均值(最后 5 分钟)"
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr "负载平均值(最后 15 分钟)"
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr "为主机配置的总交换大小"
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr "主机上可用的交换空间"
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "主机上的实际/物理内存总大小"
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "主机上可用的真实/物理内存空间"
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr "主机上可用内存总数"
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr "总缓存内存"
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr "缓冲内存总数"
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "从磁盘中交换的内存量 (kB/s)"
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "交换到磁盘的内存量 (kB/s)"
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr "发送到块设备的块数"
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr "从块设备接收的块数"
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr "处理中断次数"
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr "上下文开关数量"
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr "用户 CPU 时间"
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr "系统 CPU 时间"
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr "闲置 CPU 时间"
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "系统启动时间"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr "分页"
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr "按企业字符串 /IP 分组"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr "激活筛选"
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr "启用筛选"
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr "错误处理请求"
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr "此视图可能使用用户无法访问的部分信息"
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr "软件"
+
+#: ../../include/functions_ui.php:1360
+#, fuzzy
+msgid "Force check"
+msgstr "强制远程检查"
+
+#: ../../include/functions_ui.php:1537
+#, fuzzy
+msgid "Are you sure you want to delete alert action?"
+msgstr "您确定要启用警报吗?"
+
+#: ../../include/functions_ui.php:1625
+#, fuzzy
+msgid "Are you sure you want to delete alert?"
+msgstr "您确定要启用警报吗?"
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr "当值结束时,警报会启动 "
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr "当值低于时,警报会开火 "
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr "未知选项。"
+
+#: ../../include/functions_ui.php:2699
+#, fuzzy
+msgid "First"
+msgstr "第一页"
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr "未知类型"
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr "将当前页面导出到 CSV"
+
+#: ../../include/functions_ui.php:4052
+#, fuzzy, php-format
+msgid "export_%s_current_page_%s"
+msgstr "将当前页面导出到 CSV"
+
+#: ../../include/functions_ui.php:4205
+#, fuzzy
+msgid "No matching records found"
+msgstr "未发现匹配的陷阱"
+
+#: ../../include/functions_ui.php:4206
+#, fuzzy
+msgid "No data available in table"
+msgstr "不可用"
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr "键入至少两个字符进行搜索。"
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr "未处理错误"
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr "发生未处理错误"
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr "快照视图"
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr "这些控件使用系统的时区(%s)而不是您的(%s)。与时区的小时差是%s。"
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr "查询"
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr "结果"
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr "执行查询"
+
+#: ../../include/functions_ui.php:7458
+msgid "Show password"
+msgstr "显示密码"
+
+#: ../../include/functions_ui.php:7558
+#, fuzzy
+msgid "WEB server"
+msgstr "WMI 服务器"
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "向导模块"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr "选择库存模块"
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr "使用自定义字段"
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr "字段名称"
+
+#: ../../include/functions_ui.php:7881
+msgid "It's a password"
+msgstr "是密码"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr "添加字段"
+
+#: ../../include/functions_ui.php:8388
+#, fuzzy
+msgid "Empty view image"
+msgstr "空地图"
 
 #: ../../mobile/include/functions_web.php:83
 #, php-format
@@ -36368,134 +36352,6 @@ msgstr "找不到代理人"
 msgid "Last %s Events"
 msgstr "最后一%s事件"
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr "按%s过滤代理"
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr "无代理"
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr "(默认)"
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr "群组:%s"
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr "状态: %s"
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr "免费搜索:%s"
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr "按%s过滤警报"
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-#, fuzzy
-msgid "Module/Agent"
-msgstr "模块父级"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr "最后点燃"
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr "待机:%s"
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr "错误:事件细节"
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr "连接到 DB 的错误。"
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr "事件详情"
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr "成功验证"
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr "验证失败"
-
-#: ../../mobile/operation/events.php:918
-#, fuzzy
-msgid "Sucessful in process"
-msgstr "成功设置进程"
-
-#: ../../mobile/operation/events.php:920
-#, fuzzy
-msgid "Fail in process"
-msgstr "仅在过程中"
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr "按%s过滤事件"
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr "预设过滤器"
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr "过滤器: %s"
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr "严重性:%s"
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr "类型: %s"
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr "免费搜索:%s"
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr "营业时间:%s"
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -36508,38 +36364,54 @@ msgstr "服务器功能"
 msgid "Module data"
 msgstr "模块标签"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr "(默认)"
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr "群组:%s"
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr "模块组:%s"
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr "状态: %s"
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr "免费搜索:%s"
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr "标签: %s"
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr "按%s过滤模块"
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr "间隔。"
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr "上次更新。"
-
-#: ../../mobile/operation/modules.php:850
-#, fuzzy
-msgid "Choose option"
-msgstr "选择时间"
-
 #: ../../mobile/operation/server_status.php:371
 #, fuzzy
 msgid "No servers"
@@ -36635,6 +36507,118 @@ msgstr "模块,如\"%s\""
 msgid "NOT INITIALIZED"
 msgstr "未初始化"
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr "按%s过滤代理"
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr "无代理"
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr "按%s过滤警报"
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+#, fuzzy
+msgid "Module/Agent"
+msgstr "模块父级"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr "最后点燃"
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr "待机:%s"
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr "错误:事件细节"
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr "连接到 DB 的错误。"
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr "事件详情"
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr "成功验证"
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr "验证失败"
+
+#: ../../mobile/operation/events.php:918
+#, fuzzy
+msgid "Sucessful in process"
+msgstr "成功设置进程"
+
+#: ../../mobile/operation/events.php:920
+#, fuzzy
+msgid "Fail in process"
+msgstr "仅在过程中"
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr "按%s过滤事件"
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr "预设过滤器"
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr "过滤器: %s"
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr "严重性:%s"
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr "类型: %s"
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr "免费搜索:%s"
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr "营业时间:%s"
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr "按%s过滤模块"
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr "间隔。"
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr "上次更新。"
+
+#: ../../mobile/operation/modules.php:850
+#, fuzzy
+msgid "Choose option"
+msgstr "选择时间"
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -37317,71 +37301,6 @@ msgstr "此代理没有模块库存"
 msgid "Diff view"
 msgstr "迪夫视图"
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr "其他模块"
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr "模块网络无 proc"
-
-#: ../../operation/agentes/graphs.php:174
-msgid "Modules boolean"
-msgstr "模块布尔"
-
-#: ../../operation/agentes/graphs.php:260
-#, fuzzy
-msgid "The combined graph does not show the alerts into this graph"
-msgstr "组合图不在此图中显示警报"
-
-#: ../../operation/agentes/graphs.php:265
-#, fuzzy
-msgid "Several graphs for each module"
-msgstr "每个模块的几个图形"
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr "一个组合图"
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr "以一个组合图显示"
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr "区域堆栈"
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr "行堆栈"
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr "保存为自定义图"
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr "过滤图"
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr "加载图形时出现错误"
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr "名称 自定义图"
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr "保存自定义图"
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr "自定义图形从代理中的选项卡图形创建。"
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -37520,6 +37439,71 @@ msgstr "代理详细信息"
 msgid "Interface information (SNMP)"
 msgstr "接口信息 (SNMP)"
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr "其他模块"
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr "模块网络无 proc"
+
+#: ../../operation/agentes/graphs.php:174
+msgid "Modules boolean"
+msgstr "模块布尔"
+
+#: ../../operation/agentes/graphs.php:260
+#, fuzzy
+msgid "The combined graph does not show the alerts into this graph"
+msgstr "组合图不在此图中显示警报"
+
+#: ../../operation/agentes/graphs.php:265
+#, fuzzy
+msgid "Several graphs for each module"
+msgstr "每个模块的几个图形"
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr "一个组合图"
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr "以一个组合图显示"
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr "区域堆栈"
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr "行堆栈"
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr "保存为自定义图"
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr "过滤图"
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr "加载图形时出现错误"
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr "名称 自定义图"
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr "保存自定义图"
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr "自定义图形从代理中的选项卡图形创建。"
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr "Wux 服务器模块"
@@ -38023,26 +38007,26 @@ msgid "Netflow live view"
 msgstr "净流实时视图"
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr "创建过滤器的错误"
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr "成功创建的过滤器"
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr "过滤器成功更新"
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr "错误更新过滤器"
 
@@ -38051,8 +38035,8 @@ msgid "Connection"
 msgstr "连接"
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr "请选择一个筛选器"
 
@@ -38088,14 +38072,14 @@ msgid "Draw"
 msgstr "绘制"
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr "保存为新过滤器"
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr "更新当前过滤器"
 
@@ -38104,37 +38088,28 @@ msgid "No filter selected"
 msgstr "未选择筛选器"
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 #, fuzzy
 msgid "Loading netflow data, please wait"
 msgstr "系统正在合并您的环境,请等待"
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr "网络使用地图"
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr "显示净流图"
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 #, fuzzy
 msgid "Results to show"
 msgstr "显示金额"
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "下载过滤器"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr "开始日期"
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "下载过滤器"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -38150,6 +38125,15 @@ msgstr "由端口%s过滤。单击此处删除筛选器。"
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr "由 IP %s过滤。单击此处删除筛选器。"
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr "网络使用地图"
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr "显示净流图"
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -38440,6 +38424,26 @@ msgstr "创建策略"
 msgid "Are you sure you want add module?"
 msgstr "您确定要添加模块吗?"
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr "用户通知"
+
+#: ../../operation/users/user_edit_notifications.php:42
+#, fuzzy
+msgid "Console notifications"
+msgstr "用户通知"
+
+#: ../../operation/users/user_edit_notifications.php:43
+#, fuzzy
+msgid "E-mail notifications"
+msgstr "用户通知"
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr "系统管理员已禁用控制"
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr "用户详细信息编辑器"
@@ -38485,7 +38489,8 @@ msgid "Please enter a valid phone number"
 msgstr "请输入一个有效的电话号码"
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
+#, fuzzy
+msgid "Error updating passwords"
 msgstr "错误更新密码:"
 
 #: ../../operation/users/user_edit.php:265
@@ -38537,26 +38542,6 @@ msgstr "根据当前身份验证计划,您无法更改用户信息"
 msgid "This user doesn't have any assigned profile/group."
 msgstr "此用户没有任何分配的个人资料/组。"
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr "用户通知"
-
-#: ../../operation/users/user_edit_notifications.php:42
-#, fuzzy
-msgid "Console notifications"
-msgstr "用户通知"
-
-#: ../../operation/users/user_edit_notifications.php:43
-#, fuzzy
-msgid "E-mail notifications"
-msgstr "用户通知"
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr "系统管理员已禁用控制"
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr "生成器"
@@ -38962,7 +38947,8 @@ msgid "Completed"
 msgstr "已完成"
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
+#, fuzzy, php-format
+msgid "Updating to %s"
 msgstr "更新到"
 
 #: ../../update_manager_client/views/offline.php:65
@@ -38990,13 +38976,13 @@ msgid "Click on the file below to begin."
 msgstr "单击下面的文件开始。"
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+#, fuzzy
+msgid "This action will upgrade this console to version"
 msgstr "此操作将此控制台升级为版本"
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+#, fuzzy
+msgid "This action will upgrade all servers to version"
 msgstr "此操作将升级到版本的所有服务器"
 
 #: ../../update_manager_client/views/offline.php:73
@@ -39088,47 +39074,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-#, fuzzy
-msgid "The latest version of package installed is"
-msgstr "已安装最新版本的程序包:%d"
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an \n"
 "Language-Team: Traditional Chinese \n"
@@ -47,8 +47,8 @@ msgid "Extensions"
 msgstr ""
 
 #: ../../extensions/extension_uploader.php:39
-#: ../../extensions/pandora_logs.php:95 ../../extensions/db_status.php:34
-#: ../../extensions/api_checker.php:222 ../../godmode/setup/links.php:29
+#: ../../extensions/pandora_logs.php:95 ../../extensions/api_checker.php:222
+#: ../../extensions/db_status.php:34 ../../godmode/setup/links.php:29
 #: ../../godmode/setup/news.php:39 ../../godmode/setup/file_manager.php:56
 #: ../../godmode/extensions.php:38 ../../godmode/menu.php:501
 #: ../../include/class/Diagnostics.class.php:166
@@ -143,11 +143,11 @@ msgstr ""
 #: ../../include/ajax/alert_list.ajax.php:230
 #: ../../include/ajax/module.php:1973
 #: ../../include/class/AlertsList.class.php:314
+#: ../../include/class/AgentsAlerts.class.php:434
+#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/NetworkMap.class.php:2989
 #: ../../include/class/NetworkMap.class.php:3041
 #: ../../include/class/NetworkMap.class.php:3373
-#: ../../include/class/AgentsAlerts.class.php:434
-#: ../../include/class/AgentsAlerts.class.php:984
 #: ../../include/class/WelcomeWindow.class.php:1244
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416
 #: ../../include/lib/Dashboard/Widgets/ColorModuleTabs.php:255
@@ -160,7 +160,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:519
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:538
 #: ../../include/lib/Dashboard/Widgets/inventory.php:285
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:381
 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:453
 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282
@@ -171,6 +170,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/top_n.php:225
 #: ../../include/lib/Dashboard/Widgets/top_n.php:322
 #: ../../include/lib/Dashboard/Widgets/module_value.php:334
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:587
 #: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:332
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:394
 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214
@@ -185,8 +185,12 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:449
 #: ../../include/functions_gis.php:229
 #: ../../include/functions_snmp_browser.php:1871
-#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
 #: ../../include/functions_graph.php:4991
+#: ../../include/functions_reports.php:1423
+#: ../../include/functions_inventory.php:409
+#: ../../include/functions_inventory.php:1395
+#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_reporting.php:7772
 #: ../../include/functions_reporting_html.php:628
 #: ../../include/functions_reporting_html.php:815
 #: ../../include/functions_reporting_html.php:899
@@ -214,15 +218,10 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:6647
 #: ../../include/functions_reporting_html.php:6687
 #: ../../include/functions_reporting_html.php:6937
-#: ../../include/functions_reports.php:1423
-#: ../../include/functions_reporting.php:7761
-#: ../../include/functions_inventory.php:409
-#: ../../include/functions_inventory.php:1395
-#: ../../include/functions_inventory.php:1451
+#: ../../include/functions_ui.php:1679 ../../include/functions_ui.php:6470
+#: ../../mobile/operation/home.php:110 ../../mobile/operation/services.php:225
 #: ../../mobile/operation/agents.php:93 ../../mobile/operation/agents.php:404
-#: ../../mobile/operation/events.php:866 ../../mobile/operation/home.php:110
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/services.php:225
+#: ../../mobile/operation/events.php:866 ../../mobile/operation/modules.php:608
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -245,9 +244,9 @@ msgstr "代理程式"
 #: ../../extensions/insert_data.php:195 ../../extensions/agents_modules.php:557
 #: ../../godmode/agentes/module_manager_editor_prediction.php:152
 #: ../../godmode/agentes/planned_downtime.list.php:425
+#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/agentes/module_manager_editor_common.php:1555
 #: ../../godmode/agentes/module_manager_editor_common.php:1609
-#: ../../godmode/agentes/planned_downtime.editor.php:1448
 #: ../../godmode/alerts/alert_list.list.php:566
 #: ../../godmode/alerts/alert_list.list.php:831
 #: ../../godmode/alerts/alert_view.php:97
@@ -308,8 +307,11 @@ msgstr "代理程式"
 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563
 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:377
 #: ../../include/functions_visual_map_editor.php:491
-#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
-#: ../../include/functions_ui.php:7680 ../../include/functions_graph.php:5098
+#: ../../include/functions_graph.php:5098
+#: ../../include/functions_reports.php:1454
+#: ../../include/functions_inventory.php:1396
+#: ../../include/functions_inventory.php:1452
+#: ../../include/functions_reporting.php:7773
 #: ../../include/functions_reporting_html.php:1203
 #: ../../include/functions_reporting_html.php:1602
 #: ../../include/functions_reporting_html.php:2691
@@ -326,11 +328,8 @@ msgstr "代理程式"
 #: ../../include/functions_reporting_html.php:5486
 #: ../../include/functions_reporting_html.php:6217
 #: ../../include/functions_reporting_html.php:6265
-#: ../../include/functions_reports.php:1454
-#: ../../include/functions_reporting.php:7762
-#: ../../include/functions_inventory.php:1396
-#: ../../include/functions_inventory.php:1452
-#: ../../mobile/operation/services.php:332
+#: ../../include/functions_ui.php:1683 ../../include/functions_ui.php:7655
+#: ../../include/functions_ui.php:7680 ../../mobile/operation/services.php:332
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
 #: ../../operation/agentes/exportdata.php:119
@@ -347,12 +346,16 @@ msgstr "模組"
 #: ../../godmode/agentes/status_monitor_custom_fields.php:133
 #: ../../godmode/agentes/status_monitor_custom_fields.php:170
 #: ../../godmode/events/custom_events.php:113
-#: ../../include/ajax/heatmap.ajax.php:337
-#: ../../include/ajax/custom_fields.php:478 ../../include/ajax/module.php:1081
+#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1081
+#: ../../include/ajax/custom_fields.php:478
 #: ../../include/lib/Dashboard/Widgets/events_list.php:874
 #: ../../include/functions_netflow.php:301
 #: ../../include/functions_graph.php:3401
 #: ../../include/functions_graph.php:3402
+#: ../../include/functions_events.php:270
+#: ../../include/functions_events.php:354
+#: ../../include/functions_reporting.php:5113
+#: ../../include/functions_reporting.php:5154
 #: ../../include/functions_reporting_html.php:3036
 #: ../../include/functions_reporting_html.php:4056
 #: ../../include/functions_reporting_html.php:4064
@@ -365,10 +368,6 @@ msgstr "模組"
 #: ../../include/functions_reporting_html.php:4095
 #: ../../include/functions_reporting_html.php:4152
 #: ../../include/functions_reporting_html.php:4236
-#: ../../include/functions_reporting.php:5102
-#: ../../include/functions_reporting.php:5143
-#: ../../include/functions_events.php:270
-#: ../../include/functions_events.php:354
 #: ../../mobile/operation/module_data.php:164
 #: ../../mobile/operation/modules.php:726
 #: ../../mobile/operation/modules.php:730
@@ -487,11 +486,11 @@ msgstr ""
 #: ../../include/class/CustomNetScan.class.php:547
 #: ../../include/class/CustomNetScan.class.php:561
 #: ../../include/class/Diagnostics.class.php:1913
-#: ../../include/class/SatelliteAgent.class.php:1379
-#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/class/ExtensionsDiscovery.class.php:787
 #: ../../include/class/AgentWizard.class.php:1433
 #: ../../include/class/AgentWizard.class.php:4182
+#: ../../include/class/SatelliteAgent.class.php:1379
+#: ../../include/class/SatelliteAgent.class.php:1404
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:316
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:575
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
@@ -528,22 +527,22 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:844
 #: ../../include/functions_massive_operations.php:155
-#: ../../include/functions.php:1178 ../../include/functions.php:1416
-#: ../../include/functions.php:1419 ../../include/functions.php:1458
-#: ../../include/functions_agents.php:5069 ../../include/functions_ui.php:342
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8371
+#: ../../include/functions_agents.php:5069
 #: ../../include/functions_graph.php:3237
 #: ../../include/functions_graph.php:3239
-#: ../../include/functions_graph.php:4776
-#: ../../include/functions_events.php:3273 ../../mobile/operation/agents.php:59
+#: ../../include/functions_graph.php:4776 ../../include/functions.php:1178
+#: ../../include/functions.php:1416 ../../include/functions.php:1419
+#: ../../include/functions.php:1458 ../../include/functions_events.php:3273
+#: ../../include/functions_ui.php:342 ../../include/functions_ui.php:3231
+#: ../../include/functions_ui.php:8371 ../../mobile/operation/agents.php:59
 #: ../../mobile/operation/modules.php:70
 #: ../../operation/agentes/group_view.php:251
 #: ../../operation/agentes/group_view.php:256
 #: ../../operation/agentes/estado_agente.php:311
 #: ../../operation/agentes/estado_monitores.php:546
+#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/graphs.php:236
 #: ../../operation/agentes/graphs.php:250
-#: ../../operation/agentes/alerts_status.php:669
 #: ../../operation/agentes/status_monitor.php:574
 #: ../../operation/gis_maps/render_view.php:166
 #: ../../operation/netflow/nf_live_view.php:392
@@ -650,11 +649,13 @@ msgstr ""
 #: ../../include/class/AuditLog.class.php:154
 #: ../../include/class/AuditLog.class.php:246
 #: ../../include/lib/Dashboard/Widgets/inventory.php:328
+#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:586
-#: ../../include/lib/Dashboard/Widgets/DataMatrix.php:648
 #: ../../include/lib/TacticalView/elements/Events.php:447
-#: ../../include/functions.php:3194
+#: ../../include/functions_inventory.php:1397 ../../include/functions.php:3194
+#: ../../include/functions_reporting.php:5112
+#: ../../include/functions_reporting.php:5153
 #: ../../include/functions_reporting_html.php:898
 #: ../../include/functions_reporting_html.php:2692
 #: ../../include/functions_reporting_html.php:4055
@@ -667,9 +668,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4235
 #: ../../include/functions_reporting_html.php:7296
 #: ../../include/functions_reporting_html.php:7924
-#: ../../include/functions_reporting.php:5101
-#: ../../include/functions_reporting.php:5142
-#: ../../include/functions_inventory.php:1397
 #: ../../mobile/operation/tactical.php:351
 #: ../../operation/agentes/agent_inventory.php:135
 #: ../../operation/netflow/nf_live_view.php:506
@@ -738,8 +736,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:480
 #: ../../operation/events/events.php:3656
 #: ../../operation/netflow/nf_live_view.php:965
-#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/network/network_report.php:682
+#: ../../operation/network/network_usage_map.php:414
 #: ../../operation/reporting/graph_viewer.php:504
 #: ../../operation/reporting/reporting_viewer.php:390
 #: ../../operation/inventory/inventory.php:1470
@@ -763,8 +761,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:481
 #: ../../operation/events/events.php:3657
 #: ../../operation/netflow/nf_live_view.php:966
-#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/network/network_report.php:683
+#: ../../operation/network/network_usage_map.php:415
 #: ../../operation/reporting/graph_viewer.php:505
 #: ../../operation/reporting/reporting_viewer.php:391
 #: ../../operation/inventory/inventory.php:1471
@@ -790,8 +788,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:482
 #: ../../operation/events/events.php:3658
 #: ../../operation/netflow/nf_live_view.php:967
-#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/network/network_report.php:684
+#: ../../operation/network/network_usage_map.php:416
 #: ../../operation/reporting/graph_viewer.php:506
 #: ../../operation/reporting/reporting_viewer.php:392
 #: ../../operation/inventory/inventory.php:1472
@@ -816,8 +814,8 @@ msgstr "小時"
 #: ../../operation/agentes/stat_win.php:483
 #: ../../operation/events/events.php:3659
 #: ../../operation/netflow/nf_live_view.php:968
-#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/network/network_report.php:685
+#: ../../operation/network/network_usage_map.php:417
 #: ../../operation/reporting/graph_viewer.php:507
 #: ../../operation/reporting/reporting_viewer.php:393
 #: ../../operation/inventory/inventory.php:1473
@@ -841,8 +839,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:484
 #: ../../operation/events/events.php:3660
 #: ../../operation/netflow/nf_live_view.php:969
-#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/network/network_report.php:686
+#: ../../operation/network/network_usage_map.php:418
 #: ../../operation/reporting/graph_viewer.php:508
 #: ../../operation/reporting/reporting_viewer.php:394
 #: ../../operation/inventory/inventory.php:1474
@@ -859,8 +857,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:6163
 #: ../../godmode/setup/news.php:442 ../../godmode/users/configure_token.php:200
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:735
-#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../include/functions_html.php:8250 ../../include/functions_html.php:8306
+#: ../../include/functions.php:536 ../../include/functions.php:667
 #: ../../operation/agentes/datos_agente.php:319
 #: ../../operation/agentes/interface_traffic_graph_win.php:450
 #: ../../operation/agentes/estado_monitores.php:495
@@ -868,8 +866,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:485
 #: ../../operation/events/events.php:3661
 #: ../../operation/netflow/nf_live_view.php:970
-#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/network/network_report.php:687
+#: ../../operation/network/network_usage_map.php:419
 #: ../../operation/reporting/graph_viewer.php:509
 #: ../../operation/reporting/reporting_viewer.php:395
 #: ../../operation/inventory/inventory.php:1475
@@ -903,8 +901,8 @@ msgstr ""
 #: ../../operation/agentes/stat_win.php:486
 #: ../../operation/events/events.php:3662
 #: ../../operation/netflow/nf_live_view.php:971
-#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/network/network_report.php:688
+#: ../../operation/network/network_usage_map.php:420
 #: ../../operation/reporting/graph_viewer.php:510
 #: ../../operation/reporting/reporting_viewer.php:396
 #: ../../operation/inventory/inventory.php:1476
@@ -915,371 +913,6 @@ msgstr ""
 msgid "Close"
 msgstr ""
 
-#: ../../extensions/module_groups.php:48
-msgid "Counters Module"
-msgstr ""
-
-#: ../../extensions/module_groups.php:49
-msgid "Alerts_Fired"
-msgstr ""
-
-#: ../../extensions/module_groups.php:50
-#: ../../godmode/groups/group_list.php:1291
-#: ../../godmode/massive/massive_copy_modules.php:125
-#: ../../godmode/massive/massive_copy_modules.php:313
-#: ../../godmode/massive/massive_delete_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:393
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
-#: ../../include/ajax/module.php:2350
-#: ../../include/class/ExtensionsDiscovery.class.php:788
-#: ../../include/class/AgentWizard.class.php:1436
-#: ../../include/class/AgentWizard.class.php:4196
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
-#: ../../include/functions_massive_operations.php:156
-#: ../../include/functions.php:1182 ../../include/functions.php:1418
-#: ../../include/functions.php:1419 ../../include/functions.php:1421
-#: ../../include/functions.php:1462 ../../include/functions_agents.php:5070
-#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
-#: ../../include/functions_graph.php:3249
-#: ../../include/functions_graph.php:3251
-#: ../../include/functions_graph.php:4780
-#: ../../include/functions_reporting_html.php:1521
-#: ../../include/functions_reporting_html.php:6131
-#: ../../include/functions_events.php:3277 ../../mobile/operation/agents.php:57
-#: ../../mobile/operation/modules.php:71
-#: ../../operation/agentes/group_view.php:252
-#: ../../operation/agentes/group_view.php:257
-#: ../../operation/agentes/estado_agente.php:312
-#: ../../operation/agentes/estado_monitores.php:542
-#: ../../operation/agentes/status_monitor.php:575
-#: ../../operation/gis_maps/render_view.php:165
-#: ../../operation/custom_fields/custom_fields_view.php:176
-#: ../../operation/tree.php:210 ../../operation/tree.php:301
-#: ../../operation/tree.php:515
-msgid "Critical"
-msgstr "重大更新"
-
-#: ../../extensions/module_groups.php:52
-#: ../../godmode/alerts/alert_list.builder.php:350
-#: ../../godmode/groups/group_list.php:1301
-#: ../../godmode/massive/massive_copy_modules.php:126
-#: ../../godmode/massive/massive_copy_modules.php:314
-#: ../../godmode/massive/massive_delete_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:394
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
-#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
-#: ../../include/class/ExtensionsDiscovery.class.php:789
-#: ../../include/graphs/functions_flot.php:352
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
-#: ../../include/lib/ClusterViewer/ClusterManager.php:642
-#: ../../include/lib/TacticalView/elements/Alerts.php:218
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
-#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
-#: ../../include/functions_massive_operations.php:157
-#: ../../include/functions.php:1368 ../../include/functions.php:4319
-#: ../../include/functions_netflow.php:2129
-#: ../../include/functions_agents.php:5071 ../../include/functions_ui.php:641
-#: ../../include/functions_ui.php:642
-#: ../../include/functions_reporting_html.php:4814
-#: ../../include/functions_reporting_html.php:5217
-#: ../../include/functions_filemanager.php:782
-#: ../../include/functions_reports.php:569
-#: ../../include/functions_visual_map.php:2457
-#: ../../include/functions_visual_map.php:2485
-#: ../../include/functions_visual_map.php:2503
-#: ../../include/functions_visual_map.php:2521
-#: ../../include/functions_reporting.php:7181
-#: ../../include/functions_events.php:3018
-#: ../../include/functions_events.php:3177 ../../mobile/operation/agents.php:60
-#: ../../mobile/operation/modules.php:72
-#: ../../operation/agentes/group_view.php:248
-#: ../../operation/agentes/group_view.php:253
-#: ../../operation/agentes/estado_agente.php:313
-#: ../../operation/agentes/estado_monitores.php:547
-#: ../../operation/agentes/pandora_networkmap.view.php:1761
-#: ../../operation/agentes/status_monitor.php:576
-#: ../../operation/events/events.php:930
-#: ../../operation/custom_fields/custom_fields_view.php:177
-#: ../../operation/tree.php:211 ../../operation/tree.php:302
-#: ../../operation/tree.php:525
-msgid "Unknown"
-msgstr ""
-
-#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
-#: ../../godmode/massive/massive_operations.php:471
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
-#: ../../godmode/setup/setup_visuals.php:2333
-#: ../../godmode/setup/setup_general.php:1012
-#: ../../godmode/setup/setup_general.php:1030 ../../godmode/menu.php:775
-#: ../../include/class/HelpFeedBack.class.php:370
-#: ../../include/class/ConfigPEN.class.php:674
-#: ../../include/class/ConfigPEN.class.php:698
-#: ../../include/class/CredentialStore.class.php:1654
-#: ../../include/class/ModuleTemplates.class.php:1368
-#: ../../include/class/SatelliteAgent.class.php:1147
-#: ../../include/class/ExtensionsDiscovery.class.php:257
-#: ../../include/class/WelcomeWindow.class.php:176
-#: ../../include/class/AgentWizard.class.php:6265
-#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
-#: ../../include/functions_db.php:1980
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1516
-#: ../../include/functions_reporting_html.php:4820
-#: ../../include/functions_reporting_html.php:6126
-#: ../../operation/agentes/pandora_networkmap.editor.php:751
-#: ../../operation/agentes/pandora_networkmap.php:904
-#: ../../operation/snmpconsole/snmp_browser.php:629
-#: ../../operation/snmpconsole/snmp_browser.php:705
-msgid "OK"
-msgstr ""
-
-#: ../../extensions/module_groups.php:54
-msgid "Not_init"
-msgstr ""
-
-#: ../../extensions/module_groups.php:251
-msgid "Combined table of agent group and module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:260
-#: ../../extensions/agents_modules.php:597
-#: ../../extensions/realtime_graphs.php:67
-#: ../../general/first_task/cluster_builder.php:38
-#: ../../godmode/agentes/status_monitor_custom_fields.php:44
-#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
-#: ../../godmode/snmpconsole/snmp_filters.php:55
-#: ../../include/class/AgentsAlerts.class.php:753
-#: ../../include/class/SnmpConsole.class.php:230
-#: ../../operation/agentes/group_view.php:97
-#: ../../operation/agentes/estado_agente.php:282
-#: ../../operation/agentes/interface_view.php:76
-#: ../../operation/agentes/alerts_status.php:202
-#: ../../operation/agentes/status_monitor.php:340
-#: ../../operation/netflow/netflow_explorer.php:55
-#: ../../operation/netflow/nf_live_view.php:188
-#: ../../operation/network/network_usage_map.php:63
-#: ../../operation/snmpconsole/snmp_statistics.php:100
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
-#: ../../operation/snmpconsole/snmp_browser.php:95
-#: ../../operation/inventory/inventory.php:389
-#: ../../operation/custom_fields/custom_fields_view.php:53
-#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
-#: ../../operation/menu.php:280 ../../operation/tree.php:185
-#: ../../views/cluster/list.php:40
-msgid "Monitoring"
-msgstr ""
-
-#: ../../extensions/module_groups.php:264
-#: ../../extensions/agents_modules.php:601
-#: ../../extensions/realtime_graphs.php:71
-#: ../../godmode/agentes/status_monitor_custom_fields.php:48
-#: ../../include/class/AgentsAlerts.class.php:757
-#: ../../operation/agentes/group_view.php:101
-#: ../../operation/agentes/estado_agente.php:286
-#: ../../operation/agentes/interface_view.php:80
-#: ../../operation/agentes/alerts_status.php:206
-#: ../../operation/agentes/status_monitor.php:344
-#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
-msgid "Views"
-msgstr ""
-
-#: ../../extensions/module_groups.php:275
-msgid "Search by agent group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:288
-msgid "Search by module group"
-msgstr ""
-
-#: ../../extensions/module_groups.php:305
-#: ../../extensions/agents_modules.php:710
-#: ../../extensions/realtime_graphs.php:203
-#: ../../godmode/agentes/planned_downtime.list.php:647
-#: ../../godmode/agentes/module_manager.php:93
-#: ../../godmode/agentes/module_manager.php:108
-#: ../../godmode/agentes/module_manager.php:109
-#: ../../godmode/agentes/modificar_agente.php:397
-#: ../../godmode/agentes/modificar_agente.php:412
-#: ../../godmode/agentes/modificar_agente.php:413
-#: ../../godmode/groups/group_list.php:854
-#: ../../godmode/groups/group_list.php:955
-#: ../../godmode/modules/manage_network_templates_form.php:277
-#: ../../godmode/modules/manage_network_templates_form.php:337
-#: ../../godmode/modules/manage_network_components.php:707
-#: ../../godmode/netflow/nf_edit_form.php:283
-#: ../../godmode/netflow/nf_item_list.php:174
-#: ../../godmode/reporting/reporting_builder.list_items.php:267
-#: ../../godmode/reporting/visual_console_favorite.php:204
-#: ../../godmode/reporting/map_builder.php:390
-#: ../../godmode/reporting/reporting_builder.php:769
-#: ../../godmode/reporting/graphs.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/snmpconsole/snmp_filters.php:216
-#: ../../godmode/snmpconsole/snmp_filters.php:314
-#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
-#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
-#: ../../include/ajax/agent.php:653
-#: ../../include/class/ModuleTemplates.class.php:713
-#: ../../include/functions_ui.php:4149 ../../include/functions_events.php:5372
-#: ../../operation/agentes/estado_agente.php:506
-#: ../../operation/agentes/estado_monitores.php:649
-#: ../../operation/agentes/interface_view.functions.php:134
-#: ../../operation/agentes/agent_inventory.php:165
-#: ../../operation/agentes/graphs.php:298
-#: ../../operation/agentes/status_monitor.php:1046
-#: ../../operation/netflow/nf_live_view.php:326
-#: ../../operation/netflow/nf_live_view.php:641
-#: ../../operation/netflow/nf_live_view.php:642
-#: ../../operation/network/network_usage_map.php:297
-#: ../../operation/network/network_usage_map.php:330
-#: ../../operation/network/network_usage_map.php:331
-#: ../../operation/network/network_report.php:285
-#: ../../operation/network/network_report.php:312
-#: ../../operation/network/network_report.php:355
-#: ../../operation/network/network_report.php:356
-#: ../../operation/reporting/graph_viewer.php:437
-#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
-msgid "Filter"
-msgstr "篩選器"
-
-#: ../../extensions/module_groups.php:322
-#: ../../extensions/realtime_graphs.php:229
-#: ../../godmode/agentes/planned_downtime.list.php:661
-#: ../../godmode/agentes/planned_downtime.list.php:662
-#: ../../godmode/agentes/planned_downtime.list.php:711
-#: ../../godmode/agentes/planned_downtime.list.php:712
-#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
-#: ../../godmode/groups/group_list.php:872
-#: ../../godmode/groups/group_list.php:978
-#: ../../godmode/modules/manage_network_components.php:723
-#: ../../godmode/reporting/reporting_builder.list_items.php:283
-#: ../../godmode/reporting/visual_console_favorite.php:220
-#: ../../godmode/reporting/map_builder.php:406
-#: ../../godmode/reporting/reporting_builder.php:785
-#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
-#: ../../include/class/AgentsAlerts.class.php:882
-#: ../../include/functions_snmp_browser.php:1013
-#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
-#: ../../operation/agentes/estado_agente.php:552
-#: ../../operation/agentes/agent_inventory.php:188
-#: ../../operation/agentes/status_monitor.php:1094
-#: ../../operation/reporting/graph_viewer.php:453
-#: ../../operation/reporting/reporting_viewer.php:321
-#: ../../operation/inventory/inventory.php:822
-#: ../../operation/custom_fields/custom_fields_view.php:323
-msgid "Filters"
-msgstr ""
-
-#: ../../extensions/module_groups.php:351
-#: ../../godmode/reporting/visual_console_builder.wizard.php:391
-#: ../../godmode/files_repo/files_repo_form.php:61
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
-#: ../../include/lib/Dashboard/Widgets/tactical.php:331
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
-#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
-#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
-#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
-#: ../../include/lib/Dashboard/Widgets/events_list.php:463
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
-#: ../../include/lib/TacticalView/elements/Configurations.php:52
-#: ../../include/lib/TacticalView/elements/Groups.php:51
-#: ../../include/functions_maps.php:46
-#: ../../include/functions_networkmap.php:1297
-#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
-#: ../../mobile/operation/groups.php:70
-#: ../../operation/agentes/pandora_networkmap.php:746
-#: ../../operation/reporting/graph_analytics.php:870
-#: ../../operation/tree.php:91 ../../operation/tree.php:149
-msgid "Groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:460
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
-msgstr ""
-
-#: ../../extensions/module_groups.php:461
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:462
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:463
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:464
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
-msgstr ""
-
-#: ../../extensions/module_groups.php:465
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
-msgstr ""
-
-#: ../../extensions/module_groups.php:469
-#: ../../extensions/agents_modules.php:1118
-#: ../../godmode/snmpconsole/snmp_alert.php:2196
-#: ../../include/class/SnmpConsole.class.php:545
-#: ../../include/lib/Dashboard/Widgets/top_n.php:327
-#: ../../include/functions_reporting_html.php:2960
-msgid "Legend"
-msgstr ""
-
-#: ../../extensions/module_groups.php:471
-msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
-msgstr ""
-
-#: ../../extensions/module_groups.php:472
-msgid "There are no defined groups or module groups"
-msgstr ""
-
-#: ../../extensions/module_groups.php:492
-#: ../../godmode/groups/configure_modu_group.php:43
-#: ../../godmode/groups/modu_group_list.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:94
-#: ../../godmode/menu.php:189
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
-#: ../../operation/tree.php:103 ../../operation/tree.php:153
-msgid "Module groups"
-msgstr ""
-
 #: ../../extensions/quick_shell.php:88
 msgid "GoTTY setup"
 msgstr ""
@@ -1302,9 +935,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_wmi.php:123
 #: ../../godmode/massive/massive_edit_modules.php:1105
 #: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/class/CredentialStore.class.php:973
 #: ../../include/class/CredentialStore.class.php:1350
-#: ../../include/class/AgentWizard.class.php:677
 #: ../../include/functions_ui.php:7737
 msgid "Username"
 msgstr ""
@@ -1337,8 +970,8 @@ msgstr ""
 msgid "GoTTY general parameters"
 msgstr ""
 
-#: ../../extensions/quick_shell.php:433 ../../include/functions_ui.php:6476
-#: ../../include/functions_html.php:8395
+#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:8395
+#: ../../include/functions_ui.php:6476
 #: ../../operation/agentes/ver_agente.php:1251
 msgid "Address"
 msgstr ""
@@ -1423,11 +1056,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/events_list.php:858
 #: ../../include/lib/TacticalView/elements/Alerts.php:113
 #: ../../include/lib/TacticalView/elements/Alerts.php:212
-#: ../../include/functions_users.php:1105 ../../include/functions.php:3194
-#: ../../include/functions_config.php:791
-#: ../../include/functions_reporting_html.php:7293
-#: ../../include/functions_cron.php:497 ../../include/functions_events.php:254
+#: ../../include/functions_users.php:1105 ../../include/functions_cron.php:497
+#: ../../include/functions.php:3194 ../../include/functions_config.php:791
+#: ../../include/functions_events.php:254
 #: ../../include/functions_events.php:306
+#: ../../include/functions_reporting_html.php:7293
 #: ../../mobile/include/user.class.php:427
 #: ../../mobile/operation/tactical.php:350
 #: ../../operation/users/user_edit.php:854 ../../operation/search_users.php:71
@@ -1463,10 +1096,11 @@ msgstr "登入"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069
 #: ../../include/functions_treeview.php:684
 #: ../../include/functions_agents.php:4831
+#: ../../include/functions_events.php:4476
 #: ../../include/functions_reporting_html.php:824
-#: ../../include/functions_events.php:4476 ../../mobile/operation/agent.php:199
-#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418
-#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423
+#: ../../mobile/operation/agent.php:199 ../../mobile/operation/agents.php:99
+#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420
+#: ../../mobile/operation/agents.php:423
 #: ../../operation/agentes/log_sources_status.php:60
 #: ../../operation/agentes/estado_agente.php:1133
 #: ../../operation/agentes/ver_agente.php:1098
@@ -1546,12 +1180,12 @@ msgstr "資訊"
 #: ../../godmode/massive/massive_add_policies_alerts.php:116
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:120
 #: ../../godmode/massive/massive_edit_agents.php:740
-#: ../../godmode/modules/manage_network_templates_form.php:235
-#: ../../godmode/modules/manage_network_templates_form.php:303
-#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/modules/manage_network_components.php:654
 #: ../../godmode/modules/manage_network_components.php:792
 #: ../../godmode/modules/manage_network_components_form_common.php:141
+#: ../../godmode/modules/manage_network_templates_form.php:235
+#: ../../godmode/modules/manage_network_templates_form.php:303
+#: ../../godmode/modules/manage_network_templates_form.php:339
 #: ../../godmode/netflow/nf_edit.php:167
 #: ../../godmode/netflow/nf_edit_form.php:256
 #: ../../godmode/reporting/create_container.php:261
@@ -1589,18 +1223,18 @@ msgstr "資訊"
 #: ../../include/ajax/heatmap.ajax.php:524
 #: ../../include/ajax/custom_fields.php:702
 #: ../../include/ajax/custom_fields.php:756
+#: ../../include/class/CustomNetScan.class.php:506
+#: ../../include/class/ModuleTemplates.class.php:728
+#: ../../include/class/AgentsAlerts.class.php:776
+#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/class/AgentDeployWizard.class.php:342
+#: ../../include/class/CalendarManager.class.php:1042
 #: ../../include/class/CredentialStore.class.php:814
 #: ../../include/class/CredentialStore.class.php:846
 #: ../../include/class/CredentialStore.class.php:937
-#: ../../include/class/CustomNetScan.class.php:506
-#: ../../include/class/ModuleTemplates.class.php:728
 #: ../../include/class/NetworkMap.class.php:2995
 #: ../../include/class/NetworkMap.class.php:3056
 #: ../../include/class/NetworkMap.class.php:3422
-#: ../../include/class/AgentsAlerts.class.php:776
-#: ../../include/class/CalendarManager.class.php:1042
-#: ../../include/class/ExtensionsDiscovery.class.php:1504
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:300
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357
 #: ../../include/lib/Dashboard/Widgets/service_view.php:271
@@ -1608,8 +1242,8 @@ msgstr "資訊"
 #: ../../include/lib/Dashboard/Widgets/inventory.php:272
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064
 #: ../../include/lib/Dashboard/Widgets/events_list.php:859
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/Dashboard/Widgets/alerts_fired.php:241
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:218
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:831
 #: ../../include/lib/ITSM/ITSM.php:514 ../../include/lib/Group.php:568
 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697
@@ -1622,33 +1256,33 @@ msgstr "資訊"
 #: ../../include/functions_massive_operations.php:123
 #: ../../include/functions_agents.php:4859
 #: ../../include/functions_snmp_browser.php:1925
-#: ../../include/functions_graph.php:4867
+#: ../../include/functions_graph.php:4867 ../../include/functions_cron.php:502
+#: ../../include/functions_html.php:1634 ../../include/functions_html.php:1921
+#: ../../include/functions_visual_map.php:4257
+#: ../../include/functions_events.php:255
+#: ../../include/functions_events.php:309
+#: ../../include/functions_events.php:5150
 #: ../../include/functions_reporting_html.php:115
 #: ../../include/functions_reporting_html.php:818
 #: ../../include/functions_reporting_html.php:2271
 #: ../../include/functions_reporting_html.php:3034
 #: ../../include/functions_reporting_html.php:4911
 #: ../../include/functions_reporting_html.php:7740
-#: ../../include/functions_cron.php:502 ../../include/functions_html.php:1634
-#: ../../include/functions_html.php:1921
-#: ../../include/functions_visual_map.php:4257
-#: ../../include/functions_events.php:255
-#: ../../include/functions_events.php:309
-#: ../../include/functions_events.php:5150 ../../mobile/operation/agents.php:95
-#: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235
-#: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406
-#: ../../mobile/operation/alerts.php:113 ../../mobile/operation/alerts.php:118
-#: ../../mobile/operation/alerts.php:231 ../../mobile/operation/alerts.php:232
-#: ../../mobile/operation/events.php:691 ../../mobile/operation/events.php:696
-#: ../../mobile/operation/events.php:857 ../../mobile/operation/events.php:994
-#: ../../mobile/operation/events.php:995 ../../mobile/operation/modules.php:171
-#: ../../mobile/operation/modules.php:176
-#: ../../mobile/operation/modules.php:266
-#: ../../mobile/operation/modules.php:267
 #: ../../mobile/operation/server_status.php:162
 #: ../../mobile/operation/server_status.php:167
 #: ../../mobile/operation/visualmaps.php:113
 #: ../../mobile/operation/visualmaps.php:118
+#: ../../mobile/operation/agents.php:95 ../../mobile/operation/agents.php:158
+#: ../../mobile/operation/agents.php:235 ../../mobile/operation/agents.php:236
+#: ../../mobile/operation/agents.php:406 ../../mobile/operation/alerts.php:113
+#: ../../mobile/operation/alerts.php:118 ../../mobile/operation/alerts.php:231
+#: ../../mobile/operation/alerts.php:232 ../../mobile/operation/events.php:691
+#: ../../mobile/operation/events.php:696 ../../mobile/operation/events.php:857
+#: ../../mobile/operation/events.php:994 ../../mobile/operation/events.php:995
+#: ../../mobile/operation/modules.php:171
+#: ../../mobile/operation/modules.php:176
+#: ../../mobile/operation/modules.php:266
+#: ../../mobile/operation/modules.php:267
 #: ../../operation/agentes/pandora_networkmap.editor.php:350
 #: ../../operation/agentes/pandora_networkmap.editor.php:434
 #: ../../operation/agentes/alerts_status.functions.php:86
@@ -1709,16 +1343,16 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:431
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:328
 #: ../../include/functions_treeview.php:120
-#: ../../include/functions_graph.php:5014
-#: ../../include/functions_reporting_html.php:2435
-#: ../../include/functions_html.php:1675 ../../include/functions_html.php:1947
+#: ../../include/functions_graph.php:5014 ../../include/functions_html.php:1675
+#: ../../include/functions_html.php:1947
 #: ../../include/functions_events.php:4565
+#: ../../include/functions_reporting_html.php:2435
+#: ../../mobile/operation/server_status.php:174
+#: ../../mobile/operation/server_status.php:175
 #: ../../mobile/operation/modules.php:183
 #: ../../mobile/operation/modules.php:184
 #: ../../mobile/operation/modules.php:293
 #: ../../mobile/operation/modules.php:294
-#: ../../mobile/operation/server_status.php:174
-#: ../../mobile/operation/server_status.php:175
 #: ../../operation/agentes/estado_monitores.php:619
 #: ../../operation/agentes/ver_agente.php:1227
 #: ../../operation/agentes/status_monitor.php:868
@@ -1750,8 +1384,8 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:355
 #: ../../godmode/massive/massive_edit_modules.php:404
 #: ../../godmode/massive/massive_edit_modules.php:520
-#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/modules/manage_network_components.php:660
+#: ../../godmode/modules/manage_network_templates_form.php:303
 #: ../../godmode/netflow/nf_edit_form.php:264
 #: ../../godmode/reporting/create_container.php:646
 #: ../../godmode/reporting/reporting_builder.list_items.php:217
@@ -1783,13 +1417,13 @@ msgstr ""
 #: ../../godmode/files_repo/files_repo_form.php:51
 #: ../../include/ajax/events.php:528 ../../include/class/AuditLog.class.php:259
 #: ../../include/class/AuditLog.class.php:269
-#: ../../include/class/CredentialStore.class.php:509
-#: ../../include/class/EventSound.class.php:347
 #: ../../include/class/TipsWindow.class.php:756
 #: ../../include/class/TipsWindow.class.php:923
 #: ../../include/class/SnmpConsole.class.php:303
 #: ../../include/class/SnmpConsole.class.php:309
 #: ../../include/class/SnmpConsole.class.php:321
+#: ../../include/class/CredentialStore.class.php:509
+#: ../../include/class/EventSound.class.php:347
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430
 #: ../../include/lib/Dashboard/Widgets/inventory.php:278
 #: ../../include/lib/Dashboard/Widgets/inventory.php:302
@@ -1805,13 +1439,14 @@ msgstr ""
 #: ../../include/functions_massive_operations.php:188
 #: ../../include/functions_massive_operations.php:245
 #: ../../include/functions_users.php:428 ../../include/functions_users.php:686
-#: ../../include/functions_groupview.php:97 ../../include/functions.php:1214
-#: ../../include/functions.php:1474 ../../include/functions_modules.php:3668
+#: ../../include/functions_groupview.php:97
+#: ../../include/functions_modules.php:3668
 #: ../../include/functions_modules.php:3670
 #: ../../include/functions_groups.php:655
 #: ../../include/functions_groups.php:1972 ../../include/functions_html.php:966
 #: ../../include/functions_html.php:1682 ../../include/functions_html.php:1954
 #: ../../include/functions_notifications.php:106
+#: ../../include/functions.php:1214 ../../include/functions.php:1474
 #: ../../include/functions_reporting.php:3533
 #: ../../include/functions_reporting.php:3630
 #: ../../mobile/operation/agents.php:56 ../../mobile/operation/alerts.php:65
@@ -1862,11 +1497,11 @@ msgstr "[全部]"
 #: ../../godmode/massive/massive_delete_alerts.php:315
 #: ../../godmode/massive/massive_delete_modules.php:517
 #: ../../godmode/massive/massive_delete_modules.php:585
-#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/massive/massive_enable_disable_alerts.php:175
 #: ../../godmode/massive/massive_standby_alerts.php:204
 #: ../../godmode/massive/massive_add_alerts.php:231
 #: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_plugins.php:367
 #: ../../godmode/reporting/reporting_builder.list_items.php:211
 #: ../../godmode/reporting/visual_console_builder.wizard.php:463
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2401
@@ -1878,24 +1513,24 @@ msgstr "[全部]"
 #: ../../include/class/Diagnostics.class.php:1259
 #: ../../include/class/Diagnostics.class.php:1263
 #: ../../include/class/Diagnostics.class.php:1267
-#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/class/AgentsAlerts.class.php:252
 #: ../../include/class/AgentsAlerts.class.php:569
+#: ../../include/class/NetworkMap.class.php:3449
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350
 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/TacticalView/elements/Agents.php:41
 #: ../../include/lib/TacticalView/elements/Agents.php:136
 #: ../../include/functions_massive_operations.php:272
-#: ../../include/functions_groups.php:53
+#: ../../include/functions_groups.php:53 ../../include/functions_cron.php:700
+#: ../../include/functions_html.php:1784 ../../include/functions_html.php:1801
+#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2088
+#: ../../include/functions_html.php:6694
 #: ../../include/functions_reporting_html.php:2773
 #: ../../include/functions_reporting_html.php:4600
-#: ../../include/functions_cron.php:700 ../../include/functions_html.php:1784
-#: ../../include/functions_html.php:1801 ../../include/functions_html.php:2071
-#: ../../include/functions_html.php:2088 ../../include/functions_html.php:6694
 #: ../../mobile/include/functions_web.php:23
-#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:205
-#: ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/home.php:79
+#: ../../mobile/operation/agents.php:205
 #: ../../operation/agentes/group_view.php:183
 #: ../../operation/agentes/group_view.php:240
 #: ../../operation/agentes/interface_view.functions.php:78
@@ -1937,6 +1572,49 @@ msgstr ""
 msgid "Agents/Modules"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:597
+#: ../../extensions/realtime_graphs.php:67
+#: ../../extensions/module_groups.php:260
+#: ../../general/first_task/cluster_builder.php:38
+#: ../../godmode/agentes/status_monitor_custom_fields.php:44
+#: ../../godmode/groups/tactical.php:71 ../../godmode/groups/tactical.php:125
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:47
+#: ../../godmode/snmpconsole/snmp_filters.php:55
+#: ../../include/class/AgentsAlerts.class.php:753
+#: ../../include/class/SnmpConsole.class.php:230
+#: ../../operation/agentes/group_view.php:97
+#: ../../operation/agentes/estado_agente.php:282
+#: ../../operation/agentes/interface_view.php:76
+#: ../../operation/agentes/alerts_status.php:202
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/netflow/netflow_explorer.php:55
+#: ../../operation/netflow/nf_live_view.php:188
+#: ../../operation/network/network_usage_map.php:63
+#: ../../operation/snmpconsole/snmp_statistics.php:100
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:56
+#: ../../operation/snmpconsole/snmp_browser.php:95
+#: ../../operation/inventory/inventory.php:389
+#: ../../operation/custom_fields/custom_fields_view.php:53
+#: ../../operation/heatmap.php:142 ../../operation/menu.php:159
+#: ../../operation/menu.php:280 ../../operation/tree.php:185
+#: ../../views/cluster/list.php:40
+msgid "Monitoring"
+msgstr ""
+
+#: ../../extensions/agents_modules.php:601
+#: ../../extensions/realtime_graphs.php:71
+#: ../../extensions/module_groups.php:264
+#: ../../godmode/agentes/status_monitor_custom_fields.php:48
+#: ../../include/class/AgentsAlerts.class.php:757
+#: ../../operation/agentes/group_view.php:101
+#: ../../operation/agentes/estado_agente.php:286
+#: ../../operation/agentes/interface_view.php:80
+#: ../../operation/agentes/alerts_status.php:206
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/heatmap.php:146 ../../operation/menu.php:165
+msgid "Views"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:648
 #: ../../operation/events/events.php:1636
 #: ../../operation/gis_maps/render_view.php:139
@@ -1959,9 +1637,9 @@ msgstr ""
 #: ../../operation/gis_maps/render_view.php:161
 #: ../../operation/visual_console/legacy_view.php:274
 #: ../../operation/visual_console/legacy_public_view.php:141
-#: ../../operation/visual_console/view.php:579
 #: ../../operation/visual_console/public_view.php:156
-#: ../../operation/heatmap.php:177 ../../views/dashboard/header.php:173
+#: ../../operation/visual_console/view.php:579 ../../operation/heatmap.php:177
+#: ../../views/dashboard/header.php:173
 msgid "Refresh"
 msgstr ""
 
@@ -1969,6 +1647,57 @@ msgstr ""
 msgid "Agent/module view"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:710
+#: ../../extensions/realtime_graphs.php:203
+#: ../../extensions/module_groups.php:305
+#: ../../godmode/agentes/planned_downtime.list.php:647
+#: ../../godmode/agentes/module_manager.php:93
+#: ../../godmode/agentes/module_manager.php:108
+#: ../../godmode/agentes/module_manager.php:109
+#: ../../godmode/agentes/modificar_agente.php:397
+#: ../../godmode/agentes/modificar_agente.php:412
+#: ../../godmode/agentes/modificar_agente.php:413
+#: ../../godmode/groups/group_list.php:854
+#: ../../godmode/groups/group_list.php:955
+#: ../../godmode/modules/manage_network_components.php:707
+#: ../../godmode/modules/manage_network_templates_form.php:277
+#: ../../godmode/modules/manage_network_templates_form.php:337
+#: ../../godmode/netflow/nf_edit_form.php:283
+#: ../../godmode/netflow/nf_item_list.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:267
+#: ../../godmode/reporting/visual_console_favorite.php:204
+#: ../../godmode/reporting/map_builder.php:390
+#: ../../godmode/reporting/reporting_builder.php:769
+#: ../../godmode/reporting/graphs.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/snmpconsole/snmp_filters.php:216
+#: ../../godmode/snmpconsole/snmp_filters.php:314
+#: ../../godmode/snmpconsole/snmp_alert.php:1801 ../../godmode/tag/tag.php:248
+#: ../../godmode/users/user_list.php:459 ../../godmode/users/user_list.php:460
+#: ../../include/ajax/agent.php:653
+#: ../../include/class/ModuleTemplates.class.php:713
+#: ../../include/functions_events.php:5372 ../../include/functions_ui.php:4149
+#: ../../operation/agentes/estado_agente.php:506
+#: ../../operation/agentes/estado_monitores.php:649
+#: ../../operation/agentes/interface_view.functions.php:134
+#: ../../operation/agentes/agent_inventory.php:165
+#: ../../operation/agentes/graphs.php:298
+#: ../../operation/agentes/status_monitor.php:1046
+#: ../../operation/netflow/nf_live_view.php:326
+#: ../../operation/netflow/nf_live_view.php:641
+#: ../../operation/netflow/nf_live_view.php:642
+#: ../../operation/network/network_report.php:285
+#: ../../operation/network/network_report.php:312
+#: ../../operation/network/network_report.php:355
+#: ../../operation/network/network_report.php:356
+#: ../../operation/network/network_usage_map.php:297
+#: ../../operation/network/network_usage_map.php:330
+#: ../../operation/network/network_usage_map.php:331
+#: ../../operation/reporting/graph_viewer.php:437
+#: ../../operation/inventory/inventory.php:805 ../../operation/tree.php:341
+msgid "Filter"
+msgstr "篩選器"
+
 #: ../../extensions/agents_modules.php:720
 #: ../../godmode/agentes/planned_downtime.list.php:1000
 #: ../../godmode/modules/manage_network_templates.php:290
@@ -2004,9 +1733,9 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:226
 #: ../../godmode/massive/massive_delete_modules.php:499
 #: ../../godmode/massive/massive_delete_modules.php:603
-#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/massive/massive_edit_modules.php:467
 #: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../godmode/massive/massive_edit_plugins.php:383
 #: ../../godmode/reporting/reporting_builder.list_items.php:228
 #: ../../godmode/reporting/visual_console_builder.wizard.php:480
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2494
@@ -2019,8 +1748,6 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:347
 #: ../../include/lib/TacticalView/elements/Configurations.php:76
-#: ../../include/functions_reporting_html.php:2773
-#: ../../include/functions_reporting_html.php:6938
 #: ../../include/functions_html.php:1866 ../../include/functions_html.php:2160
 #: ../../include/functions_html.php:6767
 #: ../../include/functions_reports.php:745
@@ -2032,9 +1759,12 @@ msgstr ""
 #: ../../include/functions_reports.php:769
 #: ../../include/functions_reports.php:773
 #: ../../include/functions_reports.php:777
-#: ../../include/functions_reports.php:781 ../../mobile/operation/agent.php:330
+#: ../../include/functions_reports.php:781
+#: ../../include/functions_reporting_html.php:2773
+#: ../../include/functions_reporting_html.php:6938
+#: ../../mobile/operation/agent.php:330 ../../mobile/operation/home.php:86
 #: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410
-#: ../../mobile/operation/home.php:86 ../../mobile/operation/modules.php:236
+#: ../../mobile/operation/modules.php:236
 #: ../../operation/agentes/exportdata.php:360
 #: ../../operation/agentes/group_view.php:184
 #: ../../operation/agentes/group_view.php:241
@@ -2084,6 +1814,15 @@ msgstr ""
 msgid "Cell turns blue when the module is in 'not initialize' status"
 msgstr ""
 
+#: ../../extensions/agents_modules.php:1118
+#: ../../extensions/module_groups.php:469
+#: ../../godmode/snmpconsole/snmp_alert.php:2196
+#: ../../include/class/SnmpConsole.class.php:545
+#: ../../include/lib/Dashboard/Widgets/top_n.php:327
+#: ../../include/functions_reporting_html.php:2960
+msgid "Legend"
+msgstr ""
+
 #: ../../extensions/agents_modules.php:1130
 msgid "Agents/Modules view"
 msgstr ""
@@ -2156,12 +1895,205 @@ msgstr ""
 msgid "Clear graph"
 msgstr ""
 
+#: ../../extensions/realtime_graphs.php:229
+#: ../../extensions/module_groups.php:322
+#: ../../godmode/agentes/planned_downtime.list.php:661
+#: ../../godmode/agentes/planned_downtime.list.php:662
+#: ../../godmode/agentes/planned_downtime.list.php:711
+#: ../../godmode/agentes/planned_downtime.list.php:712
+#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124
+#: ../../godmode/groups/group_list.php:872
+#: ../../godmode/groups/group_list.php:978
+#: ../../godmode/modules/manage_network_components.php:723
+#: ../../godmode/reporting/reporting_builder.list_items.php:283
+#: ../../godmode/reporting/visual_console_favorite.php:220
+#: ../../godmode/reporting/map_builder.php:406
+#: ../../godmode/reporting/reporting_builder.php:785
+#: ../../godmode/reporting/graphs.php:306 ../../godmode/tag/tag.php:264
+#: ../../include/class/AgentsAlerts.class.php:882
+#: ../../include/functions_snmp_browser.php:1013
+#: ../../include/functions_ui.php:4167 ../../include/functions_ui.php:4180
+#: ../../operation/agentes/estado_agente.php:552
+#: ../../operation/agentes/agent_inventory.php:188
+#: ../../operation/agentes/status_monitor.php:1094
+#: ../../operation/reporting/graph_viewer.php:453
+#: ../../operation/reporting/reporting_viewer.php:321
+#: ../../operation/inventory/inventory.php:822
+#: ../../operation/custom_fields/custom_fields_view.php:323
+msgid "Filters"
+msgstr ""
+
 #: ../../extensions/realtime_graphs.php:295
 #: ../../godmode/agentes/module_manager_editor_network.php:45
 #: ../../include/functions_snmp_browser.php:663
 msgid "Use this OID"
 msgstr ""
 
+#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
+msgid "Request successfully processed"
+msgstr ""
+
+#: ../../extensions/api_checker.php:185
+msgid "Incorrect URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
+msgid "API checker"
+msgstr ""
+
+#: ../../extensions/api_checker.php:249
+#, php-format
+msgid "%s Console URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+#: ../../godmode/users/configure_user.php:1018
+#: ../../godmode/users/configure_user.php:1041
+#: ../../operation/users/user_edit.php:296
+#: ../../operation/users/user_edit.php:335
+msgid "API Token"
+msgstr ""
+
+#: ../../extensions/api_checker.php:256
+msgid "Use API Token instead API Pass, User and Password."
+msgstr ""
+
+#: ../../extensions/api_checker.php:261
+msgid "API Pass"
+msgstr ""
+
+#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
+#: ../../general/login_page.php:353
+#: ../../godmode/agentes/module_manager_editor_wmi.php:143
+#: ../../godmode/massive/massive_edit_modules.php:1110
+#: ../../godmode/modules/manage_network_components_form_wmi.php:63
+#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
+#: ../../godmode/users/user_management.php:346
+#: ../../godmode/users/configure_user.php:1167
+#: ../../include/class/AgentWizard.class.php:690
+#: ../../include/class/CredentialStore.class.php:974
+#: ../../include/class/CredentialStore.class.php:1024
+#: ../../include/class/CredentialStore.class.php:1301
+#: ../../include/class/CredentialStore.class.php:1327
+#: ../../include/class/CredentialStore.class.php:1351
+#: ../../include/class/WelcomeWindow.class.php:1008
+#: ../../include/class/WelcomeWindow.class.php:1144
+#: ../../include/functions_config.php:795 ../../include/functions_ui.php:7753
+#: ../../mobile/include/user.class.php:435
+#: ../../operation/users/user_edit.php:860
+msgid "Password"
+msgstr "密碼"
+
+#: ../../extensions/api_checker.php:287
+msgid "Action (get or set)"
+msgstr ""
+
+#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
+#: ../../general/main_menu.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
+#: ../../godmode/extensions.php:169
+#: ../../include/class/ExternalTools.class.php:627
+#: ../../include/functions_menu.php:710
+#: ../../include/functions_reporting_html.php:3335
+#: ../../include/functions_reporting_html.php:6219
+msgid "Operation"
+msgstr ""
+
+#: ../../extensions/api_checker.php:299
+#: ../../godmode/agentes/fields_manager.php:152
+#: ../../godmode/agentes/agent_manager.php:376
+#: ../../godmode/agentes/module_manager_editor_common.php:199
+#: ../../godmode/alerts/alert_commands.php:1002
+#: ../../godmode/groups/modu_group_list.php:260
+#: ../../godmode/groups/group_list.php:1032
+#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
+#: ../../include/class/AlertsList.class.php:313
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
+#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
+#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
+#: ../../views/ITSM/ITSMTicketListView.php:77
+msgid "ID"
+msgstr ""
+
+#: ../../extensions/api_checker.php:304
+msgid "ID 2"
+msgstr ""
+
+#: ../../extensions/api_checker.php:311
+msgid "Return Type"
+msgstr ""
+
+#: ../../extensions/api_checker.php:316
+#: ../../godmode/groups/configure_group.php:266
+#: ../../godmode/massive/massive_edit_users.php:278
+#: ../../godmode/snmpconsole/snmp_alert.php:46
+#: ../../godmode/users/user_management.php:46
+#: ../../godmode/users/configure_user.php:61 ../../include/auth/mysql.php:806
+#: ../../include/class/SnmpConsole.class.php:333
+#: ../../include/class/SnmpConsole.class.php:1406
+#: ../../include/class/SnmpConsole.class.php:1433
+#: ../../include/functions_graph.php:3444
+#: ../../operation/gis_maps/render_view.php:168
+#: ../../operation/users/user_edit.php:471
+msgid "Other"
+msgstr ""
+
+#: ../../extensions/api_checker.php:323
+msgid "Other Mode"
+msgstr ""
+
+#: ../../extensions/api_checker.php:337
+msgid "Raw URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:344
+msgid "Credentials"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Call parameters"
+msgstr ""
+
+#: ../../extensions/api_checker.php:349
+msgid "Action: get Operation: module_last_value id: 63"
+msgstr ""
+
+#: ../../extensions/api_checker.php:356
+msgid "Custom URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:364
+msgid "Call"
+msgstr ""
+
+#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
+#: ../../include/functions_db.php:1965
+#: ../../include/functions_reporting_html.php:5561
+#: ../../include/functions_reporting_html.php:5708
+#: ../../include/functions_reporting_html.php:6051
+#: ../../include/functions_reporting_html.php:6062
+msgid "Result"
+msgstr ""
+
+#: ../../extensions/api_checker.php:378
+#: ../../godmode/events/event_responses.editor.php:229
+#: ../../godmode/events/event_responses.editor.php:255
+#: ../../godmode/reporting/reporting_builder.item_editor.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
+#: ../../include/class/WelcomeWindow.class.php:713
+#: ../../include/functions_reporting_html.php:2283
+#: ../../operation/gis_maps/ajax.php:316
+msgid "URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:395
+msgid "Hide URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:399
+msgid "Show URL"
+msgstr ""
+
 #: ../../extensions/db_status.php:25 ../../extensions/db_status.php:751
 #: ../../godmode/menu.php:567
 msgid "DB Schema check"
@@ -2300,169 +2232,237 @@ msgstr ""
 msgid "Test databases may have been left over due to lack of drop privileges."
 msgstr ""
 
-#: ../../extensions/api_checker.php:183 ../../include/functions_ui.php:549
-msgid "Request successfully processed"
+#: ../../extensions/module_groups.php:48
+msgid "Counters Module"
 msgstr ""
 
-#: ../../extensions/api_checker.php:185
-msgid "Incorrect URL"
+#: ../../extensions/module_groups.php:49
+msgid "Alerts_Fired"
 msgstr ""
 
-#: ../../extensions/api_checker.php:230 ../../extensions/api_checker.php:408
-msgid "API checker"
+#: ../../extensions/module_groups.php:50
+#: ../../godmode/groups/group_list.php:1291
+#: ../../godmode/massive/massive_copy_modules.php:125
+#: ../../godmode/massive/massive_copy_modules.php:313
+#: ../../godmode/massive/massive_delete_modules.php:429
+#: ../../godmode/massive/massive_edit_modules.php:393
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4398
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4453
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4819
+#: ../../include/ajax/module.php:2350
+#: ../../include/class/ExtensionsDiscovery.class.php:788
+#: ../../include/class/AgentWizard.class.php:1436
+#: ../../include/class/AgentWizard.class.php:4196
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:317
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:580
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:605
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:363
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:320
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:403
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:438
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:702
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:564
+#: ../../include/functions_massive_operations.php:156
+#: ../../include/functions_agents.php:5070
+#: ../../include/functions_graph.php:3249
+#: ../../include/functions_graph.php:3251
+#: ../../include/functions_graph.php:4780 ../../include/functions.php:1182
+#: ../../include/functions.php:1418 ../../include/functions.php:1419
+#: ../../include/functions.php:1421 ../../include/functions.php:1462
+#: ../../include/functions_events.php:3277
+#: ../../include/functions_reporting_html.php:1521
+#: ../../include/functions_reporting_html.php:6131
+#: ../../include/functions_ui.php:3231 ../../include/functions_ui.php:8376
+#: ../../mobile/operation/agents.php:57 ../../mobile/operation/modules.php:71
+#: ../../operation/agentes/group_view.php:252
+#: ../../operation/agentes/group_view.php:257
+#: ../../operation/agentes/estado_agente.php:312
+#: ../../operation/agentes/estado_monitores.php:542
+#: ../../operation/agentes/status_monitor.php:575
+#: ../../operation/gis_maps/render_view.php:165
+#: ../../operation/custom_fields/custom_fields_view.php:176
+#: ../../operation/tree.php:210 ../../operation/tree.php:301
+#: ../../operation/tree.php:515
+msgid "Critical"
+msgstr "重大更新"
+
+#: ../../extensions/module_groups.php:52
+#: ../../godmode/alerts/alert_list.builder.php:350
+#: ../../godmode/groups/group_list.php:1301
+#: ../../godmode/massive/massive_copy_modules.php:126
+#: ../../godmode/massive/massive_copy_modules.php:314
+#: ../../godmode/massive/massive_delete_modules.php:430
+#: ../../godmode/massive/massive_edit_modules.php:394
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4820
+#: ../../include/ajax/module.php:1133 ../../include/ajax/module.php:2358
+#: ../../include/class/ExtensionsDiscovery.class.php:789
+#: ../../include/graphs/functions_flot.php:352
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:404
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:439
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:712
+#: ../../include/lib/ClusterViewer/ClusterManager.php:642
+#: ../../include/lib/TacticalView/elements/Alerts.php:218
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:585
+#: ../../include/functions_maps.php:54 ../../include/functions_alerts.php:768
+#: ../../include/functions_massive_operations.php:157
+#: ../../include/functions_netflow.php:2129
+#: ../../include/functions_agents.php:5071
+#: ../../include/functions_filemanager.php:782
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_visual_map.php:2457
+#: ../../include/functions_visual_map.php:2485
+#: ../../include/functions_visual_map.php:2503
+#: ../../include/functions_visual_map.php:2521 ../../include/functions.php:1368
+#: ../../include/functions.php:4319 ../../include/functions_events.php:3018
+#: ../../include/functions_events.php:3177
+#: ../../include/functions_reporting.php:7192
+#: ../../include/functions_reporting_html.php:4814
+#: ../../include/functions_reporting_html.php:5217
+#: ../../include/functions_ui.php:641 ../../include/functions_ui.php:642
+#: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72
+#: ../../operation/agentes/group_view.php:248
+#: ../../operation/agentes/group_view.php:253
+#: ../../operation/agentes/estado_agente.php:313
+#: ../../operation/agentes/estado_monitores.php:547
+#: ../../operation/agentes/pandora_networkmap.view.php:1761
+#: ../../operation/agentes/status_monitor.php:576
+#: ../../operation/events/events.php:930
+#: ../../operation/custom_fields/custom_fields_view.php:177
+#: ../../operation/tree.php:211 ../../operation/tree.php:302
+#: ../../operation/tree.php:525
+msgid "Unknown"
 msgstr ""
 
-#: ../../extensions/api_checker.php:249
-#, php-format
-msgid "%s Console URL"
+#: ../../extensions/module_groups.php:53 ../../general/header.php:1064
+#: ../../godmode/massive/massive_operations.php:471
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3443
+#: ../../godmode/setup/setup_general.php:1012
+#: ../../godmode/setup/setup_general.php:1030
+#: ../../godmode/setup/setup_visuals.php:2333 ../../godmode/menu.php:775
+#: ../../include/class/HelpFeedBack.class.php:370
+#: ../../include/class/ConfigPEN.class.php:674
+#: ../../include/class/ConfigPEN.class.php:698
+#: ../../include/class/ModuleTemplates.class.php:1368
+#: ../../include/class/ExtensionsDiscovery.class.php:257
+#: ../../include/class/AgentWizard.class.php:6265
+#: ../../include/class/CredentialStore.class.php:1654
+#: ../../include/class/SatelliteAgent.class.php:1147
+#: ../../include/class/WelcomeWindow.class.php:176
+#: ../../include/lib/Dashboard/Widgets/maps_status.php:362
+#: ../../include/functions_db.php:1980
+#: ../../include/functions_reporting_html.php:1321
+#: ../../include/functions_reporting_html.php:1516
+#: ../../include/functions_reporting_html.php:4820
+#: ../../include/functions_reporting_html.php:6126
+#: ../../operation/agentes/pandora_networkmap.editor.php:751
+#: ../../operation/agentes/pandora_networkmap.php:904
+#: ../../operation/snmpconsole/snmp_browser.php:629
+#: ../../operation/snmpconsole/snmp_browser.php:705
+msgid "OK"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-#: ../../godmode/users/configure_user.php:1018
-#: ../../godmode/users/configure_user.php:1041
-#: ../../operation/users/user_edit.php:296
-#: ../../operation/users/user_edit.php:335
-msgid "API Token"
+#: ../../extensions/module_groups.php:54
+msgid "Not_init"
 msgstr ""
 
-#: ../../extensions/api_checker.php:256
-msgid "Use API Token instead API Pass, User and Password."
+#: ../../extensions/module_groups.php:251
+msgid "Combined table of agent group and module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:261
-msgid "API Pass"
+#: ../../extensions/module_groups.php:275
+msgid "Search by agent group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:273 ../../general/login_page.php:292
-#: ../../general/login_page.php:353
-#: ../../godmode/agentes/module_manager_editor_wmi.php:143
-#: ../../godmode/massive/massive_edit_modules.php:1110
-#: ../../godmode/modules/manage_network_components_form_wmi.php:63
-#: ../../godmode/setup/setup_ehorus.php:116 ../../godmode/setup/setup.php:110
-#: ../../godmode/users/configure_user.php:1167
-#: ../../godmode/users/user_management.php:346
-#: ../../include/class/CredentialStore.class.php:974
-#: ../../include/class/CredentialStore.class.php:1024
-#: ../../include/class/CredentialStore.class.php:1301
-#: ../../include/class/CredentialStore.class.php:1327
-#: ../../include/class/CredentialStore.class.php:1351
-#: ../../include/class/WelcomeWindow.class.php:1008
-#: ../../include/class/WelcomeWindow.class.php:1144
-#: ../../include/class/AgentWizard.class.php:690
-#: ../../include/functions_ui.php:7753 ../../include/functions_config.php:795
-#: ../../mobile/include/user.class.php:435
-#: ../../operation/users/user_edit.php:860
-msgid "Password"
-msgstr "密碼"
-
-#: ../../extensions/api_checker.php:287
-msgid "Action (get or set)"
+#: ../../extensions/module_groups.php:288
+msgid "Search by module group"
 msgstr ""
 
-#: ../../extensions/api_checker.php:292 ../../general/main_menu.php:79
-#: ../../general/main_menu.php:86
-#: ../../godmode/reporting/reporting_builder.item_editor.php:5631
-#: ../../godmode/extensions.php:169
-#: ../../include/class/ExternalTools.class.php:627
-#: ../../include/functions_menu.php:710
-#: ../../include/functions_reporting_html.php:3335
-#: ../../include/functions_reporting_html.php:6219
-msgid "Operation"
+#: ../../extensions/module_groups.php:351
+#: ../../godmode/reporting/visual_console_builder.wizard.php:391
+#: ../../godmode/files_repo/files_repo_form.php:61
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:299
+#: ../../include/lib/Dashboard/Widgets/tactical.php:331
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:336
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:214
+#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:305
+#: ../../include/lib/Dashboard/Widgets/AgentHive.php:222
+#: ../../include/lib/Dashboard/Widgets/groups_status.php:231
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:266
+#: ../../include/lib/Dashboard/Widgets/events_list.php:463
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:344
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:353
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:375
+#: ../../include/lib/TacticalView/elements/Configurations.php:52
+#: ../../include/lib/TacticalView/elements/Groups.php:51
+#: ../../include/functions_maps.php:46
+#: ../../include/functions_networkmap.php:1297
+#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57
+#: ../../mobile/operation/groups.php:70
+#: ../../operation/agentes/pandora_networkmap.php:746
+#: ../../operation/reporting/graph_analytics.php:870
+#: ../../operation/tree.php:91 ../../operation/tree.php:149
+msgid "Groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:299
-#: ../../godmode/agentes/fields_manager.php:152
-#: ../../godmode/agentes/agent_manager.php:376
-#: ../../godmode/agentes/module_manager_editor_common.php:199
-#: ../../godmode/alerts/alert_commands.php:1002
-#: ../../godmode/groups/modu_group_list.php:260
-#: ../../godmode/groups/group_list.php:1032
-#: ../../godmode/modules/module_list.php:97 ../../godmode/setup/os.list.php:74
-#: ../../include/class/AlertsList.class.php:313
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:298
-#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:355
-#: ../../include/lib/ITSM/ITSM.php:512 ../../views/calendar/list.php:95
-#: ../../views/ITSM/ITSMTicketListView.php:77
-msgid "ID"
+#: ../../extensions/module_groups.php:460
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
 msgstr ""
 
-#: ../../extensions/api_checker.php:304
-msgid "ID 2"
+#: ../../extensions/module_groups.php:461
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:311
-msgid "Return Type"
+#: ../../extensions/module_groups.php:462
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:316
-#: ../../godmode/groups/configure_group.php:266
-#: ../../godmode/massive/massive_edit_users.php:278
-#: ../../godmode/snmpconsole/snmp_alert.php:46
-#: ../../godmode/users/configure_user.php:61
-#: ../../godmode/users/user_management.php:46 ../../include/auth/mysql.php:806
-#: ../../include/class/SnmpConsole.class.php:333
-#: ../../include/class/SnmpConsole.class.php:1406
-#: ../../include/class/SnmpConsole.class.php:1433
-#: ../../include/functions_graph.php:3444
-#: ../../operation/gis_maps/render_view.php:168
-#: ../../operation/users/user_edit.php:471
-msgid "Other"
+#: ../../extensions/module_groups.php:463
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:323
-msgid "Other Mode"
+#: ../../extensions/module_groups.php:464
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
 msgstr ""
 
-#: ../../extensions/api_checker.php:337
-msgid "Raw URL"
+#: ../../extensions/module_groups.php:465
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
 msgstr ""
 
-#: ../../extensions/api_checker.php:344
-msgid "Credentials"
+#: ../../extensions/module_groups.php:471
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Call parameters"
+#: ../../extensions/module_groups.php:472
+msgid "There are no defined groups or module groups"
 msgstr ""
 
-#: ../../extensions/api_checker.php:349
-msgid "Action: get Operation: module_last_value id: 63"
-msgstr ""
-
-#: ../../extensions/api_checker.php:356
-msgid "Custom URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:364
-msgid "Call"
-msgstr ""
-
-#: ../../extensions/api_checker.php:376 ../../extensions/api_checker.php:384
-#: ../../include/functions_db.php:1965
-#: ../../include/functions_reporting_html.php:5561
-#: ../../include/functions_reporting_html.php:5708
-#: ../../include/functions_reporting_html.php:6051
-#: ../../include/functions_reporting_html.php:6062
-msgid "Result"
-msgstr ""
-
-#: ../../extensions/api_checker.php:378
-#: ../../godmode/events/event_responses.editor.php:229
-#: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/reporting/reporting_builder.item_editor.php:83
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3003
-#: ../../include/class/WelcomeWindow.class.php:713
-#: ../../include/functions_reporting_html.php:2283
-#: ../../operation/gis_maps/ajax.php:316
-msgid "URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:395
-msgid "Hide URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:399
-msgid "Show URL"
+#: ../../extensions/module_groups.php:492
+#: ../../godmode/groups/configure_modu_group.php:43
+#: ../../godmode/groups/modu_group_list.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:94
+#: ../../godmode/menu.php:189
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:346
+#: ../../operation/tree.php:103 ../../operation/tree.php:153
+msgid "Module groups"
 msgstr ""
 
 #: ../../general/first_task/HA_cluster_builder.php:37
@@ -2782,11 +2782,11 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:345
 #: ../../include/functions_profile.php:205
 #: ../../include/functions_treeview.php:151
-#: ../../include/functions_reporting_html.php:2439
-#: ../../include/functions_reporting_html.php:4966
 #: ../../include/functions_events.php:263
 #: ../../include/functions_events.php:333
 #: ../../include/functions_events.php:5179
+#: ../../include/functions_reporting_html.php:2439
+#: ../../include/functions_reporting_html.php:4966
 #: ../../mobile/operation/events.php:870
 #: ../../operation/agentes/alerts_status.functions.php:160
 #: ../../operation/agentes/group_view.php:246
@@ -2809,45 +2809,6 @@ msgid ""
 "certain tags."
 msgstr ""
 
-#: ../../general/first_task/cluster_builder.php:45
-msgid ""
-"A cluster is a group of devices that provide the same service in high "
-"availability."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:47
-msgid "Depending on how they provide that service, we can find two types:"
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:49
-msgid ""
-"Clusters to balance the service load: these are active - active (A/A) mode "
-"clusters. It means that all the nodes (or machines that compose it) are "
-"working. They must be working because if one stops working, it will overload "
-"the others."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:51
-msgid ""
-"Clusters to guarantee service: these are active - passive (A/P) mode "
-"clusters. It means that one of the nodes (or machines that make up the "
-"cluster) will be running (primary) and another will not (secondary). When "
-"the primary goes down, the secondary must take over and give the service "
-"instead. Although many of the elements of this cluster are active-passive, "
-"it will also have active elements in both of them that indicate that the "
-"passive node is \"online\", so that in the case of a service failure in the "
-"master, the active node collects this information."
-msgstr ""
-
-#: ../../general/first_task/cluster_builder.php:59
-#, fuzzy
-msgid "Create cluster"
-msgstr "建立"
-
-#: ../../general/first_task/cluster_builder.php:64
-msgid "There are no defined clusters"
-msgstr ""
-
 #: ../../general/first_task/map_builder.php:38
 #, php-format
 msgid ""
@@ -2905,6 +2866,45 @@ msgstr ""
 msgid "No services found"
 msgstr ""
 
+#: ../../general/first_task/cluster_builder.php:45
+msgid ""
+"A cluster is a group of devices that provide the same service in high "
+"availability."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:47
+msgid "Depending on how they provide that service, we can find two types:"
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:49
+msgid ""
+"Clusters to balance the service load: these are active - active (A/A) mode "
+"clusters. It means that all the nodes (or machines that compose it) are "
+"working. They must be working because if one stops working, it will overload "
+"the others."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:51
+msgid ""
+"Clusters to guarantee service: these are active - passive (A/P) mode "
+"clusters. It means that one of the nodes (or machines that make up the "
+"cluster) will be running (primary) and another will not (secondary). When "
+"the primary goes down, the secondary must take over and give the service "
+"instead. Although many of the elements of this cluster are active-passive, "
+"it will also have active elements in both of them that indicate that the "
+"passive node is \"online\", so that in the case of a service failure in the "
+"master, the active node collects this information."
+msgstr ""
+
+#: ../../general/first_task/cluster_builder.php:59
+#, fuzzy
+msgid "Create cluster"
+msgstr "建立"
+
+#: ../../general/first_task/cluster_builder.php:64
+msgid "There are no defined clusters"
+msgstr ""
+
 #: ../../general/first_task/custom_graphs.php:18
 #, php-format
 msgid ""
@@ -2928,10 +2928,7 @@ msgstr ""
 
 #: ../../general/noaccesssaml.php:130 ../../general/noaccess2.php:16
 #: ../../general/noaccess2.php:18 ../../mobile/operation/agent.php:119
-#: ../../mobile/operation/agents.php:187 ../../mobile/operation/alerts.php:176
-#: ../../mobile/operation/events.php:769
 #: ../../mobile/operation/module_data.php:107
-#: ../../mobile/operation/modules.php:218
 #: ../../mobile/operation/server_status.php:209
 #: ../../mobile/operation/tactical.php:79
 #: ../../mobile/operation/visualmaps.php:159
@@ -2939,7 +2936,9 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:256
 #: ../../mobile/operation/visualmap.php:184
 #: ../../mobile/operation/services.php:68
-#: ../../mobile/operation/services.php:83 ../../mobile/index.php:285
+#: ../../mobile/operation/services.php:83 ../../mobile/operation/agents.php:187
+#: ../../mobile/operation/alerts.php:176 ../../mobile/operation/events.php:769
+#: ../../mobile/operation/modules.php:218 ../../mobile/index.php:285
 msgid "You don't have access to this page"
 msgstr "你沒有瀏覽這個頁面的權限"
 
@@ -2979,16 +2978,15 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1603
 #: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442
 #: ../../include/ajax/heatmap.ajax.php:76
-#: ../../include/class/SatelliteAgent.class.php:212
-#: ../../include/class/CalendarManager.class.php:1086
-#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/class/SnmpConsole.class.php:387
 #: ../../include/class/AgentWizard.class.php:2785
+#: ../../include/class/CalendarManager.class.php:1086
+#: ../../include/class/SatelliteAgent.class.php:212
+#: ../../include/class/SatelliteCollection.class.php:164
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236
-#: ../../include/functions_snmp.php:358
 #: ../../include/functions_snmp_browser.php:1044
 #: ../../include/functions_snmp_browser.php:1693
-#: ../../mobile/operation/agent.php:323
+#: ../../include/functions_snmp.php:358 ../../mobile/operation/agent.php:323
 #: ../../operation/agentes/estado_agente.php:377
 #: ../../operation/agentes/agent_inventory.php:153
 #: ../../operation/agentes/status_monitor.php:927
@@ -3464,9 +3462,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_plugins.php:856
 #: ../../godmode/massive/massive_edit_plugins.php:857
 #: ../../godmode/reporting/manage_schedule.php:332
+#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/users/configure_user.php:2098
 #: ../../godmode/users/configure_user.php:2167
-#: ../../godmode/users/configure_token.php:207
 #: ../../godmode/wizards/ManageExtensions.class.php:346
 #: ../../include/ajax/double_auth.ajax.php:267
 #: ../../include/ajax/double_auth.ajax.php:365
@@ -3475,9 +3473,9 @@ msgstr ""
 #: ../../include/ajax/events.php:2356
 #: ../../include/class/Diagnostics.class.php:1931
 #: ../../include/class/SatelliteAgent.class.php:873
-#: ../../include/functions.php:1379 ../../include/functions_menu.php:940
-#: ../../include/functions_ui.php:334 ../../include/functions_events.php:3014
-#: ../../include/functions_events.php:3217
+#: ../../include/functions_menu.php:940 ../../include/functions.php:1379
+#: ../../include/functions_events.php:3014
+#: ../../include/functions_events.php:3217 ../../include/functions_ui.php:334
 #: ../../mobile/operation/visualmap.php:181
 #: ../../operation/reporting/graph_analytics_public.php:162
 #: ../../operation/reporting/graph_analytics_public.php:170
@@ -3839,7 +3837,6 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:298
 #: ../../godmode/agentes/fields_manager.php:210
 #: ../../godmode/agentes/inventory_manager.php:266
-#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/agentes/module_manager.php:1066
 #: ../../godmode/agentes/module_manager.php:1077
 #: ../../godmode/agentes/module_manager.php:1090
@@ -3848,6 +3845,7 @@ msgstr ""
 #: ../../godmode/agentes/module_manager.php:1340
 #: ../../godmode/agentes/planned_downtime.editor.php:1456
 #: ../../godmode/agentes/modificar_agente.php:985
+#: ../../godmode/agentes/agent_manager.php:1553
 #: ../../godmode/alerts/alert_actions.php:455
 #: ../../godmode/alerts/alert_commands.php:1070
 #: ../../godmode/alerts/alert_commands.php:1073
@@ -3860,9 +3858,9 @@ msgstr ""
 #: ../../godmode/groups/modu_group_list.php:287
 #: ../../godmode/groups/group_list.php:1129
 #: ../../godmode/groups/group_list.php:1336
-#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_enable_disable_alerts.php:227
 #: ../../godmode/massive/massive_standby_alerts.php:255
+#: ../../godmode/massive/massive_edit_plugins.php:576
 #: ../../godmode/massive/massive_operations.php:470
 #: ../../godmode/modules/manage_inventory_modules.php:341
 #: ../../godmode/modules/manage_network_templates.php:274
@@ -3901,20 +3899,20 @@ msgstr ""
 #: ../../godmode/extensions.php:283 ../../godmode/extensions.php:301
 #: ../../godmode/menu.php:773 ../../include/ajax/dashboard.ajax.php:216
 #: ../../include/ajax/token.php:120 ../../include/class/ConfigPEN.class.php:672
-#: ../../include/class/CredentialStore.class.php:1701
 #: ../../include/class/ModuleTemplates.class.php:879
 #: ../../include/class/ModuleTemplates.class.php:894
-#: ../../include/class/SatelliteAgent.class.php:1187
-#: ../../include/class/SatelliteAgent.class.php:1235
-#: ../../include/class/SatelliteAgent.class.php:1297
 #: ../../include/class/TipsWindow.class.php:657
-#: ../../include/class/SatelliteCollection.class.php:531
-#: ../../include/class/SatelliteCollection.class.php:573
 #: ../../include/class/SnmpConsole.class.php:493
 #: ../../include/class/SnmpConsole.class.php:1309
 #: ../../include/class/SnmpConsole.class.php:1336
-#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/class/TreeGroupEdition.class.php:170
+#: ../../include/class/CredentialStore.class.php:1701
+#: ../../include/class/SatelliteAgent.class.php:1187
+#: ../../include/class/SatelliteAgent.class.php:1235
+#: ../../include/class/SatelliteAgent.class.php:1297
+#: ../../include/class/SatelliteCollection.class.php:531
+#: ../../include/class/SatelliteCollection.class.php:573
+#: ../../include/class/WelcomeWindow.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:741
 #: ../../include/lib/ITSM/Manager.php:1315
 #: ../../include/functions_container.php:190
@@ -3931,8 +3929,6 @@ msgstr ""
 #: ../../operation/visual_console/view.php:1129
 #: ../../operation/custom_fields/custom_fields_view.php:1171
 #: ../../update_manager_client/views/offline.php:72
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
 #: ../../views/calendar/special_days.php:461
 #: ../../views/ITSM/ITSMTicketDetailView.php:303
 msgid "Are you sure?"
@@ -3968,20 +3964,20 @@ msgstr ""
 #: ../../godmode/wizards/ManageExtensions.class.php:345
 #: ../../godmode/menu.php:776 ../../include/class/ConfigPEN.class.php:675
 #: ../../include/class/ConfigPEN.class.php:699
+#: ../../include/class/ModuleTemplates.class.php:1369
+#: ../../include/class/ExtensionsDiscovery.class.php:258
+#: ../../include/class/AgentWizard.class.php:6266
+#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/class/CredentialStore.class.php:1655
 #: ../../include/class/CredentialStore.class.php:1707
-#: ../../include/class/ModuleTemplates.class.php:1369
 #: ../../include/class/NetworkMap.class.php:2961
 #: ../../include/class/SatelliteAgent.class.php:1148
 #: ../../include/class/SatelliteAgent.class.php:1193
 #: ../../include/class/SatelliteAgent.class.php:1241
 #: ../../include/class/SatelliteAgent.class.php:1303
-#: ../../include/class/ExtensionsDiscovery.class.php:258
 #: ../../include/class/SatelliteCollection.class.php:536
 #: ../../include/class/SatelliteCollection.class.php:578
 #: ../../include/class/WelcomeWindow.class.php:177
-#: ../../include/class/AgentWizard.class.php:6266
-#: ../../include/class/TreeGroupEdition.class.php:169
 #: ../../include/functions_visual_map_editor.php:926
 #: ../../include/functions_visual_map_editor.php:930
 #: ../../include/functions_register.php:179
@@ -4035,194 +4031,6 @@ msgstr ""
 msgid "Close wizard"
 msgstr ""
 
-#: ../../godmode/agentes/agent_conf_gis.php:38
-#: ../../operation/agentes/gis_view.php:59
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:58
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:68
-msgid "Agent position"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:75
-msgid "Latitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:94
-msgid "Longitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:113
-msgid "Altitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:132
-#: ../../godmode/massive/massive_edit_agents.php:1178
-msgid "Ignore new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:133
-#: ../../godmode/agentes/agent_manager.php:1555
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/massive/massive_edit_agents.php:708
-#: ../../godmode/massive/massive_edit_agents.php:1154
-#: ../../godmode/massive/massive_edit_agents.php:1192
-#: ../../godmode/massive/massive_edit_agents.php:1239
-#: ../../godmode/massive/massive_edit_modules.php:705
-#: ../../godmode/massive/massive_edit_modules.php:727
-#: ../../godmode/massive/massive_edit_modules.php:811
-#: ../../godmode/massive/massive_edit_modules.php:833
-#: ../../godmode/massive/massive_edit_modules.php:885
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1326
-#: ../../godmode/massive/massive_edit_modules.php:1370
-#: ../../godmode/massive/massive_edit_modules.php:1552
-#: ../../godmode/reporting/visual_console_builder.wizard.php:405
-#: ../../godmode/reporting/visual_console_builder.wizard.php:514
-#: ../../godmode/reporting/reporting_builder.php:1087
-#: ../../godmode/servers/modificar_server.php:193
-#: ../../godmode/servers/servers.build_table.php:157
-#: ../../godmode/update_manager/update_manager.setup.php:407
-#: ../../include/class/EventSound.class.php:349
-#: ../../include/class/SnmpConsole.class.php:424
-#: ../../include/functions_snmp.php:390 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685
-#: ../../operation/netflow/nf_live_view.php:393
-#: ../../operation/users/user_edit.php:430
-msgid "Yes"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:142
-#: ../../godmode/alerts/alert_view.php:135
-#: ../../godmode/alerts/alert_view.php:268
-#: ../../godmode/alerts/alert_view.php:371
-#: ../../godmode/massive/massive_edit_agents.php:709
-#: ../../godmode/massive/massive_edit_agents.php:1165
-#: ../../godmode/massive/massive_edit_agents.php:1193
-#: ../../godmode/massive/massive_edit_agents.php:1240
-#: ../../godmode/massive/massive_edit_modules.php:706
-#: ../../godmode/massive/massive_edit_modules.php:728
-#: ../../godmode/massive/massive_edit_modules.php:812
-#: ../../godmode/massive/massive_edit_modules.php:834
-#: ../../godmode/massive/massive_edit_modules.php:886
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1327
-#: ../../godmode/massive/massive_edit_modules.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1553
-#: ../../godmode/reporting/visual_console_builder.wizard.php:416
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-#: ../../godmode/reporting/reporting_builder.php:1089
-#: ../../godmode/servers/modificar_server.php:191
-#: ../../godmode/setup/news.php:389
-#: ../../godmode/update_manager/update_manager.setup.php:408
-#: ../../include/class/EventSound.class.php:348
-#: ../../include/class/SnmpConsole.class.php:423
-#: ../../include/functions_snmp.php:382 ../../include/functions_profile.php:305
-#: ../../include/functions_reporting_html.php:2331
-#: ../../include/functions_cron.php:685 ../../include/functions_events.php:5086
-#: ../../include/functions_events.php:5091
-#: ../../mobile/operation/events.php:358 ../../mobile/operation/events.php:366
-#: ../../operation/netflow/nf_live_view.php:403
-#: ../../operation/users/user_edit.php:431
-msgid "No"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:161
-#: ../../godmode/agentes/status_monitor_custom_fields.php:231
-#: ../../godmode/agentes/planned_downtime.list.php:891
-#: ../../godmode/agentes/planned_downtime.list.php:936
-#: ../../godmode/agentes/configure_field.php:203
-#: ../../godmode/agentes/inventory_manager.php:188
-#: ../../godmode/agentes/inventory_manager.php:271
-#: ../../godmode/agentes/module_manager_editor.php:801
-#: ../../godmode/agentes/agent_manager.php:1304
-#: ../../godmode/agentes/planned_downtime.editor.php:1308
-#: ../../godmode/alerts/configure_alert_command.php:386
-#: ../../godmode/alerts/configure_alert_action.php:450
-#: ../../godmode/alerts/alert_list.list.php:227
-#: ../../godmode/alerts/alert_list.list.php:1066
-#: ../../godmode/category/edit_category.php:196
-#: ../../godmode/events/custom_events.php:193
-#: ../../godmode/events/event_edit_filter.php:982
-#: ../../godmode/events/event_responses.editor.php:337
-#: ../../godmode/groups/configure_modu_group.php:99
-#: ../../godmode/groups/configure_group.php:285
-#: ../../godmode/modules/manage_inventory_modules.php:338
-#: ../../godmode/modules/manage_inventory_modules_form.php:245
-#: ../../godmode/modules/manage_nc_groups_form.php:95
-#: ../../godmode/modules/manage_network_components_form.php:378
-#: ../../godmode/modules/manage_network_templates_form.php:178
-#: ../../godmode/netflow/nf_edit_form.php:450
-#: ../../godmode/reporting/create_container.php:365
-#: ../../godmode/reporting/reporting_builder.main.php:56
-#: ../../godmode/reporting/graph_builder.main.php:305
-#: ../../godmode/reporting/visual_console_builder.elements.php:918
-#: ../../godmode/reporting/visual_console_builder.data.php:319
-#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/modificar_server.php:247
-#: ../../godmode/setup/setup_sflow.php:95
-#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
-#: ../../godmode/setup/os_version.builder.php:65
-#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
-#: ../../godmode/setup/performance.php:893
-#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
-#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
-#: ../../godmode/setup/setup_ehorus.php:228
-#: ../../godmode/setup/setup_ITSM.php:678
-#: ../../godmode/setup/setup_netflow.php:121
-#: ../../godmode/setup/setup_visuals.php:2221
-#: ../../godmode/setup/setup_general.php:945
-#: ../../godmode/setup/setup_auth.php:547
-#: ../../godmode/snmpconsole/snmp_filters.php:264
-#: ../../godmode/snmpconsole/snmp_filters.php:326
-#: ../../godmode/snmpconsole/snmp_filters.php:337
-#: ../../godmode/snmpconsole/snmp_alert.php:1704
-#: ../../godmode/snmpconsole/snmp_alert.php:2007
-#: ../../godmode/tag/edit_tag.php:251
-#: ../../godmode/update_manager/update_manager.setup.php:418
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/users/configure_user.php:1636
-#: ../../godmode/users/configure_token.php:154
-#: ../../godmode/files_repo/files_repo_form.php:109
-#: ../../include/ajax/alert_list.ajax.php:340
-#: ../../include/class/ManageNetScanScripts.class.php:769
-#: ../../include/class/ConfigPEN.class.php:703
-#: ../../include/class/ConfigPEN.class.php:704
-#: ../../include/class/CredentialStore.class.php:1659
-#: ../../include/class/ExternalTools.class.php:476
-#: ../../include/class/ModuleTemplates.class.php:997
-#: ../../include/functions_visual_map_editor.php:926
-#: ../../include/functions_events.php:3578
-#: ../../include/functions_events.php:3664
-#: ../../include/functions_events.php:4741
-#: ../../operation/agentes/datos_agente.php:220
-#: ../../operation/reporting/reporting_viewer.php:285
-#: ../../operation/reporting/reporting_viewer.php:297
-#: ../../operation/reporting/graph_analytics.php:421
-#: ../../operation/users/user_edit.php:894
-#: ../../operation/visual_console/view.php:520
-#: ../../views/calendar/edit.php:129
-#: ../../views/calendar/special_days_edit.php:162
-#: ../../views/ITSM/ITSMTicketEditView.php:259
-msgid "Update"
-msgstr "更新"
-
 #: ../../godmode/agentes/agent_template.php:172
 msgid "Error adding modules"
 msgstr ""
@@ -4256,12 +4064,11 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:163
 #: ../../godmode/alerts/alert_list.list.php:104
 #: ../../godmode/modules/manage_network_components_form_wizard.php:278
-#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../godmode/modules/manage_network_components.php:788
+#: ../../godmode/modules/manage_network_templates_form.php:231
 #: ../../include/ajax/heatmap.ajax.php:282
-#: ../../include/ajax/heatmap.ajax.php:407
-#: ../../include/ajax/custom_fields.php:477 ../../include/ajax/module.php:1077
-#: ../../include/ajax/module.php:1972
+#: ../../include/ajax/heatmap.ajax.php:407 ../../include/ajax/module.php:1077
+#: ../../include/ajax/module.php:1972 ../../include/ajax/custom_fields.php:477
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:518
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:537
 #: ../../mobile/operation/modules.php:602
@@ -4275,17 +4082,17 @@ msgstr ""
 #: ../../godmode/agentes/agent_template.php:275
 #: ../../godmode/agentes/planned_downtime.list.php:736
 #: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager_editor_common.php:295
-#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/agentes/planned_downtime.editor.php:927
 #: ../../godmode/agentes/modificar_agente.php:706
+#: ../../godmode/agentes/module_manager_editor_common.php:295
+#: ../../godmode/agentes/module_manager_editor_common.php:1610
 #: ../../godmode/alerts/alert_templates.php:39
 #: ../../godmode/alerts/alert_templates.php:313
 #: ../../godmode/alerts/alert_templates.php:418
 #: ../../godmode/events/event_responses.editor.php:234
-#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/modules/manage_network_components.php:790
 #: ../../godmode/modules/manage_network_components_form_common.php:79
+#: ../../godmode/modules/manage_network_templates_form.php:232
 #: ../../godmode/reporting/reporting_builder.list_items.php:245
 #: ../../godmode/reporting/reporting_builder.list_items.php:374
 #: ../../godmode/reporting/schedule.php:170
@@ -4303,10 +4110,10 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:96
 #: ../../include/class/AlertsList.class.php:316
 #: ../../include/class/ModuleTemplates.class.php:1190
-#: ../../include/class/CalendarManager.class.php:1043
-#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/class/AgentWizard.class.php:1312
 #: ../../include/class/AgentWizard.class.php:4215
+#: ../../include/class/CalendarManager.class.php:1043
+#: ../../include/class/CalendarManager.class.php:1077
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:375
 #: ../../include/lib/Dashboard/Widgets/clock.php:221
 #: ../../include/lib/Dashboard/Widgets/service_view.php:260
@@ -4317,21 +4124,21 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:768
 #: ../../include/functions_visual_map_editor.php:894
 #: ../../include/functions_snmp_browser.php:565
+#: ../../include/functions_html.php:6737
+#: ../../include/functions_reports.php:1177
+#: ../../include/functions_events.php:2567
+#: ../../include/functions_events.php:5073
 #: ../../include/functions_reporting_html.php:1710
 #: ../../include/functions_reporting_html.php:1719
 #: ../../include/functions_reporting_html.php:1964
 #: ../../include/functions_reporting_html.php:1972
 #: ../../include/functions_reporting_html.php:3845
 #: ../../include/functions_reporting_html.php:6766
-#: ../../include/functions_html.php:6737
-#: ../../include/functions_reports.php:1177
-#: ../../include/functions_events.php:2567
-#: ../../include/functions_events.php:5073
+#: ../../mobile/operation/visualmaps.php:125
+#: ../../mobile/operation/visualmaps.php:126
 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684
 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012
 #: ../../mobile/operation/events.php:1013
-#: ../../mobile/operation/visualmaps.php:125
-#: ../../mobile/operation/visualmaps.php:126
 #: ../../operation/agentes/estado_agente.php:1121
 #: ../../operation/agentes/ver_agente.php:1223
 #: ../../operation/netflow/nf_live_view.php:563
@@ -4346,11 +4153,11 @@ msgstr ""
 #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170
 #: ../../godmode/agentes/planned_downtime.list.php:734
 #: ../../godmode/agentes/inventory_manager.php:238
-#: ../../godmode/agentes/agent_manager.php:640
 #: ../../godmode/agentes/module_manager.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/agentes/planned_downtime.editor.php:915
 #: ../../godmode/agentes/modificar_agente.php:709
+#: ../../godmode/agentes/agent_manager.php:640
+#: ../../godmode/agentes/module_manager_editor_common.php:1071
 #: ../../godmode/alerts/configure_alert_command.php:283
 #: ../../godmode/alerts/alert_commands.php:1004
 #: ../../godmode/alerts/alert_templates.php:45
@@ -4359,18 +4166,18 @@ msgstr ""
 #: ../../godmode/events/event_responses.editor.php:141
 #: ../../godmode/groups/configure_group.php:256
 #: ../../godmode/groups/group_list.php:1042
-#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/massive/massive_edit_agents.php:824
 #: ../../godmode/massive/massive_edit_modules.php:855
+#: ../../godmode/massive/massive_edit_plugins.php:494
 #: ../../godmode/modules/manage_inventory_modules.php:290
-#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_wizard.php:557
 #: ../../godmode/modules/manage_network_templates.php:249
-#: ../../godmode/modules/manage_network_templates_form.php:172
-#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/modules/module_list.php:100
 #: ../../godmode/modules/manage_network_components.php:791
+#: ../../godmode/modules/manage_inventory_modules_form.php:128
 #: ../../godmode/modules/manage_network_components_form_common.php:451
+#: ../../godmode/modules/manage_network_templates_form.php:172
+#: ../../godmode/modules/manage_network_templates_form.php:234
 #: ../../godmode/netflow/nf_item_list.php:175
 #: ../../godmode/reporting/create_container.php:336
 #: ../../godmode/reporting/reporting_builder.main.php:140
@@ -4408,9 +4215,9 @@ msgstr ""
 #: ../../include/class/ModuleTemplates.class.php:1047
 #: ../../include/class/ModuleTemplates.class.php:1191
 #: ../../include/class/ExtensionsDiscovery.class.php:1465
-#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/class/AgentWizard.class.php:1313
 #: ../../include/class/AgentWizard.class.php:4222
+#: ../../include/class/SatelliteCollection.class.php:134
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066
 #: ../../include/lib/ClusterViewer/ClusterWizard.php:820
 #: ../../include/lib/Group.php:584 ../../include/functions_container.php:147
@@ -4418,7 +4225,6 @@ msgstr ""
 #: ../../include/functions_treeview.php:668
 #: ../../include/functions_snmp_browser.php:571
 #: ../../include/functions_snmp_browser.php:1946
-#: ../../include/functions_ui.php:6482
 #: ../../include/functions_reporting_html.php:162
 #: ../../include/functions_reporting_html.php:1045
 #: ../../include/functions_reporting_html.php:2275
@@ -4427,6 +4233,7 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4962
 #: ../../include/functions_reporting_html.php:6767
 #: ../../include/functions_reporting_html.php:7653
+#: ../../include/functions_ui.php:6482
 #: ../../operation/agentes/custom_fields.php:69
 #: ../../operation/agentes/gis_view.php:222
 #: ../../operation/agentes/pandora_networkmap.editor.php:374
@@ -4485,10 +4292,9 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:533
 #: ../../include/functions_ui_renders.php:117
 #: ../../include/functions_profile.php:207 ../../include/functions.php:3194
-#: ../../include/functions_ui.php:1691
 #: ../../include/functions_reporting_html.php:4702
 #: ../../include/functions_reporting_html.php:7295
-#: ../../mobile/operation/tactical.php:349
+#: ../../include/functions_ui.php:1691 ../../mobile/operation/tactical.php:349
 #: ../../operation/agentes/alerts_status.functions.php:197
 #: ../../operation/agentes/alerts_status.php:289
 #: ../../operation/agentes/alerts_status.php:290
@@ -4503,9 +4309,9 @@ msgstr "動作"
 #: ../../godmode/agentes/inventory_manager.php:267
 #: ../../godmode/agentes/module_manager_editor.php:808
 #: ../../godmode/agentes/module_manager.php:1107
-#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/agentes/planned_downtime.editor.php:1422
 #: ../../godmode/agentes/planned_downtime.editor.php:1462
+#: ../../godmode/agentes/module_manager_editor_common.php:1612
 #: ../../godmode/alerts/alert_actions.php:356
 #: ../../godmode/alerts/alert_actions.php:484
 #: ../../godmode/alerts/alert_templates.php:481
@@ -4522,11 +4328,11 @@ msgstr "動作"
 #: ../../godmode/modules/manage_inventory_modules.php:385
 #: ../../godmode/modules/manage_network_templates.php:289
 #: ../../godmode/modules/manage_network_templates.php:302
-#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/modules/manage_nc_groups.php:302
 #: ../../godmode/modules/manage_nc_groups.php:363
 #: ../../godmode/modules/manage_network_components.php:871
 #: ../../godmode/modules/manage_network_components.php:920
+#: ../../godmode/modules/manage_network_templates_form.php:254
 #: ../../godmode/netflow/nf_edit.php:203 ../../godmode/netflow/nf_edit.php:223
 #: ../../godmode/netflow/nf_item_list.php:263
 #: ../../godmode/netflow/nf_item_list.php:273
@@ -4553,10 +4359,10 @@ msgstr "動作"
 #: ../../godmode/setup/links.php:200 ../../godmode/setup/links.php:219
 #: ../../godmode/setup/os_version.list.php:139
 #: ../../godmode/setup/os_version.list.php:158 ../../godmode/setup/news.php:358
+#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/setup/setup_visuals.php:1955
 #: ../../godmode/setup/setup_visuals.php:2047
 #: ../../godmode/setup/setup_visuals.php:2122
-#: ../../godmode/setup/os.list.php:182 ../../godmode/setup/os.list.php:194
 #: ../../godmode/snmpconsole/snmp_filters.php:326
 #: ../../godmode/snmpconsole/snmp_filters.php:337
 #: ../../godmode/snmpconsole/snmp_alert.php:1954
@@ -4567,28 +4373,28 @@ msgstr "動作"
 #: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:125
 #: ../../include/class/ManageNetScanScripts.class.php:405
 #: ../../include/class/ConfigPEN.class.php:264
-#: ../../include/class/CredentialStore.class.php:1266
-#: ../../include/class/CredentialStore.class.php:1703
 #: ../../include/class/ModuleTemplates.class.php:899
 #: ../../include/class/ModuleTemplates.class.php:1192
-#: ../../include/class/NetworkMap.class.php:2953
-#: ../../include/class/SatelliteAgent.class.php:445
-#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/TipsWindow.class.php:487
-#: ../../include/class/CalendarManager.class.php:755
 #: ../../include/class/SnmpConsole.class.php:487
 #: ../../include/class/SnmpConsole.class.php:539
 #: ../../include/class/SnmpConsole.class.php:911
 #: ../../include/class/SnmpConsole.class.php:923
+#: ../../include/class/CalendarManager.class.php:755
+#: ../../include/class/CredentialStore.class.php:1266
+#: ../../include/class/CredentialStore.class.php:1703
+#: ../../include/class/NetworkMap.class.php:2953
+#: ../../include/class/SatelliteAgent.class.php:445
+#: ../../include/class/SatelliteAgent.class.php:1189
 #: ../../include/class/WelcomeWindow.class.php:1064
 #: ../../include/class/WelcomeWindow.class.php:1168
 #: ../../include/lib/ClusterViewer/ClusterManager.php:701
 #: ../../include/lib/ITSM/Manager.php:1321
 #: ../../include/functions_container.php:191
 #: ../../include/functions_container.php:325
-#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954
 #: ../../include/functions_filemanager.php:835
+#: ../../include/functions_ui.php:1629 ../../include/functions_ui.php:1630
 #: ../../operation/agentes/pandora_networkmap.php:851
 #: ../../operation/agentes/status_monitor.php:2332
 #: ../../operation/gis_maps/gis_map.php:203
@@ -4626,10 +4432,10 @@ msgstr "删除"
 #: ../../godmode/snmpconsole/snmp_alert.php:2010
 #: ../../godmode/users/profile_list.php:399
 #: ../../godmode/files_repo/files_repo_list.php:131
-#: ../../include/class/CredentialStore.class.php:1262
-#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/class/TipsWindow.class.php:486
 #: ../../include/class/CalendarManager.class.php:721
+#: ../../include/class/CredentialStore.class.php:1262
+#: ../../include/class/NetworkMap.class.php:3202
 #: ../../include/lib/ClusterViewer/ClusterManager.php:685
 #: ../../include/lib/ITSM/Manager.php:1048
 #: ../../include/lib/ITSM/Manager.php:1297 ../../include/functions_cron.php:917
@@ -4678,9 +4484,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:964
 #: ../../godmode/wizards/Custom.class.php:130
 #: ../../godmode/wizards/Custom.class.php:138 ../../godmode/menu.php:136
-#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/class/ExtensionsDiscovery.class.php:524
 #: ../../include/class/ExtensionsDiscovery.class.php:531
+#: ../../include/class/CredentialStore.class.php:959
 #: ../../include/functions_html.php:2342 ../../include/functions_html.php:2343
 #: ../../include/functions_html.php:2453 ../../include/functions_html.php:2454
 #: ../../include/functions_html.php:2608 ../../include/functions_html.php:2609
@@ -4778,10 +4584,10 @@ msgstr ""
 #: ../../godmode/agentes/configure_field.php:115
 #: ../../godmode/agentes/inventory_manager.php:237
 #: ../../godmode/agentes/module_manager.php:675
-#: ../../godmode/agentes/module_manager_editor_common.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/agentes/planned_downtime.editor.php:882
 #: ../../godmode/agentes/planned_downtime.editor.php:1359
+#: ../../godmode/agentes/module_manager_editor_common.php:254
+#: ../../godmode/agentes/module_manager_editor_common.php:1504
 #: ../../godmode/alerts/configure_alert_command.php:220
 #: ../../godmode/alerts/configure_alert_action.php:207
 #: ../../godmode/alerts/alert_actions.php:351
@@ -4797,13 +4603,13 @@ msgstr ""
 #: ../../godmode/groups/configure_group.php:140
 #: ../../godmode/groups/group_list.php:1034
 #: ../../godmode/modules/manage_inventory_modules.php:289
-#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_nc_groups_form.php:72
 #: ../../godmode/modules/manage_network_templates.php:248
-#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/modules/module_list.php:99
 #: ../../godmode/modules/manage_nc_groups.php:264
+#: ../../godmode/modules/manage_inventory_modules_form.php:115
 #: ../../godmode/modules/manage_network_components_form_common.php:47
+#: ../../godmode/modules/manage_network_templates_form.php:168
 #: ../../godmode/netflow/nf_edit.php:166
 #: ../../godmode/netflow/nf_edit_form.php:242
 #: ../../godmode/reporting/create_container.php:247
@@ -4819,27 +4625,29 @@ msgstr ""
 #: ../../godmode/servers/modificar_server.php:204
 #: ../../godmode/servers/servers.build_table.php:82
 #: ../../godmode/setup/os.builder.php:269
-#: ../../godmode/setup/os.builder.php:270
+#: ../../godmode/setup/os.builder.php:270 ../../godmode/setup/os.list.php:81
 #: ../../godmode/setup/setup_ITSM.php:383
-#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/setup/os.list.php:81
-#: ../../godmode/tag/edit_tag.php:194 ../../godmode/tag/tag.php:231
-#: ../../godmode/users/user_list.php:512
+#: ../../godmode/setup/setup_ITSM.php:509 ../../godmode/tag/edit_tag.php:194
+#: ../../godmode/tag/tag.php:231 ../../godmode/users/user_list.php:512
 #: ../../godmode/wizards/ManageExtensions.class.php:369
 #: ../../godmode/files_repo/files_repo_list.php:49
 #: ../../include/ajax/dashboard.ajax.php:89
 #: ../../include/class/ManageNetScanScripts.class.php:403
 #: ../../include/class/ManageNetScanScripts.class.php:549
-#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/ModuleTemplates.class.php:853
 #: ../../include/class/ModuleTemplates.class.php:1035
+#: ../../include/class/CalendarManager.class.php:1041
+#: ../../include/class/EventSound.class.php:306
 #: ../../include/class/NetworkMap.class.php:3073
 #: ../../include/class/NetworkMap.class.php:3119
 #: ../../include/class/NetworkMap.class.php:3131
 #: ../../include/class/NetworkMap.class.php:3501
-#: ../../include/class/CalendarManager.class.php:1041
 #: ../../include/class/SatelliteCollection.class.php:132
 #: ../../include/functions_treeview.php:67
 #: ../../include/functions_snmp_browser.php:1913
+#: ../../include/functions_filemanager.php:718
+#: ../../include/functions_events.php:4422
+#: ../../include/functions_events.php:4559
 #: ../../include/functions_reporting_html.php:673
 #: ../../include/functions_reporting_html.php:1712
 #: ../../include/functions_reporting_html.php:1720
@@ -4849,9 +4657,6 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4960
 #: ../../include/functions_reporting_html.php:7652
 #: ../../include/functions_reporting_html.php:7845
-#: ../../include/functions_filemanager.php:718
-#: ../../include/functions_events.php:4422
-#: ../../include/functions_events.php:4559
 #: ../../mobile/operation/module_data.php:264
 #: ../../mobile/operation/server_status.php:283
 #: ../../mobile/operation/server_status.php:321
@@ -4965,8 +4770,8 @@ msgstr ""
 #: ../../godmode/agentes/status_monitor_custom_fields.php:113
 #: ../../godmode/agentes/status_monitor_custom_fields.php:165
 #: ../../godmode/agentes/inventory_manager.php:240
-#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager.php:707
+#: ../../godmode/agentes/agent_manager.php:558
 #: ../../godmode/agentes/module_manager_editor_common.php:1119
 #: ../../godmode/massive/massive_edit_agents.php:759
 #: ../../godmode/massive/massive_edit_modules.php:867
@@ -4991,9 +4796,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/netflow.php:200
 #: ../../include/lib/Group.php:572 ../../include/functions_treeview.php:82
 #: ../../include/functions_treeview.php:655
-#: ../../include/functions_agents.php:4825 ../../include/functions_ui.php:7686
+#: ../../include/functions_agents.php:4825
 #: ../../include/functions_reporting_html.php:4963
-#: ../../mobile/operation/modules.php:668
+#: ../../include/functions_ui.php:7686 ../../mobile/operation/modules.php:668
 #: ../../mobile/operation/modules.php:670
 #: ../../mobile/operation/modules.php:910
 #: ../../operation/agentes/status_monitor.php:1589
@@ -5014,22 +4819,21 @@ msgstr ""
 #: ../../godmode/massive/massive_copy_modules.php:131
 #: ../../godmode/massive/massive_copy_modules.php:318
 #: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/massive/massive_edit_agents.php:1024
+#: ../../godmode/massive/massive_edit_users.php:499
 #: ../../godmode/reporting/reporting_builder.item_editor.php:85
 #: ../../godmode/servers/servers.build_table.php:83
 #: ../../godmode/setup/setup_ITSM.php:441
 #: ../../godmode/setup/setup_ITSM.php:568
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:675
-#: ../../include/ajax/heatmap.ajax.php:392
-#: ../../include/ajax/custom_fields.php:482 ../../include/ajax/module.php:1079
-#: ../../include/ajax/module.php:1975
+#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1079
+#: ../../include/ajax/module.php:1975 ../../include/ajax/custom_fields.php:482
 #: ../../include/class/ExternalTools.class.php:933
-#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/class/AgentsAlerts.class.php:916
 #: ../../include/class/SnmpConsole.class.php:286
 #: ../../include/class/SnmpConsole.class.php:403
 #: ../../include/class/SnmpConsole.class.php:521
+#: ../../include/class/NetworkMap.class.php:3074
 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358
@@ -5038,9 +4842,12 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540
 #: ../../include/lib/Dashboard/Widgets/events_list.php:860
 #: ../../include/lib/ITSM/ITSM.php:515 ../../include/lib/Group.php:564
-#: ../../include/functions_snmp.php:369
 #: ../../include/functions_massive_operations.php:161
 #: ../../include/functions_snmp_browser.php:595
+#: ../../include/functions_events.php:256
+#: ../../include/functions_events.php:312
+#: ../../include/functions_events.php:2585
+#: ../../include/functions_events.php:5119
 #: ../../include/functions_reporting_html.php:820
 #: ../../include/functions_reporting_html.php:949
 #: ../../include/functions_reporting_html.php:1207
@@ -5055,19 +4862,22 @@ msgstr ""
 #: ../../include/functions_reporting_html.php:4915
 #: ../../include/functions_reporting_html.php:4965
 #: ../../include/functions_reporting_html.php:6579
-#: ../../include/functions_events.php:256
-#: ../../include/functions_events.php:312
-#: ../../include/functions_events.php:2585
-#: ../../include/functions_events.php:5119 ../../mobile/operation/agents.php:97
-#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244
-#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407
-#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106
-#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248
-#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/events.php:674
-#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849
-#: ../../mobile/operation/events.php:1003
-#: ../../mobile/operation/events.php:1004
+#: ../../include/functions_snmp.php:369
 #: ../../mobile/operation/module_data.php:262
+#: ../../mobile/operation/server_status.php:154
+#: ../../mobile/operation/server_status.php:155
+#: ../../mobile/operation/server_status.php:281
+#: ../../mobile/operation/server_status.php:319
+#: ../../mobile/operation/server_status.php:349
+#: ../../mobile/operation/server_status.php:445
+#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245
+#: ../../mobile/operation/agents.php:407 ../../mobile/operation/alerts.php:105
+#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247
+#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334
+#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675
+#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003
+#: ../../mobile/operation/events.php:1004
 #: ../../mobile/operation/modules.php:163
 #: ../../mobile/operation/modules.php:164
 #: ../../mobile/operation/modules.php:275
@@ -5084,12 +4894,6 @@ msgstr ""
 #: ../../mobile/operation/modules.php:751
 #: ../../mobile/operation/modules.php:763
 #: ../../mobile/operation/modules.php:909
-#: ../../mobile/operation/server_status.php:154
-#: ../../mobile/operation/server_status.php:155
-#: ../../mobile/operation/server_status.php:281
-#: ../../mobile/operation/server_status.php:319
-#: ../../mobile/operation/server_status.php:349
-#: ../../mobile/operation/server_status.php:445
 #: ../../operation/agentes/alerts_status.functions.php:122
 #: ../../operation/agentes/estado_agente.php:359
 #: ../../operation/agentes/estado_agente.php:1127
@@ -5138,24 +4942,23 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:292
 #: ../../include/lib/Dashboard/Widgets/events_list.php:861
 #: ../../include/functions_netflow.php:278
+#: ../../include/functions_inventory.php:151
+#: ../../include/functions_inventory.php:185
+#: ../../include/functions_inventory.php:395
+#: ../../include/functions_inventory.php:415
+#: ../../include/functions_inventory.php:600
+#: ../../include/functions_events.php:257
+#: ../../include/functions_events.php:315
+#: ../../include/functions_events.php:2581
+#: ../../include/functions_events.php:5025
 #: ../../include/functions_reporting_html.php:1716
 #: ../../include/functions_reporting_html.php:1724
 #: ../../include/functions_reporting_html.php:1968
 #: ../../include/functions_reporting_html.php:1975
 #: ../../include/functions_reporting_html.php:3853
 #: ../../include/functions_reporting_html.php:6582
-#: ../../include/functions_events.php:257
-#: ../../include/functions_events.php:315
-#: ../../include/functions_events.php:2581
-#: ../../include/functions_events.php:5025
-#: ../../include/functions_inventory.php:151
-#: ../../include/functions_inventory.php:185
-#: ../../include/functions_inventory.php:395
-#: ../../include/functions_inventory.php:415
-#: ../../include/functions_inventory.php:600
-#: ../../mobile/operation/events.php:829
 #: ../../mobile/operation/module_data.php:165
-#: ../../mobile/operation/modules.php:672
+#: ../../mobile/operation/events.php:829 ../../mobile/operation/modules.php:672
 #: ../../mobile/operation/modules.php:911
 #: ../../operation/agentes/exportdata.csv.php:74
 #: ../../operation/agentes/exportdata.excel.php:74
@@ -5191,6 +4994,87 @@ msgstr ""
 msgid "Fields selected"
 msgstr ""
 
+#: ../../godmode/agentes/status_monitor_custom_fields.php:231
+#: ../../godmode/agentes/planned_downtime.list.php:891
+#: ../../godmode/agentes/planned_downtime.list.php:936
+#: ../../godmode/agentes/configure_field.php:203
+#: ../../godmode/agentes/inventory_manager.php:188
+#: ../../godmode/agentes/inventory_manager.php:271
+#: ../../godmode/agentes/module_manager_editor.php:801
+#: ../../godmode/agentes/planned_downtime.editor.php:1308
+#: ../../godmode/agentes/agent_conf_gis.php:161
+#: ../../godmode/agentes/agent_manager.php:1304
+#: ../../godmode/alerts/configure_alert_command.php:386
+#: ../../godmode/alerts/configure_alert_action.php:450
+#: ../../godmode/alerts/alert_list.list.php:227
+#: ../../godmode/alerts/alert_list.list.php:1066
+#: ../../godmode/category/edit_category.php:196
+#: ../../godmode/events/custom_events.php:193
+#: ../../godmode/events/event_edit_filter.php:982
+#: ../../godmode/events/event_responses.editor.php:337
+#: ../../godmode/groups/configure_modu_group.php:99
+#: ../../godmode/groups/configure_group.php:285
+#: ../../godmode/modules/manage_inventory_modules.php:338
+#: ../../godmode/modules/manage_nc_groups_form.php:95
+#: ../../godmode/modules/manage_network_components_form.php:378
+#: ../../godmode/modules/manage_inventory_modules_form.php:245
+#: ../../godmode/modules/manage_network_templates_form.php:178
+#: ../../godmode/netflow/nf_edit_form.php:450
+#: ../../godmode/reporting/create_container.php:365
+#: ../../godmode/reporting/reporting_builder.main.php:56
+#: ../../godmode/reporting/graph_builder.main.php:305
+#: ../../godmode/reporting/visual_console_builder.elements.php:918
+#: ../../godmode/reporting/visual_console_builder.data.php:319
+#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/modificar_server.php:247
+#: ../../godmode/setup/setup_sflow.php:95
+#: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/links.php:172
+#: ../../godmode/setup/os_version.builder.php:65
+#: ../../godmode/setup/os_version.php:72 ../../godmode/setup/os_version.php:128
+#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/news.php:333
+#: ../../godmode/setup/os.builder.php:62 ../../godmode/setup/os.builder.php:198
+#: ../../godmode/setup/setup_ehorus.php:228
+#: ../../godmode/setup/setup_netflow.php:121
+#: ../../godmode/setup/performance.php:893
+#: ../../godmode/setup/setup_ITSM.php:678
+#: ../../godmode/setup/setup_auth.php:547
+#: ../../godmode/setup/setup_general.php:945
+#: ../../godmode/setup/setup_visuals.php:2221
+#: ../../godmode/snmpconsole/snmp_filters.php:264
+#: ../../godmode/snmpconsole/snmp_filters.php:326
+#: ../../godmode/snmpconsole/snmp_filters.php:337
+#: ../../godmode/snmpconsole/snmp_alert.php:1704
+#: ../../godmode/snmpconsole/snmp_alert.php:2007
+#: ../../godmode/tag/edit_tag.php:251
+#: ../../godmode/update_manager/update_manager.setup.php:418
+#: ../../godmode/users/configure_profile.php:370
+#: ../../godmode/users/configure_token.php:154
+#: ../../godmode/users/configure_user.php:1636
+#: ../../godmode/files_repo/files_repo_form.php:109
+#: ../../include/ajax/alert_list.ajax.php:340
+#: ../../include/class/ManageNetScanScripts.class.php:769
+#: ../../include/class/ConfigPEN.class.php:703
+#: ../../include/class/ConfigPEN.class.php:704
+#: ../../include/class/ExternalTools.class.php:476
+#: ../../include/class/ModuleTemplates.class.php:997
+#: ../../include/class/CredentialStore.class.php:1659
+#: ../../include/functions_visual_map_editor.php:926
+#: ../../include/functions_events.php:3578
+#: ../../include/functions_events.php:3664
+#: ../../include/functions_events.php:4741
+#: ../../operation/agentes/datos_agente.php:220
+#: ../../operation/reporting/reporting_viewer.php:285
+#: ../../operation/reporting/reporting_viewer.php:297
+#: ../../operation/reporting/graph_analytics.php:421
+#: ../../operation/users/user_edit.php:894
+#: ../../operation/visual_console/view.php:520
+#: ../../views/calendar/edit.php:129
+#: ../../views/calendar/special_days_edit.php:162
+#: ../../views/ITSM/ITSMTicketEditView.php:259
+msgid "Update"
+msgstr "更新"
+
 #: ../../godmode/agentes/status_monitor_custom_fields.php:250
 #: ../../godmode/agentes/status_monitor_custom_fields.php:298
 #: ../../godmode/agentes/module_manager_editor_network.php:177
@@ -5239,7 +5123,6 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_modules.php:778
 #: ../../godmode/massive/massive_delete_modules.php:836
 #: ../../godmode/massive/massive_delete_modules.php:866
-#: ../../godmode/massive/massive_edit_plugins.php:338
 #: ../../godmode/massive/massive_add_alerts.php:339
 #: ../../godmode/massive/massive_delete_policies_alerts.php:253
 #: ../../godmode/massive/massive_delete_policies_alerts.php:280
@@ -5251,12 +5134,6 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts.php:266
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:243
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:270
-#: ../../godmode/massive/massive_edit_users.php:337
-#: ../../godmode/massive/massive_edit_users.php:397
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:616
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/massive/massive_edit_agents.php:802
 #: ../../godmode/massive/massive_edit_modules.php:491
 #: ../../godmode/massive/massive_edit_modules.php:1122
@@ -5272,6 +5149,13 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:1843
 #: ../../godmode/massive/massive_edit_modules.php:2103
 #: ../../godmode/massive/massive_edit_modules.php:2162
+#: ../../godmode/massive/massive_edit_plugins.php:338
+#: ../../godmode/massive/massive_edit_users.php:337
+#: ../../godmode/massive/massive_edit_users.php:397
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:616
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:635
 #: ../../godmode/modules/manage_nc_groups_form.php:80
 #: ../../godmode/modules/manage_network_components_form.php:674
 #: ../../godmode/modules/manage_network_components_form.php:680
@@ -5307,15 +5191,17 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4538
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4559
 #: ../../godmode/setup/os.builder.php:359
-#: ../../godmode/setup/setup_visuals.php:637
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/setup/setup_general.php:1043
 #: ../../godmode/setup/setup_general.php:1060
 #: ../../godmode/setup/setup_general.php:1069
 #: ../../godmode/setup/setup_general.php:1086
+#: ../../godmode/setup/setup_visuals.php:637
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/setup/setup_visuals.php:1156
 #: ../../godmode/snmpconsole/snmp_alert.php:40
 #: ../../godmode/snmpconsole/snmp_alert.php:1785
+#: ../../godmode/users/user_management.php:726
+#: ../../godmode/users/user_management.php:756
 #: ../../godmode/users/configure_user.php:1312
 #: ../../godmode/users/configure_user.php:1327
 #: ../../godmode/users/configure_user.php:1397
@@ -5326,16 +5212,18 @@ msgstr ""
 #: ../../godmode/users/configure_user.php:1725
 #: ../../godmode/users/configure_user.php:1734
 #: ../../godmode/users/configure_user.php:1741
-#: ../../godmode/users/user_management.php:726
-#: ../../godmode/users/user_management.php:756
 #: ../../godmode/wizards/HostDevices.class.php:1170
 #: ../../godmode/resources/resources_export_import.php:187
 #: ../../include/ajax/planned_downtime.ajax.php:85
 #: ../../include/ajax/audit_log.php:170 ../../include/ajax/agent.php:501
 #: ../../include/ajax/agent.php:839 ../../include/ajax/agent.php:922
-#: ../../include/ajax/agent.php:988 ../../include/ajax/custom_fields.php:747
-#: ../../include/ajax/module.php:2569 ../../include/ajax/module.php:3028
+#: ../../include/ajax/agent.php:988 ../../include/ajax/module.php:2569
+#: ../../include/ajax/module.php:3028 ../../include/ajax/custom_fields.php:747
 #: ../../include/ajax/events.php:601 ../../include/ajax/events.php:862
+#: ../../include/class/SnmpConsole.class.php:327
+#: ../../include/class/SnmpConsole.class.php:1409
+#: ../../include/class/AgentWizard.class.php:729
+#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/class/NetworkMap.class.php:2944
 #: ../../include/class/NetworkMap.class.php:3213
 #: ../../include/class/NetworkMap.class.php:3236
@@ -5343,10 +5231,6 @@ msgstr ""
 #: ../../include/class/NetworkMap.class.php:3319
 #: ../../include/class/NetworkMap.class.php:3430
 #: ../../include/class/NetworkMap.class.php:3451
-#: ../../include/class/SnmpConsole.class.php:327
-#: ../../include/class/SnmpConsole.class.php:1409
-#: ../../include/class/AgentWizard.class.php:729
-#: ../../include/class/AgentWizard.class.php:785
 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:445
 #: ../../include/lib/Dashboard/Widgets/module_icon.php:388
 #: ../../include/lib/Dashboard/Widgets/module_status.php:379
@@ -5392,15 +5276,15 @@ msgstr ""
 #: ../../include/functions_visual_map_editor.php:1122
 #: ../../include/functions_profile.php:357
 #: ../../include/functions_profile.php:375
-#: ../../include/functions_profile.php:390 ../../include/functions.php:1216
+#: ../../include/functions_profile.php:390
 #: ../../include/functions_networkmap.php:1522
-#: ../../include/functions_ui.php:1697 ../../include/functions_cron.php:679
-#: ../../include/functions_html.php:395 ../../include/functions_html.php:862
-#: ../../include/functions_html.php:1344 ../../include/functions_html.php:1396
-#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444
-#: ../../include/functions_html.php:1495 ../../include/functions_html.php:1545
-#: ../../include/functions_html.php:7478 ../../include/functions_html.php:7994
-#: ../../include/functions_events.php:3567
+#: ../../include/functions_cron.php:679 ../../include/functions_html.php:395
+#: ../../include/functions_html.php:862 ../../include/functions_html.php:1344
+#: ../../include/functions_html.php:1396 ../../include/functions_html.php:1443
+#: ../../include/functions_html.php:1444 ../../include/functions_html.php:1495
+#: ../../include/functions_html.php:1545 ../../include/functions_html.php:7478
+#: ../../include/functions_html.php:7994 ../../include/functions.php:1216
+#: ../../include/functions_events.php:3567 ../../include/functions_ui.php:1697
 #: ../../mobile/operation/events.php:970
 #: ../../operation/agentes/pandora_networkmap.editor.php:494
 #: ../../operation/agentes/ver_agente.php:1234
@@ -5457,8 +5341,8 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:84
 #: ../../godmode/menu.php:176
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071
-#: ../../include/functions_reporting_html.php:2287
 #: ../../include/functions_events.php:4527
+#: ../../include/functions_reporting_html.php:2287
 #: ../../operation/agentes/ver_agente.php:1769
 #: ../../operation/agentes/ver_agente.php:1773
 #: ../../operation/agentes/ver_agente.php:2078
@@ -5538,16 +5422,16 @@ msgstr ""
 #: ../../godmode/tag/tag.php:310 ../../godmode/users/user_list.php:521
 #: ../../godmode/wizards/ManageExtensions.class.php:374
 #: ../../godmode/menu.php:369 ../../include/ajax/module.php:1084
-#: ../../include/class/SatelliteAgent.class.php:176
 #: ../../include/class/AgentsAlerts.class.php:254
 #: ../../include/class/AgentsAlerts.class.php:336
-#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/class/SnmpConsole.class.php:294
+#: ../../include/class/SatelliteAgent.class.php:176
+#: ../../include/class/SatelliteCollection.class.php:135
 #: ../../include/functions_treeview.php:406
-#: ../../include/functions_reporting_html.php:4701
 #: ../../include/functions_cron.php:504
 #: ../../include/functions_filemanager.php:721
 #: ../../include/functions_reporting.php:3423
+#: ../../include/functions_reporting_html.php:4701
 #: ../../operation/agentes/pandora_networkmap.php:748
 #: ../../operation/agentes/status_monitor.php:1634
 msgid "Actions"
@@ -5572,9 +5456,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:192
 #: ../../godmode/massive/massive_edit_modules.php:937
 #: ../../godmode/modules/manage_network_components_form_network.php:93
+#: ../../include/class/AgentWizard.class.php:796
 #: ../../include/class/CredentialStore.class.php:1094
 #: ../../include/class/CredentialStore.class.php:1377
-#: ../../include/class/AgentWizard.class.php:796
 msgid "SNMP community"
 msgstr ""
 
@@ -5582,9 +5466,9 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_modules.php:989
 #: ../../godmode/modules/manage_network_components_form_network.php:69
 #: ../../godmode/wizards/HostDevices.class.php:1271
+#: ../../include/class/AgentWizard.class.php:817
 #: ../../include/class/CredentialStore.class.php:1106
 #: ../../include/class/CredentialStore.class.php:1390
-#: ../../include/class/AgentWizard.class.php:817
 msgid "SNMP version"
 msgstr ""
 
@@ -5634,9 +5518,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:407
 #: ../../godmode/massive/massive_edit_modules.php:1024
 #: ../../godmode/modules/manage_network_components_form_network.php:178
+#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/class/CredentialStore.class.php:1195
 #: ../../include/class/CredentialStore.class.php:1497
-#: ../../include/class/AgentWizard.class.php:983
 #: ../../include/functions_snmp_browser.php:891
 msgid "Privacy method"
 msgstr ""
@@ -5662,9 +5546,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:424
 #: ../../godmode/massive/massive_edit_modules.php:1029
 #: ../../godmode/modules/manage_network_components_form_network.php:158
+#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/class/CredentialStore.class.php:1212
 #: ../../include/class/CredentialStore.class.php:1518
-#: ../../include/class/AgentWizard.class.php:997
 #: ../../include/functions_snmp_browser.php:907
 msgid "Privacy pass"
 msgstr ""
@@ -5679,9 +5563,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:449
 #: ../../godmode/massive/massive_edit_modules.php:1035
 #: ../../godmode/modules/manage_network_components_form_network.php:217
+#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/class/CredentialStore.class.php:1169
 #: ../../include/class/CredentialStore.class.php:1470
-#: ../../include/class/Diagnostics.class.php:2279
 #: ../../include/functions_snmp_browser.php:922
 msgid "MD5"
 msgstr ""
@@ -5698,9 +5582,9 @@ msgstr ""
 #: ../../godmode/agentes/module_manager_editor_network.php:463
 #: ../../godmode/massive/massive_edit_modules.php:1039
 #: ../../godmode/modules/manage_network_components_form_network.php:194
+#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/class/CredentialStore.class.php:1124
 #: ../../include/class/CredentialStore.class.php:1422
-#: ../../include/class/AgentWizard.class.php:924
 #: ../../include/functions_snmp_browser.php:935
 msgid "Security level"
 msgstr ""
@@ -5733,8 +5617,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_actions.php:352
 #: ../../godmode/events/event_responses.editor.php:230
 #: ../../godmode/events/event_responses.editor.php:255
-#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/massive/massive_edit_modules.php:1491
+#: ../../godmode/massive/massive_edit_plugins.php:480
 #: ../../godmode/modules/manage_network_components_form_network.php:291
 #: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049
 #: ../../include/class/ManageNetScanScripts.class.php:434
@@ -6033,9 +5917,9 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.editor.php:1000
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:460
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:523
-#: ../../include/rest-api/index.php:375 ../../include/functions_snmp.php:413
-#: ../../include/functions_snmp.php:421
+#: ../../include/rest-api/index.php:375
 #: ../../include/functions_reporting_html.php:5265
+#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421
 #: ../../operation/agentes/gis_view.php:221
 msgid "To"
 msgstr ""
@@ -6072,9 +5956,9 @@ msgid "Execution type"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:411
+#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/agentes/agent_manager.php:218
 #: ../../godmode/agentes/agent_manager.php:282
-#: ../../godmode/agentes/planned_downtime.editor.php:1219
 #: ../../godmode/events/event_edit_filter.php:538
 #: ../../godmode/events/event_edit_filter.php:554
 #: ../../godmode/massive/massive_add_action_alerts.php:217
@@ -6117,8 +6001,8 @@ msgstr ""
 #: ../../godmode/agentes/planned_downtime.list.php:989
 #: ../../godmode/agentes/configure_field.php:207
 #: ../../godmode/agentes/module_manager_editor.php:823
-#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/agentes/module_manager.php:1227
+#: ../../godmode/agentes/agent_manager.php:1342
 #: ../../godmode/alerts/configure_alert_command.php:395
 #: ../../godmode/alerts/configure_alert_action.php:472
 #: ../../godmode/alerts/alert_actions.php:513
@@ -6132,13 +6016,13 @@ msgstr ""
 #: ../../godmode/groups/configure_modu_group.php:102
 #: ../../godmode/groups/configure_group.php:294
 #: ../../godmode/modules/manage_inventory_modules.php:374
-#: ../../godmode/modules/manage_inventory_modules_form.php:249
 #: ../../godmode/modules/manage_nc_groups_form.php:98
 #: ../../godmode/modules/manage_network_components_form.php:384
 #: ../../godmode/modules/manage_network_templates.php:311
-#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/modules/manage_nc_groups.php:344
 #: ../../godmode/modules/manage_network_components.php:910
+#: ../../godmode/modules/manage_inventory_modules_form.php:249
+#: ../../godmode/modules/manage_network_templates_form.php:180
 #: ../../godmode/netflow/nf_edit_form.php:454
 #: ../../godmode/reporting/create_container.php:383
 #: ../../godmode/reporting/reporting_builder.main.php:45
@@ -6158,13 +6042,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1715
 #: ../../godmode/snmpconsole/snmp_alert.php:2204
 #: ../../godmode/tag/edit_tag.php:262
-#: ../../godmode/users/configure_user.php:1632
 #: ../../godmode/users/configure_token.php:145
+#: ../../godmode/users/configure_user.php:1632
 #: ../../include/class/ManageNetScanScripts.class.php:765
-#: ../../include/class/EventSound.class.php:199
-#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/ModuleTemplates.class.php:938
 #: ../../include/class/ModuleTemplates.class.php:992
+#: ../../include/class/EventSound.class.php:199
+#: ../../include/class/EventSound.class.php:282
 #: ../../include/class/WelcomeWindow.class.php:774
 #: ../../include/class/WelcomeWindow.class.php:823
 #: ../../include/class/WelcomeWindow.class.php:876
@@ -6203,13 +6087,12 @@ msgstr ""
 #: ../../godmode/massive/massive_operations.php:388
 #: ../../godmode/massive/massive_operations.php:410
 #: ../../godmode/modules/manage_inventory_modules.php:54
-#: ../../godmode/modules/manage_inventory_modules_form.php:45
 #: ../../godmode/modules/manage_network_components.php:304
-#: ../../godmode/menu.php:344
-#: ../../include/class/AgentDeployWizard.class.php:727
-#: ../../include/class/ConfigPEN.class.php:329
+#: ../../godmode/modules/manage_inventory_modules_form.php:45
+#: ../../godmode/menu.php:344 ../../include/class/ConfigPEN.class.php:329
 #: ../../include/class/ModuleTemplates.class.php:195
 #: ../../include/class/ModuleTemplates.class.php:213
+#: ../../include/class/AgentDeployWizard.class.php:727
 #: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:62
 #: ../../include/functions_reports.php:926
 #: ../../include/functions_reports.php:930
@@ -6246,11 +6129,11 @@ msgid "Copy"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.list.php:778
-#: ../../godmode/agentes/agent_manager.php:1051
 #: ../../godmode/agentes/module_manager.php:835
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/agentes/planned_downtime.editor.php:930
 #: ../../godmode/agentes/modificar_agente.php:808
+#: ../../godmode/agentes/agent_manager.php:1051
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
 #: ../../godmode/massive/massive_edit_agents.php:1185
 #: ../../godmode/massive/massive_edit_modules.php:1366
 #: ../../include/ajax/module.php:1190 ../../include/functions_agents.php:4641
@@ -6305,24 +6188,19 @@ msgstr ""
 #: ../../include/ajax/module.php:1254
 #: ../../include/class/SnmpConsole.class.php:831
 #: ../../include/class/SnmpConsole.class.php:849
-#: ../../include/lib/TacticalView/elements/LogStorage.php:150
-#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:89
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:92
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:119
 #: ../../include/lib/TacticalView/elements/SnmpTraps.php:122
+#: ../../include/lib/TacticalView/elements/LogStorage.php:150
+#: ../../include/lib/TacticalView/elements/LogStorage.php:176
 #: ../../include/functions_db.php:247 ../../include/functions_servers.php:1490
-#: ../../include/functions.php:1267 ../../include/functions.php:1273
-#: ../../include/functions.php:1277 ../../include/functions_treeview.php:152
+#: ../../include/functions_treeview.php:152
 #: ../../include/functions_treeview.php:310
 #: ../../include/functions_treeview.php:416
 #: ../../include/functions_treeview.php:645
-#: ../../include/functions_agents.php:4821 ../../include/functions_ui.php:3236
-#: ../../include/functions_ui.php:3244
-#: ../../include/functions_reporting_html.php:1313
-#: ../../include/functions_reporting_html.php:1316
-#: ../../include/functions_reporting_html.php:6840
-#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_agents.php:4821 ../../include/functions.php:1267
+#: ../../include/functions.php:1273 ../../include/functions.php:1277
 #: ../../include/functions_events.php:3754
 #: ../../include/functions_events.php:3898
 #: ../../include/functions_events.php:3918
@@ -6362,11 +6240,16 @@ msgstr ""
 #: ../../include/functions_events.php:5748
 #: ../../include/functions_events.php:5775
 #: ../../include/functions_events.php:5800
-#: ../../include/functions_events.php:5844 ../../mobile/operation/agent.php:198
-#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303
-#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327
-#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485
-#: ../../mobile/operation/events.php:495
+#: ../../include/functions_events.php:5844
+#: ../../include/functions_reporting_html.php:1313
+#: ../../include/functions_reporting_html.php:1316
+#: ../../include/functions_reporting_html.php:6840
+#: ../../include/functions_reporting_html.php:6893
+#: ../../include/functions_ui.php:3236 ../../include/functions_ui.php:3244
+#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203
+#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315
+#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435
+#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495
 #: ../../operation/agentes/estado_agente.php:1298
 #: ../../operation/agentes/interface_view.functions.php:747
 #: ../../operation/agentes/interface_view.functions.php:748
@@ -6535,9 +6418,9 @@ msgstr ""
 #: ../../include/class/WelcomeWindow.class.php:1178
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:483
 #: ../../include/functions_snmp_browser.php:1765
-#: ../../include/functions_ui.php:1759 ../../include/functions_html.php:6843
+#: ../../include/functions_html.php:6843
 #: ../../include/functions_notifications.php:1011
-#: ../../operation/events/events.php:1469
+#: ../../include/functions_ui.php:1759 ../../operation/events/events.php:1469
 #: ../../operation/events/events.php:1561
 #: ../../views/ITSM/ITSMTicketDetailView.php:366
 msgid "Add"
@@ -6670,447 +6553,13 @@ msgid "Plugin server module"
 msgstr ""
 
 #: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/massive/massive_edit_modules.php:1470
+#: ../../godmode/massive/massive_edit_plugins.php:346
 #: ../../godmode/modules/manage_network_components_form_plugin.php:36
 #: ../../godmode/servers/plugin_registration.php:502
 msgid "Plugin"
 msgstr ""
 
-#: ../../godmode/agentes/agent_manager.php:195
-#: ../../godmode/agentes/module_manager_editor_common.php:780
-#: ../../godmode/groups/configure_group.php:251
-#: ../../godmode/massive/massive_edit_agents.php:862
-msgid "Custom ID"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:330
-#: ../../godmode/agentes/agent_manager.php:965
-#: ../../godmode/massive/massive_edit_agents.php:1138
-msgid "Agent icon"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-#: ../../include/class/SatelliteAgent.class.php:555
-#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
-#: ../../include/functions_reporting_html.php:4910
-#: ../../include/functions_events.php:253
-#: ../../include/functions_events.php:300
-#: ../../include/functions_events.php:2576
-#: ../../mobile/operation/modules.php:608
-#: ../../mobile/operation/modules.php:908
-#: ../../operation/events/events.php:3063
-msgid "Agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:358
-msgid ""
-"The agent name is a unique identifier (which is automatically generated in "
-"software agents). If you set it manually, make sure it is not duplicated. "
-"Although it accepts spaces, we do not recommend you to use them in the agent "
-"name, you may use them in the agent alias. The agent name is not displayed "
-"in the interface, it is an internal name."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:393
-msgid "Edit agent name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-#: ../../godmode/groups/tactical.php:179
-#: ../../godmode/reporting/reporting_builder.item_editor.php:77
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
-#: ../../include/lib/Group.php:556 ../../include/functions_ui.php:6488
-#: ../../include/functions_reporting_html.php:2259
-#: ../../include/functions_reporting_html.php:2423
-#: ../../operation/inventory/inventory.php:1366
-msgid "Alias"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:408
-msgid ""
-"This will be the text label that will represent the agent on all types of "
-"screens and reports. It may be duplicated, contain spaces and non-ASCII "
-"characters."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:414
-msgid "Use alias as name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "This agent can be remotely configured"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:436
-#: ../../godmode/servers/modificar_server.php:208
-#: ../../include/functions_treeview.php:649
-#: ../../include/functions_reporting_html.php:2263
-#: ../../include/functions_reporting_html.php:5390
-#: ../../include/functions_reporting_html.php:5484
-#: ../../include/functions_events.php:4459
-#: ../../operation/gis_maps/ajax.php:290
-msgid "IP Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:439
-msgid "Check unique IP"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:461
-#: ../../godmode/agentes/agent_manager.php:487
-msgid "Delete selected IPs"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:478
-msgid "Fix IP address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:479
-msgid "Avoid automatic IP address update when agent IP changes."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:483
-msgid "IP Address list"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid "Primary group"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:491
-msgid ""
-"Although an agent can belong to multiple groups, it can only have a parent "
-"group."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:558
-msgid ""
-"Time that elapses when updating data in the agent. Remote modules have their "
-"own interval, but this time is used to find out if an agent stopped "
-"responding (unknown state). When twice the time interval defined in an agent "
-"goes by, it is considered to be in unknown state (or also if all its remote "
-"modules are in unknown state). An agent may be in unknown state if all of "
-"its local (software agent-based) modules have a last contact time longer "
-"than twice the agent interval, even if it has updated remote modules."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:579
-#: ../../godmode/agentes/planned_downtime.editor.php:1361
-#: ../../godmode/agentes/modificar_agente.php:704
-#: ../../godmode/massive/massive_edit_agents.php:783
-#: ../../godmode/modules/manage_inventory_modules.php:291
-#: ../../godmode/modules/manage_inventory_modules_form.php:140
-#: ../../godmode/reporting/reporting_builder.item_editor.php:79
-#: ../../include/ajax/heatmap.ajax.php:468
-#: ../../include/class/Diagnostics.class.php:832
-#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
-#: ../../include/functions_massive_operations.php:239
-#: ../../include/functions_reporting_html.php:816
-#: ../../include/functions_reporting_html.php:2267
-#: ../../include/functions_reporting_html.php:4912
-#: ../../include/functions_events.php:4464 ../../mobile/operation/agents.php:94
-#: ../../mobile/operation/agents.php:405
-#: ../../operation/agentes/estado_agente.php:1108
-#: ../../operation/gis_maps/ajax.php:297
-#: ../../operation/inventory/inventory.php:1372
-#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
-#: ../../operation/tree.php:145
-msgid "OS"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:607
-msgid "OS version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-#: ../../godmode/agentes/module_manager.php:693
-#: ../../godmode/events/event_edit_filter.php:958
-#: ../../godmode/massive/massive_edit_agents.php:806
-#: ../../godmode/modules/manage_network_components.php:789
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
-#: ../../include/class/AgentWizard.class.php:1311
-#: ../../include/functions_reporting_html.php:3029
-#: ../../include/functions_reporting_html.php:3229
-#: ../../operation/events/events.php:2214
-#: ../../operation/inventory/inventory.php:576
-#: ../../operation/custom_fields/custom_fields_view.php:710
-msgid "Server"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:622
-msgid "Server that will preferentially execute remote tasks."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:741
-msgid "Remote config disabled, please activate to enable agent basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:746
-msgid "Enable security hardening monitoring"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:759
-msgid "Enable log collection"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:773
-msgid "Enable inventory"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:791
-msgid "Pandora RC connected with id "
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:800
-msgid "This agent do not have a Pandora RC agent installed, install one."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:806
-msgid "Enable remote control"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:816
-#: ../../godmode/agentes/agent_manager.php:817
-msgid "Only available for agents 774 or higher"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:823
-msgid "Remote config is enabled only in the Enteprise version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:833
-msgid "Basic options"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:855
-#: ../../godmode/reporting/reporting_builder.item_editor.php:81
-#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
-#: ../../include/functions_agents.php:4872
-#: ../../include/functions_events.php:5160
-#: ../../operation/inventory/inventory.php:1370
-msgid "Secondary groups"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:866
-msgid "Agent parent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:894
-msgid "Cascade protection modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:910
-#: ../../godmode/massive/massive_edit_agents.php:945
-msgid "Learning mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:920
-#: ../../godmode/massive/massive_edit_agents.php:956
-msgid "Normal mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:930
-#: ../../godmode/massive/massive_edit_agents.php:967
-msgid "Autodisable mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-#: ../../godmode/massive/massive_edit_agents.php:980
-msgid "Module definition"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:939
-msgid ""
-"Three working modes can be selected for module definition. Learning mode: "
-"Default mode, if an XML arrives with new modules, they will be created "
-"automatically; it is a learning behavior. Normal mode: If an XML arrives "
-"with new modules, they will only be created if they are previously declared "
-"in the Console. Autodisable mode: It is the same as learning mode, but if "
-"all modules go into unknown, the agent will be disabled until information "
-"arrives again."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-msgid "Cascade protection services"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:951
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid ""
-"To avoid an avalanche of cascading alerts. You may choose any agent module "
-"(any) or a specific module. In the first case, when there is at least one "
-"module in critical, that event/alert will be launched, but no other of "
-"another module of the same agent. In the second case, when the specified "
-"module is in critical, the agent will not generate alerts/events."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:958
-msgid "Update new GIS data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1034
-msgid "URL Address"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid "Disabled mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1040
-msgid ""
-"A deactivated agent does not generate activity (or issue events/alerts) or "
-"process data or actively generate monitoring. In many listings it does not "
-"even appear."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1051
-msgid ""
-"A 'silent' agent continues to process monitoring data, but does not generate "
-"events or alerts."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1078
-msgid "Delete remote configuration file"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1087
-#: ../../godmode/agentes/configurar_agente.php:651
-#: ../../godmode/agentes/configurar_agente.php:803
-#: ../../godmode/massive/massive_edit_agents.php:1051
-#: ../../godmode/reporting/reporting_builder.item_editor.php:87
-#: ../../godmode/servers/servers.build_table.php:303
-#: ../../include/functions_agents.php:4907
-msgid "Remote configuration"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-#: ../../godmode/massive/massive_edit_agents.php:1205
-msgid "Safe operation mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1117
-msgid ""
-"When the module set in this option goes into critical state, the other "
-"modules of the agent are automatically deactivated. This option can be very "
-"useful to avoid wasting resources, especially in remote checks. For example, "
-"if a Host alive module is chosen, SNMP checks will not be performed on the "
-"device when there is no connectivity with it."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1129
-msgid "Vulnerability scanning"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1132
-#: ../../godmode/agentes/module_manager.php:1081
-#: ../../godmode/agentes/module_manager.php:1094
-#: ../../godmode/agentes/module_manager_editor_common.php:255
-#: ../../godmode/agentes/module_manager_editor_common.php:728
-#: ../../godmode/agentes/module_manager_editor_common.php:1368
-#: ../../godmode/agentes/modificar_agente.php:799
-#: ../../godmode/alerts/alert_list.list.php:172
-#: ../../godmode/alerts/alert_view.php:560
-#: ../../godmode/alerts/configure_alert_template.php:1001
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:996
-#: ../../godmode/massive/massive_edit_agents.php:1215
-#: ../../godmode/massive/massive_edit_modules.php:881
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
-#: ../../include/functions_visual_map_editor.php:872
-#: ../../include/functions_treeview.php:64
-#: ../../include/functions_treeview.php:595
-#: ../../include/functions_agents.php:1494
-#: ../../include/functions_agents.php:4639
-#: ../../include/functions_reporting_html.php:4927
-#: ../../include/functions_reporting.php:7421
-#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
-#: ../../operation/agentes/alerts_status.functions.php:115
-#: ../../operation/inventory/inventory.php:789
-#: ../../operation/search_agents.getdata.php:189
-msgid "Disabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1133
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/module_manager_editor_common.php:732
-#: ../../godmode/agentes/module_manager_editor_common.php:743
-#: ../../godmode/alerts/configure_alert_template.php:1002
-#: ../../godmode/groups/group_list.php:1111
-#: ../../godmode/massive/massive_edit_agents.php:1214
-#: ../../godmode/modules/manage_network_components_form_wizard.php:249
-#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
-#: ../../include/functions_visual_map_editor.php:871
-#: ../../include/functions_agents.php:4908
-#: ../../include/functions_reporting_html.php:4925
-#: ../../operation/inventory/inventory.php:788
-msgid "Enabled"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1134
-msgid "Use global settings"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_agents.php:1235
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid "Ignore unknown"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1147
-#: ../../godmode/massive/massive_edit_agents.php:1235
-msgid ""
-"This disables the calculation of the unknown state in the agent and any of "
-"its modules, so it will never transition to unknown. The state it reflects "
-"is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1218
-msgid "Link text:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1229
-msgid "Link URL:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1328
-#: ../../godmode/agentes/agent_manager.php:1390
-#: ../../godmode/agentes/modificar_agente.php:1007
-msgid "Delete agent"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1383
-#: ../../godmode/agentes/modificar_agente.php:979
-msgid "This agent belongs to the clusters"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1391
-#: ../../godmode/setup/setup_visuals.php:2401
-msgid "This action is not reversible. Are you sure?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1452
-msgid "Secondary group cannot be primary too."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1554
-msgid "This IP address is in use. Are you sure you want to save it?"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:1577
-msgid ""
-"Change the internal name of the agent may cause duplicity and malfunction"
-msgstr ""
-
 #: ../../godmode/agentes/module_manager.php:81
 #: ../../operation/agentes/estado_monitores.php:637
 msgid "Show in hierachy mode"
@@ -7154,6 +6603,25 @@ msgstr ""
 msgid "P"
 msgstr "IP"
 
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/agentes/agent_manager.php:622
+#: ../../godmode/events/event_edit_filter.php:958
+#: ../../godmode/massive/massive_edit_agents.php:806
+#: ../../godmode/modules/manage_network_components.php:789
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1485
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1506
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1528
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1550
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4682
+#: ../../include/class/AgentWizard.class.php:1311
+#: ../../include/functions_reporting_html.php:3029
+#: ../../include/functions_reporting_html.php:3229
+#: ../../operation/events/events.php:2214
+#: ../../operation/inventory/inventory.php:576
+#: ../../operation/custom_fields/custom_fields_view.php:710
+msgid "Server"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:693
 #: ../../include/lib/TacticalView/elements/Events.php:445
 msgid "S"
@@ -7209,6 +6677,35 @@ msgstr ""
 msgid "Normalize"
 msgstr ""
 
+#: ../../godmode/agentes/module_manager.php:1081
+#: ../../godmode/agentes/module_manager.php:1094
+#: ../../godmode/agentes/modificar_agente.php:799
+#: ../../godmode/agentes/agent_manager.php:1132
+#: ../../godmode/agentes/module_manager_editor_common.php:255
+#: ../../godmode/agentes/module_manager_editor_common.php:728
+#: ../../godmode/agentes/module_manager_editor_common.php:1368
+#: ../../godmode/alerts/alert_list.list.php:172
+#: ../../godmode/alerts/alert_view.php:560
+#: ../../godmode/alerts/configure_alert_template.php:1001
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:996
+#: ../../godmode/massive/massive_edit_agents.php:1215
+#: ../../godmode/massive/massive_edit_modules.php:881
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:394
+#: ../../include/functions_visual_map_editor.php:872
+#: ../../include/functions_treeview.php:64
+#: ../../include/functions_treeview.php:595
+#: ../../include/functions_agents.php:1494
+#: ../../include/functions_agents.php:4639
+#: ../../include/functions_reporting.php:7432
+#: ../../include/functions_reporting_html.php:4927
+#: ../../mobile/operation/agent.php:173 ../../mobile/operation/alerts.php:68
+#: ../../operation/agentes/alerts_status.functions.php:115
+#: ../../operation/inventory/inventory.php:789
+#: ../../operation/search_agents.getdata.php:189
+msgid "Disabled"
+msgstr ""
+
 #: ../../godmode/agentes/module_manager.php:1092
 #: ../../include/functions_snmp_browser.php:639
 msgid "Create network component"
@@ -7253,644 +6750,6 @@ msgstr ""
 msgid "Delete module"
 msgstr ""
 
-#: ../../godmode/agentes/module_manager_editor_common.php:120
-#: ../../godmode/agentes/module_manager_editor_common.php:135
-msgid "Manual setup"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:128
-msgid "No component was found"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:151
-msgid "Using module component"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:303
-#: ../../godmode/agentes/module_manager_editor_common.php:1026
-#: ../../godmode/massive/massive_edit_modules.php:1085
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
-#: ../../include/ajax/heatmap.ajax.php:228
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
-#: ../../include/functions_treeview.php:114
-#: ../../include/functions_graph.php:4964
-#: ../../include/functions_visual_map.php:4279
-#: ../../operation/agentes/status_monitor.php:582
-#: ../../operation/heatmap.php:105
-msgid "Not assigned"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:447
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
-msgid "Warning threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:449
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Min / Max"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:450
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Decrease / Increase"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid ""
-"Normal: Any value within the specified range will cause a state change. "
-"Inverse interval: Any value outside the specified range will cause a state "
-"change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:479
-#: ../../godmode/agentes/module_manager_editor_common.php:569
-#: ../../godmode/groups/group_list.php:1311
-#: ../../godmode/massive/massive_copy_modules.php:123
-#: ../../godmode/massive/massive_copy_modules.php:311
-#: ../../godmode/massive/massive_delete_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/netflow/nf_edit_form.php:290
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
-#: ../../godmode/setup/setup_visuals.php:1085
-#: ../../godmode/setup/setup_visuals.php:1107
-#: ../../include/ajax/module.php:2345
-#: ../../include/class/ExtensionsDiscovery.class.php:786
-#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
-#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
-#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
-#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
-#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
-#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
-#: ../../include/functions_massive_operations.php:154
-#: ../../include/functions.php:1174 ../../include/functions.php:1414
-#: ../../include/functions.php:1421 ../../include/functions.php:1454
-#: ../../include/functions_agents.php:5068 ../../include/functions_ui.php:8366
-#: ../../include/functions_graph.php:3225
-#: ../../include/functions_graph.php:3227
-#: ../../include/functions_graph.php:4772
-#: ../../include/functions_events.php:3269 ../../mobile/operation/agents.php:58
-#: ../../mobile/operation/modules.php:69
-#: ../../operation/agentes/group_view.php:250
-#: ../../operation/agentes/group_view.php:255
-#: ../../operation/agentes/estado_agente.php:310
-#: ../../operation/agentes/estado_monitores.php:544
-#: ../../operation/agentes/status_monitor.php:573
-#: ../../operation/netflow/nf_live_view.php:327
-#: ../../operation/custom_fields/custom_fields_view.php:174
-#: ../../operation/tree.php:208 ../../operation/tree.php:299
-#: ../../operation/tree.php:535
-msgid "Normal"
-msgstr "正常"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:480
-#: ../../godmode/agentes/module_manager_editor_common.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:570
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-#: ../../godmode/massive/massive_edit_modules.php:701
-#: ../../godmode/massive/massive_edit_modules.php:807
-#: ../../godmode/modules/manage_network_components_form_wizard.php:450
-#: ../../godmode/modules/manage_network_components_form_wizard.php:535
-#: ../../godmode/modules/manage_network_components_form_common.php:264
-#: ../../godmode/modules/manage_network_components_form_common.php:342
-msgid "Inverse interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:481
-#: ../../godmode/agentes/module_manager_editor_common.php:571
-#: ../../godmode/massive/massive_edit_modules.php:723
-#: ../../godmode/massive/massive_edit_modules.php:829
-#: ../../godmode/modules/manage_network_components_form_wizard.php:457
-#: ../../godmode/modules/manage_network_components_form_wizard.php:542
-#: ../../godmode/modules/manage_network_components_form_common.php:271
-#: ../../godmode/modules/manage_network_components_form_common.php:349
-msgid "Percentage"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-#: ../../godmode/agentes/module_manager_editor_common.php:606
-#: ../../godmode/massive/massive_edit_modules.php:689
-#: ../../godmode/massive/massive_edit_modules.php:795
-#: ../../godmode/modules/manage_network_components_form_wizard.php:436
-#: ../../godmode/modules/manage_network_components_form_wizard.php:521
-#: ../../godmode/modules/manage_network_components_form_common.php:250
-#: ../../godmode/modules/manage_network_components_form_common.php:328
-#: ../../include/functions_treeview.php:88
-#: ../../include/functions_treeview.php:100
-msgid "Str."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/modules/manage_network_components_form_wizard.php:474
-#: ../../godmode/modules/manage_network_components_form_common.php:285
-msgid "Change to critical status after"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:533
-#: ../../godmode/modules/manage_network_components_form_wizard.php:482
-#: ../../godmode/modules/manage_network_components_form_common.php:293
-msgid "intervals in warning status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:538
-#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
-#, fuzzy
-msgid "Critical threshold"
-msgstr "重大更新"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid ""
-"Normal: Any value within the specified range will cause a state change."
-"\\nInverse interval: Any value outside the specified range will cause a "
-"state change. Percentage: This mode takes into account the module variation "
-"percentage (regarding its previous value), and will cause a change of state "
-"if it complies with the indicated increase or decrease values. A value that "
-"matches the Warning and Critical thresholds will trigger the Critical "
-"status. In numeric modules, a Max 0 value represents infinity."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-#: ../../godmode/massive/massive_edit_modules.php:1292
-#: ../../godmode/modules/manage_network_components_form_common.php:406
-#: ../../include/functions_reporting.php:5037
-#: ../../mobile/operation/modules.php:860
-msgid "Historical data"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid ""
-"If disabled, it will only save the last known data, being unable to display "
-"graphs. It is useful to save DB space. It should be disabled only in those "
-"cases where it is necessary for the system to flow faster and save resources."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:652
-#: ../../godmode/massive/massive_edit_modules.php:1548
-msgid ""
-"This disables the module's state calculation to unknown, so it will never "
-"transition to unknown. The state it reflects is the last known status."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:692
-#: ../../godmode/agentes/module_manager_editor_common.php:694
-#, php-format
-msgid "Agent interval x %s"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:700
-#: ../../godmode/alerts/alert_list.list.php:716
-#: ../../godmode/alerts/alert_view.php:58
-#: ../../godmode/events/event_edit_filter.php:491
-#: ../../godmode/massive/massive_edit_users.php:242
-#: ../../godmode/massive/massive_edit_users.php:272
-#: ../../godmode/massive/massive_edit_agents.php:1100
-#: ../../godmode/setup/gis_step_2.php:599
-#: ../../godmode/setup/gis_step_2.php:685
-#: ../../godmode/setup/setup_visuals.php:428
-#: ../../godmode/setup/setup_visuals.php:459
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:715
-#: ../../godmode/setup/setup_visuals.php:755
-#: ../../godmode/setup/setup_visuals.php:1623
-#: ../../godmode/users/configure_user.php:54
-#: ../../godmode/users/configure_user.php:1143
-#: ../../godmode/users/user_management.php:39
-#: ../../godmode/users/user_management.php:709 ../../include/auth/mysql.php:799
-#: ../../include/class/AgentsAlerts.class.php:950
-#: ../../include/class/SnmpConsole.class.php:312
-#: ../../include/functions_ui.php:1516 ../../include/functions_events.php:5347
-#: ../../operation/gis_maps/gis_map.php:119
-#: ../../operation/users/user_edit.php:426
-#: ../../operation/users/user_edit.php:429
-#: ../../operation/users/user_edit.php:440
-#: ../../operation/users/user_edit.php:465
-#: ../../views/calendar/special_days.php:197
-#: ../../views/calendar/special_days.php:209
-msgid "Default"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:777
-msgid "Identification and Categorization"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:781
-#: ../../godmode/massive/massive_edit_modules.php:1297
-#: ../../godmode/module_library/module_library_view.php:123
-#: ../../godmode/modules/manage_network_components_form_common.php:459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
-#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
-#: ../../include/functions_reporting_html.php:948
-#: ../../include/functions_reporting_html.php:996
-msgid "Category"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:818
-#: ../../godmode/modules/manage_network_components_form_common.php:484
-msgid "Tags available"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:898
-#: ../../godmode/modules/manage_network_components_form_common.php:505
-msgid "Add tags to module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:989
-#, fuzzy
-msgid "Module parent"
-msgstr "模組合理性"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1046
-msgid "Tags from policy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1072
-#: ../../godmode/massive/massive_edit_modules.php:1361
-#: ../../godmode/modules/manage_network_components_form_common.php:446
-msgid "Unknown instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1095
-#: ../../godmode/massive/massive_edit_modules.php:1351
-#: ../../godmode/modules/manage_network_components_form_common.php:436
-msgid "Critical instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1096
-#: ../../godmode/massive/massive_edit_modules.php:1356
-#: ../../godmode/modules/manage_network_components_form_common.php:441
-msgid "Warning instructions"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1117
-msgid "Execution interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1137
-#: ../../godmode/agentes/module_manager_editor_common.php:1143
-#: ../../godmode/agentes/planned_downtime.editor.php:1155
-msgid "Cron from"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1140
-#: ../../godmode/agentes/module_manager_editor_common.php:1146
-#: ../../godmode/agentes/planned_downtime.editor.php:1158
-msgid "Cron to"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid "Thresholds and state changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1153
-msgid ""
-"It indicates the minimum and maximum values accepted by the module. Any "
-"value outside this range will be discarded. For example, with a Max. value "
-"of 100, a data value of 200 will not be saved in a database."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1157
-#: ../../godmode/modules/manage_network_components_form_common.php:411
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
-#: ../../include/functions_reporting.php:7531
-msgid "Min. Value"
-msgstr "最小值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1158
-#: ../../godmode/modules/manage_network_components_form_common.php:416
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
-#: ../../include/functions_reporting.php:7527
-msgid "Max. Value"
-msgstr "最大值"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid "Dynamic Threshold Interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1171
-msgid ""
-"If this option is enabled, the module thresholds will be automatically "
-"adjusted based on the mean and standard deviation of their values in the "
-"specified time interval."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#: ../../godmode/alerts/configure_alert_template.php:953
-#: ../../godmode/massive/massive_edit_modules.php:663
-#: ../../godmode/massive/massive_edit_modules.php:769
-#: ../../godmode/massive/massive_edit_modules.php:1068
-#: ../../godmode/modules/manage_network_components_form_wizard.php:408
-#: ../../godmode/modules/manage_network_components_form_wizard.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/modules/manage_network_components_form_common.php:300
-#: ../../include/lib/Dashboard/Widgets/top_n.php:304
-#: ../../include/functions_alerts.php:686
-#: ../../include/functions_alerts.php:713
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6804
-msgid "Min."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1193
-#, php-format
-msgid ""
-"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the lower critical state "
-"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% lower than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-#: ../../godmode/alerts/configure_alert_template.php:966
-#: ../../godmode/massive/massive_edit_modules.php:676
-#: ../../godmode/massive/massive_edit_modules.php:782
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/modules/manage_network_components_form_wizard.php:422
-#: ../../godmode/modules/manage_network_components_form_wizard.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:236
-#: ../../godmode/modules/manage_network_components_form_common.php:314
-#: ../../include/lib/Dashboard/Widgets/top_n.php:303
-#: ../../include/functions_alerts.php:685
-#: ../../include/functions_alerts.php:712
-#: ../../include/functions_treeview.php:90
-#: ../../include/functions_treeview.php:102
-#: ../../include/functions_reporting_html.php:6805
-msgid "Max."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1194
-msgid ""
-"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
-"For example, if the module average value is 60 and the upper critical state "
-"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
-"threshold to 88, 10% higher than what was set."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-#, fuzzy
-msgid "Two Tailed"
-msgstr "登入失敗。"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1224
-msgid ""
-"It allows to set a lower threshold in addition to the upper one by default. "
-"If enabled, both very high and very low values will cause a state change."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-#: ../../godmode/massive/massive_edit_modules.php:1257
-#: ../../godmode/modules/manage_network_components_form_common.php:361
-msgid "FF threshold"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1243
-msgid ""
-"It indicates the number of consecutive values at a threshold that must be "
-"received for the module to change state. For example, with a value 0 "
-"(default) the module will change state as soon as it receives a data within "
-"the critical threshold, but with a value 2 the module must receive two more "
-"critical data (consecutively) to change to critical state. It is possible to "
-"set the same 'tolerance' for all status changes or choose a different value "
-"for each one. This option is especially useful in unstable environments, as "
-"it helps prevent false positives."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1247
-#: ../../godmode/massive/massive_edit_modules.php:1151
-#: ../../godmode/massive/massive_edit_modules.php:1168
-#: ../../godmode/modules/manage_network_components_form_common.php:367
-msgid "All state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-#: ../../godmode/massive/massive_edit_modules.php:1150
-#: ../../godmode/massive/massive_edit_modules.php:1251
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "Each state changing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1258
-msgid "Change all states"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1280
-#: ../../godmode/massive/massive_edit_modules.php:1214
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-msgid "To normal"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1281
-#: ../../godmode/massive/massive_edit_modules.php:1226
-#: ../../godmode/modules/manage_network_components_form_common.php:387
-msgid "To warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1282
-#: ../../godmode/massive/massive_edit_modules.php:1238
-#: ../../godmode/modules/manage_network_components_form_common.php:394
-msgid "To critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1338
-#: ../../godmode/massive/massive_edit_modules.php:1262
-msgid "FF interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1339
-#: ../../godmode/massive/massive_edit_modules.php:1277
-msgid "FF timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1371
-#: ../../godmode/massive/massive_edit_modules.php:1184
-#: ../../godmode/modules/manage_network_components_form_common.php:362
-msgid "Keep counters"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1380
-msgid "Data and their processing"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1384
-#: ../../godmode/massive/massive_edit_modules.php:1133
-#: ../../godmode/modules/manage_network_components_form_common.php:421
-#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
-#: ../../include/functions_reporting_html.php:4964
-msgid "Unit"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-#: ../../godmode/massive/massive_edit_modules.php:903
-#: ../../godmode/modules/manage_network_components_form_plugin.php:54
-#: ../../godmode/modules/manage_network_components_form_wmi.php:83
-#: ../../godmode/modules/manage_network_components_form_network.php:249
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "Post process"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1385
-msgid ""
-"It allows you to change the unit of the received data. To do this, multiply "
-"the data received by the value set in this option (e.g. Seconds * "
-"0.016666666667 = Minutes). The data is saved already transformed in the "
-"database, so changing this parameter when the module has data can cause "
-"anomalies in graphs and other elements."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1412
-#: ../../godmode/massive/massive_edit_modules.php:920
-msgid "MADE enabled"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1413
-#: ../../godmode/massive/massive_edit_modules.php:921
-msgid ""
-"By activating this option, the module data will be processed by the MADE "
-"engine (if active), and events will be generated automatically by the IA "
-"engine"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1427
-msgid "Notifications and alerts"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1429
-#: ../../godmode/massive/massive_edit_modules.php:1128
-msgid "Export target"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1431
-msgid "Not needed"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-#: ../../godmode/modules/manage_network_components_form_common.php:426
-msgid "Discard unknown events"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1459
-#: ../../godmode/massive/massive_edit_modules.php:1322
-msgid ""
-"With this mode, the unknown state will be detected, but it will not generate "
-"events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1468
-msgid ""
-"A module in silent mode will continue to receive and store data, but will "
-"not trigger alerts or generate events."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1477
-msgid "Cascade Protection Services"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1483
-#: ../../godmode/massive/massive_edit_modules.php:1395
-#: ../../include/class/ExtensionsDiscovery.class.php:1571
-msgid "Timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1484
-#: ../../godmode/massive/massive_edit_modules.php:1410
-msgid "Retries"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1506
-#: ../../godmode/alerts/configure_alert_template.php:922
-#: ../../godmode/massive/massive_edit_modules.php:1078
-#: ../../godmode/reporting/visual_console_builder.wizard.php:353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
-#: ../../godmode/setup/setup_visuals.php:1905
-#: ../../godmode/setup/setup_visuals.php:1995
-#: ../../godmode/setup/setup_visuals.php:2077
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
-#: ../../include/ajax/events.php:2256
-#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
-#: ../../include/functions_visual_map_editor.php:741
-#: ../../include/functions_netflow.php:212
-#: ../../include/functions_snmp_browser.php:561
-#: ../../include/functions_graph.php:5101
-#: ../../include/functions_reporting_html.php:1603
-#: ../../include/functions_reporting_html.php:3336
-#: ../../include/functions_reporting_html.php:6222
-#: ../../include/functions_reporting_html.php:6768
-#: ../../include/functions_reports.php:1178
-msgid "Value"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1560
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-msgid "Direct"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1561
-#: ../../godmode/agentes/module_manager_editor_common.php:1694
-#: ../../include/functions_reporting_html.php:5383
-#: ../../include/functions_reporting_html.php:5477
-#: ../../include/functions_reporting_html.php:5557
-#: ../../include/functions_reporting_html.php:5566
-#: ../../include/functions_reporting_html.php:5704
-#: ../../include/functions_reporting_html.php:5713
-#: ../../include/functions_reporting_html.php:6039
-#: ../../include/functions_reporting_html.php:6045
-msgid "Failover"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1563
-msgid "Rel. type"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1585
-msgid "Add relationship"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:1611
-msgid "Changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2357
-#: ../../godmode/modules/manage_network_components_form_common.php:840
-#, fuzzy
-msgid "Normal Status"
-msgstr "正常"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2358
-#: ../../godmode/modules/manage_network_components_form_common.php:841
-#, fuzzy
-msgid "Warning Status"
-msgstr "警告"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2359
-#: ../../godmode/modules/manage_network_components_form_common.php:842
-#, fuzzy
-msgid "Critical Status"
-msgstr "重大更新"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2362
-#: ../../godmode/modules/manage_network_components_form_common.php:844
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2363
-#: ../../godmode/modules/manage_network_components_form_common.php:845
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:2364
-#: ../../godmode/modules/manage_network_components_form_common.php:846
-msgid "Please introduce a positive percentage value"
-msgstr ""
-
 #: ../../godmode/agentes/planned_downtime.editor.php:58
 #: ../../godmode/alerts/alert_list.php:610
 #: ../../include/class/SnmpConsole.class.php:205
@@ -8063,13 +6922,13 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_filters.php:164
 #: ../../godmode/snmpconsole/snmp_alert.php:302
 #: ../../godmode/users/profile_list.php:233
-#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/users/token_list.php:108
+#: ../../godmode/users/configure_user.php:508
 #: ../../godmode/files_repo/files_repo.php:145
-#: ../../include/class/EventSound.class.php:103
-#: ../../include/class/EventSound.class.php:134
 #: ../../include/class/CalendarManager.class.php:555
 #: ../../include/class/CalendarManager.class.php:912
+#: ../../include/class/EventSound.class.php:103
+#: ../../include/class/EventSound.class.php:134
 #: ../../include/functions_alerts.php:2838
 #: ../../include/functions_planned_downtimes.php:115
 #: ../../include/functions_planned_downtimes.php:892
@@ -8107,60 +6966,60 @@ msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1056
 #: ../../include/class/CalendarManager.class.php:1044
-#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15491
+#: ../../include/functions.php:1220 ../../include/functions_reporting.php:15502
 #: ../../views/calendar/special_days.php:248
 msgid "Mon"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1057
 #: ../../include/class/CalendarManager.class.php:1045
-#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15496
+#: ../../include/functions.php:1224 ../../include/functions_reporting.php:15507
 #: ../../views/calendar/special_days.php:249
 msgid "Tue"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1058
 #: ../../include/class/CalendarManager.class.php:1046
-#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15501
+#: ../../include/functions.php:1228 ../../include/functions_reporting.php:15512
 #: ../../views/calendar/special_days.php:250
 msgid "Wed"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1059
 #: ../../include/class/CalendarManager.class.php:1047
-#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15506
+#: ../../include/functions.php:1232 ../../include/functions_reporting.php:15517
 #: ../../views/calendar/special_days.php:251
 msgid "Thu"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1060
 #: ../../include/class/CalendarManager.class.php:1048
-#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15511
+#: ../../include/functions.php:1236 ../../include/functions_reporting.php:15522
 #: ../../views/calendar/special_days.php:252
 msgid "Fri"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1061
 #: ../../include/class/CalendarManager.class.php:1049
-#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15516
+#: ../../include/functions.php:1240 ../../include/functions_reporting.php:15527
 #: ../../views/calendar/special_days.php:253
 msgid "Sat"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1062
 #: ../../include/class/CalendarManager.class.php:1050
-#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15521
+#: ../../include/functions.php:1244 ../../include/functions_reporting.php:15532
 #: ../../views/calendar/special_days.php:247
 msgid "Sun"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1072
-#: ../../include/functions_reporting.php:15531
+#: ../../include/functions_reporting.php:15542
 msgid "From day"
 msgstr ""
 
 #: ../../godmode/agentes/planned_downtime.editor.php:1088
-#: ../../include/functions_reporting.php:15532
+#: ../../include/functions_reporting.php:15543
 msgid "To day"
 msgstr ""
 
@@ -8177,6 +7036,18 @@ msgstr ""
 msgid "To hour"
 msgstr "12 小時"
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1155
+#: ../../godmode/agentes/module_manager_editor_common.php:1137
+#: ../../godmode/agentes/module_manager_editor_common.php:1143
+msgid "Cron from"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1158
+#: ../../godmode/agentes/module_manager_editor_common.php:1140
+#: ../../godmode/agentes/module_manager_editor_common.php:1146
+msgid "Cron to"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1167
 msgid "Configure the time"
 msgstr ""
@@ -8216,6 +7087,32 @@ msgstr ""
 msgid "There are no agents"
 msgstr ""
 
+#: ../../godmode/agentes/planned_downtime.editor.php:1361
+#: ../../godmode/agentes/modificar_agente.php:704
+#: ../../godmode/agentes/agent_manager.php:579
+#: ../../godmode/massive/massive_edit_agents.php:783
+#: ../../godmode/modules/manage_inventory_modules.php:291
+#: ../../godmode/modules/manage_inventory_modules_form.php:140
+#: ../../godmode/reporting/reporting_builder.item_editor.php:79
+#: ../../include/ajax/heatmap.ajax.php:468
+#: ../../include/class/Diagnostics.class.php:832
+#: ../../include/lib/Dashboard/Widgets/os_quick_report.php:284
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1067
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:348
+#: ../../include/functions_massive_operations.php:239
+#: ../../include/functions_events.php:4464
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:2267
+#: ../../include/functions_reporting_html.php:4912
+#: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405
+#: ../../operation/agentes/estado_agente.php:1108
+#: ../../operation/gis_maps/ajax.php:297
+#: ../../operation/inventory/inventory.php:1372
+#: ../../operation/search_agents.php:37 ../../operation/tree.php:79
+#: ../../operation/tree.php:145
+msgid "OS"
+msgstr ""
+
 #: ../../godmode/agentes/planned_downtime.editor.php:1405
 msgid "All alerts"
 msgstr ""
@@ -8316,15 +7213,15 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:569
 #: ../../include/lib/TacticalView/elements/Alerts.php:38
 #: ../../include/functions_treeview.php:398
-#: ../../include/functions_reporting_html.php:6947
 #: ../../include/functions_reports.php:864
 #: ../../include/functions_reports.php:868
 #: ../../include/functions_reports.php:874
 #: ../../include/functions_reports.php:880
+#: ../../include/functions_reporting_html.php:6947
 #: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/agent.php:358 ../../mobile/operation/agents.php:98
-#: ../../mobile/operation/agents.php:408 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agent.php:358 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408
+#: ../../mobile/operation/alerts.php:194
 #: ../../operation/agentes/estado_agente.php:1130
 #: ../../operation/agentes/ver_agente.php:1603
 #: ../../operation/agentes/ver_agente.php:1607
@@ -8405,6 +7302,16 @@ msgstr ""
 msgid "WMI Wizard"
 msgstr ""
 
+#: ../../godmode/agentes/configurar_agente.php:651
+#: ../../godmode/agentes/configurar_agente.php:803
+#: ../../godmode/agentes/agent_manager.php:1087
+#: ../../godmode/massive/massive_edit_agents.php:1051
+#: ../../godmode/reporting/reporting_builder.item_editor.php:87
+#: ../../godmode/servers/servers.build_table.php:303
+#: ../../include/functions_agents.php:4907
+msgid "Remote configuration"
+msgstr ""
+
 #: ../../godmode/agentes/configurar_agente.php:751
 #: ../../operation/agentes/ver_agente.php:1696
 msgid "Network config manager"
@@ -8791,10 +7698,10 @@ msgstr ""
 
 #: ../../godmode/agentes/modificar_agente.php:700
 #: ../../include/class/WelcomeWindow.class.php:846
-#: ../../include/functions_reporting_html.php:3232
-#: ../../include/functions_events.php:303
 #: ../../include/functions_inventory.php:150
 #: ../../include/functions_inventory.php:184
+#: ../../include/functions_events.php:303
+#: ../../include/functions_reporting_html.php:3232
 #, fuzzy
 msgid "Agent alias"
 msgstr "代理程式"
@@ -8832,6 +7739,17 @@ msgstr ""
 msgid "You are going to delete a cluster agent"
 msgstr ""
 
+#: ../../godmode/agentes/modificar_agente.php:979
+#: ../../godmode/agentes/agent_manager.php:1383
+msgid "This agent belongs to the clusters"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:1007
+#: ../../godmode/agentes/agent_manager.php:1328
+#: ../../godmode/agentes/agent_manager.php:1390
+msgid "Delete agent"
+msgstr ""
+
 #: ../../godmode/agentes/modificar_agente.php:1028
 #: ../../include/functions_ui.php:2644 ../../include/functions_ui.php:2670
 #: ../../operation/agentes/estado_agente.php:1362
@@ -8851,6 +7769,1083 @@ msgstr ""
 msgid "Deploy agent"
 msgstr ""
 
+#: ../../godmode/agentes/agent_conf_gis.php:38
+#: ../../operation/agentes/gis_view.php:59
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:58
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:68
+msgid "Agent position"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:75
+msgid "Latitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:94
+msgid "Longitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:113
+msgid "Altitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:132
+#: ../../godmode/massive/massive_edit_agents.php:1178
+msgid "Ignore new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:133
+#: ../../godmode/agentes/agent_manager.php:1555
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/massive/massive_edit_agents.php:708
+#: ../../godmode/massive/massive_edit_agents.php:1154
+#: ../../godmode/massive/massive_edit_agents.php:1192
+#: ../../godmode/massive/massive_edit_agents.php:1239
+#: ../../godmode/massive/massive_edit_modules.php:705
+#: ../../godmode/massive/massive_edit_modules.php:727
+#: ../../godmode/massive/massive_edit_modules.php:811
+#: ../../godmode/massive/massive_edit_modules.php:833
+#: ../../godmode/massive/massive_edit_modules.php:885
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1326
+#: ../../godmode/massive/massive_edit_modules.php:1370
+#: ../../godmode/massive/massive_edit_modules.php:1552
+#: ../../godmode/reporting/visual_console_builder.wizard.php:405
+#: ../../godmode/reporting/visual_console_builder.wizard.php:514
+#: ../../godmode/reporting/reporting_builder.php:1087
+#: ../../godmode/servers/modificar_server.php:193
+#: ../../godmode/servers/servers.build_table.php:157
+#: ../../godmode/update_manager/update_manager.setup.php:407
+#: ../../include/class/SnmpConsole.class.php:424
+#: ../../include/class/EventSound.class.php:349
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:390
+#: ../../operation/netflow/nf_live_view.php:393
+#: ../../operation/users/user_edit.php:430
+msgid "Yes"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:142
+#: ../../godmode/alerts/alert_view.php:135
+#: ../../godmode/alerts/alert_view.php:268
+#: ../../godmode/alerts/alert_view.php:371
+#: ../../godmode/massive/massive_edit_agents.php:709
+#: ../../godmode/massive/massive_edit_agents.php:1165
+#: ../../godmode/massive/massive_edit_agents.php:1193
+#: ../../godmode/massive/massive_edit_agents.php:1240
+#: ../../godmode/massive/massive_edit_modules.php:706
+#: ../../godmode/massive/massive_edit_modules.php:728
+#: ../../godmode/massive/massive_edit_modules.php:812
+#: ../../godmode/massive/massive_edit_modules.php:834
+#: ../../godmode/massive/massive_edit_modules.php:886
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1327
+#: ../../godmode/massive/massive_edit_modules.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1553
+#: ../../godmode/reporting/visual_console_builder.wizard.php:416
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+#: ../../godmode/reporting/reporting_builder.php:1089
+#: ../../godmode/servers/modificar_server.php:191
+#: ../../godmode/setup/news.php:389
+#: ../../godmode/update_manager/update_manager.setup.php:408
+#: ../../include/class/SnmpConsole.class.php:423
+#: ../../include/class/EventSound.class.php:348
+#: ../../include/functions_profile.php:305 ../../include/functions_cron.php:685
+#: ../../include/functions_events.php:5086
+#: ../../include/functions_events.php:5091
+#: ../../include/functions_reporting_html.php:2331
+#: ../../include/functions_snmp.php:382 ../../mobile/operation/events.php:358
+#: ../../mobile/operation/events.php:366
+#: ../../operation/netflow/nf_live_view.php:403
+#: ../../operation/users/user_edit.php:431
+msgid "No"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:195
+#: ../../godmode/agentes/module_manager_editor_common.php:780
+#: ../../godmode/groups/configure_group.php:251
+#: ../../godmode/massive/massive_edit_agents.php:862
+msgid "Custom ID"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:330
+#: ../../godmode/agentes/agent_manager.php:965
+#: ../../godmode/massive/massive_edit_agents.php:1138
+msgid "Agent icon"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+#: ../../include/class/SatelliteAgent.class.php:555
+#: ../../include/lib/Group.php:552 ../../include/functions_treeview.php:600
+#: ../../include/functions_events.php:253
+#: ../../include/functions_events.php:300
+#: ../../include/functions_events.php:2576
+#: ../../include/functions_reporting_html.php:4910
+#: ../../mobile/operation/modules.php:608
+#: ../../mobile/operation/modules.php:908
+#: ../../operation/events/events.php:3063
+msgid "Agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:358
+msgid ""
+"The agent name is a unique identifier (which is automatically generated in "
+"software agents). If you set it manually, make sure it is not duplicated. "
+"Although it accepts spaces, we do not recommend you to use them in the agent "
+"name, you may use them in the agent alias. The agent name is not displayed "
+"in the interface, it is an internal name."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:393
+msgid "Edit agent name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+#: ../../godmode/groups/tactical.php:179
+#: ../../godmode/reporting/reporting_builder.item_editor.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4980
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1061
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:985
+#: ../../include/lib/Group.php:556
+#: ../../include/functions_reporting_html.php:2259
+#: ../../include/functions_reporting_html.php:2423
+#: ../../include/functions_ui.php:6488
+#: ../../operation/inventory/inventory.php:1366
+msgid "Alias"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:408
+msgid ""
+"This will be the text label that will represent the agent on all types of "
+"screens and reports. It may be duplicated, contain spaces and non-ASCII "
+"characters."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:414
+msgid "Use alias as name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "This agent can be remotely configured"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:436
+#: ../../godmode/servers/modificar_server.php:208
+#: ../../include/functions_treeview.php:649
+#: ../../include/functions_events.php:4459
+#: ../../include/functions_reporting_html.php:2263
+#: ../../include/functions_reporting_html.php:5390
+#: ../../include/functions_reporting_html.php:5484
+#: ../../operation/gis_maps/ajax.php:290
+msgid "IP Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:439
+msgid "Check unique IP"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:461
+#: ../../godmode/agentes/agent_manager.php:487
+msgid "Delete selected IPs"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:478
+msgid "Fix IP address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:479
+msgid "Avoid automatic IP address update when agent IP changes."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:483
+msgid "IP Address list"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid "Primary group"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:491
+msgid ""
+"Although an agent can belong to multiple groups, it can only have a parent "
+"group."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:558
+msgid ""
+"Time that elapses when updating data in the agent. Remote modules have their "
+"own interval, but this time is used to find out if an agent stopped "
+"responding (unknown state). When twice the time interval defined in an agent "
+"goes by, it is considered to be in unknown state (or also if all its remote "
+"modules are in unknown state). An agent may be in unknown state if all of "
+"its local (software agent-based) modules have a last contact time longer "
+"than twice the agent interval, even if it has updated remote modules."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:607
+msgid "OS version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:622
+msgid "Server that will preferentially execute remote tasks."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:741
+msgid "Remote config disabled, please activate to enable agent basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:746
+msgid "Enable security hardening monitoring"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:759
+msgid "Enable log collection"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:773
+msgid "Enable inventory"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:791
+msgid "Pandora RC connected with id "
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:800
+msgid "This agent do not have a Pandora RC agent installed, install one."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:806
+msgid "Enable remote control"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:816
+#: ../../godmode/agentes/agent_manager.php:817
+msgid "Only available for agents 774 or higher"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:823
+msgid "Remote config is enabled only in the Enteprise version"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:833
+msgid "Basic options"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:855
+#: ../../godmode/reporting/reporting_builder.item_editor.php:81
+#: ../../include/lib/Dashboard/Widgets/inventory.php:1065
+#: ../../include/functions_agents.php:4872
+#: ../../include/functions_events.php:5160
+#: ../../operation/inventory/inventory.php:1370
+msgid "Secondary groups"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:866
+msgid "Agent parent"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:894
+msgid "Cascade protection modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:910
+#: ../../godmode/massive/massive_edit_agents.php:945
+msgid "Learning mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:920
+#: ../../godmode/massive/massive_edit_agents.php:956
+msgid "Normal mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:930
+#: ../../godmode/massive/massive_edit_agents.php:967
+msgid "Autodisable mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+#: ../../godmode/massive/massive_edit_agents.php:980
+msgid "Module definition"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:939
+msgid ""
+"Three working modes can be selected for module definition. Learning mode: "
+"Default mode, if an XML arrives with new modules, they will be created "
+"automatically; it is a learning behavior. Normal mode: If an XML arrives "
+"with new modules, they will only be created if they are previously declared "
+"in the Console. Autodisable mode: It is the same as learning mode, but if "
+"all modules go into unknown, the agent will be disabled until information "
+"arrives again."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+msgid "Cascade protection services"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:951
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid ""
+"To avoid an avalanche of cascading alerts. You may choose any agent module "
+"(any) or a specific module. In the first case, when there is at least one "
+"module in critical, that event/alert will be launched, but no other of "
+"another module of the same agent. In the second case, when the specified "
+"module is in critical, the agent will not generate alerts/events."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:958
+msgid "Update new GIS data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1034
+msgid "URL Address"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid "Disabled mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1040
+msgid ""
+"A deactivated agent does not generate activity (or issue events/alerts) or "
+"process data or actively generate monitoring. In many listings it does not "
+"even appear."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1051
+msgid ""
+"A 'silent' agent continues to process monitoring data, but does not generate "
+"events or alerts."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1078
+msgid "Delete remote configuration file"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+#: ../../godmode/massive/massive_edit_agents.php:1205
+msgid "Safe operation mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1117
+msgid ""
+"When the module set in this option goes into critical state, the other "
+"modules of the agent are automatically deactivated. This option can be very "
+"useful to avoid wasting resources, especially in remote checks. For example, "
+"if a Host alive module is chosen, SNMP checks will not be performed on the "
+"device when there is no connectivity with it."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1129
+msgid "Vulnerability scanning"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1133
+#: ../../godmode/agentes/module_manager_editor_common.php:729
+#: ../../godmode/agentes/module_manager_editor_common.php:732
+#: ../../godmode/agentes/module_manager_editor_common.php:743
+#: ../../godmode/alerts/configure_alert_template.php:1002
+#: ../../godmode/groups/group_list.php:1111
+#: ../../godmode/massive/massive_edit_agents.php:1214
+#: ../../godmode/modules/manage_network_components_form_wizard.php:249
+#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395
+#: ../../include/functions_visual_map_editor.php:871
+#: ../../include/functions_agents.php:4908
+#: ../../include/functions_reporting_html.php:4925
+#: ../../operation/inventory/inventory.php:788
+msgid "Enabled"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1134
+msgid "Use global settings"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_agents.php:1235
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid "Ignore unknown"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1147
+#: ../../godmode/massive/massive_edit_agents.php:1235
+msgid ""
+"This disables the calculation of the unknown state in the agent and any of "
+"its modules, so it will never transition to unknown. The state it reflects "
+"is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1218
+msgid "Link text:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1229
+msgid "Link URL:"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1391
+#: ../../godmode/setup/setup_visuals.php:2401
+msgid "This action is not reversible. Are you sure?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1452
+msgid "Secondary group cannot be primary too."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1554
+msgid "This IP address is in use. Are you sure you want to save it?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:1577
+msgid ""
+"Change the internal name of the agent may cause duplicity and malfunction"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:120
+#: ../../godmode/agentes/module_manager_editor_common.php:135
+msgid "Manual setup"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:128
+msgid "No component was found"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:151
+msgid "Using module component"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:303
+#: ../../godmode/agentes/module_manager_editor_common.php:1026
+#: ../../godmode/massive/massive_edit_modules.php:1085
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4915
+#: ../../include/ajax/heatmap.ajax.php:228
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:338
+#: ../../include/functions_treeview.php:114
+#: ../../include/functions_graph.php:4964
+#: ../../include/functions_visual_map.php:4279
+#: ../../operation/agentes/status_monitor.php:582
+#: ../../operation/heatmap.php:105
+msgid "Not assigned"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:447
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:409
+msgid "Warning threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:449
+#: ../../godmode/agentes/module_manager_editor_common.php:539
+msgid "Min / Max"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:450
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Decrease / Increase"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid ""
+"Normal: Any value within the specified range will cause a state change. "
+"Inverse interval: Any value outside the specified range will cause a state "
+"change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:479
+#: ../../godmode/agentes/module_manager_editor_common.php:569
+#: ../../godmode/groups/group_list.php:1311
+#: ../../godmode/massive/massive_copy_modules.php:123
+#: ../../godmode/massive/massive_copy_modules.php:311
+#: ../../godmode/massive/massive_delete_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:391
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/netflow/nf_edit_form.php:290
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4817
+#: ../../godmode/setup/setup_visuals.php:1085
+#: ../../godmode/setup/setup_visuals.php:1107
+#: ../../include/ajax/module.php:2345
+#: ../../include/class/ExtensionsDiscovery.class.php:786
+#: ../../include/lib/Dashboard/Widgets/system_group_status.php:315
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:570
+#: ../../include/lib/Dashboard/Widgets/EventCardboard.php:600
+#: ../../include/lib/Dashboard/Widgets/groups_status_map.php:373
+#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:319
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:401
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:436
+#: ../../include/lib/Dashboard/Widgets/tree_view.php:722
+#: ../../include/rest-api/models/VisualConsole/Items/Group.php:578
+#: ../../include/functions_massive_operations.php:154
+#: ../../include/functions_agents.php:5068
+#: ../../include/functions_graph.php:3225
+#: ../../include/functions_graph.php:3227
+#: ../../include/functions_graph.php:4772 ../../include/functions.php:1174
+#: ../../include/functions.php:1414 ../../include/functions.php:1421
+#: ../../include/functions.php:1454 ../../include/functions_events.php:3269
+#: ../../include/functions_ui.php:8366 ../../mobile/operation/agents.php:58
+#: ../../mobile/operation/modules.php:69
+#: ../../operation/agentes/group_view.php:250
+#: ../../operation/agentes/group_view.php:255
+#: ../../operation/agentes/estado_agente.php:310
+#: ../../operation/agentes/estado_monitores.php:544
+#: ../../operation/agentes/status_monitor.php:573
+#: ../../operation/netflow/nf_live_view.php:327
+#: ../../operation/custom_fields/custom_fields_view.php:174
+#: ../../operation/tree.php:208 ../../operation/tree.php:299
+#: ../../operation/tree.php:535
+msgid "Normal"
+msgstr "正常"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:480
+#: ../../godmode/agentes/module_manager_editor_common.php:488
+#: ../../godmode/agentes/module_manager_editor_common.php:570
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:701
+#: ../../godmode/massive/massive_edit_modules.php:807
+#: ../../godmode/modules/manage_network_components_form_wizard.php:450
+#: ../../godmode/modules/manage_network_components_form_wizard.php:535
+#: ../../godmode/modules/manage_network_components_form_common.php:264
+#: ../../godmode/modules/manage_network_components_form_common.php:342
+msgid "Inverse interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:481
+#: ../../godmode/agentes/module_manager_editor_common.php:571
+#: ../../godmode/massive/massive_edit_modules.php:723
+#: ../../godmode/massive/massive_edit_modules.php:829
+#: ../../godmode/modules/manage_network_components_form_wizard.php:457
+#: ../../godmode/modules/manage_network_components_form_wizard.php:542
+#: ../../godmode/modules/manage_network_components_form_common.php:271
+#: ../../godmode/modules/manage_network_components_form_common.php:349
+msgid "Percentage"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:507
+#: ../../godmode/agentes/module_manager_editor_common.php:606
+#: ../../godmode/massive/massive_edit_modules.php:689
+#: ../../godmode/massive/massive_edit_modules.php:795
+#: ../../godmode/modules/manage_network_components_form_wizard.php:436
+#: ../../godmode/modules/manage_network_components_form_wizard.php:521
+#: ../../godmode/modules/manage_network_components_form_common.php:250
+#: ../../godmode/modules/manage_network_components_form_common.php:328
+#: ../../include/functions_treeview.php:88
+#: ../../include/functions_treeview.php:100
+msgid "Str."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:531
+#: ../../godmode/modules/manage_network_components_form_wizard.php:474
+#: ../../godmode/modules/manage_network_components_form_common.php:285
+msgid "Change to critical status after"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:533
+#: ../../godmode/modules/manage_network_components_form_wizard.php:482
+#: ../../godmode/modules/manage_network_components_form_common.php:293
+msgid "intervals in warning status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:538
+#: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438
+#, fuzzy
+msgid "Critical threshold"
+msgstr "重大更新"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid ""
+"Normal: Any value within the specified range will cause a state change."
+"\\nInverse interval: Any value outside the specified range will cause a "
+"state change. Percentage: This mode takes into account the module variation "
+"percentage (regarding its previous value), and will cause a change of state "
+"if it complies with the indicated increase or decrease values. A value that "
+"matches the Warning and Critical thresholds will trigger the Critical "
+"status. In numeric modules, a Max 0 value represents infinity."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:1292
+#: ../../godmode/modules/manage_network_components_form_common.php:406
+#: ../../include/functions_reporting.php:5048
+#: ../../mobile/operation/modules.php:860
+msgid "Historical data"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid ""
+"If disabled, it will only save the last known data, being unable to display "
+"graphs. It is useful to save DB space. It should be disabled only in those "
+"cases where it is necessary for the system to flow faster and save resources."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:652
+#: ../../godmode/massive/massive_edit_modules.php:1548
+msgid ""
+"This disables the module's state calculation to unknown, so it will never "
+"transition to unknown. The state it reflects is the last known status."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:692
+#: ../../godmode/agentes/module_manager_editor_common.php:694
+#, php-format
+msgid "Agent interval x %s"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:700
+#: ../../godmode/alerts/alert_list.list.php:716
+#: ../../godmode/alerts/alert_view.php:58
+#: ../../godmode/events/event_edit_filter.php:491
+#: ../../godmode/massive/massive_edit_agents.php:1100
+#: ../../godmode/massive/massive_edit_users.php:242
+#: ../../godmode/massive/massive_edit_users.php:272
+#: ../../godmode/setup/gis_step_2.php:599
+#: ../../godmode/setup/gis_step_2.php:685
+#: ../../godmode/setup/setup_visuals.php:428
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:715
+#: ../../godmode/setup/setup_visuals.php:755
+#: ../../godmode/setup/setup_visuals.php:1623
+#: ../../godmode/users/user_management.php:39
+#: ../../godmode/users/user_management.php:709
+#: ../../godmode/users/configure_user.php:54
+#: ../../godmode/users/configure_user.php:1143 ../../include/auth/mysql.php:799
+#: ../../include/class/AgentsAlerts.class.php:950
+#: ../../include/class/SnmpConsole.class.php:312
+#: ../../include/functions_events.php:5347 ../../include/functions_ui.php:1516
+#: ../../operation/gis_maps/gis_map.php:119
+#: ../../operation/users/user_edit.php:426
+#: ../../operation/users/user_edit.php:429
+#: ../../operation/users/user_edit.php:440
+#: ../../operation/users/user_edit.php:465
+#: ../../views/calendar/special_days.php:197
+#: ../../views/calendar/special_days.php:209
+msgid "Default"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:777
+msgid "Identification and Categorization"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:781
+#: ../../godmode/massive/massive_edit_modules.php:1297
+#: ../../godmode/module_library/module_library_view.php:123
+#: ../../godmode/modules/manage_network_components_form_common.php:459
+#: ../../godmode/reporting/reporting_builder.item_editor.php:4373
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:242
+#: ../../include/lib/Dashboard/Widgets/security_hardening.php:792
+#: ../../include/functions_reporting_html.php:948
+#: ../../include/functions_reporting_html.php:996
+msgid "Category"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:818
+#: ../../godmode/modules/manage_network_components_form_common.php:484
+msgid "Tags available"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:898
+#: ../../godmode/modules/manage_network_components_form_common.php:505
+msgid "Add tags to module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:989
+#, fuzzy
+msgid "Module parent"
+msgstr "模組合理性"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1046
+msgid "Tags from policy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1072
+#: ../../godmode/massive/massive_edit_modules.php:1361
+#: ../../godmode/modules/manage_network_components_form_common.php:446
+msgid "Unknown instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1095
+#: ../../godmode/massive/massive_edit_modules.php:1351
+#: ../../godmode/modules/manage_network_components_form_common.php:436
+msgid "Critical instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1096
+#: ../../godmode/massive/massive_edit_modules.php:1356
+#: ../../godmode/modules/manage_network_components_form_common.php:441
+msgid "Warning instructions"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1117
+msgid "Execution interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid "Thresholds and state changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1153
+msgid ""
+"It indicates the minimum and maximum values accepted by the module. Any "
+"value outside this range will be discarded. For example, with a Max. value "
+"of 100, a data value of 200 will not be saved in a database."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1157
+#: ../../godmode/modules/manage_network_components_form_common.php:411
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:480
+#: ../../include/functions_reporting.php:7542
+msgid "Min. Value"
+msgstr "最小值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1158
+#: ../../godmode/modules/manage_network_components_form_common.php:416
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:492
+#: ../../include/functions_reporting.php:7538
+msgid "Max. Value"
+msgstr "最大值"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid "Dynamic Threshold Interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1171
+msgid ""
+"If this option is enabled, the module thresholds will be automatically "
+"adjusted based on the mean and standard deviation of their values in the "
+"specified time interval."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#: ../../godmode/alerts/configure_alert_template.php:953
+#: ../../godmode/massive/massive_edit_modules.php:663
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:1068
+#: ../../godmode/modules/manage_network_components_form_wizard.php:408
+#: ../../godmode/modules/manage_network_components_form_wizard.php:493
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/modules/manage_network_components_form_common.php:300
+#: ../../include/lib/Dashboard/Widgets/top_n.php:304
+#: ../../include/functions_alerts.php:686
+#: ../../include/functions_alerts.php:713
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6804
+msgid "Min."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1193
+#, php-format
+msgid ""
+"It allows to adjust the lower limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the lower critical state "
+"threshold was set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% lower than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+#: ../../godmode/alerts/configure_alert_template.php:966
+#: ../../godmode/massive/massive_edit_modules.php:676
+#: ../../godmode/massive/massive_edit_modules.php:782
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/modules/manage_network_components_form_wizard.php:422
+#: ../../godmode/modules/manage_network_components_form_wizard.php:507
+#: ../../godmode/modules/manage_network_components_form_common.php:236
+#: ../../godmode/modules/manage_network_components_form_common.php:314
+#: ../../include/lib/Dashboard/Widgets/top_n.php:303
+#: ../../include/functions_alerts.php:685
+#: ../../include/functions_alerts.php:712
+#: ../../include/functions_treeview.php:90
+#: ../../include/functions_treeview.php:102
+#: ../../include/functions_reporting_html.php:6805
+msgid "Max."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1194
+msgid ""
+"It allows to adjust the upper limit of the dynamic threshold, in percentage. "
+"For example, if the module average value is 60 and the upper critical state "
+"threshold has been set to 80, a Dynamic Threshold Max to 10 would set the "
+"threshold to 88, 10% higher than what was set."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+#, fuzzy
+msgid "Two Tailed"
+msgstr "登入失敗。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1224
+msgid ""
+"It allows to set a lower threshold in addition to the upper one by default. "
+"If enabled, both very high and very low values will cause a state change."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+#: ../../godmode/massive/massive_edit_modules.php:1257
+#: ../../godmode/modules/manage_network_components_form_common.php:361
+msgid "FF threshold"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1243
+msgid ""
+"It indicates the number of consecutive values at a threshold that must be "
+"received for the module to change state. For example, with a value 0 "
+"(default) the module will change state as soon as it receives a data within "
+"the critical threshold, but with a value 2 the module must receive two more "
+"critical data (consecutively) to change to critical state. It is possible to "
+"set the same 'tolerance' for all status changes or choose a different value "
+"for each one. This option is especially useful in unstable environments, as "
+"it helps prevent false positives."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1247
+#: ../../godmode/massive/massive_edit_modules.php:1151
+#: ../../godmode/massive/massive_edit_modules.php:1168
+#: ../../godmode/modules/manage_network_components_form_common.php:367
+msgid "All state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/massive/massive_edit_modules.php:1150
+#: ../../godmode/massive/massive_edit_modules.php:1251
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "Each state changing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1258
+msgid "Change all states"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1280
+#: ../../godmode/massive/massive_edit_modules.php:1214
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+msgid "To normal"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1281
+#: ../../godmode/massive/massive_edit_modules.php:1226
+#: ../../godmode/modules/manage_network_components_form_common.php:387
+msgid "To warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1282
+#: ../../godmode/massive/massive_edit_modules.php:1238
+#: ../../godmode/modules/manage_network_components_form_common.php:394
+msgid "To critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1338
+#: ../../godmode/massive/massive_edit_modules.php:1262
+msgid "FF interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1339
+#: ../../godmode/massive/massive_edit_modules.php:1277
+msgid "FF timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1371
+#: ../../godmode/massive/massive_edit_modules.php:1184
+#: ../../godmode/modules/manage_network_components_form_common.php:362
+msgid "Keep counters"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1380
+msgid "Data and their processing"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1384
+#: ../../godmode/massive/massive_edit_modules.php:1133
+#: ../../godmode/modules/manage_network_components_form_common.php:421
+#: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:498
+#: ../../include/functions.php:4093 ../../include/functions.php:4112
+#: ../../include/functions.php:4126 ../../include/functions.php:4171
+#: ../../include/functions.php:4255 ../../include/functions.php:4332
+#: ../../include/functions_reporting_html.php:4964
+msgid "Unit"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+#: ../../godmode/massive/massive_edit_modules.php:903
+#: ../../godmode/modules/manage_network_components_form_plugin.php:54
+#: ../../godmode/modules/manage_network_components_form_wmi.php:83
+#: ../../godmode/modules/manage_network_components_form_network.php:249
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "Post process"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1385
+msgid ""
+"It allows you to change the unit of the received data. To do this, multiply "
+"the data received by the value set in this option (e.g. Seconds * "
+"0.016666666667 = Minutes). The data is saved already transformed in the "
+"database, so changing this parameter when the module has data can cause "
+"anomalies in graphs and other elements."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1412
+#: ../../godmode/massive/massive_edit_modules.php:920
+msgid "MADE enabled"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1413
+#: ../../godmode/massive/massive_edit_modules.php:921
+msgid ""
+"By activating this option, the module data will be processed by the MADE "
+"engine (if active), and events will be generated automatically by the IA "
+"engine"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1427
+msgid "Notifications and alerts"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1429
+#: ../../godmode/massive/massive_edit_modules.php:1128
+msgid "Export target"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1431
+msgid "Not needed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+#: ../../godmode/modules/manage_network_components_form_common.php:426
+msgid "Discard unknown events"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1459
+#: ../../godmode/massive/massive_edit_modules.php:1322
+msgid ""
+"With this mode, the unknown state will be detected, but it will not generate "
+"events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1468
+msgid ""
+"A module in silent mode will continue to receive and store data, but will "
+"not trigger alerts or generate events."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1477
+msgid "Cascade Protection Services"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1483
+#: ../../godmode/massive/massive_edit_modules.php:1395
+#: ../../include/class/ExtensionsDiscovery.class.php:1571
+msgid "Timeout"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1484
+#: ../../godmode/massive/massive_edit_modules.php:1410
+msgid "Retries"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1506
+#: ../../godmode/alerts/configure_alert_template.php:922
+#: ../../godmode/massive/massive_edit_modules.php:1078
+#: ../../godmode/reporting/visual_console_builder.wizard.php:353
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3312
+#: ../../godmode/setup/setup_visuals.php:1905
+#: ../../godmode/setup/setup_visuals.php:1995
+#: ../../godmode/setup/setup_visuals.php:2077
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:126
+#: ../../include/ajax/events.php:2256
+#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:505
+#: ../../include/functions_visual_map_editor.php:741
+#: ../../include/functions_netflow.php:212
+#: ../../include/functions_snmp_browser.php:561
+#: ../../include/functions_graph.php:5101
+#: ../../include/functions_reports.php:1178
+#: ../../include/functions_reporting_html.php:1603
+#: ../../include/functions_reporting_html.php:3336
+#: ../../include/functions_reporting_html.php:6222
+#: ../../include/functions_reporting_html.php:6768
+msgid "Value"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1560
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+msgid "Direct"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1561
+#: ../../godmode/agentes/module_manager_editor_common.php:1694
+#: ../../include/functions_reporting_html.php:5383
+#: ../../include/functions_reporting_html.php:5477
+#: ../../include/functions_reporting_html.php:5557
+#: ../../include/functions_reporting_html.php:5566
+#: ../../include/functions_reporting_html.php:5704
+#: ../../include/functions_reporting_html.php:5713
+#: ../../include/functions_reporting_html.php:6039
+#: ../../include/functions_reporting_html.php:6045
+msgid "Failover"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1563
+msgid "Rel. type"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1585
+msgid "Add relationship"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:1611
+msgid "Changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2357
+#: ../../godmode/modules/manage_network_components_form_common.php:840
+#, fuzzy
+msgid "Normal Status"
+msgstr "正常"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2358
+#: ../../godmode/modules/manage_network_components_form_common.php:841
+#, fuzzy
+msgid "Warning Status"
+msgstr "警告"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2359
+#: ../../godmode/modules/manage_network_components_form_common.php:842
+#, fuzzy
+msgid "Critical Status"
+msgstr "重大更新"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2362
+#: ../../godmode/modules/manage_network_components_form_common.php:844
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2363
+#: ../../godmode/modules/manage_network_components_form_common.php:845
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:2364
+#: ../../godmode/modules/manage_network_components_form_common.php:846
+msgid "Please introduce a positive percentage value"
+msgstr ""
+
 #: ../../godmode/alerts/configure_alert_command.php:67
 msgid "Configure alert command"
 msgstr ""
@@ -8911,9 +8906,9 @@ msgstr ""
 #: ../../include/ajax/custom_fields.php:479
 #: ../../include/class/AgentsAlerts.class.php:402
 #: ../../include/class/AgentWizard.class.php:1314
-#: ../../include/functions_ui.php:1737
 #: ../../include/functions_reporting_html.php:4961
 #: ../../include/functions_reporting_html.php:6769
+#: ../../include/functions_ui.php:1737
 msgid "Threshold"
 msgstr ""
 
@@ -8950,10 +8945,8 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_action.php:458
 #: ../../godmode/setup/demo.php:223
 #: ../../godmode/snmpconsole/snmp_alert.php:1692
-#: ../../mobile/operation/agent.php:154 ../../mobile/operation/agents.php:210
-#: ../../mobile/operation/alerts.php:199 ../../mobile/operation/events.php:953
+#: ../../mobile/operation/agent.php:154
 #: ../../mobile/operation/module_data.php:130
-#: ../../mobile/operation/modules.php:241
 #: ../../mobile/operation/server_status.php:232
 #: ../../mobile/operation/tactical.php:102
 #: ../../mobile/operation/visualmaps.php:189
@@ -8962,6 +8955,8 @@ msgstr ""
 #: ../../mobile/operation/module_graph.php:374
 #: ../../mobile/operation/visualmap.php:255
 #: ../../mobile/operation/services.php:128
+#: ../../mobile/operation/agents.php:210 ../../mobile/operation/alerts.php:199
+#: ../../mobile/operation/events.php:953 ../../mobile/operation/modules.php:241
 msgid "Back"
 msgstr ""
 
@@ -9058,8 +9053,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:296
 #: ../../godmode/users/configure_user.php:1366
 #: ../../operation/netflow/nf_live_view.php:599
-#: ../../operation/network/network_usage_map.php:305
 #: ../../operation/network/network_report.php:293
+#: ../../operation/network/network_usage_map.php:305
 msgid "Advanced"
 msgstr ""
 
@@ -9120,9 +9115,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1779
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302
 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359
-#: ../../include/lib/ITSM/ITSM.php:516
+#: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4680
 #: ../../include/functions_reporting_html.php:6650
-#: ../../include/functions_events.php:4680
 #: ../../views/ITSM/ITSMTicketDetailView.php:88
 #: ../../views/ITSM/ITSMTicketEditView.php:141
 #: ../../views/ITSM/ITSMTicketListView.php:81
@@ -9229,11 +9223,10 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:747
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:513
-#: ../../include/rest-api/index.php:373
+#: ../../include/rest-api/index.php:373 ../../include/functions_html.php:8015
 #: ../../include/functions_reporting_html.php:154
 #: ../../include/functions_reporting_html.php:4453
 #: ../../include/functions_reporting_html.php:5264
-#: ../../include/functions_html.php:8015
 #: ../../operation/agentes/gis_view.php:220
 msgid "From"
 msgstr ""
@@ -9247,11 +9240,11 @@ msgstr ""
 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206
 #: ../../include/ajax/alert_list.ajax.php:298
 #: ../../include/class/AgentsAlerts.class.php:325
-#: ../../include/functions_ui.php:1721
+#: ../../include/functions_html.php:8063
+#: ../../include/functions_reporting.php:15485
 #: ../../include/functions_reporting_html.php:155
 #: ../../include/functions_reporting_html.php:4458
-#: ../../include/functions_html.php:8063
-#: ../../include/functions_reporting.php:15474
+#: ../../include/functions_ui.php:1721
 msgid "to"
 msgstr ""
 
@@ -9369,10 +9362,10 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:986
 #: ../../include/functions_treeview.php:405
 #: ../../include/functions_treeview.php:446
+#: ../../include/functions_cron.php:690
 #: ../../include/functions_reporting_html.php:4700
 #: ../../include/functions_reporting_html.php:4703
-#: ../../include/functions_cron.php:690 ../../mobile/operation/alerts.php:349
-#: ../../operation/search_alerts.php:36
+#: ../../mobile/operation/alerts.php:349 ../../operation/search_alerts.php:36
 msgid "Template"
 msgstr ""
 
@@ -9390,12 +9383,12 @@ msgstr ""
 #: ../../godmode/alerts/alert_view.php:111
 #: ../../include/class/AgentsAlerts.class.php:959
 #: ../../include/class/SnmpConsole.class.php:884
-#: ../../include/functions.php:1371 ../../include/functions_agents.php:3019
-#: ../../include/functions_agents.php:3030 ../../include/functions_ui.php:1585
-#: ../../include/functions_reporting.php:13733
+#: ../../include/functions_agents.php:3019
+#: ../../include/functions_agents.php:3030 ../../include/functions.php:1371
 #: ../../include/functions_events.php:2990
 #: ../../include/functions_events.php:3193
-#: ../../mobile/operation/alerts.php:324
+#: ../../include/functions_reporting.php:13744
+#: ../../include/functions_ui.php:1585 ../../mobile/operation/alerts.php:324
 #: ../../operation/agentes/group_view.php:258
 msgid "Alert fired"
 msgstr ""
@@ -9410,9 +9403,8 @@ msgstr ""
 #: ../../godmode/alerts/alert_list.list.php:662
 #: ../../godmode/alerts/alert_view.php:114
 #: ../../include/class/AgentsAlerts.class.php:962
-#: ../../include/functions_ui.php:1588
-#: ../../include/functions_reporting.php:13742
-#: ../../mobile/operation/alerts.php:327
+#: ../../include/functions_reporting.php:13753
+#: ../../include/functions_ui.php:1588 ../../mobile/operation/alerts.php:327
 msgid "Alert disabled"
 msgstr ""
 
@@ -9421,9 +9413,9 @@ msgstr ""
 #: ../../include/class/AgentsAlerts.class.php:965
 #: ../../include/class/SnmpConsole.class.php:886
 #: ../../include/functions_agents.php:3021
-#: ../../include/functions_agents.php:3032 ../../include/functions_ui.php:1591
-#: ../../include/functions_reporting.php:13656
-#: ../../mobile/operation/alerts.php:330
+#: ../../include/functions_agents.php:3032
+#: ../../include/functions_reporting.php:13667
+#: ../../include/functions_ui.php:1591 ../../mobile/operation/alerts.php:330
 msgid "Alert not fired"
 msgstr ""
 
@@ -9477,11 +9469,11 @@ msgstr ""
 #: ../../godmode/massive/massive_edit_users.php:527
 #: ../../godmode/setup/setup_ITSM.php:257 ../../godmode/users/user_list.php:787
 #: ../../godmode/extensions.php:290
-#: ../../include/class/SatelliteAgent.class.php:426
-#: ../../include/class/SatelliteAgent.class.php:1237
 #: ../../include/class/TipsWindow.class.php:485
 #: ../../include/class/TipsWindow.class.php:771
 #: ../../include/class/TipsWindow.class.php:938
+#: ../../include/class/SatelliteAgent.class.php:426
+#: ../../include/class/SatelliteAgent.class.php:1237
 msgid "Enable"
 msgstr ""
 
@@ -9633,9 +9625,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:366
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:413
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:442
-#: ../../include/functions.php:4199 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4199 ../../include/functions_reporting.php:1718
 #: ../../include/functions_reporting_html.php:6268
-#: ../../include/functions_reporting.php:1718
+#: ../../include/functions_ui.php:3231
 msgid "Min"
 msgstr ""
 
@@ -9645,9 +9637,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:375
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:422
 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:451
-#: ../../include/functions.php:4206 ../../include/functions_ui.php:3231
+#: ../../include/functions.php:4206 ../../include/functions_reporting.php:1714
 #: ../../include/functions_reporting_html.php:6267
-#: ../../include/functions_reporting.php:1714
+#: ../../include/functions_ui.php:3231
 msgid "Max"
 msgstr ""
 
@@ -9796,7 +9788,7 @@ msgstr ""
 #: ../../godmode/alerts/configure_alert_template.php:250
 #: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1815
 #: ../../include/functions_reports.php:787
-#: ../../include/functions_reporting.php:10648
+#: ../../include/functions_reporting.php:10659
 msgid "General"
 msgstr ""
 
@@ -10021,8 +10013,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:709
 #: ../../godmode/events/event_edit_filter.php:774
 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:546
-#: ../../include/rest-api/index.php:361 ../../include/functions_ui.php:7797
-#: ../../include/functions_ui.php:7853 ../../include/functions_html.php:6858
+#: ../../include/rest-api/index.php:361 ../../include/functions_html.php:6858
+#: ../../include/functions_ui.php:7797 ../../include/functions_ui.php:7853
 #: ../../operation/events/events.php:1486
 #: ../../operation/events/events.php:1576
 #: ../../views/calendar/special_days.php:465
@@ -10040,55 +10032,12 @@ msgstr ""
 #: ../../include/class/SnmpConsole.class.php:527
 #: ../../include/class/SnmpConsole.class.php:528
 #: ../../include/lib/Dashboard/Widgets/events_list.php:864
-#: ../../include/functions_snmp.php:324 ../../include/functions.php:4312
-#: ../../include/functions_events.php:260
-#: ../../include/functions_events.php:324
+#: ../../include/functions.php:4312 ../../include/functions_events.php:260
+#: ../../include/functions_events.php:324 ../../include/functions_snmp.php:324
 #: ../../operation/agentes/estado_monitores.php:543
 msgid "Alert"
 msgstr ""
 
-#: ../../godmode/alerts/alert_list.builder.php:99
-#: ../../include/class/WelcomeWindow.class.php:1273
-msgid "Latest value"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:120
-#: ../../include/class/AgentsAlerts.class.php:346
-msgid "Create Action"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:159
-#: ../../include/class/AgentsAlerts.class.php:395
-msgid "Create Template"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:187
-msgid "It takes precedence over the action's threshold configuration."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:218
-msgid "Finish and view cluster"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:231
-#: ../../godmode/alerts/alert_list.builder.php:242
-#: ../../include/class/AgentsAlerts.class.php:412
-msgid "Add alert"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:302
-msgid "Please select an item"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:303
-#, fuzzy
-msgid "Please select a template"
-msgstr "選取"
-
-#: ../../godmode/alerts/alert_list.builder.php:304
-msgid "Please select an agent"
-msgstr ""
-
 #: ../../godmode/alerts/alert_list.php:135
 msgid "Already added"
 msgstr ""
@@ -10151,6 +10100,48 @@ msgstr ""
 msgid "Manage alerts"
 msgstr ""
 
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../include/class/WelcomeWindow.class.php:1273
+msgid "Latest value"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:120
+#: ../../include/class/AgentsAlerts.class.php:346
+msgid "Create Action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:159
+#: ../../include/class/AgentsAlerts.class.php:395
+msgid "Create Template"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:187
+msgid "It takes precedence over the action's threshold configuration."
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:218
+msgid "Finish and view cluster"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:231
+#: ../../godmode/alerts/alert_list.builder.php:242
+#: ../../include/class/AgentsAlerts.class.php:412
+msgid "Add alert"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:302
+msgid "Please select an item"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.builder.php:303
+#, fuzzy
+msgid "Please select a template"
+msgstr "選取"
+
+#: ../../godmode/alerts/alert_list.builder.php:304
+msgid "Please select an agent"
+msgstr ""
+
 #: ../../godmode/category/edit_category.php:65
 #: ../../godmode/category/category.php:62
 msgid "List categories"
@@ -10231,9 +10222,9 @@ msgid "Max. time before compact data"
 msgstr ""
 
 #: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91
-#: ../../godmode/setup/setup_visuals.php:1983 ../../include/functions.php:531
-#: ../../include/functions.php:662 ../../include/functions_html.php:2564
-#: ../../include/functions_html.php:8130
+#: ../../godmode/setup/setup_visuals.php:1983
+#: ../../include/functions_html.php:2564 ../../include/functions_html.php:8130
+#: ../../include/functions.php:531 ../../include/functions.php:662
 msgid "days"
 msgstr "天"
 
@@ -10250,8 +10241,8 @@ msgstr ""
 #: ../../include/class/Diagnostics.class.php:634
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690
 #: ../../include/functions_groups.php:2660
+#: ../../include/functions_reporting.php:12909
 #: ../../include/functions_reporting_html.php:7172
-#: ../../include/functions_reporting.php:12898
 #: ../../mobile/operation/groups.php:187 ../../operation/tree.php:503
 #: ../../views/tacticalView/view.php:317
 msgid "Total agents"
@@ -10259,7 +10250,7 @@ msgstr "代理程式總數"
 
 #: ../../godmode/db/db_main.php:107
 #: ../../include/class/Diagnostics.class.php:650
-#: ../../include/functions_reporting.php:15339
+#: ../../include/functions_reporting.php:15350
 msgid "Total events"
 msgstr ""
 
@@ -10299,8 +10290,8 @@ msgstr ""
 #: ../../godmode/snmpconsole/snmp_alert.php:1972
 #: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:91
 #: ../../include/ajax/token.php:97 ../../include/functions_treeview.php:676
-#: ../../include/functions_agents.php:4798 ../../include/functions_ui.php:641
-#: ../../include/functions_cron.php:906 ../../operation/gis_maps/ajax.php:351
+#: ../../include/functions_agents.php:4798 ../../include/functions_cron.php:906
+#: ../../include/functions_ui.php:641 ../../operation/gis_maps/ajax.php:351
 #: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468
 #: ../../operation/gis_maps/ajax.php:479
 msgid "Never"
@@ -10340,8 +10331,8 @@ msgstr ""
 
 #: ../../godmode/events/events.php:56
 #: ../../godmode/massive/massive_edit_users.php:274
-#: ../../godmode/users/configure_user.php:56
-#: ../../godmode/users/user_management.php:41 ../../include/auth/mysql.php:801
+#: ../../godmode/users/user_management.php:41
+#: ../../godmode/users/configure_user.php:56 ../../include/auth/mysql.php:801
 #: ../../operation/events/events.php:1687
 #: ../../operation/users/user_edit.php:467
 msgid "Event list"
@@ -10367,13 +10358,12 @@ msgstr ""
 #: ../../godmode/events/events.php:142 ../../godmode/menu.php:335
 #: ../../include/ajax/events.php:2302
 #: ../../include/lib/TacticalView/elements/Events.php:41
-#: ../../include/functions.php:4305 ../../include/functions_reports.php:885
+#: ../../include/functions_reports.php:885
 #: ../../include/functions_reports.php:889
-#: ../../include/functions_reports.php:893
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/events.php:948 ../../mobile/operation/home.php:51
-#: ../../operation/events/events.php:1836 ../../operation/menu.php:537
-#: ../../views/tacticalView/view.php:126
+#: ../../include/functions_reports.php:893 ../../include/functions.php:4305
+#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51
+#: ../../mobile/operation/events.php:948 ../../operation/events/events.php:1836
+#: ../../operation/menu.php:537 ../../views/tacticalView/view.php:126
 msgid "Events"
 msgstr "事件"
 
@@ -10451,18 +10441,18 @@ msgstr "模組"
 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398
 #: ../../include/lib/Dashboard/Widgets/events_list.php:436
 #: ../../include/lib/Dashboard/Widgets/events_list.php:865
-#: ../../include/functions_snmp.php:335
+#: ../../include/functions_events.php:261
+#: ../../include/functions_events.php:327
+#: ../../include/functions_events.php:5097
 #: ../../include/functions_reporting_html.php:678
 #: ../../include/functions_reporting_html.php:1714
 #: ../../include/functions_reporting_html.php:1722
 #: ../../include/functions_reporting_html.php:1966
 #: ../../include/functions_reporting_html.php:1974
 #: ../../include/functions_reporting_html.php:3851
-#: ../../include/functions_events.php:261
-#: ../../include/functions_events.php:327
-#: ../../include/functions_events.php:5097
-#: ../../mobile/operation/events.php:703 ../../mobile/operation/events.php:704
-#: ../../mobile/operation/events.php:845 ../../mobile/operation/events.php:1022
+#: ../../include/functions_snmp.php:335 ../../mobile/operation/events.php:703
+#: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845
+#: ../../mobile/operation/events.php:1022
 #: ../../mobile/operation/events.php:1023
 #: ../../operation/events/events.php:2105
 msgid "Severity"
@@ -10566,11 +10556,11 @@ msgstr "模組合理性"
 #: ../../godmode/events/event_edit_filter.php:892
 #: ../../include/ajax/events.php:1873
 #: ../../include/lib/Dashboard/Widgets/events_list.php:878
+#: ../../include/functions_events.php:273
+#: ../../include/functions_events.php:376
 #: ../../include/functions_reporting_html.php:1728
 #: ../../include/functions_reporting_html.php:1980
 #: ../../include/functions_reporting_html.php:3855
-#: ../../include/functions_events.php:273
-#: ../../include/functions_events.php:376
 msgid "Custom data"
 msgstr ""
 
@@ -10604,12 +10594,11 @@ msgstr ""
 
 #: ../../godmode/events/event_edit_filter.php:299
 #: ../../include/ajax/audit_log.php:340 ../../include/ajax/agent.php:595
-#: ../../include/ajax/custom_fields.php:639
+#: ../../include/ajax/module.php:2661 ../../include/ajax/custom_fields.php:639
 #: ../../include/ajax/custom_fields.php:692
-#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/module.php:2661
-#: ../../include/ajax/events.php:814
-#: ../../operation/network/network_usage_map.php:292
+#: ../../include/ajax/custom_fields.php:741 ../../include/ajax/events.php:814
 #: ../../operation/network/network_report.php:280
+#: ../../operation/network/network_usage_map.php:292
 #: ../../operation/reporting/graph_analytics.php:448
 msgid "Filter name"
 msgstr ""
@@ -10645,7 +10634,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:441
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727
 #: ../../include/functions_massive_operations.php:158
-#: ../../include/functions.php:1420 ../../include/functions_agents.php:5072
+#: ../../include/functions_agents.php:5072 ../../include/functions.php:1420
 #: ../../include/functions_events.php:3225
 #: ../../mobile/operation/modules.php:73
 #: ../../operation/agentes/estado_agente.php:314
@@ -10683,8 +10672,8 @@ msgstr ""
 #: ../../godmode/events/event_edit_filter.php:485
 #: ../../godmode/massive/massive_edit_users.php:263
 #: ../../godmode/setup/setup_visuals.php:96
-#: ../../godmode/users/configure_user.php:1340
 #: ../../godmode/users/user_management.php:733
+#: ../../godmode/users/configure_user.php:1340
 #: ../../include/functions_config.php:1088
 #: ../../operation/users/user_edit.php:417
 msgid "Block size for pagination"
@@ -11275,8 +11264,8 @@ msgstr ""
 #: ../../godmode/reporting/graph_builder.main.php:319
 #: ../../godmode/wizards/HostDevices.class.php:680
 #: ../../godmode/wizards/HostDevices.class.php:783
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../godmode/wizards/Wizard.main.php:441
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:228
 #: ../../include/class/CustomNetScan.class.php:314
 #: ../../include/class/CustomNetScan.class.php:425
 #: ../../include/class/HTML.class.php:427
@@ -11292,8 +11281,8 @@ msgstr ""
 
 #: ../../godmode/groups/group_list.php:337
 #: ../../godmode/massive/massive_edit_users.php:275
-#: ../../godmode/users/configure_user.php:57
-#: ../../godmode/users/user_management.php:42 ../../include/auth/mysql.php:802
+#: ../../godmode/users/user_management.php:42
+#: ../../godmode/users/configure_user.php:57 ../../include/auth/mysql.php:802
 #: ../../operation/agentes/group_view.php:88
 #: ../../operation/users/user_edit.php:468 ../../operation/menu.php:176
 msgid "Group view"
@@ -11422,9 +11411,9 @@ msgstr ""
 #: ../../godmode/groups/group_list.php:1281
 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692
 #: ../../include/functions_alerts.php:3470
-#: ../../include/functions_reporting_html.php:585
 #: ../../include/functions_inventory.php:526
 #: ../../include/functions_inventory.php:669
+#: ../../include/functions_reporting_html.php:585
 #: ../../operation/agentes/group_view.php:247
 #: ../../operation/agentes/agent_inventory.php:321 ../../operation/tree.php:505
 msgid "Total"
@@ -11441,8 +11430,8 @@ msgstr ""
 #: ../../include/functions_groups.php:2777
 #: ../../include/functions_groups.php:2800
 #: ../../include/functions_graph.php:2699
-#: ../../include/functions_reporting.php:12761
-#: ../../include/functions_reporting.php:12782 ../../operation/tree.php:213
+#: ../../include/functions_reporting.php:12772
+#: ../../include/functions_reporting.php:12793 ../../operation/tree.php:213
 #: ../../operation/tree.php:304 ../../operation/tree.php:508
 #: ../../operation/tree.php:509 ../../operation/tree.php:510
 msgid "Fired alerts"
@@ -11809,7 +11798,7 @@ msgstr ""
 #: ../../godmode/massive/massive_delete_profiles.php:173
 #: ../../godmode/massive/massive_add_profiles.php:207
 #: ../../godmode/massive/massive_edit_users.php:209
-#: ../../include/functions_reporting.php:12987
+#: ../../include/functions_reporting.php:12998
 #: ../../operation/search_results.php:102
 msgid "Users"
 msgstr ""
@@ -11818,82 +11807,6 @@ msgstr ""
 msgid "Show all groups"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_plugins.php:177
-msgid "Error retrieving the plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:185
-msgid "Error retrieving the modified macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:208
-msgid "Error retrieving the module plugin macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:226
-msgid "Error retrieving the module plugin macros data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:264
-msgid "Error building the new macros"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:290
-#, php-format
-msgid "%d modules updated"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:321
-msgid "There are not registered plugins"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:464
-msgid "Invalid plugin data"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:571
-msgid "Clear"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:599
-msgid "Invalid macros array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:624
-msgid "Multiple values"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:656
-#: ../../godmode/massive/massive_edit_plugins.php:792
-#: ../../godmode/massive/massive_edit_plugins.php:808
-msgid "Invalid agents array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:672
-msgid "Invalid agent element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:683
-msgid "Invalid modules array"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:711
-msgid "Invalid module element"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:920
-msgid "There are no modules using this plugin"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:921
-#: ../../godmode/massive/massive_operations.php:469
-msgid "Massive operations"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_plugins.php:1005
-msgid "There was a problem loading the module plugin macros data"
-msgstr ""
-
 #: ../../godmode/massive/massive_enable_disable_alerts.php:196
 msgid "Enabled alerts"
 msgstr ""
@@ -11991,209 +11904,6 @@ msgstr ""
 msgid "Successfully deleted (%s)"
 msgstr ""
 
-#: ../../godmode/massive/massive_edit_users.php:153
-#, php-format
-msgid "Users updated successfully (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:165
-#, php-format
-msgid "Users cannot be updated (%s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:248
-#: ../../godmode/users/configure_user.php:1137
-#: ../../godmode/users/user_management.php:703
-#: ../../include/class/TipsWindow.class.php:482
-#: ../../include/class/TipsWindow.class.php:739
-#: ../../include/class/TipsWindow.class.php:906
-#: ../../operation/users/user_edit.php:434
-msgid "Language"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:254
-#: ../../godmode/massive/massive_edit_users.php:266
-#: ../../godmode/massive/massive_edit_users.php:345
-#: ../../godmode/massive/massive_edit_users.php:396
-#: ../../godmode/massive/massive_edit_users.php:460
-#: ../../godmode/massive/massive_edit_users.php:468
-#: ../../godmode/massive/massive_edit_users.php:505
-#: ../../godmode/massive/massive_edit_users.php:608
-#: ../../godmode/massive/massive_edit_users.php:627
-#: ../../godmode/massive/massive_edit_users.php:634
-#: ../../godmode/massive/massive_edit_agents.php:714
-#: ../../godmode/massive/massive_edit_agents.php:748
-#: ../../godmode/massive/massive_edit_agents.php:789
-#: ../../godmode/massive/massive_edit_agents.php:812
-#: ../../godmode/massive/massive_edit_agents.php:934
-#: ../../godmode/massive/massive_edit_agents.php:985
-#: ../../godmode/massive/massive_edit_agents.php:1086
-#: ../../godmode/massive/massive_edit_agents.php:1143
-#: ../../godmode/massive/massive_edit_agents.php:1191
-#: ../../godmode/massive/massive_edit_agents.php:1220
-#: ../../godmode/massive/massive_edit_agents.php:1238
-#: ../../godmode/massive/massive_edit_agents.php:1331
-#: ../../godmode/massive/massive_edit_modules.php:704
-#: ../../godmode/massive/massive_edit_modules.php:726
-#: ../../godmode/massive/massive_edit_modules.php:810
-#: ../../godmode/massive/massive_edit_modules.php:832
-#: ../../godmode/massive/massive_edit_modules.php:872
-#: ../../godmode/massive/massive_edit_modules.php:884
-#: ../../godmode/massive/massive_edit_modules.php:973
-#: ../../godmode/massive/massive_edit_modules.php:995
-#: ../../godmode/massive/massive_edit_modules.php:1025
-#: ../../godmode/massive/massive_edit_modules.php:1035
-#: ../../godmode/massive/massive_edit_modules.php:1049
-#: ../../godmode/massive/massive_edit_modules.php:1093
-#: ../../godmode/massive/massive_edit_modules.php:1129
-#: ../../godmode/massive/massive_edit_modules.php:1149
-#: ../../godmode/massive/massive_edit_modules.php:1187
-#: ../../godmode/massive/massive_edit_modules.php:1293
-#: ../../godmode/massive/massive_edit_modules.php:1298
-#: ../../godmode/massive/massive_edit_modules.php:1325
-#: ../../godmode/massive/massive_edit_modules.php:1346
-#: ../../godmode/massive/massive_edit_modules.php:1369
-#: ../../godmode/massive/massive_edit_modules.php:1526
-#: ../../godmode/massive/massive_edit_modules.php:1551
-#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
-#: ../../include/functions_html.php:2544
-msgid "No change"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../godmode/users/user_management.php:775
-#: ../../operation/users/user_edit.php:463
-msgid "Home screen"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:270
-#: ../../operation/users/user_edit.php:463
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
-"ver_agente&id_agente=1 to show agent detail view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:273
-#: ../../godmode/reporting/visual_console_builder.php:1000
-#: ../../godmode/reporting/visual_console_favorite.php:130
-#: ../../godmode/reporting/map_builder.php:133
-#: ../../godmode/users/configure_user.php:55
-#: ../../godmode/users/user_management.php:40 ../../include/auth/mysql.php:800
-#: ../../include/class/Prd.class.php:300
-#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
-#: ../../operation/users/user_edit.php:466
-#: ../../operation/visual_console/legacy_view.php:219
-#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
-#: ../../operation/menu.php:310
-msgid "Visual console"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:276
-#: ../../godmode/users/configure_user.php:58
-#: ../../godmode/users/user_management.php:43 ../../include/auth/mysql.php:803
-#: ../../include/lib/Dashboard/Widgets/tactical.php:176
-#: ../../include/lib/Dashboard/Widgets/tactical.php:545
-#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
-#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
-msgid "Tactical view"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:277
-#: ../../godmode/users/configure_user.php:59
-#: ../../godmode/users/user_management.php:44 ../../include/auth/mysql.php:804
-#: ../../operation/agentes/alerts_status.php:193
-#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
-msgid "Alert detail"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:279
-#: ../../godmode/users/configure_user.php:62
-#: ../../godmode/users/user_management.php:47 ../../include/auth/mysql.php:807
-#: ../../include/class/Prd.class.php:505
-#: ../../include/class/OrderInterpreter.class.php:226
-#: ../../include/lib/ITSM/Manager.php:1036
-#: ../../mobile/include/functions_web.php:22
-#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
-#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
-msgid "Dashboard"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:339
-#: ../../godmode/users/user_management.php:749
-#: ../../operation/users/user_edit.php:568
-msgid "Event filter"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:376
-#: ../../godmode/users/user_management.php:493
-#: ../../operation/users/user_edit.php:642
-msgid "Autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:377
-#: ../../operation/users/user_edit.php:643
-msgid "This will activate autorefresh in selected pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:416
-#: ../../godmode/users/user_management.php:528
-#: ../../operation/users/user_edit.php:678
-msgid "Full list of pages"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:425
-#: ../../godmode/massive/massive_edit_users.php:426
-#: ../../godmode/users/user_management.php:560
-#: ../../godmode/users/user_management.php:561
-#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
-#: ../../operation/users/user_edit.php:687
-#: ../../operation/users/user_edit.php:688
-msgid "Push selected pages into autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:435
-#: ../../godmode/massive/massive_edit_users.php:436
-#: ../../godmode/users/user_management.php:577
-#: ../../godmode/users/user_management.php:578
-#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
-#: ../../operation/users/user_edit.php:696
-#: ../../operation/users/user_edit.php:697
-msgid "Pop selected pages out of autorefresh list"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:441
-#: ../../operation/users/user_edit.php:702
-msgid "List of pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:450
-#: ../../operation/users/user_edit.php:711
-msgid "Time autorefresh"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:452
-#: ../../godmode/users/user_management.php:643
-#: ../../operation/users/user_edit.php:713
-msgid ""
-"Interval of autorefresh of the elements, by default they are 30 seconds, "
-"needing to enable the autorefresh first"
-msgstr ""
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1149
-#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
-#, fuzzy
-msgid "Timezone"
-msgstr "時間範圍"
-
-#: ../../godmode/massive/massive_edit_users.php:467
-#: ../../godmode/users/configure_user.php:1150
-#: ../../godmode/users/user_management.php:836
-#: ../../operation/users/user_edit.php:527
-msgid "The timezone must be that of the associated server."
-msgstr ""
-
 #: ../../godmode/massive/massive_edit_agents.php:226
 msgid "No values changed"
 msgstr ""
@@ -12230,6 +11940,55 @@ msgstr ""
 msgid "Cascade protection"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_agents.php:714
+#: ../../godmode/massive/massive_edit_agents.php:748
+#: ../../godmode/massive/massive_edit_agents.php:789
+#: ../../godmode/massive/massive_edit_agents.php:812
+#: ../../godmode/massive/massive_edit_agents.php:934
+#: ../../godmode/massive/massive_edit_agents.php:985
+#: ../../godmode/massive/massive_edit_agents.php:1086
+#: ../../godmode/massive/massive_edit_agents.php:1143
+#: ../../godmode/massive/massive_edit_agents.php:1191
+#: ../../godmode/massive/massive_edit_agents.php:1220
+#: ../../godmode/massive/massive_edit_agents.php:1238
+#: ../../godmode/massive/massive_edit_agents.php:1331
+#: ../../godmode/massive/massive_edit_modules.php:704
+#: ../../godmode/massive/massive_edit_modules.php:726
+#: ../../godmode/massive/massive_edit_modules.php:810
+#: ../../godmode/massive/massive_edit_modules.php:832
+#: ../../godmode/massive/massive_edit_modules.php:872
+#: ../../godmode/massive/massive_edit_modules.php:884
+#: ../../godmode/massive/massive_edit_modules.php:973
+#: ../../godmode/massive/massive_edit_modules.php:995
+#: ../../godmode/massive/massive_edit_modules.php:1025
+#: ../../godmode/massive/massive_edit_modules.php:1035
+#: ../../godmode/massive/massive_edit_modules.php:1049
+#: ../../godmode/massive/massive_edit_modules.php:1093
+#: ../../godmode/massive/massive_edit_modules.php:1129
+#: ../../godmode/massive/massive_edit_modules.php:1149
+#: ../../godmode/massive/massive_edit_modules.php:1187
+#: ../../godmode/massive/massive_edit_modules.php:1293
+#: ../../godmode/massive/massive_edit_modules.php:1298
+#: ../../godmode/massive/massive_edit_modules.php:1325
+#: ../../godmode/massive/massive_edit_modules.php:1346
+#: ../../godmode/massive/massive_edit_modules.php:1369
+#: ../../godmode/massive/massive_edit_modules.php:1526
+#: ../../godmode/massive/massive_edit_modules.php:1551
+#: ../../godmode/massive/massive_edit_users.php:254
+#: ../../godmode/massive/massive_edit_users.php:266
+#: ../../godmode/massive/massive_edit_users.php:345
+#: ../../godmode/massive/massive_edit_users.php:396
+#: ../../godmode/massive/massive_edit_users.php:460
+#: ../../godmode/massive/massive_edit_users.php:468
+#: ../../godmode/massive/massive_edit_users.php:505
+#: ../../godmode/massive/massive_edit_users.php:608
+#: ../../godmode/massive/massive_edit_users.php:627
+#: ../../godmode/massive/massive_edit_users.php:634
+#: ../../include/functions_html.php:2302 ../../include/functions_html.php:2403
+#: ../../include/functions_html.php:2544
+msgid "No change"
+msgstr ""
+
 #: ../../godmode/massive/massive_edit_agents.php:877
 msgid "Add secondary groups"
 msgstr ""
@@ -12434,6 +12193,236 @@ msgstr ""
 msgid "Target OS"
 msgstr ""
 
+#: ../../godmode/massive/massive_edit_plugins.php:177
+msgid "Error retrieving the plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:185
+msgid "Error retrieving the modified macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:208
+msgid "Error retrieving the module plugin macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:226
+msgid "Error retrieving the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:264
+msgid "Error building the new macros"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:290
+#, php-format
+msgid "%d modules updated"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:321
+msgid "There are not registered plugins"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:464
+msgid "Invalid plugin data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:571
+msgid "Clear"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:599
+msgid "Invalid macros array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:624
+msgid "Multiple values"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:656
+#: ../../godmode/massive/massive_edit_plugins.php:792
+#: ../../godmode/massive/massive_edit_plugins.php:808
+msgid "Invalid agents array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:672
+msgid "Invalid agent element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:683
+msgid "Invalid modules array"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:711
+msgid "Invalid module element"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:920
+msgid "There are no modules using this plugin"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:921
+#: ../../godmode/massive/massive_operations.php:469
+msgid "Massive operations"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_plugins.php:1005
+msgid "There was a problem loading the module plugin macros data"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:153
+#, php-format
+msgid "Users updated successfully (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:165
+#, php-format
+msgid "Users cannot be updated (%s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:248
+#: ../../godmode/users/user_management.php:703
+#: ../../godmode/users/configure_user.php:1137
+#: ../../include/class/TipsWindow.class.php:482
+#: ../../include/class/TipsWindow.class.php:739
+#: ../../include/class/TipsWindow.class.php:906
+#: ../../operation/users/user_edit.php:434
+msgid "Language"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../godmode/users/user_management.php:775
+#: ../../operation/users/user_edit.php:463
+msgid "Home screen"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:270
+#: ../../operation/users/user_edit.php:463
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/"
+"ver_agente&id_agente=1 to show agent detail view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:273
+#: ../../godmode/reporting/visual_console_builder.php:1000
+#: ../../godmode/reporting/visual_console_favorite.php:130
+#: ../../godmode/reporting/map_builder.php:133
+#: ../../godmode/users/user_management.php:40
+#: ../../godmode/users/configure_user.php:55 ../../include/auth/mysql.php:800
+#: ../../include/class/Prd.class.php:300
+#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360
+#: ../../operation/users/user_edit.php:466
+#: ../../operation/visual_console/legacy_view.php:219
+#: ../../operation/visual_console/view.php:255 ../../operation/menu.php:303
+#: ../../operation/menu.php:310
+msgid "Visual console"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:276
+#: ../../godmode/users/user_management.php:43
+#: ../../godmode/users/configure_user.php:58 ../../include/auth/mysql.php:803
+#: ../../include/lib/Dashboard/Widgets/tactical.php:176
+#: ../../include/lib/Dashboard/Widgets/tactical.php:545
+#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97
+#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173
+msgid "Tactical view"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:277
+#: ../../godmode/users/user_management.php:44
+#: ../../godmode/users/configure_user.php:59 ../../include/auth/mysql.php:804
+#: ../../operation/agentes/alerts_status.php:193
+#: ../../operation/users/user_edit.php:470 ../../operation/menu.php:194
+msgid "Alert detail"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:279
+#: ../../godmode/users/user_management.php:47
+#: ../../godmode/users/configure_user.php:62 ../../include/auth/mysql.php:807
+#: ../../include/class/Prd.class.php:505
+#: ../../include/class/OrderInterpreter.class.php:226
+#: ../../include/lib/ITSM/Manager.php:1036
+#: ../../mobile/include/functions_web.php:22
+#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497
+#: ../../operation/menu.php:744 ../../views/dashboard/header.php:308
+msgid "Dashboard"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:339
+#: ../../godmode/users/user_management.php:749
+#: ../../operation/users/user_edit.php:568
+msgid "Event filter"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:376
+#: ../../godmode/users/user_management.php:493
+#: ../../operation/users/user_edit.php:642
+msgid "Autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:377
+#: ../../operation/users/user_edit.php:643
+msgid "This will activate autorefresh in selected pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:416
+#: ../../godmode/users/user_management.php:528
+#: ../../operation/users/user_edit.php:678
+msgid "Full list of pages"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:425
+#: ../../godmode/massive/massive_edit_users.php:426
+#: ../../godmode/users/user_management.php:560
+#: ../../godmode/users/user_management.php:561
+#: ../../include/functions_html.php:1454 ../../include/functions_html.php:1455
+#: ../../operation/users/user_edit.php:687
+#: ../../operation/users/user_edit.php:688
+msgid "Push selected pages into autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:435
+#: ../../godmode/massive/massive_edit_users.php:436
+#: ../../godmode/users/user_management.php:577
+#: ../../godmode/users/user_management.php:578
+#: ../../include/functions_html.php:1466 ../../include/functions_html.php:1467
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:697
+msgid "Pop selected pages out of autorefresh list"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:441
+#: ../../operation/users/user_edit.php:702
+msgid "List of pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:450
+#: ../../operation/users/user_edit.php:711
+msgid "Time autorefresh"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:452
+#: ../../godmode/users/user_management.php:643
+#: ../../operation/users/user_edit.php:713
+msgid ""
+"Interval of autorefresh of the elements, by default they are 30 seconds, "
+"needing to enable the autorefresh first"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/configure_user.php:1149
+#: ../../operation/users/user_edit.php:527 ../../views/consoles/list.php:74
+#, fuzzy
+msgid "Timezone"
+msgstr "時間範圍"
+
+#: ../../godmode/massive/massive_edit_users.php:467
+#: ../../godmode/users/user_management.php:836
+#: ../../godmode/users/configure_user.php:1150
+#: ../../operation/users/user_edit.php:527
+msgid "The timezone must be that of the associated server."
+msgstr ""
+
 #: ../../godmode/massive/massive_operations.php:59
 msgid "Bulk alert add"
 msgstr ""
@@ -12711,49 +12700,6 @@ msgstr ""
 msgid "You can find more information at:"
 msgstr ""
 
-#: ../../godmode/modules/manage_inventory_modules_form.php:36
-#: ../../godmode/modules/manage_network_templates.php:39
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:162
-msgid "Left blank for the LOCAL inventory modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:177
-msgid "Separate fields with"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:183
-msgid "Block Mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:193
-#: ../../godmode/modules/manage_inventory_modules_form.php:197
-msgid "Script mode"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:194
-msgid "Use inline code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:210
-msgid "Script path"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:223
-#: ../../include/ajax/double_auth.ajax.php:167
-#: ../../include/ajax/double_auth.ajax.php:304
-msgid "Code"
-msgstr ""
-
-#: ../../godmode/modules/manage_inventory_modules_form.php:232
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr ""
-
 #: ../../godmode/modules/manage_nc_groups_form.php:62
 msgid "Update Group Component"
 msgstr ""
@@ -12882,6 +12828,12 @@ msgstr ""
 msgid "Field value"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_inventory_modules_form.php:36
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module management"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_templates.php:39
 #: ../../godmode/modules/manage_network_templates_form.php:32
 #: ../../include/class/ModuleTemplates.class.php:199
@@ -12906,57 +12858,6 @@ msgstr ""
 msgid "There are no defined network profiles"
 msgstr ""
 
-#: ../../godmode/modules/manage_network_templates_form.php:59
-msgid "Successfully deleted module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:60
-msgid "Error deleting module from profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:79
-msgid "Successfully added module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:80
-msgid "Error adding module to profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:113
-msgid "Successfully updated network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:114
-msgid "Error updating network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:138
-msgid "Successfully added network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:139
-msgid "Error adding network profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:145
-msgid "Cannot create a template without name"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:219
-msgid "No modules for this profile"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:260
-#: ../../operation/snmpconsole/snmp_browser.php:167
-#: ../../operation/snmpconsole/snmp_browser.php:187
-msgid "Add modules"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates_form.php:341
-#: ../../include/class/ModuleTemplates.class.php:752
-msgid "Components"
-msgstr ""
-
 #: ../../godmode/modules/module_list.php:45
 msgid "Defined module types"
 msgstr ""
@@ -13070,6 +12971,43 @@ msgstr ""
 msgid "Create a new wizard component"
 msgstr ""
 
+#: ../../godmode/modules/manage_inventory_modules_form.php:162
+msgid "Left blank for the LOCAL inventory modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:177
+msgid "Separate fields with"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:183
+msgid "Block Mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:193
+#: ../../godmode/modules/manage_inventory_modules_form.php:197
+msgid "Script mode"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:194
+msgid "Use inline code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:210
+msgid "Script path"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:223
+#: ../../include/ajax/double_auth.ajax.php:167
+#: ../../include/ajax/double_auth.ajax.php:304
+msgid "Code"
+msgstr ""
+
+#: ../../godmode/modules/manage_inventory_modules_form.php:232
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr ""
+
 #: ../../godmode/modules/manage_network_components_form_common.php:164
 msgid "Advanced options Dynamic Threshold"
 msgstr ""
@@ -13091,6 +13029,57 @@ msgstr ""
 msgid "Tags selected"
 msgstr ""
 
+#: ../../godmode/modules/manage_network_templates_form.php:59
+msgid "Successfully deleted module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:60
+msgid "Error deleting module from profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:79
+msgid "Successfully added module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:80
+msgid "Error adding module to profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:113
+msgid "Successfully updated network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:114
+msgid "Error updating network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:138
+msgid "Successfully added network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:139
+msgid "Error adding network profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:145
+msgid "Cannot create a template without name"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:219
+msgid "No modules for this profile"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:260
+#: ../../operation/snmpconsole/snmp_browser.php:167
+#: ../../operation/snmpconsole/snmp_browser.php:187
+msgid "Add modules"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates_form.php:341
+#: ../../include/class/ModuleTemplates.class.php:752
+msgid "Components"
+msgstr ""
+
 #: ../../godmode/netflow/nf_edit.php:50
 #, fuzzy
 msgid "Manage Filters"
@@ -13107,8 +13096,8 @@ msgstr ""
 #: ../../godmode/netflow/nf_edit_form.php:80
 #: ../../godmode/snmpconsole/snmp_filters.php:35
 #: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382
-#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:791
-#: ../../include/ajax/module.php:2754 ../../include/ajax/events.php:797
+#: ../../include/ajax/agent.php:700 ../../include/ajax/module.php:2754
+#: ../../include/ajax/custom_fields.php:791 ../../include/ajax/events.php:797
 #: ../../include/ajax/events.php:921
 #: ../../operation/reporting/graph_analytics.php:490
 msgid "Update filter"
@@ -13409,9 +13398,8 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:150 ../../include/ajax/module.php:284
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:597
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:951
-#: ../../include/functions.php:2836 ../../include/functions.php:3508
-#: ../../include/functions_graph.php:5603
-#: ../../include/functions_events.php:5356
+#: ../../include/functions_graph.php:5603 ../../include/functions.php:2836
+#: ../../include/functions.php:3508 ../../include/functions_events.php:5356
 #: ../../operation/gis_maps/render_view.php:157
 msgid "1 hour"
 msgstr ""
@@ -13431,7 +13419,7 @@ msgstr ""
 #: ../../include/ajax/graph.ajax.php:154 ../../include/ajax/module.php:287
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:598
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:952
-#: ../../include/functions.php:2839 ../../include/functions_graph.php:5604
+#: ../../include/functions_graph.php:5604 ../../include/functions.php:2839
 msgid "1 day"
 msgstr ""
 
@@ -13449,7 +13437,7 @@ msgstr "天"
 #: ../../include/lib/Dashboard/Widgets/service_level.php:252
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:599
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:953
-#: ../../include/functions.php:2840 ../../include/functions_graph.php:5605
+#: ../../include/functions_graph.php:5605 ../../include/functions.php:2840
 msgid "1 week"
 msgstr ""
 
@@ -13464,7 +13452,7 @@ msgstr "15 天"
 #: ../../include/ajax/graph.ajax.php:159 ../../include/ajax/module.php:290
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:600
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:954
-#: ../../include/functions.php:2842 ../../include/functions_graph.php:5606
+#: ../../include/functions_graph.php:5606 ../../include/functions.php:2842
 msgid "1 month"
 msgstr ""
 
@@ -13538,7 +13526,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5825
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5859
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5913
-#: ../../include/functions_ui.php:6582 ../../include/functions_html.php:6583
+#: ../../include/functions_html.php:6583 ../../include/functions_ui.php:6582
 msgid "Select an Agent first"
 msgstr ""
 
@@ -13582,7 +13570,7 @@ msgstr ""
 #: ../../include/functions_reports.php:573
 #: ../../include/functions_reports.php:660
 #: ../../include/functions_reports.php:666
-#: ../../include/functions_reporting.php:11127
+#: ../../include/functions_reporting.php:11138
 msgid "Custom graph"
 msgstr ""
 
@@ -13591,12 +13579,12 @@ msgstr ""
 #: ../../include/ajax/heatmap.ajax.php:158
 #: ../../include/ajax/heatmap.ajax.php:439
 #: ../../include/lib/Dashboard/Widgets/heatmap.php:301
+#: ../../mobile/operation/server_status.php:185
+#: ../../mobile/operation/server_status.php:186
 #: ../../mobile/operation/modules.php:194
 #: ../../mobile/operation/modules.php:195
 #: ../../mobile/operation/modules.php:308
 #: ../../mobile/operation/modules.php:309
-#: ../../mobile/operation/server_status.php:185
-#: ../../mobile/operation/server_status.php:186
 #: ../../operation/agentes/group_view.php:356 ../../operation/heatmap.php:118
 msgid "Tag"
 msgstr ""
@@ -13685,9 +13673,9 @@ msgstr ""
 #: ../../godmode/setup/os.list.php:84 ../../godmode/users/token_list.php:144
 #: ../../godmode/menu.php:677 ../../include/ajax/events.php:2391
 #: ../../include/class/ConfigPEN.class.php:603
+#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/class/CredentialStore.class.php:819
 #: ../../include/class/EventSound.class.php:308
-#: ../../include/class/ExternalTools.class.php:468
 #: ../../include/functions_events.php:363
 #: ../../operation/agentes/pandora_networkmap.view.php:2348
 #: ../../operation/events/sound_events.php:108 ../../views/calendar/list.php:99
@@ -13874,6 +13862,8 @@ msgid "Scheduled"
 msgstr ""
 
 #: ../../godmode/reporting/manage_schedule.php:194
+#: ../../godmode/setup/setup_general.php:53
+#: ../../godmode/setup/setup_general.php:115
 msgid "Console"
 msgstr ""
 
@@ -14416,11 +14406,11 @@ msgid "Are you sure to add many elements\\nin visual map?"
 msgstr ""
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:632
-#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
-#: ../../mobile/operation/modules.php:823
 #: ../../mobile/operation/server_status.php:389
 #: ../../mobile/operation/tactical.php:240
 #: ../../mobile/operation/module_graph.php:474
+#: ../../mobile/operation/agents.php:471 ../../mobile/operation/events.php:1193
+#: ../../mobile/operation/modules.php:823
 msgid "Loading..."
 msgstr ""
 
@@ -14612,7 +14602,10 @@ msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:193
 #: ../../operation/reporting/reporting_viewer.php:93
-msgid "Your report has been planned, and the system will email you a "
+#, php-format
+msgid ""
+"Your report has been planned, and the system will email you a %s file with "
+"the report as soon as its finished"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.php:194
@@ -14627,7 +14620,7 @@ msgstr ""
 #: ../../godmode/reporting/reporting_builder.php:4101
 #: ../../godmode/reporting/reporting_builder.php:4149
 #: ../../include/functions_groups.php:123
-#: ../../include/functions_reporting.php:16432
+#: ../../include/functions_reporting.php:16443
 #: ../../operation/reporting/reporting_viewer.php:114
 #: ../../operation/menu.php:470 ../../operation/search_results.php:150
 msgid "Reports"
@@ -14828,9 +14821,9 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1403
-#: ../../include/functions_reporting_html.php:3236
 #: ../../include/functions_reports.php:823
 #: ../../include/functions_reporting.php:3807
+#: ../../include/functions_reporting_html.php:3236
 msgid "End of life"
 msgstr ""
 
@@ -15038,7 +15031,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:934
 #: ../../include/lib/Dashboard/Widgets/post.php:214
 #: ../../include/functions_reports.php:856
-#: ../../include/functions_reporting.php:7938
+#: ../../include/functions_reporting.php:7949
 msgid "Text"
 msgstr ""
 
@@ -15108,8 +15101,8 @@ msgid "Display"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3152
-#: ../../include/functions_reporting_html.php:6266
 #: ../../include/functions_reporting.php:1724
+#: ../../include/functions_reporting_html.php:6266
 msgid "Avg"
 msgstr ""
 
@@ -15181,7 +15174,7 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widgets/single_graph.php:541
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:903
 #: ../../include/functions_graph.php:5557
-#: ../../include/functions_reporting.php:11051
+#: ../../include/functions_reporting.php:11062
 msgid "Maximum"
 msgstr ""
 
@@ -15190,9 +15183,9 @@ msgstr ""
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912
 #: ../../include/functions_graph.php:2540
 #: ../../include/functions_graph.php:5565
+#: ../../include/functions_reporting.php:11058
 #: ../../include/functions_reporting_html.php:5083
 #: ../../include/functions_reporting_html.php:5154
-#: ../../include/functions_reporting.php:11047
 msgid "Minimum"
 msgstr ""
 
@@ -15212,8 +15205,8 @@ msgstr ""
 #: ../../include/functions_graph.php:2548
 #: ../../include/functions_graph.php:5581
 #: ../../include/functions_reports.php:766
-#: ../../include/functions_reporting.php:7535
-#: ../../include/functions_reporting.php:11043
+#: ../../include/functions_reporting.php:7546
+#: ../../include/functions_reporting.php:11054
 msgid "Summatory"
 msgstr ""
 
@@ -15386,19 +15379,21 @@ msgid "Event graphs"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3826
-msgid "By agent "
-msgstr ""
+#, fuzzy
+msgid "By agent"
+msgstr "代理程式總數"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3836
-msgid "By user validator "
+msgid "By user validator"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3846
-msgid "By criticity "
-msgstr ""
+#, fuzzy
+msgid "By criticity"
+msgstr "重大更新"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3856
-msgid "Validated vs unvalidated "
+msgid "Validated vs unvalidated"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3870
@@ -15531,12 +15526,12 @@ msgid "Use uncompressed module data."
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4217
-#: ../../include/functions_reporting.php:5536
+#: ../../include/functions_reporting.php:5547
 msgid "Unassigned group"
 msgstr ""
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4263
-#: ../../include/functions_reporting.php:5530
+#: ../../include/functions_reporting.php:5541
 msgid "Unnasigned group"
 msgstr ""
 
@@ -15692,23 +15687,23 @@ msgstr "密碼"
 #: ../../include/class/AlertsList.class.php:387
 #: ../../include/class/AlertsList.class.php:392
 #: ../../include/class/HelpFeedBack.class.php:355
-#: ../../include/class/AgentDeployWizard.class.php:611
-#: ../../include/class/AgentDeployWizard.class.php:616
 #: ../../include/class/ConfigPEN.class.php:750
 #: ../../include/class/ConfigPEN.class.php:755
-#: ../../include/class/CredentialStore.class.php:1605
-#: ../../include/class/CredentialStore.class.php:1610
 #: ../../include/class/Diagnostics.class.php:2190
 #: ../../include/class/ModuleTemplates.class.php:1411
 #: ../../include/class/ModuleTemplates.class.php:1416
-#: ../../include/class/SatelliteAgent.class.php:1097
-#: ../../include/class/SatelliteAgent.class.php:1102
 #: ../../include/class/WebServerModuleDebug.class.php:366
 #: ../../include/class/WebServerModuleDebug.class.php:371
-#: ../../include/class/SatelliteCollection.class.php:624
-#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/class/AgentWizard.class.php:6066
 #: ../../include/class/AgentWizard.class.php:6071
+#: ../../include/class/AgentDeployWizard.class.php:611
+#: ../../include/class/AgentDeployWizard.class.php:616
+#: ../../include/class/CredentialStore.class.php:1605
+#: ../../include/class/CredentialStore.class.php:1610
+#: ../../include/class/SatelliteAgent.class.php:1097
+#: ../../include/class/SatelliteAgent.class.php:1102
+#: ../../include/class/SatelliteCollection.class.php:624
+#: ../../include/class/SatelliteCollection.class.php:629
 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:629
 #: ../../operation/visual_console/view.php:1225
 #: ../../operation/visual_console/view.php:1230
@@ -16902,374 +16897,6 @@ msgstr ""
 msgid "Error deleting"
 msgstr ""
 
-#: ../../godmode/setup/performance.php:185
-msgid "Pandora_db running in active database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:186
-#: ../../godmode/setup/performance.php:242
-msgid "Executed:"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:192
-#: ../../godmode/setup/performance.php:247
-msgid "ago"
-msgstr "前"
-
-#: ../../godmode/setup/performance.php:241
-msgid "Pandora_db running in historical database."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:249
-msgid "Not executed"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:262
-#: ../../godmode/setup/performance.php:505
-msgid "Max. days before delete events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:277
-#: ../../include/functions_config.php:880
-msgid "Max. days before delete traps"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:292
-#: ../../include/functions_config.php:888
-msgid "Max. days before delete audit events"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:307
-#: ../../godmode/setup/performance.php:517
-#: ../../include/functions_config.php:884
-msgid "Max. days before delete string data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:322
-#: ../../include/functions_config.php:892
-msgid "Max. days before delete GIS data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:337
-#: ../../godmode/setup/performance.php:469
-#: ../../include/functions_config.php:896
-msgid "Max. days before purge"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:352
-#: ../../godmode/setup/performance.php:481
-#: ../../include/functions_config.php:908
-msgid "Max. days before compact data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:367
-#: ../../include/functions_config.php:900
-msgid "Max. days before delete unknown modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:382
-#: ../../include/functions_config.php:904
-msgid "Max. days before delete not initialized modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:397
-msgid "Max. days before delete autodisabled agents"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:412
-#: ../../include/functions_config.php:956
-msgid "Retention period of past special days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:424
-#: ../../include/functions_config.php:960
-msgid "Max. macro data fields"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:493
-#: ../../godmode/setup/performance.php:611
-#: ../../include/functions_config.php:924
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:536
-#: ../../include/functions_config.php:974
-msgid "Max. days before delete old messages"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:549
-#: ../../include/functions_config.php:965
-msgid "Max. days before delete inventory data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:562
-#: ../../include/functions_config.php:970
-msgid "Max. days before disabled agents are deleted"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:582
-msgid "Item limit for realtime reports"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:597
-#: ../../include/functions_config.php:920
-msgid "Limit of events per query"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:625
-msgid "Last day"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:626
-msgid "2 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:627
-msgid "10 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:628
-msgid "Last week"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:629
-msgid "2 weeks"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:630
-msgid "Last month"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:633
-#: ../../include/functions_config.php:928
-msgid "Default hours for event view"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:648
-#: ../../include/functions_config.php:932
-msgid "Use realtime statistics"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:658
-#: ../../include/functions_config.php:936
-msgid "Batch statistics period (secs)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:681
-#: ../../include/functions_config.php:940
-msgid "Max. recommended number of files in attachment directory"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:693
-#: ../../include/functions_config.php:944
-msgid "Delete not init modules"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:703
-msgid "Big Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:718
-#: ../../include/functions_config.php:952
-msgid "Small Operation Step to purge old data"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:733
-#: ../../include/functions_config.php:978
-msgid "Graph container - Max. Items"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:745
-msgid "Events response max. execution"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:757
-#: ../../include/functions_config.php:990
-msgid "Row limit in csv log"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:772
-msgid "SNMP walk binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:784
-msgid ""
-"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
-"instead (by default snmpwalk, slower)."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:789
-msgid "SNMP walk binary (fallback)"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:802
-#, php-format
-msgid ""
-"%s web2image cache system cleanup. It is always cleaned up after perform an "
-"upgrade"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:809
-msgid "WMI binary"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:821
-msgid ""
-"Before increasing this value, be aware that a large number can affect "
-"performance in PDF generation. Set to 0 to disregard this limit."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:826
-#: ../../include/functions_config.php:986
-msgid "Rows limit for SQL report item PDF"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:864
-msgid "Database maintenance status"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:869
-msgid "Database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:875
-msgid "Historical database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
-#: ../../include/functions_netflow.php:2342
-#: ../../include/functions_reporting.php:4433
-msgid "Others"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:886
-msgid "Agent SNMP Interface Wizard defaults"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:146
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
-msgid "Progress"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:227
-#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
-msgid "View summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:277
-msgid ""
-"You may need to increase the value of the plugin_timeout parameter in your "
-"server configuration to get all your agents data updated"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:331
-msgid "Agents interval"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:336
-msgid "Generate historical data for all agents"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:346
-msgid "Days of historical data to insert in the agent data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:363
-msgid "Create services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:374
-msgid "Create network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:384
-msgid "Create GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:404
-#, fuzzy
-msgid "Create reports"
-msgstr "建立"
-
-#: ../../godmode/setup/demo.php:414
-msgid "Create visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:424
-msgid "Create dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "Traps target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:434
-msgid "All demo traps are generated using version 1"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:450
-msgid "Traps community"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:466
-msgid "Tentacle target IP"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:482
-msgid "Tentacle port"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:498
-msgid "Tentacle extra options"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:515
-msgid "Configure demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:531
-#: ../../include/class/WelcomeWindow.class.php:1627
-msgid "Create demo data"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
-#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
-#: ../../operation/agentes/ver_agente.php:1880
-msgid "Services"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
-#: ../../include/functions_groups.php:235
-#: ../../operation/agentes/networkmap.dinamic.php:150
-#: ../../operation/agentes/pandora_networkmap.view.php:2375
-msgid "Network maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
-#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
-#: ../../include/functions_groups.php:187
-msgid "GIS maps"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
-#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
-#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
-msgid "Visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
-#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
-msgid "Dashboards"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:598
-msgid "Active demo data summary"
-msgstr ""
-
-#: ../../godmode/setup/demo.php:666
-msgid "Delete all demo data"
-msgstr ""
-
 #: ../../godmode/setup/news.php:30
 msgid "Site news management"
 msgstr ""
@@ -17762,6 +17389,436 @@ msgstr ""
 msgid "Correct update the setup options"
 msgstr ""
 
+#: ../../godmode/setup/setup_netflow.php:45
+msgid ""
+"The Netflow data will be saved in the directory specified here, which will "
+"be located in the path defined by the \"General Network path\" parameter "
+"(this parameter is found in the General Settings)."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:76
+#: ../../include/functions_config.php:1643
+msgid "Netflow max lifetime"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+#: ../../include/functions_config.php:1647
+msgid "Netflow interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:87
+msgid "It is necessary to restart the server if the value is changed."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:90
+msgid "10 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:91
+msgid "30 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:92
+msgid "60 min"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+#: ../../include/functions_config.php:1655
+msgid "Enable Sflow"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:104
+msgid ""
+"SFLow uses a different protocol and needs an alternative collector that must "
+"be activated with this switch"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:47
+#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
+msgid "File manager"
+msgstr ""
+
+#: ../../godmode/setup/file_manager.php:89
+#: ../../include/functions_filemanager.php:704
+#, php-format
+msgid "Index of %s"
+msgstr ""
+
+#: ../../godmode/setup/os.list.php:56
+#, php-format
+msgid ""
+"This node is configured with centralized mode. All OS definitions are read "
+"only. Go to %s to manage them."
+msgstr ""
+
+#: ../../godmode/setup/demo.php:146
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:681
+msgid "Progress"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:227
+#: ../../godmode/wizards/DiscoveryTaskList.class.php:1014
+msgid "View summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:277
+msgid ""
+"You may need to increase the value of the plugin_timeout parameter in your "
+"server configuration to get all your agents data updated"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:331
+msgid "Agents interval"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:336
+msgid "Generate historical data for all agents"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:346
+msgid "Days of historical data to insert in the agent data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:363
+msgid "Create services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:374
+msgid "Create network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:384
+msgid "Create GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:404
+#, fuzzy
+msgid "Create reports"
+msgstr "建立"
+
+#: ../../godmode/setup/demo.php:414
+msgid "Create visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:424
+msgid "Create dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "Traps target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:434
+msgid "All demo traps are generated using version 1"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:450
+msgid "Traps community"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:466
+msgid "Tentacle target IP"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:482
+msgid "Tentacle port"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:498
+msgid "Tentacle extra options"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:515
+msgid "Configure demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:531
+#: ../../include/class/WelcomeWindow.class.php:1627
+msgid "Create demo data"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609
+#: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123
+#: ../../operation/agentes/ver_agente.php:1880
+msgid "Services"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617
+#: ../../include/functions_groups.php:235
+#: ../../operation/agentes/networkmap.dinamic.php:150
+#: ../../operation/agentes/pandora_networkmap.view.php:2375
+msgid "Network maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623
+#: ../../include/lib/Dashboard/Widgets/GisMap.php:240
+#: ../../include/functions_groups.php:187
+msgid "GIS maps"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:590 ../../godmode/setup/demo.php:645
+#: ../../mobile/operation/home.php:65 ../../mobile/operation/visualmaps.php:184
+#: ../../operation/search_main.php:142 ../../operation/search_results.php:166
+msgid "Visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:593 ../../godmode/setup/demo.php:651
+#: ../../views/dashboard/list.php:40 ../../views/dashboard/list.php:49
+msgid "Dashboards"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:598
+msgid "Active demo data summary"
+msgstr ""
+
+#: ../../godmode/setup/demo.php:666
+msgid "Delete all demo data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:185
+msgid "Pandora_db running in active database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:186
+#: ../../godmode/setup/performance.php:242
+msgid "Executed:"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:192
+#: ../../godmode/setup/performance.php:247
+msgid "ago"
+msgstr "前"
+
+#: ../../godmode/setup/performance.php:241
+msgid "Pandora_db running in historical database."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:249
+msgid "Not executed"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:262
+#: ../../godmode/setup/performance.php:505
+msgid "Max. days before delete events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:277
+#: ../../include/functions_config.php:880
+msgid "Max. days before delete traps"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:292
+#: ../../include/functions_config.php:888
+msgid "Max. days before delete audit events"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:307
+#: ../../godmode/setup/performance.php:517
+#: ../../include/functions_config.php:884
+msgid "Max. days before delete string data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:322
+#: ../../include/functions_config.php:892
+msgid "Max. days before delete GIS data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:337
+#: ../../godmode/setup/performance.php:469
+#: ../../include/functions_config.php:896
+msgid "Max. days before purge"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:352
+#: ../../godmode/setup/performance.php:481
+#: ../../include/functions_config.php:908
+msgid "Max. days before compact data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:367
+#: ../../include/functions_config.php:900
+msgid "Max. days before delete unknown modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:382
+#: ../../include/functions_config.php:904
+msgid "Max. days before delete not initialized modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:397
+msgid "Max. days before delete autodisabled agents"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:412
+#: ../../include/functions_config.php:956
+msgid "Retention period of past special days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:424
+#: ../../include/functions_config.php:960
+msgid "Max. macro data fields"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:493
+#: ../../godmode/setup/performance.php:611
+#: ../../include/functions_config.php:924
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:536
+#: ../../include/functions_config.php:974
+msgid "Max. days before delete old messages"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:549
+#: ../../include/functions_config.php:965
+msgid "Max. days before delete inventory data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:562
+#: ../../include/functions_config.php:970
+msgid "Max. days before disabled agents are deleted"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:582
+msgid "Item limit for realtime reports"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:597
+#: ../../include/functions_config.php:920
+msgid "Limit of events per query"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:625
+msgid "Last day"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:626
+msgid "2 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:627
+msgid "10 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:628
+msgid "Last week"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:629
+msgid "2 weeks"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:630
+msgid "Last month"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:633
+#: ../../include/functions_config.php:928
+msgid "Default hours for event view"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:648
+#: ../../include/functions_config.php:932
+msgid "Use realtime statistics"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:658
+#: ../../include/functions_config.php:936
+msgid "Batch statistics period (secs)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:681
+#: ../../include/functions_config.php:940
+msgid "Max. recommended number of files in attachment directory"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:693
+#: ../../include/functions_config.php:944
+msgid "Delete not init modules"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:703
+msgid "Big Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:718
+#: ../../include/functions_config.php:952
+msgid "Small Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:733
+#: ../../include/functions_config.php:978
+msgid "Graph container - Max. Items"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:745
+msgid "Events response max. execution"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:757
+#: ../../include/functions_config.php:990
+msgid "Row limit in csv log"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:772
+msgid "SNMP walk binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:784
+msgid ""
+"SNMP bulk walk is not able to request V1 SNMP, this option will be used "
+"instead (by default snmpwalk, slower)."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:789
+msgid "SNMP walk binary (fallback)"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:802
+#, php-format
+msgid ""
+"%s web2image cache system cleanup. It is always cleaned up after perform an "
+"upgrade"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:809
+msgid "WMI binary"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:821
+msgid ""
+"Before increasing this value, be aware that a large number can affect "
+"performance in PDF generation. Set to 0 to disregard this limit."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:826
+#: ../../include/functions_config.php:986
+msgid "Rows limit for SQL report item PDF"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:864
+msgid "Database maintenance status"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:869
+msgid "Database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:875
+msgid "Historical database maintenance options"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:881 ../../include/graphs/fgraph.php:404
+#: ../../include/functions_netflow.php:2342
+#: ../../include/functions_reporting.php:4444
+msgid "Others"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:886
+msgid "Agent SNMP Interface Wizard defaults"
+msgstr ""
+
 #: ../../godmode/setup/setup_ITSM.php:89
 #, php-format
 msgid "ITSM API is not reachable, %s"
@@ -17842,9 +17899,9 @@ msgstr ""
 #: ../../include/lib/Dashboard/Widget.php:634
 #: ../../include/lib/ITSM/ITSM.php:513
 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399
-#: ../../include/functions_ui.php:8190
 #: ../../include/functions_reporting_html.php:947
 #: ../../include/functions_reporting_html.php:1043
+#: ../../include/functions_ui.php:8190
 #: ../../views/ITSM/ITSMTicketEditView.php:78
 #: ../../views/ITSM/ITSMTicketListView.php:78
 msgid "Title"
@@ -17874,821 +17931,150 @@ msgstr ""
 msgid "Update and continue"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:45
+#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
+msgid "Fallback to local authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
+msgid "Autocreate remote users"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
+msgid "LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:107
+#: ../../include/functions_config.php:683
+msgid "LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:129
+#: ../../include/functions_config.php:687
+msgid "LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:146
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:691
+msgid "Start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:157
+#: ../../include/functions_config.php:695
+msgid "Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:170
+#: ../../include/functions_config.php:699
+msgid "Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:703
+msgid "Admin LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:196
+#: ../../include/functions_config.php:708
+msgid "Admin LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:221
+msgid "Ldap search timeout (secs)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:241
+msgid "Enable secondary LDAP"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:256
+#: ../../include/functions_config.php:717
+msgid "Secondary LDAP server"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:273
+#: ../../include/functions_config.php:721
+msgid "Secondary LDAP port"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:295
+#: ../../include/functions_config.php:725
+msgid "Secondary LDAP version"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:312
+#: ../../include/functions_config.php:659
+msgid "Secondary start TLS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:323
+msgid "Secondary Base DN"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:336
+msgid "Secondary Login attribute"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:349
+#: ../../include/functions_config.php:741
+msgid "Admin secondary LDAP login"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:362
+msgid "Admin secondary LDAP password"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:404
+#: ../../godmode/users/configure_user.php:1457
+#: ../../include/functions_config.php:839
+#: ../../operation/users/user_edit.php:534
+msgid "Double authentication"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:419
+msgid "Force 2FA for all users is enabled"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:439
+msgid "Check activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:440
+msgid "Ignore activity"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
+msgid "Control of timeout session"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:443
 msgid ""
-"The Netflow data will be saved in the directory specified here, which will "
-"be located in the path defined by the \"General Network path\" parameter "
-"(this parameter is found in the General Settings)."
+"Select 'ignore activity' to ignore user activity when checking the session."
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:76
-#: ../../include/functions_config.php:1643
-msgid "Netflow max lifetime"
+#: ../../godmode/setup/setup_auth.php:460
+msgid "Session timeout (mins)"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-#: ../../include/functions_config.php:1647
-msgid "Netflow interval"
+#: ../../godmode/setup/setup_auth.php:507
+#, php-format
+msgid "Local %s"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:87
-msgid "It is necessary to restart the server if the value is changed."
+#: ../../godmode/setup/setup_auth.php:508
+msgid "LDAP"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:90
-msgid "10 min"
+#: ../../godmode/setup/setup_auth.php:515
+#: ../../include/class/AgentWizard.class.php:954
+#: ../../include/class/CredentialStore.class.php:1161
+#: ../../include/class/CredentialStore.class.php:1463
+#: ../../include/functions_config.php:587
+msgid "Authentication method"
 msgstr ""
 
-#: ../../godmode/setup/setup_netflow.php:91
-msgid "30 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:92
-msgid "60 min"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-#: ../../include/functions_config.php:1655
-msgid "Enable Sflow"
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:104
-msgid ""
-"SFLow uses a different protocol and needs an alternative collector that must "
-"be activated with this switch"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:73
-msgid "Legacy visual console Information"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid "Click to display lateral menus"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:112
-msgid ""
-"When the side menu is collapsed, it allows you to define whether it is "
-"displayed by hovering the mouse over it or you need to click to display it."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:124
-msgid "Paginated module view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-#: ../../include/functions_config.php:1396
-msgid "Display data of proc modules in other format"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:133
-msgid ""
-"It allows to define the message that appears when you hover over a color box "
-"that shows the status of an agent or a module. If you want to change what "
-"the default color box looks like, choose another form of visual "
-"representation in the \"Status icon set\" option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../include/functions_config.php:1400
-msgid "Display text proc modules have state is ok"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:148
-#: ../../include/functions_config.php:1404
-msgid "Display text when proc modules have state critical"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../include/functions_config.php:1413
-msgid "Service label font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Space between items in Service maps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:167
-msgid "Show both (tabs and menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:168
-msgid "Show only icons"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:169
-msgid "Show only menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:171
-#: ../../include/functions_config.php:1448
-msgid "Tabs menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:261
-msgid "Colors"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:262
-msgid "Faces"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Colors and text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:365
-#: ../../include/functions_config.php:1084
-msgid "Style template"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-#: ../../include/functions_config.php:1104
-msgid "Status icon set"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:383
-msgid ""
-"It changes the appearance of the agent or module status icon. Useful for "
-"people with problems when discriminating colors, you may overlay a text in "
-"the box or add an emoji (that icon can be replaced by a custom one, "
-"replacing the files on disk)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:419
-#: ../../include/functions_config.php:1116
-msgid "Custom favicon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:450
-msgid "Custom background login"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:486
-msgid "Custom logo (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:511
-msgid "Custom logo collapsed (menu)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:537
-msgid "Custom logo (header white background)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:562
-msgid "Custom logo (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:590
-msgid "Custom Splash (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../include/functions_config.php:1140
-msgid "Custom documentation logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:668
-#: ../../include/functions_config.php:1144
-msgid "Custom support logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:706
-#: ../../include/functions_config.php:1148
-#: ../../include/functions_config.php:1152
-msgid "Custom networkmap center logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:746
-msgid "Custom mobile console icon"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:795
-msgid "Datepicker first day of week"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:813
-msgid "Title (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:819
-msgid "Subtitle (header)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:827
-msgid "Title 1 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:832
-msgid "Title 2 (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:838
-msgid "Docs URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:843
-msgid "Support URL (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:849
-#: ../../include/functions_config.php:1196
-msgid "Product name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:854
-#: ../../include/functions_config.php:1200
-msgid "Copyright notice"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:860
-#: ../../include/functions_config.php:1204
-#: ../../include/functions_config.php:1208
-msgid "Background opacity % (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:865
-msgid "Disable logo in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:883
-msgid "Disable helps"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:893
-#: ../../include/functions_config.php:1352
-msgid "Fixed header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:905
-msgid "Automatically hide submenu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:915
-msgid "Visual effects and animation"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:926
-msgid "Random background (login)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:952
-#: ../../include/functions_config.php:1316
-msgid "GIS Labels"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:962
-#: ../../include/functions_config.php:1324
-msgid "Default icon in GIS"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:971
-msgid "Agent icon group"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1021
-msgid "Graphs font size"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1040
-msgid "Show unit along with value in reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1051
-#: ../../include/functions_config.php:1284
-msgid "Truncate agent text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1061
-#: ../../include/functions_config.php:1296
-msgid "Truncate module text at end"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-#: ../../include/functions_config.php:1288
-#: ../../include/functions_config.php:1292
-msgid "Agent size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1072
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here. If the "
-"text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1079
-#: ../../godmode/setup/setup_visuals.php:1101
-msgid "Small"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-#: ../../include/functions_config.php:1300
-msgid "Module size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1094
-msgid ""
-"In the lists or sections where the agent name is displayed, the name will be "
-"shortened if its extension is greater than the number indicated here.   If "
-"the text is in a small area it can have a maximum length and if it is in a "
-"larger section, it can have another size."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1118
-#: ../../include/functions_config.php:1304
-#: ../../include/functions_config.php:1308
-msgid "Description size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1129
-#: ../../include/functions_config.php:1312
-msgid "Item title size text"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1158
-msgid "On Boolean graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1161
-msgid "Show only average by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1162
-msgid "Show MAX/AVG/MIN by default"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1181
-msgid "Graph color #"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1195
-msgid ""
-"Number of decimals to display in reports and visual consoles. It must be "
-"between 0 and 5."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1200
-msgid "Data precision"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1218
-msgid "Data precision in graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-#: ../../include/functions_config.php:1071
-msgid "Value to interface graphics"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1237
-msgid "Name of the drives for network interface graphics (SNMP)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1249
-#: ../../include/functions_config.php:1380
-msgid "Default line thickness for the Custom Graph."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1262
-msgid "Number of elements in Custom Graph"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1276
-#: ../../include/functions_config.php:1092
-msgid "Use round corners"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-#: ../../include/functions_config.php:1096
-msgid "Chart fit to content"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1287
-msgid ""
-"There are graphs whose values are percentages and the top of the graph "
-"exceeds the maximum value one hundred, you may configure the graphs to stop "
-"adding a proportional upper margin by activating this option."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1297
-msgid "Type of module charts"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid "Graph TIP view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1343
-msgid ""
-"TIP graphs show the full data resolution, they are much more expensive in BD/"
-"CPU time, but they allow to \"zoom\" interactively and show all the data, "
-"without compacting the information in fewer points. By default (off), TIPs "
-"can be seen, but manually, if this mode is selected in each graph, but you "
-"may also define that they always come out as TIP or also define that this is "
-"so, but only for those of Boolean data."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid "Graph mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1359
-msgid ""
-"It displays the default graphs with three overlapping data series (Maximum, "
-"Average, and Minimum) or with only one data series (Average)."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1374
-msgid "Zoom graphs"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1394
-#: ../../godmode/setup/setup_visuals.php:1395
-#: ../../godmode/setup/setup_visuals.php:1980
-#: ../../godmode/snmpconsole/snmp_alert.php:1612
-#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
-#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
-#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
-#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
-#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
-#: ../../include/functions_visual_map_editor.php:1278
-#: ../../include/functions_visual_map_editor.php:1279
-#: ../../include/functions.php:530 ../../include/functions.php:661
-#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
-#: ../../operation/events/sound_events.php:153
-#: ../../operation/events/sound_events.php:154
-#: ../../operation/events/sound_events.php:155
-#: ../../operation/events/sound_events.php:156
-#: ../../operation/events/sound_events.php:160
-#: ../../operation/events/sound_events.php:161
-#: ../../operation/events/sound_events.php:162
-#: ../../operation/events/sound_events.php:163
-#: ../../operation/events/sound_events.php:164
-#: ../../operation/events/sound_events.php:165
-msgid "seconds"
-msgstr "秒"
-
-#: ../../godmode/setup/setup_visuals.php:1396
-#: ../../godmode/setup/setup_visuals.php:1397
-#: ../../godmode/setup/setup_visuals.php:1398
-#: ../../godmode/setup/setup_visuals.php:1399
-#: ../../godmode/setup/setup_visuals.php:1981
-#: ../../include/functions_visual_map_editor.php:1280
-#: ../../include/functions_visual_map_editor.php:1281
-#: ../../include/functions_visual_map_editor.php:1282
-#: ../../include/functions_visual_map_editor.php:1283
-#: ../../include/functions.php:534 ../../include/functions.php:665
-#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
-msgid "minutes"
-msgstr "分鐘"
-
-#: ../../godmode/setup/setup_visuals.php:1400
-#: ../../include/functions_visual_map_editor.php:1284
-#, fuzzy
-msgid "hour"
-msgstr "12 小時"
-
-#: ../../godmode/setup/setup_visuals.php:1403
-msgid "Classic view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1404
-msgid "View of favorites"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1414
-msgid "Default cache expiration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1419
-#: ../../include/functions_visual_map_editor.php:1310
-msgid "No cache"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1432
-#: ../../include/functions_config.php:1252
-msgid "Default interval for refresh on Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1448
-msgid "Type of view of visual consoles"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1461
-msgid "Number of favorite visual consoles to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1467
-#: ../../include/functions_config.php:1268
-msgid "Default line thickness for the Visual Console"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1479
-msgid "Visual console default text margin (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1485
-msgid "Lock screen orientation when viewing on mobile devices"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-#: ../../include/functions_config.php:1276
-msgid "Display item frame on alert triggered"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1495
-msgid "It displays an orange box around items that have triggered an alert."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1517
-msgid "Number of favorite services to show in the menu"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1562
-msgid "Show report info with description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1572
-msgid "Custom report front page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1583
-#: ../../include/functions_config.php:1559
-msgid "PDF font size (px)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1587
-#: ../../include/functions_config.php:1555
-msgid "HTML font size for SLA (em)"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1593
-msgid "Graph image height for HTML reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1597
-msgid "Interval description"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1563
-#: ../../include/functions_config.php:1567
-#: ../../include/functions_config.php:1571
-#: ../../include/functions_config.php:1575
-#: ../../include/functions_config.php:1579
-#: ../../include/functions_config.php:1583
-msgid "Custom report front"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1614
-#: ../../include/functions_config.php:1120
-#: ../../include/functions_config.php:1571
-msgid "Custom logo"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1615
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../godmode/setup/setup_visuals.php:1662
-msgid ""
-"You may use the following macros: _REPORT_NAME_ indicating the name of the "
-"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
-"report), _DATETIME_ date/time of the generation of the report."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1629
-#: ../../include/class/TipsWindow.class.php:814
-#: ../../include/class/TipsWindow.class.php:981
-msgid "Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1635
-#: ../../include/functions_config.php:1575
-msgid "Header"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1648
-#: ../../include/functions_config.php:1579
-msgid "First page"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1662
-#: ../../include/functions_config.php:1583
-msgid "Footer"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1691
-msgid "Comparation in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1698
-msgid "Timestamp in rollover"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1705
-msgid "Compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1790
-msgid "Use 1024 when module unit are bytes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1791
-msgid "Use always 1000"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1792
-msgid "Use always 1024"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1804
-#: ../../include/functions_config.php:1364
-msgid "Networkmap max width"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "Show only the group name"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1816
-msgid "The name of the group will be displayed instead of displaying its icon."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1827
-msgid "Show empty groups in group view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-#: ../../include/functions_config.php:1019
-msgid "Date format string"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1837
-msgid "It uses a unix datetime format definition string."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1846
-msgid "Example"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1855
-#: ../../include/functions_config.php:1603
-msgid "Decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1870
-msgid "Visible time of successful notifiations"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1883
-msgid "Timestamp, time comparison, or compact mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid "Custom values post process"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1898
-msgid ""
-"Custom conversion values for post-processing. It updates a table in the "
-"database to have custom conversions from one unit to another."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1938
-#: ../../godmode/setup/setup_visuals.php:2105
-msgid "Delete custom values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1982
-#: ../../include/functions_snmp.php:402 ../../include/functions.php:535
-#: ../../include/functions.php:666 ../../include/functions_html.php:2563
-#: ../../include/functions_html.php:8129
-#: ../../include/functions_events.php:5365
-msgid "hours"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1984 ../../include/functions.php:532
-#: ../../include/functions.php:663 ../../include/functions_html.php:2566
-#: ../../include/functions_html.php:8132
-msgid "months"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1985 ../../include/functions.php:533
-#: ../../include/functions.php:664 ../../include/functions_html.php:2567
-#: ../../include/functions_html.php:8133
-msgid "years"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:1988
-msgid "Interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2027
-msgid "Delete interval values"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2070
-#, fuzzy
-msgid "Module units"
-msgstr "模組合理性"
-
-#: ../../godmode/setup/setup_visuals.php:2143
-#: ../../include/functions_config.php:1587
-msgid "CSV divider"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2148
-#: ../../include/functions_config.php:1591
-msgid "CSV decimal separator"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid "Data multiplier to use in graphs/data"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2154
-msgid ""
-"Value by which it will multiply the data shown to represent them in graphs. "
-"This is useful in case the value unit is bytes; for other conversions use "
-"Custom value post processing."
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2158
-#: ../../include/functions_config.php:1599
-msgid "Hide general stats for non admin users in tactical view"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2175
-msgid "Behaviour configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2180
-msgid "GIS configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2185
-msgid "Style configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2190
-msgid "Charts configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2195
-msgid "Font and Text configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2200
-msgid "Visual consoles configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2205
-msgid "Reports configuration "
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2210
-msgid "Services configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2215
-msgid "Other configuration"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2400
-#: ../../include/functions_config.php:1528
-msgid "Delete interval"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2458
-msgid "Logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2488
-msgid "Splash Preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2507
-msgid "Mobile console logo preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2543
-msgid "Gis icons preview"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:2609
-msgid "Status set preview"
+#: ../../godmode/setup/setup_auth.php:561
+msgid "Session timeout must be a number"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:52
@@ -18696,22 +18082,16 @@ msgid "Enforce https Information"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:53
-msgid "If SSL is not properly configured you will lose access to "
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:53
-#: ../../godmode/setup/setup_general.php:115
-msgid " Console"
+msgid "If SSL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:58
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:486
 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:494
-#: ../../include/functions.php:1378
+#: ../../include/functions.php:1378 ../../include/functions_events.php:2651
+#: ../../include/functions_events.php:3213
 #: ../../include/functions_reporting_html.php:1796
 #: ../../include/functions_reporting_html.php:3908
-#: ../../include/functions_events.php:2651
-#: ../../include/functions_events.php:3213
 #: ../../mobile/operation/events.php:248 ../../operation/events/events.php:948
 msgid "System"
 msgstr "系統"
@@ -18800,7 +18180,7 @@ msgid "UTC"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:115
-msgid "If public URL is not properly configured you will lose access to "
+msgid "If public URL is not properly configured you will lose access to"
 msgstr ""
 
 #: ../../godmode/setup/setup_general.php:181
@@ -19223,168 +18603,777 @@ msgstr ""
 msgid "Email test"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:47
-#: ../../godmode/setup/file_manager.php:60 ../../godmode/menu.php:521
-msgid "File manager"
+#: ../../godmode/setup/setup_visuals.php:73
+msgid "Legacy visual console Information"
 msgstr ""
 
-#: ../../godmode/setup/file_manager.php:89
-#: ../../include/functions_filemanager.php:704
-#, php-format
-msgid "Index of %s"
+#: ../../godmode/setup/setup_visuals.php:74
+msgid "Visual console in legacy mode will no longer be supported as of LTS 772"
 msgstr ""
 
-#: ../../godmode/setup/os.list.php:56
-#, php-format
+#: ../../godmode/setup/setup_visuals.php:112
+msgid "Click to display lateral menus"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:112
 msgid ""
-"This node is configured with centralized mode. All OS definitions are read "
-"only. Go to %s to manage them."
+"When the side menu is collapsed, it allows you to define whether it is "
+"displayed by hovering the mouse over it or you need to click to display it."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:751
-msgid "Fallback to local authentication"
+#: ../../godmode/setup/setup_visuals.php:124
+msgid "Paginated module view"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:591
-msgid "Autocreate remote users"
+#: ../../godmode/setup/setup_visuals.php:133
+#: ../../include/functions_config.php:1396
+msgid "Display data of proc modules in other format"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:679
-msgid "LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:683
-msgid "LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:129
-#: ../../include/functions_config.php:687
-msgid "LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:146
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:691
-msgid "Start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:157
-#: ../../include/functions_config.php:695
-msgid "Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:170
-#: ../../include/functions_config.php:699
-msgid "Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:183
-#: ../../include/functions_config.php:703
-msgid "Admin LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:196
-#: ../../include/functions_config.php:708
-msgid "Admin LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:221
-msgid "Ldap search timeout (secs)"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:241
-msgid "Enable secondary LDAP"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:256
-#: ../../include/functions_config.php:717
-msgid "Secondary LDAP server"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:273
-#: ../../include/functions_config.php:721
-msgid "Secondary LDAP port"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:295
-#: ../../include/functions_config.php:725
-msgid "Secondary LDAP version"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:312
-#: ../../include/functions_config.php:659
-msgid "Secondary start TLS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:323
-msgid "Secondary Base DN"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:336
-msgid "Secondary Login attribute"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:349
-#: ../../include/functions_config.php:741
-msgid "Admin secondary LDAP login"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:362
-msgid "Admin secondary LDAP password"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:404
-#: ../../godmode/users/configure_user.php:1457
-#: ../../include/functions_config.php:839
-#: ../../operation/users/user_edit.php:534
-msgid "Double authentication"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:419
-msgid "Force 2FA for all users is enabled"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:439
-msgid "Check activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:440
-msgid "Ignore activity"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
-msgid "Control of timeout session"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:443
+#: ../../godmode/setup/setup_visuals.php:133
 msgid ""
-"Select 'ignore activity' to ignore user activity when checking the session."
+"It allows to define the message that appears when you hover over a color box "
+"that shows the status of an agent or a module. If you want to change what "
+"the default color box looks like, choose another form of visual "
+"representation in the \"Status icon set\" option."
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:460
-msgid "Session timeout (mins)"
+#: ../../godmode/setup/setup_visuals.php:144
+#: ../../include/functions_config.php:1400
+msgid "Display text proc modules have state is ok"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:507
-#, php-format
-msgid "Local %s"
+#: ../../godmode/setup/setup_visuals.php:148
+#: ../../include/functions_config.php:1404
+msgid "Display text when proc modules have state critical"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:508
-msgid "LDAP"
+#: ../../godmode/setup/setup_visuals.php:155
+#: ../../include/functions_config.php:1413
+msgid "Service label font size"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:515
-#: ../../include/class/CredentialStore.class.php:1161
-#: ../../include/class/CredentialStore.class.php:1463
-#: ../../include/class/AgentWizard.class.php:954
-#: ../../include/functions_config.php:587
-msgid "Authentication method"
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Space between items in Service maps"
 msgstr ""
 
-#: ../../godmode/setup/setup_auth.php:561
-msgid "Session timeout must be a number"
+#: ../../godmode/setup/setup_visuals.php:167
+msgid "Show both (tabs and menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:168
+msgid "Show only icons"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:169
+msgid "Show only menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:171
+#: ../../include/functions_config.php:1448
+msgid "Tabs menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:261
+msgid "Colors"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:262
+msgid "Faces"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:263
+msgid "Colors and text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:365
+#: ../../include/functions_config.php:1084
+msgid "Style template"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+#: ../../include/functions_config.php:1104
+msgid "Status icon set"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:383
+msgid ""
+"It changes the appearance of the agent or module status icon. Useful for "
+"people with problems when discriminating colors, you may overlay a text in "
+"the box or add an emoji (that icon can be replaced by a custom one, "
+"replacing the files on disk)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:1116
+msgid "Custom favicon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:450
+msgid "Custom background login"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:486
+msgid "Custom logo (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:511
+msgid "Custom logo collapsed (menu)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:537
+msgid "Custom logo (header white background)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:562
+msgid "Custom logo (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:590
+msgid "Custom Splash (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:628
+#: ../../include/functions_config.php:1140
+msgid "Custom documentation logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:668
+#: ../../include/functions_config.php:1144
+msgid "Custom support logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:706
+#: ../../include/functions_config.php:1148
+#: ../../include/functions_config.php:1152
+msgid "Custom networkmap center logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:746
+msgid "Custom mobile console icon"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:795
+msgid "Datepicker first day of week"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:813
+msgid "Title (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:819
+msgid "Subtitle (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:827
+msgid "Title 1 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:832
+msgid "Title 2 (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:838
+msgid "Docs URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:843
+msgid "Support URL (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:849
+#: ../../include/functions_config.php:1196
+msgid "Product name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:854
+#: ../../include/functions_config.php:1200
+msgid "Copyright notice"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:860
+#: ../../include/functions_config.php:1204
+#: ../../include/functions_config.php:1208
+msgid "Background opacity % (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:865
+msgid "Disable logo in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:883
+msgid "Disable helps"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:893
+#: ../../include/functions_config.php:1352
+msgid "Fixed header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:905
+msgid "Automatically hide submenu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:915
+msgid "Visual effects and animation"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:926
+msgid "Random background (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:952
+#: ../../include/functions_config.php:1316
+msgid "GIS Labels"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:962
+#: ../../include/functions_config.php:1324
+msgid "Default icon in GIS"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:971
+msgid "Agent icon group"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1021
+msgid "Graphs font size"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1040
+msgid "Show unit along with value in reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1051
+#: ../../include/functions_config.php:1284
+msgid "Truncate agent text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1061
+#: ../../include/functions_config.php:1296
+msgid "Truncate module text at end"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+#: ../../include/functions_config.php:1288
+#: ../../include/functions_config.php:1292
+msgid "Agent size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1072
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here. If the "
+"text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1079
+#: ../../godmode/setup/setup_visuals.php:1101
+msgid "Small"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+#: ../../include/functions_config.php:1300
+msgid "Module size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1094
+msgid ""
+"In the lists or sections where the agent name is displayed, the name will be "
+"shortened if its extension is greater than the number indicated here.   If "
+"the text is in a small area it can have a maximum length and if it is in a "
+"larger section, it can have another size."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1118
+#: ../../include/functions_config.php:1304
+#: ../../include/functions_config.php:1308
+msgid "Description size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1129
+#: ../../include/functions_config.php:1312
+msgid "Item title size text"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1158
+msgid "On Boolean graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1161
+msgid "Show only average by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1162
+msgid "Show MAX/AVG/MIN by default"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1181
+msgid "Graph color #"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1195
+msgid ""
+"Number of decimals to display in reports and visual consoles. It must be "
+"between 0 and 5."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1200
+msgid "Data precision"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1218
+msgid "Data precision in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+#: ../../include/functions_config.php:1071
+msgid "Value to interface graphics"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1237
+msgid "Name of the drives for network interface graphics (SNMP)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1249
+#: ../../include/functions_config.php:1380
+msgid "Default line thickness for the Custom Graph."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1262
+msgid "Number of elements in Custom Graph"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1276
+#: ../../include/functions_config.php:1092
+msgid "Use round corners"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+#: ../../include/functions_config.php:1096
+msgid "Chart fit to content"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1287
+msgid ""
+"There are graphs whose values are percentages and the top of the graph "
+"exceeds the maximum value one hundred, you may configure the graphs to stop "
+"adding a proportional upper margin by activating this option."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1297
+msgid "Type of module charts"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid "Graph TIP view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1343
+msgid ""
+"TIP graphs show the full data resolution, they are much more expensive in BD/"
+"CPU time, but they allow to \"zoom\" interactively and show all the data, "
+"without compacting the information in fewer points. By default (off), TIPs "
+"can be seen, but manually, if this mode is selected in each graph, but you "
+"may also define that they always come out as TIP or also define that this is "
+"so, but only for those of Boolean data."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid "Graph mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1359
+msgid ""
+"It displays the default graphs with three overlapping data series (Maximum, "
+"Average, and Minimum) or with only one data series (Average)."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1374
+msgid "Zoom graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1394
+#: ../../godmode/setup/setup_visuals.php:1395
+#: ../../godmode/setup/setup_visuals.php:1980
+#: ../../godmode/snmpconsole/snmp_alert.php:1612
+#: ../../include/ajax/events.php:2435 ../../include/ajax/events.php:2436
+#: ../../include/ajax/events.php:2437 ../../include/ajax/events.php:2438
+#: ../../include/ajax/events.php:2442 ../../include/ajax/events.php:2443
+#: ../../include/ajax/events.php:2444 ../../include/ajax/events.php:2445
+#: ../../include/ajax/events.php:2446 ../../include/ajax/events.php:2447
+#: ../../include/functions_visual_map_editor.php:1278
+#: ../../include/functions_visual_map_editor.php:1279
+#: ../../include/functions_html.php:2561 ../../include/functions_html.php:8127
+#: ../../include/functions.php:530 ../../include/functions.php:661
+#: ../../operation/events/sound_events.php:153
+#: ../../operation/events/sound_events.php:154
+#: ../../operation/events/sound_events.php:155
+#: ../../operation/events/sound_events.php:156
+#: ../../operation/events/sound_events.php:160
+#: ../../operation/events/sound_events.php:161
+#: ../../operation/events/sound_events.php:162
+#: ../../operation/events/sound_events.php:163
+#: ../../operation/events/sound_events.php:164
+#: ../../operation/events/sound_events.php:165
+msgid "seconds"
+msgstr "秒"
+
+#: ../../godmode/setup/setup_visuals.php:1396
+#: ../../godmode/setup/setup_visuals.php:1397
+#: ../../godmode/setup/setup_visuals.php:1398
+#: ../../godmode/setup/setup_visuals.php:1399
+#: ../../godmode/setup/setup_visuals.php:1981
+#: ../../include/functions_visual_map_editor.php:1280
+#: ../../include/functions_visual_map_editor.php:1281
+#: ../../include/functions_visual_map_editor.php:1282
+#: ../../include/functions_visual_map_editor.php:1283
+#: ../../include/functions_html.php:2562 ../../include/functions_html.php:8128
+#: ../../include/functions.php:534 ../../include/functions.php:665
+msgid "minutes"
+msgstr "分鐘"
+
+#: ../../godmode/setup/setup_visuals.php:1400
+#: ../../include/functions_visual_map_editor.php:1284
+#, fuzzy
+msgid "hour"
+msgstr "12 小時"
+
+#: ../../godmode/setup/setup_visuals.php:1403
+msgid "Classic view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1404
+msgid "View of favorites"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1414
+msgid "Default cache expiration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1419
+#: ../../include/functions_visual_map_editor.php:1310
+msgid "No cache"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1432
+#: ../../include/functions_config.php:1252
+msgid "Default interval for refresh on Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1448
+msgid "Type of view of visual consoles"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1461
+msgid "Number of favorite visual consoles to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1467
+#: ../../include/functions_config.php:1268
+msgid "Default line thickness for the Visual Console"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1479
+msgid "Visual console default text margin (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1485
+msgid "Lock screen orientation when viewing on mobile devices"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+#: ../../include/functions_config.php:1276
+msgid "Display item frame on alert triggered"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1495
+msgid "It displays an orange box around items that have triggered an alert."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1517
+msgid "Number of favorite services to show in the menu"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1562
+msgid "Show report info with description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1572
+msgid "Custom report front page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1583
+#: ../../include/functions_config.php:1559
+msgid "PDF font size (px)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1587
+#: ../../include/functions_config.php:1555
+msgid "HTML font size for SLA (em)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1593
+msgid "Graph image height for HTML reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1597
+msgid "Interval description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1563
+#: ../../include/functions_config.php:1567
+#: ../../include/functions_config.php:1571
+#: ../../include/functions_config.php:1575
+#: ../../include/functions_config.php:1579
+#: ../../include/functions_config.php:1583
+msgid "Custom report front"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1614
+#: ../../include/functions_config.php:1120
+#: ../../include/functions_config.php:1571
+msgid "Custom logo"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1615
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../godmode/setup/setup_visuals.php:1662
+msgid ""
+"You may use the following macros: _REPORT_NAME_ indicating the name of the "
+"report, _DATETIME_END_ indicates the end of the period (if it is a periodic "
+"report), _DATETIME_ date/time of the generation of the report."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1629
+#: ../../include/class/TipsWindow.class.php:814
+#: ../../include/class/TipsWindow.class.php:981
+msgid "Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1635
+#: ../../include/functions_config.php:1575
+msgid "Header"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1648
+#: ../../include/functions_config.php:1579
+msgid "First page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1662
+#: ../../include/functions_config.php:1583
+msgid "Footer"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1691
+msgid "Comparation in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1698
+msgid "Timestamp in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1705
+msgid "Compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1790
+msgid "Use 1024 when module unit are bytes"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1791
+msgid "Use always 1000"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1792
+msgid "Use always 1024"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1804
+#: ../../include/functions_config.php:1364
+msgid "Networkmap max width"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "Show only the group name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1816
+msgid "The name of the group will be displayed instead of displaying its icon."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1827
+msgid "Show empty groups in group view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+#: ../../include/functions_config.php:1019
+msgid "Date format string"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1837
+msgid "It uses a unix datetime format definition string."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1846
+msgid "Example"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1855
+#: ../../include/functions_config.php:1603
+msgid "Decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1870
+msgid "Visible time of successful notifiations"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1883
+msgid "Timestamp, time comparison, or compact mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid "Custom values post process"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1898
+msgid ""
+"Custom conversion values for post-processing. It updates a table in the "
+"database to have custom conversions from one unit to another."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1938
+#: ../../godmode/setup/setup_visuals.php:2105
+msgid "Delete custom values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1982
+#: ../../include/functions_html.php:2563 ../../include/functions_html.php:8129
+#: ../../include/functions.php:535 ../../include/functions.php:666
+#: ../../include/functions_events.php:5365 ../../include/functions_snmp.php:402
+msgid "hours"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1984
+#: ../../include/functions_html.php:2566 ../../include/functions_html.php:8132
+#: ../../include/functions.php:532 ../../include/functions.php:663
+msgid "months"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1985
+#: ../../include/functions_html.php:2567 ../../include/functions_html.php:8133
+#: ../../include/functions.php:533 ../../include/functions.php:664
+msgid "years"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:1988
+msgid "Interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2027
+msgid "Delete interval values"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2070
+#, fuzzy
+msgid "Module units"
+msgstr "模組合理性"
+
+#: ../../godmode/setup/setup_visuals.php:2143
+#: ../../include/functions_config.php:1587
+msgid "CSV divider"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2148
+#: ../../include/functions_config.php:1591
+msgid "CSV decimal separator"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid "Data multiplier to use in graphs/data"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2154
+msgid ""
+"Value by which it will multiply the data shown to represent them in graphs. "
+"This is useful in case the value unit is bytes; for other conversions use "
+"Custom value post processing."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2158
+#: ../../include/functions_config.php:1599
+msgid "Hide general stats for non admin users in tactical view"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2175
+msgid "Behaviour configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2180
+msgid "GIS configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2185
+msgid "Style configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2190
+msgid "Charts configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2195
+msgid "Font and Text configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2200
+msgid "Visual consoles configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2205
+#, fuzzy
+msgid "Reports configuration"
+msgstr "資訊"
+
+#: ../../godmode/setup/setup_visuals.php:2210
+msgid "Services configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2215
+msgid "Other configuration"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2400
+#: ../../include/functions_config.php:1528
+msgid "Delete interval"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2458
+msgid "Logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2488
+msgid "Splash Preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2507
+msgid "Mobile console logo preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2543
+msgid "Gis icons preview"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:2609
+msgid "Status set preview"
 msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:38
@@ -19393,8 +19382,8 @@ msgstr ""
 
 #: ../../godmode/snmpconsole/snmp_trap_generator.php:51
 #: ../../godmode/snmpconsole/snmp_filters.php:59
-#: ../../include/class/CredentialStore.class.php:965
 #: ../../include/class/SnmpConsole.class.php:234
+#: ../../include/class/CredentialStore.class.php:965
 #: ../../operation/snmpconsole/snmp_statistics.php:104
 #: ../../operation/snmpconsole/snmp_mib_uploader.php:60
 #: ../../operation/snmpconsole/snmp_browser.php:99 ../../operation/menu.php:263
@@ -19721,7 +19710,7 @@ msgstr ""
 #: ../../include/class/TipsWindow.class.php:763
 #: ../../include/class/TipsWindow.class.php:930
 #: ../../include/lib/Dashboard/Widgets/url.php:216
-#: ../../include/functions_reporting.php:7899
+#: ../../include/functions_reporting.php:7910
 msgid "Url"
 msgstr ""
 
@@ -20314,10 +20303,10 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:510
-#: ../../godmode/users/configure_user.php:1013
-#: ../../godmode/users/configure_user.php:1094
 #: ../../godmode/users/user_management.php:209
 #: ../../godmode/users/user_management.php:221
+#: ../../godmode/users/configure_user.php:1013
+#: ../../godmode/users/configure_user.php:1094
 #: ../../include/class/SnmpConsole.class.php:291
 #: ../../include/functions_reporting_html.php:6581
 #: ../../include/functions_reporting_html.php:7718
@@ -20355,8 +20344,8 @@ msgid ""
 msgstr ""
 
 #: ../../godmode/users/user_list.php:765
-#: ../../include/functions_reporting.php:5513
-#: ../../include/functions_reporting.php:5560
+#: ../../include/functions_reporting.php:5524
+#: ../../include/functions_reporting.php:5571
 #: ../../operation/search_users.php:87
 msgid "The user doesn't have any assigned profile/group"
 msgstr ""
@@ -20376,11 +20365,294 @@ msgstr ""
 msgid "The current authentication scheme doesn't support creating users on %s"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:60
-#: ../../godmode/users/user_management.php:45 ../../include/auth/mysql.php:805
+#: ../../godmode/users/user_management.php:45
+#: ../../godmode/users/configure_user.php:60 ../../include/auth/mysql.php:805
 msgid "External link"
 msgstr ""
 
+#: ../../godmode/users/user_management.php:202
+#, fuzzy
+msgid "Profile information"
+msgstr "資訊"
+
+#: ../../godmode/users/user_management.php:202
+msgid "Profile information for"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:232
+#: ../../include/functions_reporting_html.php:7719
+#: ../../include/functions_reporting_html.php:7742
+msgid "Full name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:244
+#: ../../godmode/users/configure_user.php:1132
+#: ../../operation/users/user_edit.php:381
+msgid "Full (display) name"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:252
+msgid ""
+"This will be the email used in those alert actions that the email makes use "
+"of. It will also be the email used for user notifications that wer "
+"configured in this way."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:264
+#: ../../godmode/users/configure_user.php:1238
+#: ../../operation/users/user_edit.php:401
+msgid "E-mail"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:272
+#: ../../godmode/users/user_management.php:284
+#: ../../godmode/users/configure_user.php:1254
+#: ../../operation/users/user_edit.php:403
+msgid "Phone number"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+#: ../../godmode/users/configure_user.php:1211
+msgid "Administrator user"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:299
+msgid ""
+"This type of 'superadmin' has no restrictions whatsoever. If you want to "
+"create partial administrators, use the profile and group-based privilege "
+"system."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:333
+#, fuzzy
+msgid "New password"
+msgstr "密碼"
+
+#: ../../godmode/users/user_management.php:353
+msgid "Repeat new password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:366
+#: ../../godmode/users/configure_user.php:1183
+#: ../../operation/users/user_edit.php:408
+msgid "Password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:374
+#: ../../operation/users/user_edit.php:409
+msgid "Current password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:389
+#: ../../godmode/users/configure_user.php:1201
+msgid "Own password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:406
+msgid "Third user password confirmation"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:421
+msgid "Not Login"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:438
+msgid "The user with not login set only can access to API."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:443
+msgid "Local User"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:460
+msgid ""
+"The user with local authentication enabled will always use local "
+"authentication."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:472
+#: ../../views/dashboard/tipsWindow.php:52
+msgid "Show usage tips at startup"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:478
+msgid "Session time"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:488
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:539
+msgid "Pages with autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:624
+msgid "Autorefresh pages"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:630
+msgid "Time for autorefresh"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:649
+msgid "Pandora RC user access enabled"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:659
+#: ../../godmode/users/user_management.php:671
+#, fuzzy
+msgid "Pandora RC User"
+msgstr "Pandora FMS 概覽"
+
+#: ../../godmode/users/user_management.php:678
+#: ../../godmode/users/user_management.php:690
+msgid "Pandora RC Password"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:699
+msgid "Language and Appearance"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:715
+msgid ""
+"When changing the theme, the login screen logo will be restricted to the "
+"default for that color scheme, if you have a custom logo, adjust it after "
+"changing the theme."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:723
+msgid "User color scheme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:724
+#: ../../godmode/users/configure_user.php:1310
+#: ../../operation/users/user_edit.php:521
+msgid "Default theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:725
+#: ../../godmode/users/configure_user.php:1311
+#: ../../operation/users/user_edit.php:522
+msgid "Black theme"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:833
+#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
+#: ../../include/functions_visual_map_editor.php:309
+#, fuzzy
+msgid "Time zone"
+msgstr "時間範圍"
+
+#: ../../godmode/users/user_management.php:850
+msgid "Additional settings"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:856
+#: ../../godmode/users/configure_user.php:1259
+#: ../../include/ajax/events.php:1838
+#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
+#: ../../include/functions_reporting_html.php:7298
+#: ../../mobile/operation/events.php:874
+#: ../../operation/users/user_edit.php:740
+#: ../../views/ITSM/ITSMTicketDetailView.php:404
+#: ../../views/ITSM/ITSMTicketDetailView.php:411
+msgid "Comments"
+msgstr "註解"
+
+#: ../../godmode/users/user_management.php:869
+msgid "Enable IP allowlist"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:909
+#: ../../godmode/users/configure_user.php:1271
+#: ../../operation/users/user_edit.php:753
+msgid ""
+"Add the source IPs that will allow console access. Each IP must be separated "
+"only by comma. * allows all."
+msgstr ""
+
+#: ../../godmode/users/user_management.php:932
+msgid "Pandora ITSM user configuration"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
+#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
+#: ../../operation/events/events.php:2938
+#: ../../operation/events/sound_events.php:294
+#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
+msgid "Start"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:976
+msgid "Contact details (QR)"
+msgstr ""
+
+#: ../../godmode/users/user_management.php:977
+msgid "API Token credentials"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:56
+#, fuzzy
+msgid "Create token"
+msgstr "建立"
+
+#: ../../godmode/users/configure_token.php:62
+#, php-format
+msgid "There was a problem get token, %s"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:74
+msgid "Token label"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:127
+msgid "Expiration Time"
+msgstr ""
+
+#: ../../godmode/users/configure_token.php:208
+msgid "Expiration date must be later than today."
+msgstr ""
+
+#: ../../godmode/users/token_list.php:67
+#, php-format
+msgid "There was a problem deleting token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:100
+msgid "This code will appear only once, please keep it in a safe place"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:102
+msgid ""
+"If you lose the code, you will only able to delete it and create a new one"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:111
+#, php-format
+msgid "There was a problem creating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:123
+#, php-format
+msgid "There was a problem updating this token, %s"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:140
+msgid "For user"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:142
+msgid "Last usage"
+msgstr ""
+
+#: ../../godmode/users/token_list.php:206
+#, fuzzy
+msgid "Create Token"
+msgstr "建立"
+
 #: ../../godmode/users/configure_user.php:248
 msgid "Update User"
 msgstr ""
@@ -20505,83 +20777,16 @@ msgstr ""
 msgid "Please, avoid share this string with others."
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1132
-#: ../../godmode/users/user_management.php:244
-#: ../../operation/users/user_edit.php:381
-msgid "Full (display) name"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1183
-#: ../../godmode/users/user_management.php:366
-#: ../../operation/users/user_edit.php:408
-msgid "Password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1201
-#: ../../godmode/users/user_management.php:389
-msgid "Own password confirmation"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1211
-#: ../../godmode/users/user_management.php:299
-msgid "Administrator user"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1238
-#: ../../godmode/users/user_management.php:264
-#: ../../operation/users/user_edit.php:401
-msgid "E-mail"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1254
-#: ../../godmode/users/user_management.php:272
-#: ../../godmode/users/user_management.php:284
-#: ../../operation/users/user_edit.php:403
-msgid "Phone number"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1259
-#: ../../godmode/users/user_management.php:856
-#: ../../include/ajax/events.php:1838
-#: ../../include/class/AuditLog.class.php:156 ../../include/functions.php:3194
-#: ../../include/functions_reporting_html.php:7298
-#: ../../mobile/operation/events.php:874
-#: ../../operation/users/user_edit.php:740
-#: ../../views/ITSM/ITSMTicketDetailView.php:404
-#: ../../views/ITSM/ITSMTicketDetailView.php:411
-msgid "Comments"
-msgstr "註解"
-
 #: ../../godmode/users/configure_user.php:1270
 #: ../../operation/users/user_edit.php:752
 #, fuzzy
 msgid "Login allowed IP list"
 msgstr "登入失敗。"
 
-#: ../../godmode/users/configure_user.php:1271
-#: ../../godmode/users/user_management.php:909
-#: ../../operation/users/user_edit.php:753
-msgid ""
-"Add the source IPs that will allow console access. Each IP must be separated "
-"only by comma. * allows all."
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1309
 msgid "Skin"
 msgstr ""
 
-#: ../../godmode/users/configure_user.php:1310
-#: ../../godmode/users/user_management.php:724
-#: ../../operation/users/user_edit.php:521
-msgid "Default theme"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:1311
-#: ../../godmode/users/user_management.php:725
-#: ../../operation/users/user_edit.php:522
-msgid "Black theme"
-msgstr ""
-
 #: ../../godmode/users/configure_user.php:1321
 msgid "Search custom field view"
 msgstr ""
@@ -20695,222 +20900,6 @@ msgstr ""
 msgid "There was an error deactivating the double autentication"
 msgstr ""
 
-#: ../../godmode/users/user_management.php:202
-#, fuzzy
-msgid "Profile information"
-msgstr "資訊"
-
-#: ../../godmode/users/user_management.php:202
-msgid "Profile information for"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:232
-#: ../../include/functions_reporting_html.php:7719
-#: ../../include/functions_reporting_html.php:7742
-msgid "Full name"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:252
-msgid ""
-"This will be the email used in those alert actions that the email makes use "
-"of. It will also be the email used for user notifications that wer "
-"configured in this way."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:299
-msgid ""
-"This type of 'superadmin' has no restrictions whatsoever. If you want to "
-"create partial administrators, use the profile and group-based privilege "
-"system."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:333
-#, fuzzy
-msgid "New password"
-msgstr "密碼"
-
-#: ../../godmode/users/user_management.php:353
-msgid "Repeat new password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:374
-#: ../../operation/users/user_edit.php:409
-msgid "Current password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:406
-msgid "Third user password confirmation"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:421
-msgid "Not Login"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:438
-msgid "The user with not login set only can access to API."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:443
-msgid "Local User"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:460
-msgid ""
-"The user with local authentication enabled will always use local "
-"authentication."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:472
-#: ../../views/dashboard/tipsWindow.php:52
-msgid "Show usage tips at startup"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:478
-msgid "Session time"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:488
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting "
-"-1 in this field."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:539
-msgid "Pages with autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:624
-msgid "Autorefresh pages"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:630
-msgid "Time for autorefresh"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:649
-msgid "Pandora RC user access enabled"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:659
-#: ../../godmode/users/user_management.php:671
-#, fuzzy
-msgid "Pandora RC User"
-msgstr "Pandora FMS 概覽"
-
-#: ../../godmode/users/user_management.php:678
-#: ../../godmode/users/user_management.php:690
-msgid "Pandora RC Password"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:699
-msgid "Language and Appearance"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:715
-msgid ""
-"When changing the theme, the login screen logo will be restricted to the "
-"default for that color scheme, if you have a custom logo, adjust it after "
-"changing the theme."
-msgstr ""
-
-#: ../../godmode/users/user_management.php:723
-msgid "User color scheme"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:833
-#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302
-#: ../../include/functions_visual_map_editor.php:309
-#, fuzzy
-msgid "Time zone"
-msgstr "時間範圍"
-
-#: ../../godmode/users/user_management.php:850
-msgid "Additional settings"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:869
-msgid "Enable IP allowlist"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:932
-msgid "Pandora ITSM user configuration"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:954 ../../godmode/menu.php:53
-#: ../../include/ajax/events.php:2575 ../../operation/events/events.php:1738
-#: ../../operation/events/events.php:2938
-#: ../../operation/events/sound_events.php:294
-#: ../../operation/users/user_edit.php:871 ../../operation/menu.php:596
-msgid "Start"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:976
-msgid "Contact details (QR)"
-msgstr ""
-
-#: ../../godmode/users/user_management.php:977
-msgid "API Token credentials"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:56
-#, fuzzy
-msgid "Create token"
-msgstr "建立"
-
-#: ../../godmode/users/configure_token.php:62
-#, php-format
-msgid "There was a problem get token, %s"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:74
-msgid "Token label"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:127
-msgid "Expiration Time"
-msgstr ""
-
-#: ../../godmode/users/configure_token.php:208
-msgid "Expiration date must be later than today."
-msgstr ""
-
-#: ../../godmode/users/token_list.php:67
-#, php-format
-msgid "There was a problem deleting token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:100
-msgid "This code will appear only once, please keep it in a safe place"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:102
-msgid ""
-"If you lose the code, you will only able to delete it and create a new one"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:111
-#, php-format
-msgid "There was a problem creating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:123
-#, php-format
-msgid "There was a problem updating this token, %s"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:140
-msgid "For user"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:142
-msgid "Last usage"
-msgstr ""
-
-#: ../../godmode/users/token_list.php:206
-#, fuzzy
-msgid "Create Token"
-msgstr "建立"
-
 #: ../../godmode/wizards/Custom.class.php:160
 #: ../../godmode/wizards/Applications.class.php:158
 #: ../../godmode/wizards/Cloud.class.php:178
@@ -21274,15 +21263,15 @@ msgstr ""
 #: ../../include/ajax/snmp_browser.ajax.php:262
 #: ../../include/class/AlertsList.class.php:380
 #: ../../include/class/HelpFeedBack.class.php:360
-#: ../../include/class/AgentDeployWizard.class.php:604
 #: ../../include/class/ConfigPEN.class.php:743
-#: ../../include/class/CredentialStore.class.php:1598
 #: ../../include/class/Diagnostics.class.php:2191
 #: ../../include/class/ModuleTemplates.class.php:1404
-#: ../../include/class/SatelliteAgent.class.php:1088
 #: ../../include/class/WebServerModuleDebug.class.php:359
-#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/class/AgentWizard.class.php:6059
+#: ../../include/class/AgentDeployWizard.class.php:604
+#: ../../include/class/CredentialStore.class.php:1598
+#: ../../include/class/SatelliteAgent.class.php:1088
+#: ../../include/class/SatelliteCollection.class.php:614
 #: ../../include/functions_ui.php:338
 #: ../../operation/visual_console/view.php:1218
 #: ../../views/consoles/list.php:165
@@ -21627,8 +21616,8 @@ msgstr ""
 
 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2056
 #: ../../include/class/AgentDeployWizard.class.php:558
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:118
 msgid "Done"
 msgstr ""
 
@@ -22062,93 +22051,6 @@ msgstr ""
 msgid "About"
 msgstr ""
 
-#: ../../include/ajax/double_auth.ajax.php:162
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:300
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:306
-msgid "QR"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:208
-msgid "You are about to activate the double authentication"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:209
-msgid ""
-"With this option enabled, your account access will be more secure, cause a "
-"code generated by other application will be required after the login"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:212
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:217
-msgid "Download the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:218
-#: ../../include/ajax/double_auth.ajax.php:310
-#: ../../include/functions_register.php:188
-msgid "Continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:234
-msgid "Are you installed the app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "A private code has been generated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:299
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:309
-msgid "Refresh code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:378
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:441
-msgid "Introduce a code generated by the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:442
-msgid "If the code is valid, the double authentication will be activated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:451
-msgid "Validate code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:503
-msgid "The code is valid, you can exit now"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:512
-#: ../../mobile/include/user.class.php:285 ../../index.php:380
-msgid "Invalid code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:520
-msgid "The code is valid, but it was an error saving the data"
-msgstr ""
-
 #: ../../include/ajax/snmp_browser.ajax.php:113
 #: ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
@@ -22178,8 +22080,8 @@ msgstr ""
 
 #: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182
 #: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519
-#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/module.php:2563
-#: ../../include/ajax/module.php:2587 ../../include/ajax/events.php:595
+#: ../../include/ajax/module.php:2563 ../../include/ajax/module.php:2587
+#: ../../include/ajax/custom_fields.php:655 ../../include/ajax/events.php:595
 #: ../../include/ajax/events.php:620 ../../include/class/AuditLog.class.php:201
 #: ../../include/class/AuditLog.class.php:570
 #: ../../include/class/AuditLog.class.php:608
@@ -22248,8 +22150,8 @@ msgstr ""
 msgid "Save current filter"
 msgstr ""
 
-#: ../../include/ajax/agent.php:688 ../../include/ajax/custom_fields.php:779
-#: ../../include/ajax/module.php:2742
+#: ../../include/ajax/agent.php:688 ../../include/ajax/module.php:2742
+#: ../../include/ajax/custom_fields.php:779
 #: ../../operation/reporting/graph_analytics.php:507
 #: ../../operation/reporting/graph_analytics.php:521
 #, fuzzy
@@ -22490,83 +22392,6 @@ msgstr ""
 msgid "Insufficient permissions to validate alerts"
 msgstr ""
 
-#: ../../include/ajax/custom_fields.php:480
-msgid "Current interval"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:528
-#: ../../include/ajax/custom_fields.php:581
-#, fuzzy
-msgid "Modules normal"
-msgstr "模組"
-
-#: ../../include/ajax/custom_fields.php:539
-#, fuzzy
-msgid "Modules critical"
-msgstr "模組合理性"
-
-#: ../../include/ajax/custom_fields.php:550
-#, fuzzy
-msgid "Modules warning"
-msgstr "模組合理性"
-
-#: ../../include/ajax/custom_fields.php:560
-msgid "Modules unknown"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:571
-#, fuzzy
-msgid "Modules no init"
-msgstr "模組合理性"
-
-#: ../../include/ajax/custom_fields.php:613
-#, fuzzy
-msgid "New Filter"
-msgstr "篩選器"
-
-#: ../../include/ajax/custom_fields.php:620
-msgid "Existing Filter"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:838
-msgid "Filter name already exists in the bbdd"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:850
-#: ../../include/ajax/custom_fields.php:926
-msgid "Please, select a custom field"
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:878
-msgid "Success create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:885
-msgid "Error create filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:910
-#: ../../include/ajax/custom_fields.php:983
-#, fuzzy
-msgid "Please, select a filter"
-msgstr "選取"
-
-#: ../../include/ajax/custom_fields.php:952
-msgid "Success update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:959
-msgid "Error update filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1002
-msgid "Success delete filter."
-msgstr ""
-
-#: ../../include/ajax/custom_fields.php:1009
-msgid "Error delete filter."
-msgstr ""
-
 #: ../../include/ajax/module.php:283 ../../include/functions.php:3507
 msgid "30 minutes"
 msgstr ""
@@ -22754,6 +22579,170 @@ msgstr ""
 msgid "Congratulations, you have already created a simple alert.  and the status color is "
-"blue.
That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" - #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 msgid "I'm going to show you how to monitor a server." msgstr "" @@ -26869,21 +26763,6 @@ msgstr "" msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" -#: ../../include/help/clippy/interval_agent_min.php:35 -msgid "" -"Please note that having agents with a monitoring interval below 300 seconds " -"is not recommended. This will impact seriously in the performance of the " -"server. For example, having 200 agents with one minute interval, is the same " -"than having 1000 agents with a 5 minute interval. The probability of getting " -"unknown modules is higher, and the impact on the server is higher because it " -"requires a shorter response time." -msgstr "" - -#: ../../include/help/clippy/interval_agent_min.php:36 -#, fuzzy -msgid "Interval agent." -msgstr "代理程式總數" - #: ../../include/help/clippy/module_unknow.php:35 #: ../../include/functions_clippy.php:300 msgid "You have unknown modules in this agent." @@ -27038,6 +26917,114 @@ msgstr "" msgid "Modules not learning mode." msgstr "" +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "Agent contact date passed it's ETA!" +msgstr "" + +#: ../../include/help/clippy/agent_out_of_limits.php:34 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:33 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:38 +msgid "Click in this tab" +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:52 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Choose the network server module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "And click the button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:74 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:78 +msgid "Now we are going to fill the form." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:82 +msgid "Please choose Network Management." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:86 +msgid "Choose the component named \"Host alive\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:90 +msgid "You can change the name if you want." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:94 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:98 +msgid "And only to finish it is clicking this button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:113 +msgid "" +"Congrats! Your module has been created.
and the status color is " +"blue.
That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:128 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:142 +msgid "Select the critical module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:146 +msgid "In template select \"Critical Condition\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:150 +msgid "Now, select the action created before." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:155 +msgid "Click on Add Alert button to create the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:170 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:34 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" + +#: ../../include/help/clippy/interval_agent_min.php:35 +#, fuzzy +msgid "Interval agent." +msgstr "代理程式總數" + #: ../../include/lib/Core/DBMaintainer.php:177 #, php-format msgid "Connection problems: %s" @@ -27228,8 +27215,8 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/module_status.php:175 #: ../../include/lib/Dashboard/Widgets/module_status.php:612 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:179 -#: ../../include/functions_reporting_html.php:6485 -#: ../../include/functions_events.php:271 ../../operation/tree.php:317 +#: ../../include/functions_events.php:271 +#: ../../include/functions_reporting_html.php:6485 ../../operation/tree.php:317 msgid "Module status" msgstr "" @@ -27405,7 +27392,7 @@ msgid "Status and Monitor checks" msgstr "" #: ../../include/lib/Dashboard/Widgets/tactical.php:287 -#: ../../include/functions_reporting.php:15362 +#: ../../include/functions_reporting.php:15373 msgid "Server performance" msgstr "" @@ -27487,37 +27474,37 @@ msgid "" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:560 -#: ../../include/functions.php:1166 ../../include/functions.php:1412 -#: ../../include/functions.php:1446 ../../include/functions_graph.php:3213 +#: ../../include/functions_graph.php:3213 #: ../../include/functions_graph.php:3215 -#: ../../include/functions_graph.php:4764 +#: ../../include/functions_graph.php:4764 ../../include/functions.php:1166 +#: ../../include/functions.php:1412 ../../include/functions.php:1446 #: ../../include/functions_events.php:3261 #: ../../operation/visual_console/view.php:455 msgid "Maintenance" msgstr "維護" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:565 -#: ../../include/functions.php:1170 ../../include/functions.php:1413 -#: ../../include/functions.php:1450 ../../include/functions_graph.php:3219 +#: ../../include/functions_graph.php:3219 #: ../../include/functions_graph.php:3221 -#: ../../include/functions_graph.php:4768 +#: ../../include/functions_graph.php:4768 ../../include/functions.php:1170 +#: ../../include/functions.php:1413 ../../include/functions.php:1450 #: ../../include/functions_events.php:3265 msgid "Informational" msgstr "資訊" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:585 -#: ../../include/functions.php:1186 ../../include/functions.php:1415 -#: ../../include/functions.php:1466 ../../include/functions_graph.php:3231 +#: ../../include/functions_graph.php:3231 #: ../../include/functions_graph.php:3233 -#: ../../include/functions_graph.php:4784 +#: ../../include/functions_graph.php:4784 ../../include/functions.php:1186 +#: ../../include/functions.php:1415 ../../include/functions.php:1466 msgid "Minor" msgstr "" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:590 -#: ../../include/functions.php:1190 ../../include/functions.php:1417 -#: ../../include/functions.php:1470 ../../include/functions_graph.php:3243 +#: ../../include/functions_graph.php:3243 #: ../../include/functions_graph.php:3245 -#: ../../include/functions_graph.php:4788 +#: ../../include/functions_graph.php:4788 ../../include/functions.php:1190 +#: ../../include/functions.php:1417 ../../include/functions.php:1470 msgid "Major" msgstr "" @@ -27530,8 +27517,8 @@ msgstr "Pandora FMS 概覽" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:264 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:358 #: ../../include/lib/Dashboard/Widgets/events_list.php:399 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:359 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:230 msgid "Limit" msgstr "" @@ -27591,7 +27578,7 @@ msgstr "模組合理性" #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:399 #, fuzzy, php-format -msgid " Modules(%s)" +msgid "%s Modules(%s)" msgstr "模組" #: ../../include/lib/Dashboard/Widgets/post.php:158 @@ -27943,65 +27930,6 @@ msgstr "" msgid "Please, event filter has been removed." msgstr "" -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -msgid "Security Hardening" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 -#: ../../include/functions_reports.php:982 -msgid "Top-N agents with the worst score" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 -#: ../../include/functions_reports.php:987 -msgid "Top-N most frequent failed checks" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 -#: ../../include/functions_reports.php:992 -msgid "Top-N checks failed by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 -#: ../../include/functions_reports.php:997 -msgid "Vulnerabilities by category" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 -#: ../../include/functions_reports.php:1007 -msgid "Scoring by date" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 -#: ../../include/functions_reports.php:1012 -msgid "Evolution" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 -msgid "Scoring" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 -#: ../../include/functions_reporting_html.php:997 -#: ../../include/functions_reporting_html.php:1044 -#, fuzzy -msgid "Total Failed" -msgstr "代理程式總數" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 -#: ../../include/functions_reporting_html.php:1107 -msgid "Last audit scan" -msgstr "" - -#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 -#: ../../include/functions_reporting_html.php:676 -#: ../../include/functions_reporting_html.php:900 -#: ../../include/functions_reporting_html.php:1108 -msgid "Score" -msgstr "" - #: ../../include/lib/Dashboard/Widgets/BasicChart.php:431 msgid "Color chart" msgstr "" @@ -28112,7 +28040,7 @@ msgid "AVG/MAX/MIN" msgstr "" #: ../../include/lib/Dashboard/Widgets/single_graph.php:512 -#: ../../include/functions_reporting.php:7212 +#: ../../include/functions_reporting.php:7223 msgid "Projection Graph" msgstr "" @@ -28247,8 +28175,8 @@ msgid "Aggregated by" msgstr "" #: ../../include/lib/Dashboard/Widgets/netflow.php:243 -#: ../../operation/network/network_usage_map.php:266 #: ../../operation/network/network_report.php:253 +#: ../../operation/network/network_usage_map.php:266 msgid "Data to show" msgstr "" @@ -28268,6 +28196,65 @@ msgstr "" msgid "Not alert fired" msgstr "没有被觸發的已定義警示中" +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:168 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 +msgid "Security Hardening" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:176 +#: ../../include/functions_reports.php:982 +msgid "Top-N agents with the worst score" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:177 +#: ../../include/functions_reports.php:987 +msgid "Top-N most frequent failed checks" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:178 +#: ../../include/functions_reports.php:992 +msgid "Top-N checks failed by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:179 +#: ../../include/functions_reports.php:997 +msgid "Vulnerabilities by category" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:180 +#: ../../include/functions_reports.php:1007 +msgid "Scoring by date" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:181 +#: ../../include/functions_reports.php:1012 +msgid "Evolution" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:588 +msgid "Scoring" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:793 +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:892 +#: ../../include/functions_reporting_html.php:997 +#: ../../include/functions_reporting_html.php:1044 +#, fuzzy +msgid "Total Failed" +msgstr "代理程式總數" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:986 +#: ../../include/functions_reporting_html.php:1107 +msgid "Last audit scan" +msgstr "" + +#: ../../include/lib/Dashboard/Widgets/security_hardening.php:987 +#: ../../include/functions_reporting_html.php:676 +#: ../../include/functions_reporting_html.php:900 +#: ../../include/functions_reporting_html.php:1108 +msgid "Score" +msgstr "" + #: ../../include/lib/Dashboard/Manager.php:727 #: ../../include/lib/Dashboard/Manager.php:765 #, php-format @@ -28398,37 +28385,6 @@ msgstr "" msgid "Cannot connect to node %d" msgstr "" -#: ../../include/lib/Module.php:257 -msgid "error: Module has no agent assigned" -msgstr "" - -#: ../../include/lib/Module.php:838 -#, php-format -msgid "Module already exists: \"%s\"" -msgstr "" - -#: ../../include/lib/Module.php:1072 -#, fuzzy -msgid "Module name empty." -msgstr "模組合理性" - -#: ../../include/lib/Module.php:1078 -msgid "Invalid characters in module name" -msgstr "" - -#: ../../include/lib/Module.php:1084 -msgid "Module already exists please select another name or agent." -msgstr "" - -#: ../../include/lib/Module.php:1090 -msgid "Insufficent permissions to perform this action" -msgstr "" - -#: ../../include/lib/Module.php:1097 -#, php-format -msgid "Error while processing: %s" -msgstr "" - #: ../../include/lib/SpecialDay.php:88 ../../include/lib/SpecialDay.php:115 msgid "Already exist special day in this day." msgstr "" @@ -28514,24 +28470,114 @@ msgstr "" msgid "Events in last 24 hrs" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:38 -msgid "Log storage" +#: ../../include/lib/TacticalView/elements/Agents.php:135 +#, fuzzy +msgid "Group alias" +msgstr "群組" + +#: ../../include/lib/TacticalView/elements/Agents.php:382 +#: ../../include/functions_agents.php:3043 +#: ../../include/functions_agents.php:3082 +#: ../../include/functions_agents.php:3171 +#: ../../include/functions_agents.php:3218 +msgid "No Monitors" msgstr "" +#: ../../include/lib/TacticalView/elements/Agents.php:385 +msgid "UKNOWN" +msgstr "" + +#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 +#, fuzzy +msgid "Monitoring elements" +msgstr "監察健康狀況" + +#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 +msgid "Name #Ag." +msgstr "" + +#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 +msgid "SNMP Traps" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Groups.php:87 +#, fuzzy +msgid "My monitored agents" +msgstr "監察健康狀況" + +#: ../../include/lib/TacticalView/elements/Groups.php:91 +msgid "My monitored modules" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/LogStorage.php:98 #: ../../include/lib/TacticalView/elements/LogStorage.php:117 -#: ../../include/lib/TacticalView/elements/Database.php:94 #: ../../include/lib/TacticalView/elements/Overview.php:82 #: ../../include/lib/TacticalView/elements/Overview.php:125 msgid "Everything's OK!" msgstr "" -#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Database.php:103 +#: ../../include/lib/TacticalView/elements/LogStorage.php:107 #: ../../include/lib/TacticalView/elements/Overview.php:134 msgid "Something’s wrong" msgstr "" +#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_events.php:219 ../../include/functions_ui.php:4525 +#: ../../operation/events/events.php:704 +msgid "MAINTENANCE" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_events.php:222 ../../include/functions_ui.php:4530 +#: ../../operation/events/events.php:709 +msgid "INFORMATIONAL" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_events.php:225 ../../include/functions_ui.php:4555 +#: ../../operation/events/events.php:714 +msgid "MAJOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_events.php:228 ../../include/functions_ui.php:4550 +#: ../../operation/events/events.php:719 +msgid "MINOR" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3609 +#: ../../include/functions_events.php:3618 +#: ../../mobile/operation/events.php:890 +msgid "In process" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:293 +#, fuzzy +msgid "New events" +msgstr "顯示事件" + +#: ../../include/lib/TacticalView/elements/Events.php:301 +msgid "Validated events" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:305 +#: ../../include/functions_reporting_html.php:1526 +#: ../../include/functions_reporting_html.php:6136 +msgid "Unknow" +msgstr "" + +#: ../../include/lib/TacticalView/elements/Events.php:446 +msgid "Event" +msgstr "" + +#: ../../include/lib/TacticalView/elements/LogStorage.php:38 +msgid "Log storage" +msgstr "" + #: ../../include/lib/TacticalView/elements/NewsBoard.php:40 msgid "News Board" msgstr "" @@ -28598,96 +28644,6 @@ msgid "" "news." msgstr "" -#: ../../include/lib/TacticalView/elements/Agents.php:135 -#, fuzzy -msgid "Group alias" -msgstr "群組" - -#: ../../include/lib/TacticalView/elements/Agents.php:382 -#: ../../include/functions_agents.php:3043 -#: ../../include/functions_agents.php:3082 -#: ../../include/functions_agents.php:3171 -#: ../../include/functions_agents.php:3218 -msgid "No Monitors" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Agents.php:385 -msgid "UKNOWN" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:192 -#: ../../include/functions_ui.php:4525 ../../include/functions_events.php:219 -#: ../../operation/events/events.php:704 -msgid "MAINTENANCE" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:197 -#: ../../include/functions_ui.php:4530 ../../include/functions_events.php:222 -#: ../../operation/events/events.php:709 -msgid "INFORMATIONAL" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:202 -#: ../../include/functions_ui.php:4555 ../../include/functions_events.php:225 -#: ../../operation/events/events.php:714 -msgid "MAJOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:207 -#: ../../include/functions_ui.php:4550 ../../include/functions_events.php:228 -#: ../../operation/events/events.php:719 -msgid "MINOR" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:289 -#: ../../include/functions_events.php:3322 -#: ../../include/functions_events.php:3609 -#: ../../include/functions_events.php:3618 -#: ../../mobile/operation/events.php:890 -msgid "In process" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:293 -#, fuzzy -msgid "New events" -msgstr "顯示事件" - -#: ../../include/lib/TacticalView/elements/Events.php:301 -msgid "Validated events" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:305 -#: ../../include/functions_reporting_html.php:1526 -#: ../../include/functions_reporting_html.php:6136 -msgid "Unknow" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Events.php:446 -msgid "Event" -msgstr "" - -#: ../../include/lib/TacticalView/elements/MonitoringElements.php:41 -#, fuzzy -msgid "Monitoring elements" -msgstr "監察健康狀況" - -#: ../../include/lib/TacticalView/elements/ScheduledDowntime.php:61 -msgid "Name #Ag." -msgstr "" - -#: ../../include/lib/TacticalView/elements/SnmpTraps.php:38 -msgid "SNMP Traps" -msgstr "" - -#: ../../include/lib/TacticalView/elements/Groups.php:87 -#, fuzzy -msgid "My monitored agents" -msgstr "監察健康狀況" - -#: ../../include/lib/TacticalView/elements/Groups.php:91 -msgid "My monitored modules" -msgstr "" - #: ../../include/lib/TacticalView/elements/Overview.php:44 #, fuzzy msgid "General overview" @@ -29127,6 +29083,37 @@ msgstr "" msgid "Operative system" msgstr "" +#: ../../include/lib/Module.php:257 +msgid "error: Module has no agent assigned" +msgstr "" + +#: ../../include/lib/Module.php:838 +#, php-format +msgid "Module already exists: \"%s\"" +msgstr "" + +#: ../../include/lib/Module.php:1072 +#, fuzzy +msgid "Module name empty." +msgstr "模組合理性" + +#: ../../include/lib/Module.php:1078 +msgid "Invalid characters in module name" +msgstr "" + +#: ../../include/lib/Module.php:1084 +msgid "Module already exists please select another name or agent." +msgstr "" + +#: ../../include/lib/Module.php:1090 +msgid "Insufficent permissions to perform this action" +msgstr "" + +#: ../../include/lib/Module.php:1097 +#, php-format +msgid "Error while processing: %s" +msgstr "" + #: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 #: ../../include/rest-api/models/VisualConsole/Item.php:2019 #, fuzzy @@ -29543,7 +29530,7 @@ msgstr "" #: ../../include/functions_maps.php:50 #: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10174 +#: ../../include/functions_reporting.php:10185 #: ../../operation/agentes/pandora_networkmap.php:816 msgid "Dynamic" msgstr "" @@ -29585,103 +29572,6 @@ msgstr "" msgid "Failed to erase policy module: %d" msgstr "" -#: ../../include/functions_snmp.php:65 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:69 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:73 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:77 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:81 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:85 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:89 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:93 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:97 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:101 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:105 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:109 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:113 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:117 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:121 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:125 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:129 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:133 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:137 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:141 -#, fuzzy -msgid "System Up time" -msgstr "系統" - -#: ../../include/functions_snmp.php:349 -msgid "Pagination" -msgstr "" - -#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 -msgid "Group by Enterprise String / IP" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filter" -msgstr "" - -#: ../../include/functions_snmp.php:441 -msgid "Active filters" -msgstr "" - #: ../../include/functions_tags.php:712 msgid "Click here to open a popup window with URL tag" msgstr "" @@ -30187,602 +30077,6 @@ msgstr "" msgid "File is missing in disk storage. Please contact the administrator." msgstr "" -#: ../../include/functions.php:519 ../../include/functions.php:671 -msgid "s" -msgstr "" - -#: ../../include/functions.php:520 ../../include/functions.php:672 -msgid "d" -msgstr "" - -#: ../../include/functions.php:521 ../../include/functions.php:673 -msgid "M" -msgstr "" - -#: ../../include/functions.php:523 ../../include/functions.php:675 -msgid "m" -msgstr "" - -#: ../../include/functions.php:524 ../../include/functions.php:676 -msgid "h" -msgstr "" - -#: ../../include/functions.php:525 ../../include/functions.php:677 -msgid "N" -msgstr "" - -#: ../../include/functions.php:1365 ../../include/functions_events.php:3181 -msgid "Monitor Critical" -msgstr "" - -#: ../../include/functions.php:1366 ../../include/functions_events.php:3185 -msgid "Monitor Warning" -msgstr "" - -#: ../../include/functions.php:1367 ../../include/functions_events.php:3189 -msgid "Monitor Normal" -msgstr "" - -#: ../../include/functions.php:1369 -msgid "Monitor Unknown" -msgstr "" - -#: ../../include/functions.php:1372 ../../include/functions_events.php:2962 -#: ../../include/functions_events.php:3197 -msgid "Alert recovered" -msgstr "" - -#: ../../include/functions.php:1373 ../../include/functions_events.php:3010 -#: ../../include/functions_events.php:3201 -msgid "Alert ceased" -msgstr "" - -#: ../../include/functions.php:1374 ../../include/functions_events.php:3205 -msgid "Alert manual validation" -msgstr "" - -#: ../../include/functions.php:1376 -msgid "Agent created" -msgstr "" - -#: ../../include/functions.php:1377 ../../include/functions_events.php:3209 -msgid "Recon host detected" -msgstr "" - -#: ../../include/functions.php:1380 ../../include/functions_events.php:3006 -#: ../../include/functions_events.php:3221 -msgid "Configuration change" -msgstr "" - -#: ../../include/functions.php:1381 ../../include/functions_events.php:3229 -msgid "Network configuration manager" -msgstr "" - -#: ../../include/functions.php:1497 ../../include/functions.php:1527 -msgid "ALERT FIRED" -msgstr "" - -#: ../../include/functions.php:2831 -#, fuzzy, php-format -msgid "%s seconds" -msgstr "秒" - -#: ../../include/functions.php:2834 ../../include/functions.php:2835 -#, php-format -msgid "%s minutes" -msgstr "" - -#: ../../include/functions.php:2843 ../../include/functions.php:2844 -#, php-format -msgid "%s months" -msgstr "" - -#: ../../include/functions.php:2846 ../../include/functions.php:2847 -#, php-format -msgid "%s years" -msgstr "" - -#: ../../include/functions.php:2849 -msgid "Default values will be used" -msgstr "" - -#: ../../include/functions.php:3038 ../../include/functions.php:3043 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../include/functions.php:3039 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize "
-"(currently "
-msgstr ""
-
-#: ../../include/functions.php:3047
-msgid "The uploaded file was only partially uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3051
-msgid "No file was uploaded"
-msgstr ""
-
-#: ../../include/functions.php:3055
-msgid "Missing a temporary folder"
-msgstr ""
-
-#: ../../include/functions.php:3059
-msgid "Failed to write file to disk"
-msgstr ""
-
-#: ../../include/functions.php:3063
-msgid "File upload stopped by extension"
-msgstr ""
-
-#: ../../include/functions.php:3067
-msgid "Unknown upload error"
-msgstr ""
-
-#: ../../include/functions.php:3178
-msgid "No data found to export"
-msgstr ""
-
-#: ../../include/functions.php:3499
-#: ../../operation/gis_maps/render_view.php:150
-msgid "5 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3500
-#: ../../operation/gis_maps/render_view.php:151
-msgid "10 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3501
-msgid "15 seconds"
-msgstr ""
-
-#: ../../include/functions.php:3504
-#: ../../operation/gis_maps/render_view.php:154
-msgid "2 minutes"
-msgstr ""
-
-#: ../../include/functions.php:3506
-msgid "15 minutes"
-msgstr ""
-
-#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
-#: ../../views/dashboard/slides.php:204
-msgid "Previous"
-msgstr ""
-
-#: ../../include/functions.php:4061
-msgid "Summatory series"
-msgstr ""
-
-#: ../../include/functions.php:4065
-#, fuzzy
-msgid "Average series"
-msgstr "非常嚴重的"
-
-#: ../../include/functions.php:4093 ../../include/functions.php:4112
-#: ../../include/functions.php:4126 ../../include/functions.php:4171
-#: ../../include/functions.php:4255 ../../include/functions.php:4332
-msgid "Unit "
-msgstr ""
-
-#: ../../include/functions.php:4265
-msgid "Min:"
-msgstr ""
-
-#: ../../include/functions.php:4274
-msgid "Max:"
-msgstr ""
-
-#: ../../include/functions.php:4283
-msgid "Avg:"
-msgstr ""
-
-#: ../../include/functions.php:4329 ../../include/functions.php:4337
-#, fuzzy
-msgid "of module"
-msgstr "模組"
-
-#: ../../include/functions.php:4356
-#, fuzzy
-msgid "Projection"
-msgstr "動作"
-
-#: ../../include/functions.php:6388
-#, fuzzy
-msgid "Testing Pandora FMS email"
-msgstr "Pandora FMS 概覽"
-
-#: ../../include/functions.php:6401
-msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
-msgstr ""
-
-#: ../../include/functions.php:6636
-msgid "Recommended value is: -1"
-msgstr ""
-
-#: ../../include/functions_api.php:126
-msgid "Not `set`, `get` or `help` operation selected."
-msgstr ""
-
-#: ../../include/functions_api.php:136
-msgid "This operation does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:146
-msgid "The Id does not exist in database."
-msgstr ""
-
-#: ../../include/functions_api.php:156
-msgid "This operation can not be used in cluster elements."
-msgstr ""
-
-#: ../../include/functions_api.php:166
-msgid "The user has not enough permissions for perform this action."
-msgstr ""
-
-#: ../../include/functions_api.php:176
-#: ../../operation/custom_fields/custom_fields_view.php:727
-msgid "No data to show."
-msgstr ""
-
-#: ../../include/functions_api.php:186
-msgid ""
-"This console is not the environment administrator. Please, manage this "
-"feature from centralized manager console (Metaconsole)."
-msgstr ""
-
-#: ../../include/functions_api.php:196
-msgid "Auth error"
-msgstr ""
-
-#: ../../include/functions_api.php:206
-msgid "License not allowed for this operation."
-msgstr ""
-
-#: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other "
-"than 0."
-msgstr ""
-
-#: ../../include/functions_api.php:1891
-#, php-format
-msgid "Updated %d/%d agents"
-msgstr ""
-
-#: ../../include/functions_api.php:1899
-msgid "Agent updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2116
-msgid "Could not create OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2153
-msgid "Could not update OS"
-msgstr ""
-
-#: ../../include/functions_api.php:2362
-msgid "The agent was successfully deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:3871
-msgid "Network module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4171
-msgid "Plugin module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4529
-#, php-format
-msgid "Synthetic module created ID: %s"
-msgstr ""
-
-#: ../../include/functions_api.php:4682
-msgid "Synthetic module created ID: "
-msgstr ""
-
-#: ../../include/functions_api.php:4801
-msgid "Data module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5182
-msgid "SNMP module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5781
-msgid "Error creating alert template. Id_group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5795
-msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:5939
-msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
-msgstr ""
-
-#: ../../include/functions_api.php:6023
-msgid "Successful update of the alert template"
-msgstr ""
-
-#: ../../include/functions_api.php:6069
-msgid "Error deleting alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6098
-msgid "Successful delete of alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
-#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
-#: ../../include/functions_api.php:12501
-#, php-format
-msgid "%d agents affected"
-msgstr ""
-
-#: ../../include/functions_api.php:6664
-msgid "Correct deleting of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6772
-msgid "Successful delete of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:6805
-msgid "Error validating alert. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6813
-msgid "Error validating alert. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6821
-msgid "Error validating alert. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:6892
-msgid "Error validating alert. Specified alert does not exist."
-msgstr ""
-
-#: ../../include/functions_api.php:6903
-msgid "Error validating alert"
-msgstr ""
-
-#: ../../include/functions_api.php:6977
-#, php-format
-msgid "Correct validation of all alerts (total %d)."
-msgstr ""
-
-#: ../../include/functions_api.php:7071
-msgid "Correct validation of all policy alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be "
-"stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7126
-msgid "Downtime stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:7600
-msgid "and this modules are doesn't exists or not applicable a this agents: "
-msgstr ""
-
-#: ../../include/functions_api.php:7604
-msgid "and this agents are generate problems: "
-msgstr ""
-
-#: ../../include/functions_api.php:7608
-msgid "and this agents with ids are doesn't exists: "
-msgstr ""
-
-#: ../../include/functions_api.php:7756
-msgid "Planned downtime updated"
-msgstr ""
-
-#: ../../include/functions_api.php:7831
-msgid " Agents deleted"
-msgstr ""
-
-#: ../../include/functions_api.php:7913
-msgid " Agents added"
-msgstr ""
-
-#: ../../include/functions_api.php:8033
-msgid "Data policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8265
-msgid "Network policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:8521
-msgid "Plugin policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9032
-msgid "SNMP policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:9367
-msgid "Successful deletion"
-msgstr ""
-
-#: ../../include/functions_api.php:9690
-msgid "User created."
-msgstr ""
-
-#: ../../include/functions_api.php:9785
-#, fuzzy
-msgid "User updated."
-msgstr "更新"
-
-#: ../../include/functions_api.php:9862
-msgid "Enabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:9870
-msgid "Disabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:10165
-#, php-format
-msgid "Template have been inserted in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10340
-msgid "XML file was generated successfully in path: "
-msgstr ""
-
-#: ../../include/functions_api.php:10480
-#, php-format
-msgid "Module has been created in %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:10608
-#, php-format
-msgid "Action has been set for %d agents."
-msgstr ""
-
-#: ../../include/functions_api.php:11688
-msgid "User deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:11747
-msgid "User profile added."
-msgstr ""
-
-#: ../../include/functions_api.php:11812
-msgid "User profile deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:12095
-msgid "Module disabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12097
-msgid "The module could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12159
-msgid "Module enabled successfully."
-msgstr ""
-
-#: ../../include/functions_api.php:12161
-msgid "The module could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
-msgid "The alert could not be disabled."
-msgstr ""
-
-#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
-msgid "The alert could not be enabled."
-msgstr ""
-
-#: ../../include/functions_api.php:13681
-msgid "Enabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:13689
-msgid "Disabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:14666
-msgid "Metaconsole and the licenses of all nodes were updated."
-msgstr ""
-
-#: ../../include/functions_api.php:14668
-#, php-format
-msgid "Metaconsole license updated but %d of %d node failed to sync."
-msgstr ""
-
-#: ../../include/functions_api.php:14671
-msgid "This function is for metaconsole only."
-msgstr ""
-
-#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
-msgid "Successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:15091
-msgid "The user cannot access the cluster."
-msgstr ""
-
-#: ../../include/functions_api.php:15185
-msgid "Created by template "
-msgstr ""
-
-#: ../../include/functions_api.php:15979
-msgid "Event filter successfully created."
-msgstr ""
-
-#: ../../include/functions_api.php:16212
-msgid "Event filter successfully updated."
-msgstr ""
-
-#: ../../include/functions_api.php:16253
-msgid "Event filter successfully deleted."
-msgstr ""
-
-#: ../../include/functions_api.php:16569
-msgid "Validated traps."
-msgstr ""
-
-#: ../../include/functions_api.php:16596
-#, fuzzy
-msgid "Deleted traps."
-msgstr "删除"
-
-#: ../../include/functions_api.php:16789
-#, php-format
-msgid "Successfully updated module/alert count in id agent %d."
-msgstr ""
-
-#: ../../include/functions_api.php:16791
-msgid "Successfully updated module/alert count in all agents"
-msgstr ""
-
-#: ../../include/functions_api.php:17255
-#, php-format
-msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-
-#: ../../include/functions_api.php:17444
-msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17452
-msgid ""
-"Error enable/disable discovery task. Enable/disable value cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:17477
-msgid "Error in discovery task enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:17485
-msgid "Enabled discovery task."
-msgstr ""
-
-#: ../../include/functions_api.php:17493
-msgid "Disabled discovery task."
-msgstr ""
-
 #: ../../include/functions_menu.php:594
 msgid "Configure user"
 msgstr ""
@@ -31425,7 +30719,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3112
 #: ../../include/functions_agents.php:3179
 #: ../../include/functions_agents.php:3223
-#: ../../include/functions_reporting.php:13701
+#: ../../include/functions_reporting.php:13712
 msgid "At least one module in CRITICAL status"
 msgstr ""
 
@@ -31433,7 +30727,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3125
 #: ../../include/functions_agents.php:3187
 #: ../../include/functions_agents.php:3228
-#: ../../include/functions_reporting.php:13708
+#: ../../include/functions_reporting.php:13719
 msgid "At least one module in WARNING status"
 msgstr ""
 
@@ -31441,7 +30735,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3138
 #: ../../include/functions_agents.php:3195
 #: ../../include/functions_agents.php:3233
-#: ../../include/functions_reporting.php:13715
+#: ../../include/functions_reporting.php:13726
 msgid "At least one module is in UKNOWN status"
 msgstr ""
 
@@ -31449,7 +30743,7 @@ msgstr ""
 #: ../../include/functions_agents.php:3151
 #: ../../include/functions_agents.php:3203
 #: ../../include/functions_agents.php:3238
-#: ../../include/functions_reporting.php:13722
+#: ../../include/functions_reporting.php:13733
 msgid "All Monitors OK"
 msgstr ""
 
@@ -31699,178 +30993,6 @@ msgstr ""
 msgid "Use agent IP"
 msgstr ""
 
-#: ../../include/functions_ui.php:553
-msgid "Error processing request"
-msgstr ""
-
-#: ../../include/functions_ui.php:718
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-
-#: ../../include/functions_ui.php:1064
-msgid "Software"
-msgstr ""
-
-#: ../../include/functions_ui.php:1360
-msgid "Force check"
-msgstr ""
-
-#: ../../include/functions_ui.php:1537
-msgid "Are you sure you want to delete alert action?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1625
-msgid "Are you sure you want to delete alert?"
-msgstr ""
-
-#: ../../include/functions_ui.php:1872
-msgid "The alert would fire when the value is over "
-msgstr ""
-
-#: ../../include/functions_ui.php:1877
-msgid "The alert would fire when the value is under "
-msgstr ""
-
-#: ../../include/functions_ui.php:1892
-msgid "Unknown option."
-msgstr ""
-
-#: ../../include/functions_ui.php:2265 ../../include/functions_config.php:2859
-#: ../../operation/reporting/graph_analytics_public.php:49
-msgid "the Flexible Monitoring System"
-msgstr ""
-
-#: ../../include/functions_ui.php:2699
-msgid "First"
-msgstr ""
-
-#: ../../include/functions_ui.php:3159
-msgid "Unknown type"
-msgstr ""
-
-#: ../../include/functions_ui.php:4051
-msgid "Export current page to CSV"
-msgstr ""
-
-#: ../../include/functions_ui.php:4052
-#, php-format
-msgid "export_%s_current_page_%s"
-msgstr ""
-
-#: ../../include/functions_ui.php:4205
-msgid "No matching records found"
-msgstr ""
-
-#: ../../include/functions_ui.php:4206
-msgid "No data available in table"
-msgstr ""
-
-#: ../../include/functions_ui.php:4299
-msgid "Please apply a filter to display the data."
-msgstr ""
-
-#: ../../include/functions_ui.php:4437 ../../include/functions_events.php:75
-#: ../../include/functions_events.php:101 ../../operation/events/events.php:806
-#: ../../operation/events/events.php:868
-msgid "ALERT"
-msgstr ""
-
-#: ../../include/functions_ui.php:4446 ../../include/functions_graph.php:3131
-#: ../../include/functions_graph.php:5424
-#: ../../include/functions_events.php:108
-#: ../../include/functions_events.php:2994
-#: ../../operation/events/events.php:815
-msgid "SYSTEM"
-msgstr ""
-
-#: ../../include/functions_ui.php:5398 ../../include/functions_groups.php:2670
-#: ../../include/functions_groups.php:2697
-#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
-#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
-#: ../../include/functions_reporting.php:12756
-#: ../../include/functions_reporting.php:12909
-#: ../../include/functions_reporting.php:12923
-#: ../../include/functions_reporting.php:15271
-#: ../../include/functions_reporting.php:15352
-msgid "Enterprise version not installed"
-msgstr ""
-
-#: ../../include/functions_ui.php:5834
-msgid "Type at least two characters to search."
-msgstr ""
-
-#: ../../include/functions_ui.php:6774
-msgid "Unhandled error"
-msgstr ""
-
-#: ../../include/functions_ui.php:6775
-msgid "An unhandled error occurs"
-msgstr ""
-
-#: ../../include/functions_ui.php:7024
-msgid "Snapshot view"
-msgstr ""
-
-#: ../../include/functions_ui.php:7050
-#, php-format
-msgid ""
-"These controls are using the timezone of the system (%s) instead of yours "
-"(%s). The difference with your time zone in hours is %s."
-msgstr ""
-
-#: ../../include/functions_ui.php:7352
-msgid "Query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7377
-msgid "Results"
-msgstr ""
-
-#: ../../include/functions_ui.php:7424
-msgid "Execute query"
-msgstr ""
-
-#: ../../include/functions_ui.php:7458
-#, fuzzy
-msgid "Show password"
-msgstr "密碼"
-
-#: ../../include/functions_ui.php:7558
-msgid "WEB server"
-msgstr ""
-
-#: ../../include/functions_ui.php:7568
-#, fuzzy
-msgid "Wizard Module"
-msgstr "模組"
-
-#: ../../include/functions_ui.php:7661
-msgid "Select inventory module"
-msgstr ""
-
-#: ../../include/functions_ui.php:7724
-msgid "Use custom fields"
-msgstr ""
-
-#: ../../include/functions_ui.php:7864
-msgid "Field name"
-msgstr ""
-
-#: ../../include/functions_ui.php:7881
-#, fuzzy
-msgid "It's a password"
-msgstr "密碼"
-
-#: ../../include/functions_ui.php:7889
-msgid "Add field"
-msgstr ""
-
-#: ../../include/functions_ui.php:8388
-msgid "Empty view image"
-msgstr ""
-
 #: ../../include/functions_groups.php:75
 msgid "Alert Actions"
 msgstr ""
@@ -31902,66 +31024,1539 @@ msgstr ""
 msgid "GIS map layers"
 msgstr ""
 
+#: ../../include/functions_groups.php:2670
+#: ../../include/functions_groups.php:2697
+#: ../../include/functions_groups.php:2762 ../../include/functions_html.php:981
+#: ../../include/functions_html.php:4371 ../../include/functions_html.php:4874
+#: ../../include/functions_reporting.php:12767
+#: ../../include/functions_reporting.php:12920
+#: ../../include/functions_reporting.php:12934
+#: ../../include/functions_reporting.php:15282
+#: ../../include/functions_reporting.php:15363
+#: ../../include/functions_ui.php:5398
+msgid "Enterprise version not installed"
+msgstr ""
+
 #: ../../include/functions_groups.php:2681
+#: ../../include/functions_reporting.php:12923
 #: ../../include/functions_reporting_html.php:7181
-#: ../../include/functions_reporting.php:12912
 msgid "Monitor checks"
 msgstr ""
 
 #: ../../include/functions_groups.php:2713
+#: ../../include/functions_reporting.php:12942
 #: ../../include/functions_reporting_html.php:7188
-#: ../../include/functions_reporting.php:12931
 msgid "Total agents and monitors"
 msgstr ""
 
 #: ../../include/functions_groups.php:2746
-#: ../../include/functions_reporting.php:12745
+#: ../../include/functions_reporting.php:12756
 msgid "Defined alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2792
-#: ../../include/functions_reporting.php:12774
+#: ../../include/functions_reporting.php:12785
 msgid "Defined and fired alerts"
 msgstr ""
 
 #: ../../include/functions_groups.php:2855
-#: ../../include/functions_reporting.php:12817
+#: ../../include/functions_reporting.php:12828
 #: ../../operation/custom_fields/custom_fields_view.php:461
 msgid "Monitor critical"
 msgstr ""
 
 #: ../../include/functions_groups.php:2859
-#: ../../include/functions_reporting.php:12821
+#: ../../include/functions_reporting.php:12832
 #: ../../operation/custom_fields/custom_fields_view.php:472
 msgid "Monitor warning"
 msgstr ""
 
 #: ../../include/functions_groups.php:2866
-#: ../../include/functions_reporting.php:12828
+#: ../../include/functions_reporting.php:12839
 #: ../../operation/custom_fields/custom_fields_view.php:483
 msgid "Monitor normal"
 msgstr ""
 
 #: ../../include/functions_groups.php:2870
-#: ../../include/functions_reporting.php:12832
+#: ../../include/functions_reporting.php:12843
 #: ../../operation/custom_fields/custom_fields_view.php:494
 msgid "Monitor unknown"
 msgstr ""
 
 #: ../../include/functions_groups.php:2877
-#: ../../include/functions_reporting.php:12839
+#: ../../include/functions_reporting.php:12850
 #: ../../operation/custom_fields/custom_fields_view.php:505
 msgid "Monitor not init"
 msgstr ""
 
 #: ../../include/functions_groups.php:2897
 #: ../../include/functions_groups.php:2903
-#: ../../include/functions_reporting.php:12859
-#: ../../include/functions_reporting.php:12865
+#: ../../include/functions_reporting.php:12870
+#: ../../include/functions_reporting.php:12876
 #: ../../operation/custom_fields/custom_fields_view.php:528
 msgid "Monitors by status"
 msgstr ""
 
+#: ../../include/functions_graph.php:2532
+#: ../../include/functions_reporting.php:7774
+#: ../../include/functions_reporting.php:7797
+#: ../../include/functions_reporting.php:7812
+#: ../../include/functions_reporting.php:7828
+#: ../../include/functions_reporting.php:7843
+#: ../../include/functions_reporting_html.php:5075
+#: ../../include/functions_reporting_html.php:5104
+#: ../../include/functions_reporting_html.php:5147
+#: ../../include/functions_reporting_html.php:5170
+#: ../../include/functions_reporting_html.php:5173
+#: ../../include/functions_reporting_html.php:5180
+msgid "Maximun"
+msgstr ""
+
+#: ../../include/functions_graph.php:2698
+msgid "Not fired alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:3131
+#: ../../include/functions_graph.php:5424
+#: ../../include/functions_events.php:108
+#: ../../include/functions_events.php:2994 ../../include/functions_ui.php:4446
+#: ../../operation/events/events.php:815
+msgid "SYSTEM"
+msgstr ""
+
+#: ../../include/functions_graph.php:5166
+msgid "Main node"
+msgstr ""
+
+#: ../../include/functions_graph.php:5492
+#: ../../include/functions_graph.php:5649
+#: ../../operation/agentes/interface_traffic_graph_win.php:169
+msgid "Refresh time"
+msgstr "更新時間"
+
+#: ../../include/functions_graph.php:5506
+#: ../../include/functions_graph.php:5671
+#: ../../mobile/operation/module_graph.php:458
+#: ../../operation/agentes/interface_traffic_graph_win.php:183
+#: ../../operation/agentes/exportdata.php:399
+#: ../../operation/agentes/graphs.php:220
+msgid "Begin date"
+msgstr "起始時間"
+
+#: ../../include/functions_graph.php:5520
+#: ../../include/functions_graph.php:5693
+#: ../../operation/agentes/interface_traffic_graph_win.php:214
+msgid "Begin time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5534
+#: ../../include/functions_graph.php:5715
+#: ../../operation/agentes/interface_traffic_graph_win.php:231
+#: ../../operation/agentes/graphs.php:232
+msgid "Time range"
+msgstr "時間範圍"
+
+#: ../../include/functions_graph.php:5545
+#: ../../include/functions_graph.php:5767
+#: ../../mobile/operation/module_graph.php:425
+msgid "Time compare (Separated)"
+msgstr ""
+
+#: ../../include/functions_graph.php:5634
+#: ../../include/functions_graph.php:5824
+msgid "Sliced"
+msgstr ""
+
+#: ../../include/functions_graph.php:5660
+#: ../../operation/agentes/graphs.php:255
+msgid "Show events"
+msgstr "顯示事件"
+
+#: ../../include/functions_graph.php:5685
+#: ../../operation/agentes/graphs.php:260
+msgid "Show alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:5707
+#: ../../mobile/operation/module_graph.php:441
+msgid "Show unknown graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5730
+#: ../../operation/reporting/graph_viewer.php:428
+msgid "Zoom"
+msgstr ""
+
+#: ../../include/functions_graph.php:5750
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+#, fuzzy
+msgid "Show percentil"
+msgstr "顯示事件"
+
+#: ../../include/functions_graph.php:5775
+msgid "Show AVG/MAX/MIN data series in graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5797
+#: ../../include/functions_reports.php:741
+msgid "Projection graph"
+msgstr ""
+
+#: ../../include/functions_graph.php:5799
+msgid "Projection graph take as begin date the current time"
+msgstr ""
+
+#: ../../include/functions_graph.php:5842
+#: ../../operation/agentes/interface_traffic_graph_win.php:294
+#: ../../views/cluster/view.php:225
+msgid "Reload"
+msgstr ""
+
+#: ../../include/functions_graph.php:5870
+#: ../../operation/agentes/interface_traffic_graph_win.php:318
+#: ../../operation/agentes/interface_traffic_graph_win.php:322
+msgid "Graph configuration menu"
+msgstr ""
+
+#: ../../include/functions_cron.php:501
+msgid "Last run"
+msgstr ""
+
+#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
+#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
+#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
+#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
+msgid "Force run"
+msgstr ""
+
+#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
+#: ../../include/functions_cron.php:828
+msgid "Report type"
+msgstr ""
+
+#: ../../include/functions_cron.php:675
+msgid "regex"
+msgstr ""
+
+#: ../../include/functions_cron.php:701
+msgid "Report per agent"
+msgstr ""
+
+#: ../../include/functions_cron.php:740
+msgid "Custom script"
+msgstr ""
+
+#: ../../include/functions_cron.php:975
+msgid "Enable task"
+msgstr ""
+
+#: ../../include/functions_cron.php:989
+msgid "There are no jobs"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:128
+#, php-format
+msgid "File of collection is bigger than the limit (%s bytes)"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:161
+#: ../../include/functions_filemanager.php:250
+#: ../../include/functions_filemanager.php:305
+#: ../../include/functions_filemanager.php:398
+msgid "Security error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:185
+#: ../../include/functions_filemanager.php:241
+msgid "Upload error"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:194
+#, php-format
+msgid "Issue setting umask: %s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:199
+#: ../../include/functions_filemanager.php:256
+msgid "Upload correct"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:253
+msgid "It was impossible to uncompress your file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:269
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:318
+msgid "File created correctly"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:321
+msgid "Error creating file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:328
+#: ../../include/functions_filemanager.php:378
+msgid "Error creating file with empty name"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:354
+msgid "Security error."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:369
+msgid "Directory created"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:372
+msgid "Something gone wrong creating directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:400
+#: ../../include/functions_filemanager.php:417
+#: ../../include/functions_inventory.php:1406
+#: ../../include/functions_inventory.php:1471
+#: ../../include/functions_reporting_html.php:2597
+msgid "Deleted"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:612
+#: ../../include/functions_filemanager.php:908
+msgid "Create a Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:618
+#: ../../include/functions_filemanager.php:920
+#: ../../include/functions_filemanager.php:923
+#, fuzzy
+msgid "Create File"
+msgstr "建立"
+
+#: ../../include/functions_filemanager.php:623
+#: ../../include/functions_filemanager.php:934
+#: ../../include/functions_filemanager.php:937
+msgid "Upload Files"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:657
+#: ../../include/functions_filemanager.php:878
+msgid "Real path"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:692
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:737
+msgid "Parent directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:751
+msgid "Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:759
+msgid "Compressed file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:763
+#: ../../include/functions_filemanager.php:770
+msgid "Text file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:803
+msgid "This file could be executed by any user"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:804
+msgid "Make sure it can't perform dangerous tasks"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:889
+msgid "No files or directories to show."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:905
+#: ../../include/functions_filemanager.php:1043
+msgid "Create directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:970
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr ""
+
+#: ../../include/functions_filemanager.php:980
+msgid "Decompress"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1001
+msgid "Go"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1058
+#, fuzzy
+msgid "Create file"
+msgstr "建立"
+
+#: ../../include/functions_filemanager.php:1072
+msgid "Upload file/s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:1105
+msgid "The directory is read-only"
+msgstr ""
+
+#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
+msgid "Please select an item from this list."
+msgstr ""
+
+#: ../../include/functions_html.php:1015
+msgid "Select one or more elements"
+msgstr ""
+
+#: ../../include/functions_html.php:1707
+msgid "Filter agent"
+msgstr ""
+
+#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
+#, fuzzy
+msgid "Type to search agents"
+msgstr "代理程式總數"
+
+#: ../../include/functions_html.php:1727
+msgid "Filter module"
+msgstr ""
+
+#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
+msgid "Type to search modules"
+msgstr ""
+
+#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
+msgid "Only common modules"
+msgstr ""
+
+#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
+msgid "weeks"
+msgstr ""
+
+#: ../../include/functions_html.php:2948
+msgid "Month day"
+msgstr ""
+
+#: ../../include/functions_html.php:2949
+msgid "Month"
+msgstr ""
+
+#: ../../include/functions_html.php:2950
+msgid "Week day"
+msgstr ""
+
+#: ../../include/functions_html.php:5522
+#, fuzzy
+msgid "Select a file"
+msgstr "選取"
+
+#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
+msgid "Type at least two characters to search the module."
+msgstr ""
+
+#: ../../include/functions_html.php:5944 ../../index.php:533
+#: ../../index.php:814 ../../index.php:888
+#, php-format
+msgid "%s cannot verify the origin of the request. Try again, please."
+msgstr ""
+
+#: ../../include/functions_html.php:7477
+msgid "Primary group cannot be secondary too."
+msgstr ""
+
+#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
+#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
+msgid "Go to top"
+msgstr ""
+
+#: ../../include/functions_html.php:7984
+msgid "Last 24hr"
+msgstr ""
+
+#: ../../include/functions_html.php:7987
+msgid "Past week"
+msgstr ""
+
+#: ../../include/functions_html.php:7988
+msgid "Past month"
+msgstr ""
+
+#: ../../include/functions_html.php:7990
+#, fuzzy
+msgid "Last 15 days"
+msgstr "15 天"
+
+#: ../../include/functions_html.php:7993
+msgid "Chose start/end date period"
+msgstr ""
+
+#: ../../include/functions_html.php:8425
+msgid "Check mail configuration"
+msgstr ""
+
+#: ../../include/functions_html.php:8457
+msgid "Jump to"
+msgstr ""
+
+#: ../../include/functions_notifications.php:804
+msgid "Enable user configuration"
+msgstr ""
+
+#: ../../include/functions_notifications.php:849
+msgid "Subtype customization"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:876
+msgid "Notified groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add users"
+msgstr ""
+
+#: ../../include/functions_notifications.php:877
+msgid "Add groups"
+msgstr ""
+
+#: ../../include/functions_notifications.php:878
+#, fuzzy
+msgid "Delete users"
+msgstr "删除"
+
+#: ../../include/functions_notifications.php:878
+#, fuzzy
+msgid "Delete groups"
+msgstr "删除"
+
+#: ../../include/functions_notifications.php:974
+msgid "Add elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:988
+msgid "Remove elements"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1082
+msgid "Show all"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1086
+msgid "History DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1090
+msgid "Pandora DB"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1098
+msgid "Allow override"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1130
+#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
+#: ../../mobile/operation/events.php:1049
+#: ../../mobile/operation/modules.php:325
+msgid "Apply filter"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1160
+msgid "See all notifications"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1176
+msgid "Mark all as read"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1232
+msgid "Click here to get more information"
+msgstr ""
+
+#: ../../include/functions_notifications.php:1270
+msgid ". Read More..."
+msgstr ""
+
+#: ../../include/functions_reports.php:651
+#: ../../include/functions_reports.php:1193
+#: ../../include/functions_reporting.php:11212
+#: ../../include/functions_reporting.php:11372
+msgid "Simple graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:655
+msgid "Simple baseline graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:673
+msgid "SQL vertical bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:677
+msgid "SQL pie graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:681
+msgid "SQL horizontal bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:688
+msgid "Automatic combined Graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:694
+msgid "Availability graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:699
+msgid "Module Histogram graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:704
+msgid "IPAM"
+msgstr ""
+
+#: ../../include/functions_reports.php:705
+msgid "IPAM networks"
+msgstr ""
+
+#: ../../include/functions_reports.php:710
+#: ../../include/functions_reports.php:715
+#: ../../include/functions_reports.php:719
+#: ../../include/functions_reports.php:723
+#: ../../include/functions_reports.php:729
+msgid "SLA"
+msgstr ""
+
+#: ../../include/functions_reports.php:711
+#: ../../include/functions_reporting.php:1144
+msgid "S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:716
+msgid "Monthly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:720
+msgid "Weekly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:724
+msgid "Hourly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:730
+msgid "Services S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:736
+#: ../../include/functions_reports.php:740
+msgid "Forecasting"
+msgstr ""
+
+#: ../../include/functions_reports.php:737
+msgid "Prediction date"
+msgstr ""
+
+#: ../../include/functions_reports.php:746
+#, fuzzy
+msgid "Avg. value"
+msgstr "平均值"
+
+#: ../../include/functions_reports.php:750
+#, fuzzy
+msgid "Max. value"
+msgstr "最大值"
+
+#: ../../include/functions_reports.php:754
+#, fuzzy
+msgid "Min. value"
+msgstr "最小值"
+
+#: ../../include/functions_reports.php:758
+msgid "Monitor report"
+msgstr ""
+
+#: ../../include/functions_reports.php:762
+msgid "Serialize data"
+msgstr ""
+
+#: ../../include/functions_reports.php:770
+msgid "Historical Data"
+msgstr ""
+
+#: ../../include/functions_reports.php:774
+#: ../../include/functions_reporting.php:10514
+#: ../../include/functions_reporting_html.php:5268
+msgid "Increment"
+msgstr ""
+
+#: ../../include/functions_reports.php:782
+msgid "Service Level Detailed"
+msgstr ""
+
+#: ../../include/functions_reports.php:786
+#: ../../include/functions_reports.php:792
+#: ../../include/functions_reports.php:798
+#: ../../include/functions_reports.php:804
+#: ../../include/functions_reports.php:810
+#: ../../include/functions_reports.php:817
+#: ../../include/functions_reports.php:822
+#: ../../include/functions_reports.php:829
+#: ../../include/functions_reports.php:835
+#: ../../include/functions_reports.php:839
+#: ../../include/functions_reports.php:844
+#: ../../include/functions_reports.php:850
+msgid "Grouped"
+msgstr ""
+
+#: ../../include/functions_reports.php:793
+#: ../../include/functions_reports.php:799
+msgid "Group report"
+msgstr ""
+
+#: ../../include/functions_reports.php:805
+#: ../../include/functions_reporting.php:3930
+msgid "Exception"
+msgstr ""
+
+#: ../../include/functions_reports.php:818
+msgid "Agents/Modules status"
+msgstr ""
+
+#: ../../include/functions_reports.php:836
+msgid "Top n"
+msgstr ""
+
+#: ../../include/functions_reports.php:840
+msgid "Network interfaces"
+msgstr ""
+
+#: ../../include/functions_reports.php:845
+msgid "Custom Render"
+msgstr ""
+
+#: ../../include/functions_reports.php:851
+#: ../../include/functions_reporting.php:9381
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting_html.php:687
+msgid "Availability"
+msgstr ""
+
+#: ../../include/functions_reports.php:855
+#: ../../include/functions_reports.php:859
+msgid "Text/HTML "
+msgstr ""
+
+#: ../../include/functions_reports.php:860
+msgid "Import text from URL"
+msgstr ""
+
+#: ../../include/functions_reports.php:865
+msgid "Module alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:869
+#, fuzzy
+msgid "Agent alert report"
+msgstr "建立"
+
+#: ../../include/functions_reports.php:875
+msgid "Group alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:881
+msgid "Actions alert report"
+msgstr ""
+
+#: ../../include/functions_reports.php:886
+msgid "Module event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:890
+msgid "Agent event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:894
+msgid "Group event report"
+msgstr ""
+
+#: ../../include/functions_reports.php:900
+msgid "Agents inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:907
+#, fuzzy
+msgid "Modules inventory"
+msgstr "模組合理性"
+
+#: ../../include/functions_reports.php:919
+msgid "Inventory changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:927
+#: ../../include/functions_reporting.php:7361
+msgid "Agent configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:931
+#: ../../include/functions_reporting.php:5614
+msgid "Group configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:935
+msgid "Netflow area chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:939
+msgid "Netflow data table"
+msgstr ""
+
+#: ../../include/functions_reports.php:943
+msgid "Netflow summary table"
+msgstr ""
+
+#: ../../include/functions_reports.php:947
+#: ../../include/functions_reporting.php:6992
+msgid "Netflow top-N connections"
+msgstr ""
+
+#: ../../include/functions_reports.php:953
+#: ../../include/functions_reports.php:958
+#, fuzzy
+msgid "Log"
+msgstr "登入"
+
+#: ../../include/functions_reports.php:954
+msgid "Log report"
+msgstr ""
+
+#: ../../include/functions_reports.php:959
+msgid "Log report by period"
+msgstr ""
+
+#: ../../include/functions_reports.php:965
+#: ../../include/functions_reports.php:966
+#: ../../include/functions_reporting.php:5492
+msgid "Permissions report"
+msgstr ""
+
+#: ../../include/functions_reports.php:970
+#: ../../include/functions_reports.php:975
+msgid "NCM"
+msgstr ""
+
+#: ../../include/functions_reports.php:971
+msgid "NCM configuration changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:976
+msgid "NCM devices list"
+msgstr ""
+
+#: ../../include/functions_reports.php:981
+#: ../../include/functions_reports.php:986
+#: ../../include/functions_reports.php:991
+#: ../../include/functions_reports.php:996
+#: ../../include/functions_reports.php:1001
+#: ../../include/functions_reports.php:1006
+#: ../../include/functions_reports.php:1011
+#: ../../operation/agentes/ver_agente.php:1941
+#: ../../operation/agentes/ver_agente.php:1945
+#: ../../operation/agentes/ver_agente.php:2173
+msgid "Security hardening"
+msgstr ""
+
+#: ../../include/functions_reports.php:1002
+msgid "List of checks"
+msgstr ""
+
+#: ../../include/functions_reports.php:1017
+msgid "Severity graph bar"
+msgstr ""
+
+#: ../../include/functions_reports.php:1022
+msgid "Attack complexity doughnut chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1027
+msgid "By packages in pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:1032
+msgid "Detailed security report"
+msgstr ""
+
+#: ../../include/functions_reports.php:1037
+msgid "Vulnerabilities of agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:1042
+msgid "Top-N agents with more risk"
+msgstr ""
+
+#: ../../include/functions_reports.php:1047
+msgid "Top-N common vulnerabilities"
+msgstr ""
+
+#: ../../include/functions_reports.php:1176
+msgid "Macro"
+msgstr ""
+
+#: ../../include/functions_reports.php:1190
+#: ../../include/functions_reports.php:1320
+msgid "String"
+msgstr ""
+
+#: ../../include/functions_reports.php:1191
+#: ../../include/functions_reports.php:1320
+#: ../../include/functions_reports.php:1340
+msgid "Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1192
+msgid "Graph Sql"
+msgstr ""
+
+#: ../../include/functions_reports.php:1490
+msgid "Period "
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2640
+msgid "Agent successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2837
+msgid "Modules successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3127
+msgid "Agents successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:3532
+msgid "Cannot load the visualmap"
+msgstr ""
+
+#: ../../include/functions_inventory.php:123
+#: ../../include/functions_inventory.php:1383
+msgid "No changes found"
+msgstr ""
+
+#: ../../include/functions_inventory.php:222
+msgid "Get CSV file"
+msgstr ""
+
+#: ../../include/functions_inventory.php:1400
+#: ../../include/functions_inventory.php:1463
+#: ../../include/functions_reporting_html.php:2586
+msgid "Added"
+msgstr ""
+
+#: ../../include/functions.php:519 ../../include/functions.php:671
+msgid "s"
+msgstr ""
+
+#: ../../include/functions.php:520 ../../include/functions.php:672
+msgid "d"
+msgstr ""
+
+#: ../../include/functions.php:521 ../../include/functions.php:673
+msgid "M"
+msgstr ""
+
+#: ../../include/functions.php:523 ../../include/functions.php:675
+msgid "m"
+msgstr ""
+
+#: ../../include/functions.php:524 ../../include/functions.php:676
+msgid "h"
+msgstr ""
+
+#: ../../include/functions.php:525 ../../include/functions.php:677
+msgid "N"
+msgstr ""
+
+#: ../../include/functions.php:1365 ../../include/functions_events.php:3181
+msgid "Monitor Critical"
+msgstr ""
+
+#: ../../include/functions.php:1366 ../../include/functions_events.php:3185
+msgid "Monitor Warning"
+msgstr ""
+
+#: ../../include/functions.php:1367 ../../include/functions_events.php:3189
+msgid "Monitor Normal"
+msgstr ""
+
+#: ../../include/functions.php:1369
+msgid "Monitor Unknown"
+msgstr ""
+
+#: ../../include/functions.php:1372 ../../include/functions_events.php:2962
+#: ../../include/functions_events.php:3197
+msgid "Alert recovered"
+msgstr ""
+
+#: ../../include/functions.php:1373 ../../include/functions_events.php:3010
+#: ../../include/functions_events.php:3201
+msgid "Alert ceased"
+msgstr ""
+
+#: ../../include/functions.php:1374 ../../include/functions_events.php:3205
+msgid "Alert manual validation"
+msgstr ""
+
+#: ../../include/functions.php:1376
+msgid "Agent created"
+msgstr ""
+
+#: ../../include/functions.php:1377 ../../include/functions_events.php:3209
+msgid "Recon host detected"
+msgstr ""
+
+#: ../../include/functions.php:1380 ../../include/functions_events.php:3006
+#: ../../include/functions_events.php:3221
+msgid "Configuration change"
+msgstr ""
+
+#: ../../include/functions.php:1381 ../../include/functions_events.php:3229
+msgid "Network configuration manager"
+msgstr ""
+
+#: ../../include/functions.php:1497 ../../include/functions.php:1527
+msgid "ALERT FIRED"
+msgstr ""
+
+#: ../../include/functions.php:2831
+#, fuzzy, php-format
+msgid "%s seconds"
+msgstr "秒"
+
+#: ../../include/functions.php:2834 ../../include/functions.php:2835
+#, php-format
+msgid "%s minutes"
+msgstr ""
+
+#: ../../include/functions.php:2843 ../../include/functions.php:2844
+#, php-format
+msgid "%s months"
+msgstr ""
+
+#: ../../include/functions.php:2846 ../../include/functions.php:2847
+#, php-format
+msgid "%s years"
+msgstr ""
+
+#: ../../include/functions.php:2849
+msgid "Default values will be used"
+msgstr ""
+
+#: ../../include/functions.php:3038 ../../include/functions.php:3043
+msgid "The file exceeds the maximum size"
+msgstr ""
+
+#: ../../include/functions.php:3039
+msgid ""
+"Please check this PHP runtime variable values: 
  upload_max_filesize "
+"(currently "
+msgstr ""
+
+#: ../../include/functions.php:3047
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3051
+msgid "No file was uploaded"
+msgstr ""
+
+#: ../../include/functions.php:3055
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: ../../include/functions.php:3059
+msgid "Failed to write file to disk"
+msgstr ""
+
+#: ../../include/functions.php:3063
+msgid "File upload stopped by extension"
+msgstr ""
+
+#: ../../include/functions.php:3067
+msgid "Unknown upload error"
+msgstr ""
+
+#: ../../include/functions.php:3178
+msgid "No data found to export"
+msgstr ""
+
+#: ../../include/functions.php:3499
+#: ../../operation/gis_maps/render_view.php:150
+msgid "5 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3500
+#: ../../operation/gis_maps/render_view.php:151
+msgid "10 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3501
+msgid "15 seconds"
+msgstr ""
+
+#: ../../include/functions.php:3504
+#: ../../operation/gis_maps/render_view.php:154
+msgid "2 minutes"
+msgstr ""
+
+#: ../../include/functions.php:3506
+msgid "15 minutes"
+msgstr ""
+
+#: ../../include/functions.php:4055 ../../include/functions_ui.php:2739
+#: ../../views/dashboard/slides.php:204
+msgid "Previous"
+msgstr ""
+
+#: ../../include/functions.php:4061
+msgid "Summatory series"
+msgstr ""
+
+#: ../../include/functions.php:4065
+#, fuzzy
+msgid "Average series"
+msgstr "非常嚴重的"
+
+#: ../../include/functions.php:4265
+msgid "Min:"
+msgstr ""
+
+#: ../../include/functions.php:4274
+msgid "Max:"
+msgstr ""
+
+#: ../../include/functions.php:4283
+msgid "Avg:"
+msgstr ""
+
+#: ../../include/functions.php:4329 ../../include/functions.php:4337
+#, fuzzy
+msgid "of module"
+msgstr "模組"
+
+#: ../../include/functions.php:4356
+#, fuzzy
+msgid "Projection"
+msgstr "動作"
+
+#: ../../include/functions.php:6388
+#, fuzzy
+msgid "Testing Pandora FMS email"
+msgstr "Pandora FMS 概覽"
+
+#: ../../include/functions.php:6401
+msgid ""
+"This is an email test sent from Pandora FMS. If you can read this, your "
+"configuration works."
+msgstr ""
+
+#: ../../include/functions.php:6636
+msgid "Recommended value is: -1"
+msgstr ""
+
+#: ../../include/functions_api.php:126
+msgid "Not `set`, `get` or `help` operation selected."
+msgstr ""
+
+#: ../../include/functions_api.php:136
+msgid "This operation does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:146
+msgid "The Id does not exist in database."
+msgstr ""
+
+#: ../../include/functions_api.php:156
+msgid "This operation can not be used in cluster elements."
+msgstr ""
+
+#: ../../include/functions_api.php:166
+msgid "The user has not enough permissions for perform this action."
+msgstr ""
+
+#: ../../include/functions_api.php:176
+#: ../../operation/custom_fields/custom_fields_view.php:727
+msgid "No data to show."
+msgstr ""
+
+#: ../../include/functions_api.php:186
+msgid ""
+"This console is not the environment administrator. Please, manage this "
+"feature from centralized manager console (Metaconsole)."
+msgstr ""
+
+#: ../../include/functions_api.php:196
+msgid "Auth error"
+msgstr ""
+
+#: ../../include/functions_api.php:206
+msgid "License not allowed for this operation."
+msgstr ""
+
+#: ../../include/functions_api.php:1535
+msgid ""
+"The agent could not be modified. For security reasons, use a group other "
+"than 0."
+msgstr ""
+
+#: ../../include/functions_api.php:1891
+#, php-format
+msgid "Updated %d/%d agents"
+msgstr ""
+
+#: ../../include/functions_api.php:1899
+msgid "Agent updated."
+msgstr ""
+
+#: ../../include/functions_api.php:2116
+msgid "Could not create OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2153
+msgid "Could not update OS"
+msgstr ""
+
+#: ../../include/functions_api.php:2362
+msgid "The agent was successfully deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:3871
+msgid "Network module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4171
+msgid "Plugin module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:4529
+#, php-format
+msgid "Synthetic module created ID: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:4682
+msgid "Synthetic module created ID: "
+msgstr ""
+
+#: ../../include/functions_api.php:4801
+msgid "Data module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5182
+msgid "SNMP module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5781
+msgid "Error creating alert template. Id_group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5795
+msgid ""
+"Error creating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:5939
+msgid ""
+"Error updating alert template. Invalid id_group or the user has not enough "
+"permission to make this action."
+msgstr ""
+
+#: ../../include/functions_api.php:6023
+msgid "Successful update of the alert template"
+msgstr ""
+
+#: ../../include/functions_api.php:6069
+msgid "Error deleting alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6098
+msgid "Successful delete of alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:6518 ../../include/functions_api.php:12088
+#: ../../include/functions_api.php:12152 ../../include/functions_api.php:12423
+#: ../../include/functions_api.php:12501
+#, php-format
+msgid "%d agents affected"
+msgstr ""
+
+#: ../../include/functions_api.php:6664
+msgid "Correct deleting of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6772
+msgid "Successful delete of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:6805
+msgid "Error validating alert. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6813
+msgid "Error validating alert. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6821
+msgid "Error validating alert. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6892
+msgid "Error validating alert. Specified alert does not exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6903
+msgid "Error validating alert"
+msgstr ""
+
+#: ../../include/functions_api.php:6977
+#, php-format
+msgid "Correct validation of all alerts (total %d)."
+msgstr ""
+
+#: ../../include/functions_api.php:7071
+msgid "Correct validation of all policy alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:7113
+msgid ""
+"Error stopping downtime. Periodical and running scheduled downtime cannot be "
+"stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7126
+msgid "Downtime stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:7600
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr ""
+
+#: ../../include/functions_api.php:7604
+msgid "and this agents are generate problems: "
+msgstr ""
+
+#: ../../include/functions_api.php:7608
+msgid "and this agents with ids are doesn't exists: "
+msgstr ""
+
+#: ../../include/functions_api.php:7756
+msgid "Planned downtime updated"
+msgstr ""
+
+#: ../../include/functions_api.php:7831
+msgid " Agents deleted"
+msgstr ""
+
+#: ../../include/functions_api.php:7913
+msgid " Agents added"
+msgstr ""
+
+#: ../../include/functions_api.php:8033
+msgid "Data policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8265
+msgid "Network policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:8521
+msgid "Plugin policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9032
+msgid "SNMP policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:9367
+msgid "Successful deletion"
+msgstr ""
+
+#: ../../include/functions_api.php:9690
+msgid "User created."
+msgstr ""
+
+#: ../../include/functions_api.php:9785
+#, fuzzy
+msgid "User updated."
+msgstr "更新"
+
+#: ../../include/functions_api.php:9862
+msgid "Enabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:9870
+msgid "Disabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:10165
+#, php-format
+msgid "Template have been inserted in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10340
+#, php-format
+msgid "XML file was generated successfully in path: %s"
+msgstr ""
+
+#: ../../include/functions_api.php:10480
+#, php-format
+msgid "Module has been created in %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:10608
+#, php-format
+msgid "Action has been set for %d agents."
+msgstr ""
+
+#: ../../include/functions_api.php:11688
+msgid "User deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:11747
+msgid "User profile added."
+msgstr ""
+
+#: ../../include/functions_api.php:11812
+msgid "User profile deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:12095
+msgid "Module disabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12097
+msgid "The module could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12159
+msgid "Module enabled successfully."
+msgstr ""
+
+#: ../../include/functions_api.php:12161
+msgid "The module could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12207 ../../include/functions_api.php:12258
+msgid "The alert could not be disabled."
+msgstr ""
+
+#: ../../include/functions_api.php:12303 ../../include/functions_api.php:12354
+msgid "The alert could not be enabled."
+msgstr ""
+
+#: ../../include/functions_api.php:13681
+msgid "Enabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:13689
+msgid "Disabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:14666
+msgid "Metaconsole and the licenses of all nodes were updated."
+msgstr ""
+
+#: ../../include/functions_api.php:14668
+#, php-format
+msgid "Metaconsole license updated but %d of %d node failed to sync."
+msgstr ""
+
+#: ../../include/functions_api.php:14671
+msgid "This function is for metaconsole only."
+msgstr ""
+
+#: ../../include/functions_api.php:15061 ../../include/functions_api.php:15132
+msgid "Successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:15091
+msgid "The user cannot access the cluster."
+msgstr ""
+
+#: ../../include/functions_api.php:15185
+msgid "Created by template "
+msgstr ""
+
+#: ../../include/functions_api.php:15979
+msgid "Event filter successfully created."
+msgstr ""
+
+#: ../../include/functions_api.php:16212
+msgid "Event filter successfully updated."
+msgstr ""
+
+#: ../../include/functions_api.php:16253
+msgid "Event filter successfully deleted."
+msgstr ""
+
+#: ../../include/functions_api.php:16569
+msgid "Validated traps."
+msgstr ""
+
+#: ../../include/functions_api.php:16596
+#, fuzzy
+msgid "Deleted traps."
+msgstr "删除"
+
+#: ../../include/functions_api.php:16789
+#, php-format
+msgid "Successfully updated module/alert count in id agent %d."
+msgstr ""
+
+#: ../../include/functions_api.php:16791
+msgid "Successfully updated module/alert count in all agents"
+msgstr ""
+
+#: ../../include/functions_api.php:17255
+#, php-format
+msgid "Successfully added to delete pending id agent %d to id policy %d."
+msgstr ""
+
+#: ../../include/functions_api.php:17444
+msgid "Error enable/disable discovery task. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17452
+msgid ""
+"Error enable/disable discovery task. Enable/disable value cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:17477
+msgid "Error in discovery task enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:17485
+msgid "Enabled discovery task."
+msgstr ""
+
+#: ../../include/functions_api.php:17493
+msgid "Disabled discovery task."
+msgstr ""
+
 #: ../../include/functions_config.php:166
 msgid "Failed updated: User did not login."
 msgstr ""
@@ -32941,6 +33536,11 @@ msgstr ""
 msgid "Pandora FMS"
 msgstr ""
 
+#: ../../include/functions_config.php:2859 ../../include/functions_ui.php:2265
+#: ../../operation/reporting/graph_analytics_public.php:49
+msgid "the Flexible Monitoring System"
+msgstr ""
+
 #: ../../include/functions_config.php:2863
 #, fuzzy
 msgid "PandoraFMS Metaconsole"
@@ -32954,1941 +33554,10 @@ msgstr ""
 msgid "COMMAND CENTER"
 msgstr ""
 
-#: ../../include/functions_graph.php:2532
-#: ../../include/functions_reporting_html.php:5075
-#: ../../include/functions_reporting_html.php:5104
-#: ../../include/functions_reporting_html.php:5147
-#: ../../include/functions_reporting_html.php:5170
-#: ../../include/functions_reporting_html.php:5173
-#: ../../include/functions_reporting_html.php:5180
-#: ../../include/functions_reporting.php:7763
-#: ../../include/functions_reporting.php:7786
-#: ../../include/functions_reporting.php:7801
-#: ../../include/functions_reporting.php:7817
-#: ../../include/functions_reporting.php:7832
-msgid "Maximun"
-msgstr ""
-
-#: ../../include/functions_graph.php:2698
-msgid "Not fired alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5166
-msgid "Main node"
-msgstr ""
-
-#: ../../include/functions_graph.php:5492
-#: ../../include/functions_graph.php:5649
-#: ../../operation/agentes/interface_traffic_graph_win.php:169
-msgid "Refresh time"
-msgstr "更新時間"
-
-#: ../../include/functions_graph.php:5506
-#: ../../include/functions_graph.php:5671
-#: ../../mobile/operation/module_graph.php:458
-#: ../../operation/agentes/interface_traffic_graph_win.php:183
-#: ../../operation/agentes/exportdata.php:399
-#: ../../operation/agentes/graphs.php:220
-msgid "Begin date"
-msgstr "起始時間"
-
-#: ../../include/functions_graph.php:5520
-#: ../../include/functions_graph.php:5693
-#: ../../operation/agentes/interface_traffic_graph_win.php:214
-msgid "Begin time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5534
-#: ../../include/functions_graph.php:5715
-#: ../../operation/agentes/interface_traffic_graph_win.php:231
-#: ../../operation/agentes/graphs.php:232
-msgid "Time range"
-msgstr "時間範圍"
-
-#: ../../include/functions_graph.php:5545
-#: ../../include/functions_graph.php:5767
-#: ../../mobile/operation/module_graph.php:425
-msgid "Time compare (Separated)"
-msgstr ""
-
-#: ../../include/functions_graph.php:5634
-#: ../../include/functions_graph.php:5824
-msgid "Sliced"
-msgstr ""
-
-#: ../../include/functions_graph.php:5660
-#: ../../operation/agentes/graphs.php:255
-msgid "Show events"
-msgstr "顯示事件"
-
-#: ../../include/functions_graph.php:5685
-#: ../../operation/agentes/graphs.php:260
-msgid "Show alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:5707
-#: ../../mobile/operation/module_graph.php:441
-msgid "Show unknown graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5730
-#: ../../operation/reporting/graph_viewer.php:428
-msgid "Zoom"
-msgstr ""
-
-#: ../../include/functions_graph.php:5750
-#: ../../operation/agentes/interface_traffic_graph_win.php:245
-#, fuzzy
-msgid "Show percentil"
-msgstr "顯示事件"
-
-#: ../../include/functions_graph.php:5775
-msgid "Show AVG/MAX/MIN data series in graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5797
-#: ../../include/functions_reports.php:741
-msgid "Projection graph"
-msgstr ""
-
-#: ../../include/functions_graph.php:5799
-msgid "Projection graph take as begin date the current time"
-msgstr ""
-
-#: ../../include/functions_graph.php:5842
-#: ../../operation/agentes/interface_traffic_graph_win.php:294
-#: ../../views/cluster/view.php:225
-msgid "Reload"
-msgstr ""
-
-#: ../../include/functions_graph.php:5870
-#: ../../operation/agentes/interface_traffic_graph_win.php:318
-#: ../../operation/agentes/interface_traffic_graph_win.php:322
-msgid "Graph configuration menu"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Label: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:116
-msgid "Data time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:145
-msgid "Generated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:148
-msgid "Report date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:157
-msgid "Items period before"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:629
-msgid "Risk"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:674
-msgid "CVE"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:677
-msgid "Detection time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:680
-msgid "Attack Vector"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:684
-msgid "Scope"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:685
-msgid "Confidentiality"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:686
-msgid "Integrity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:687
-#: ../../include/functions_reports.php:851
-#: ../../include/functions_reporting.php:9370
-#: ../../include/functions_reporting.php:9765
-msgid "Availability"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:821
-msgid "SecMon"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:825
-msgid "L.S. Change"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1204
-msgid "Max/Min Values"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1205
-msgid "SLA Limit"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1206
-msgid "SLA Compliance"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1239
-msgid "Global Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1240
-#, fuzzy
-msgid "Time Total"
-msgstr "時間範圍"
-
-#: ../../include/functions_reporting_html.php:1241
-#, fuzzy
-msgid "Time Failed"
-msgstr "時間範圍"
-
-#: ../../include/functions_reporting_html.php:1242
-#: ../../include/functions_reporting_html.php:5408
-msgid "Time OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1243
-#: ../../include/functions_reporting_html.php:5420
-msgid "Time Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1244
-msgid "Time Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1245
-msgid "Downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1273
-msgid "Checks Time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1274
-msgid "Checks Total"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1275
-msgid "Checks Failed"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1276
-#: ../../include/functions_reporting_html.php:5502
-msgid "Checks OK"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1277
-msgid "Checks Unknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1295
-#: ../../include/functions_reporting_html.php:1334
-#: ../../include/functions_reporting_html.php:1405
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:5584
-#: ../../include/functions_reporting_html.php:5731
-msgid "24 x 7"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1463
-#: ../../include/functions_reporting_html.php:5774
-#: ../../include/functions_reporting_html.php:6335
-#: ../../include/functions_reporting_html.php:6338
-#: ../../include/functions_reporting.php:1835
-#: ../../include/functions_reporting.php:4105
-msgid "There are no Agent/Modules defined"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1531
-#: ../../include/functions_reporting_html.php:6141
-msgid "Not Init"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1536
-#: ../../include/functions_reporting_html.php:6146
-msgid "Downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1658
-#: ../../include/functions_reporting_html.php:3390
-#: ../../include/functions_reporting_html.php:5815
-#: ../../include/functions_reporting_html.php:6363
-msgid "Average Value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1723
-#: ../../include/functions_reporting_html.php:3852
-msgid "Validated by"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1738
-#: ../../include/functions_reporting_html.php:2000
-#: ../../include/functions_reporting_html.php:3870
-#: ../../include/functions_events.php:2618
-#: ../../include/functions_events.php:4859
-#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
-msgid "Event validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1743
-#: ../../include/functions_reporting_html.php:2005
-#: ../../include/functions_reporting_html.php:3875
-#: ../../include/functions_events.php:2623
-#: ../../include/functions_events.php:4865
-#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
-msgid "Event in process"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1749
-#: ../../include/functions_reporting_html.php:1995
-#: ../../include/functions_reporting_html.php:3865
-#: ../../include/functions_events.php:2613
-#: ../../include/functions_events.php:4853
-#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
-msgid "New event"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1789
-#, fuzzy, php-format
-msgid "%s System"
-msgstr "系統"
-
-#: ../../include/functions_reporting_html.php:1879
-#: ../../include/functions_reporting_html.php:2103
-msgid "Events by user validator"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1896
-#: ../../include/functions_reporting_html.php:2120
-msgid "Events by Severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1913
-#: ../../include/functions_reporting_html.php:2137
-msgid "Events validated vs unvalidated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:1965
-#: ../../include/functions_reporting_html.php:1973
-#: ../../include/functions_reporting_html.php:6580
-#: ../../include/functions_events.php:252
-#: ../../include/functions_events.php:2571
-#: ../../include/functions_events.php:5012
-msgid "Event name"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2279
-msgid "Sec. groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2299
-msgid "Remote conf."
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2447
-msgid "Agent secondary groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2586
-#: ../../include/functions_inventory.php:1400
-#: ../../include/functions_inventory.php:1463
-msgid "Added"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2597
-#: ../../include/functions_filemanager.php:400
-#: ../../include/functions_filemanager.php:417
-#: ../../include/functions_inventory.php:1406
-#: ../../include/functions_inventory.php:1471
-msgid "Deleted"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:2966
-msgid "Cell turns grey when the module is in 'not initialize' status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3037
-msgid "Last time"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3121
-#, fuzzy
-msgid "Agent / Module"
-msgstr "模組"
-
-#: ../../include/functions_reporting_html.php:3234
-msgid "OS Type"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3500
-msgid "Data view of all groups"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3630
-msgid "Group Description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3713
-msgid "Distribution by OS"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3975
-msgid "Events validated by user"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:3992
-#: ../../include/functions_reporting_html.php:7256
-msgid "Events by severity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4009
-msgid "Amount events validated"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4470
-msgid "Total summary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4477
-#, fuzzy
-msgid "No alerts fired"
-msgstr "没有被觸發的已定義警示中"
-
-#: ../../include/functions_reporting_html.php:4577
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4581
-msgid "Mac"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4582
-msgid "Actual status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:4953
-#: ../../include/functions_reporting_html.php:4955
-msgid "Empty modules"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5146
-#: ../../include/functions_reporting_html.php:5153
-#: ../../include/functions_reporting_html.php:5161
-#: ../../include/functions_reporting_html.php:5172
-#: ../../include/functions_reporting_html.php:5177
-#: ../../include/functions_reporting.php:7781
-msgid "Lapse"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5266
-msgid "From data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5267
-msgid "To data"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5268
-#: ../../include/functions_reports.php:774
-#: ../../include/functions_reporting.php:10503
-msgid "Increment"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5295
-msgid "Negative increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5297
-msgid "Positive increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5299
-msgid "Neutral increase: "
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5426
-msgid "Time Not Init Module"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5432
-#, fuzzy
-msgid "Time Downtime"
-msgstr "時間範圍"
-
-#: ../../include/functions_reporting_html.php:5437
-msgid "% Ok"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5508
-#, fuzzy
-msgid "Checks Warning"
-msgstr "警告"
-
-#: ../../include/functions_reporting_html.php:5514
-msgid "Checks Uknown"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5553
-#: ../../include/functions_reporting_html.php:5700
-#: ../../include/functions_reporting_html.php:6027
-#: ../../include/functions_reporting_html.php:6033
-msgid "Primary"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:5813
-msgid "Agent min value"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6269
-msgid "Sum"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6486
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12641
-#: ../../include/functions_reporting.php:12686
-msgid "Alert level"
-msgstr "警示等級"
-
-#: ../../include/functions_reporting_html.php:6648
-msgid "Alert description"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6688
-#: ../../include/functions_reporting_html.php:6842
-#: ../../mobile/include/functions_web.php:24
-msgid "Monitor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6741
-#, php-format
-msgid "Agents in group: %s"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6843
-msgid "Last failure"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6933
-msgid "N/A(*)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:6967
-msgid "Monitors"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7146
-#: ../../include/functions_reporting_html.php:7151
-#: ../../operation/custom_fields/custom_fields_view.php:520
-msgid "Agents by status"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7207
-#: ../../include/functions_reporting_html.php:7212
-msgid "Node overview"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7232
-#: ../../include/functions_reporting_html.php:7244
-msgid "Critical events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7235
-#: ../../include/functions_reporting_html.php:7246
-msgid "Warning events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7238
-#: ../../include/functions_reporting_html.php:7248
-msgid "OK events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7241
-#: ../../include/functions_reporting_html.php:7250
-msgid "Unknown events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7267
-msgid "Event count corresponds to events within the last hour"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7272
-msgid "Important Events by Criticity"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7299
-#, php-format
-msgid "Last activity in %s console"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7348
-#: ../../include/functions_reporting_html.php:7490
-msgid "Events info (1hr.)"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7458
-#: ../../include/functions_reporting_html.php:7617
-#: ../../include/functions_reporting.php:2368
-#: ../../include/functions_reporting.php:2744
-#: ../../include/functions_events.php:2539
-#: ../../include/functions_events.php:2542
-#: ../../mobile/operation/events.php:1187
-msgid "No events"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7647
-msgid "This SLA has been affected by the following scheduled downtimes"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7648
-msgid ""
-"If the duration of the scheduled downtime is less than 5 minutes it will not "
-"be represented in the graph"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7655
-#: ../../views/ITSM/ITSMTicketDetailView.php:192
-msgid "Dates"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "This item is affected by a malformed scheduled downtime"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7686
-msgid "Go to the scheduled downtimes section to solve this"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7720
-#: ../../include/functions_reporting_html.php:7743
-msgid "Permissions"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7847
-msgid "Vendor"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7848
-msgid "Model"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7849
-msgid "Firmware"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7850
-msgid "Last backup date"
-msgstr ""
-
-#: ../../include/functions_reporting_html.php:7925
-msgid "Diff"
-msgstr ""
-
-#: ../../include/functions_cron.php:501
-msgid "Last run"
-msgstr ""
-
-#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573
-#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720
-#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802
-#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878
-msgid "Force run"
-msgstr ""
-
-#: ../../include/functions_cron.php:611 ../../include/functions_cron.php:704
-#: ../../include/functions_cron.php:828
-msgid "Report type"
-msgstr ""
-
-#: ../../include/functions_cron.php:675
-msgid "regex"
-msgstr ""
-
-#: ../../include/functions_cron.php:701
-msgid "Report per agent"
-msgstr ""
-
-#: ../../include/functions_cron.php:740
-msgid "Custom script"
-msgstr ""
-
-#: ../../include/functions_cron.php:975
-msgid "Enable task"
-msgstr ""
-
-#: ../../include/functions_cron.php:989
-msgid "There are no jobs"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:128
-#, php-format
-msgid "File of collection is bigger than the limit (%s bytes)"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:161
-#: ../../include/functions_filemanager.php:250
-#: ../../include/functions_filemanager.php:305
-#: ../../include/functions_filemanager.php:398
-msgid "Security error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:185
-#: ../../include/functions_filemanager.php:241
-msgid "Upload error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:194
-#, php-format
-msgid "Issue setting umask: %s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:199
-#: ../../include/functions_filemanager.php:256
-msgid "Upload correct"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:253
-msgid "It was impossible to uncompress your file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:269
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:318
-msgid "File created correctly"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:321
-msgid "Error creating file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:328
-#: ../../include/functions_filemanager.php:378
-msgid "Error creating file with empty name"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:354
-msgid "Security error."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:369
-msgid "Directory created"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:372
-msgid "Something gone wrong creating directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:612
-#: ../../include/functions_filemanager.php:908
-msgid "Create a Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:618
-#: ../../include/functions_filemanager.php:920
-#: ../../include/functions_filemanager.php:923
-#, fuzzy
-msgid "Create File"
-msgstr "建立"
-
-#: ../../include/functions_filemanager.php:623
-#: ../../include/functions_filemanager.php:934
-#: ../../include/functions_filemanager.php:937
-msgid "Upload Files"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:657
-#: ../../include/functions_filemanager.php:878
-msgid "Real path"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:692
-#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:737
-msgid "Parent directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:751
-msgid "Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:759
-msgid "Compressed file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:763
-#: ../../include/functions_filemanager.php:770
-msgid "Text file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:803
-msgid "This file could be executed by any user"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:804
-msgid "Make sure it can't perform dangerous tasks"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:889
-msgid "No files or directories to show."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:905
-#: ../../include/functions_filemanager.php:1043
-msgid "Create directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:970
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:980
-msgid "Decompress"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1001
-msgid "Go"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1058
-#, fuzzy
-msgid "Create file"
-msgstr "建立"
-
-#: ../../include/functions_filemanager.php:1072
-msgid "Upload file/s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:1105
-msgid "The directory is read-only"
-msgstr ""
-
-#: ../../include/functions_html.php:624 ../../include/functions_html.php:1025
-msgid "Please select an item from this list."
-msgstr ""
-
-#: ../../include/functions_html.php:1015
-msgid "Select one or more elements"
-msgstr ""
-
-#: ../../include/functions_html.php:1707
-msgid "Filter agent"
-msgstr ""
-
-#: ../../include/functions_html.php:1710 ../../include/functions_html.php:2007
-#, fuzzy
-msgid "Type to search agents"
-msgstr "代理程式總數"
-
-#: ../../include/functions_html.php:1727
-msgid "Filter module"
-msgstr ""
-
-#: ../../include/functions_html.php:1731 ../../include/functions_html.php:2021
-msgid "Type to search modules"
-msgstr ""
-
-#: ../../include/functions_html.php:1824 ../../include/functions_html.php:1984
-msgid "Only common modules"
-msgstr ""
-
-#: ../../include/functions_html.php:2565 ../../include/functions_html.php:8131
-msgid "weeks"
-msgstr ""
-
-#: ../../include/functions_html.php:2948
-msgid "Month day"
-msgstr ""
-
-#: ../../include/functions_html.php:2949
-msgid "Month"
-msgstr ""
-
-#: ../../include/functions_html.php:2950
-msgid "Week day"
-msgstr ""
-
-#: ../../include/functions_html.php:5522
-#, fuzzy
-msgid "Select a file"
-msgstr "選取"
-
-#: ../../include/functions_html.php:5780 ../../include/functions_html.php:5782
-msgid "Type at least two characters to search the module."
-msgstr ""
-
-#: ../../include/functions_html.php:5944 ../../index.php:533
-#: ../../index.php:814 ../../index.php:888
-#, php-format
-msgid "%s cannot verify the origin of the request. Try again, please."
-msgstr ""
-
-#: ../../include/functions_html.php:7477
-msgid "Primary group cannot be secondary too."
-msgstr ""
-
-#: ../../include/functions_html.php:7880 ../../include/functions_html.php:7881
-#: ../../include/functions_html.php:7884 ../../include/functions_html.php:7885
-msgid "Go to top"
-msgstr ""
-
-#: ../../include/functions_html.php:7984
-msgid "Last 24hr"
-msgstr ""
-
-#: ../../include/functions_html.php:7987
-msgid "Past week"
-msgstr ""
-
-#: ../../include/functions_html.php:7988
-msgid "Past month"
-msgstr ""
-
-#: ../../include/functions_html.php:7990
-#, fuzzy
-msgid "Last 15 days"
-msgstr "15 天"
-
-#: ../../include/functions_html.php:7993
-msgid "Chose start/end date period"
-msgstr ""
-
-#: ../../include/functions_html.php:8425
-msgid "Check mail configuration"
-msgstr ""
-
-#: ../../include/functions_html.php:8457
-msgid "Jump to"
-msgstr ""
-
-#: ../../include/functions_notifications.php:804
-msgid "Enable user configuration"
-msgstr ""
-
-#: ../../include/functions_notifications.php:849
-msgid "Subtype customization"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:876
-msgid "Notified groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add users"
-msgstr ""
-
-#: ../../include/functions_notifications.php:877
-msgid "Add groups"
-msgstr ""
-
-#: ../../include/functions_notifications.php:878
-#, fuzzy
-msgid "Delete users"
-msgstr "删除"
-
-#: ../../include/functions_notifications.php:878
-#, fuzzy
-msgid "Delete groups"
-msgstr "删除"
-
-#: ../../include/functions_notifications.php:974
-msgid "Add elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:988
-msgid "Remove elements"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1082
-msgid "Show all"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1086
-msgid "History DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1090
-msgid "Pandora DB"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1098
-msgid "Allow override"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1130
-#: ../../mobile/operation/agents.php:261 ../../mobile/operation/alerts.php:266
-#: ../../mobile/operation/events.php:1049
-#: ../../mobile/operation/modules.php:325
-msgid "Apply filter"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1160
-msgid "See all notifications"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1176
-msgid "Mark all as read"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1232
-msgid "Click here to get more information"
-msgstr ""
-
-#: ../../include/functions_notifications.php:1270
-msgid ". Read More..."
-msgstr ""
-
-#: ../../include/functions_reports.php:651
-#: ../../include/functions_reports.php:1193
-#: ../../include/functions_reporting.php:11201
-#: ../../include/functions_reporting.php:11361
-msgid "Simple graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:655
-msgid "Simple baseline graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:673
-msgid "SQL vertical bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:677
-msgid "SQL pie graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:681
-msgid "SQL horizontal bar graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:688
-msgid "Automatic combined Graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:694
-msgid "Availability graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:699
-msgid "Module Histogram graph"
-msgstr ""
-
-#: ../../include/functions_reports.php:704
-msgid "IPAM"
-msgstr ""
-
-#: ../../include/functions_reports.php:705
-msgid "IPAM networks"
-msgstr ""
-
-#: ../../include/functions_reports.php:710
-#: ../../include/functions_reports.php:715
-#: ../../include/functions_reports.php:719
-#: ../../include/functions_reports.php:723
-#: ../../include/functions_reports.php:729
-msgid "SLA"
-msgstr ""
-
-#: ../../include/functions_reports.php:711
-#: ../../include/functions_reporting.php:1144
-msgid "S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:716
-msgid "Monthly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:720
-msgid "Weekly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:724
-msgid "Hourly S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:730
-msgid "Services S.L.A."
-msgstr ""
-
-#: ../../include/functions_reports.php:736
-#: ../../include/functions_reports.php:740
-msgid "Forecasting"
-msgstr ""
-
-#: ../../include/functions_reports.php:737
-msgid "Prediction date"
-msgstr ""
-
-#: ../../include/functions_reports.php:746
-#, fuzzy
-msgid "Avg. value"
-msgstr "平均值"
-
-#: ../../include/functions_reports.php:750
-#, fuzzy
-msgid "Max. value"
-msgstr "最大值"
-
-#: ../../include/functions_reports.php:754
-#, fuzzy
-msgid "Min. value"
-msgstr "最小值"
-
-#: ../../include/functions_reports.php:758
-msgid "Monitor report"
-msgstr ""
-
-#: ../../include/functions_reports.php:762
-msgid "Serialize data"
-msgstr ""
-
-#: ../../include/functions_reports.php:770
-msgid "Historical Data"
-msgstr ""
-
-#: ../../include/functions_reports.php:782
-msgid "Service Level Detailed"
-msgstr ""
-
-#: ../../include/functions_reports.php:786
-#: ../../include/functions_reports.php:792
-#: ../../include/functions_reports.php:798
-#: ../../include/functions_reports.php:804
-#: ../../include/functions_reports.php:810
-#: ../../include/functions_reports.php:817
-#: ../../include/functions_reports.php:822
-#: ../../include/functions_reports.php:829
-#: ../../include/functions_reports.php:835
-#: ../../include/functions_reports.php:839
-#: ../../include/functions_reports.php:844
-#: ../../include/functions_reports.php:850
-msgid "Grouped"
-msgstr ""
-
-#: ../../include/functions_reports.php:793
-#: ../../include/functions_reports.php:799
-msgid "Group report"
-msgstr ""
-
-#: ../../include/functions_reports.php:805
-#: ../../include/functions_reporting.php:3930
-msgid "Exception"
-msgstr ""
-
-#: ../../include/functions_reports.php:818
-msgid "Agents/Modules status"
-msgstr ""
-
-#: ../../include/functions_reports.php:836
-msgid "Top n"
-msgstr ""
-
-#: ../../include/functions_reports.php:840
-msgid "Network interfaces"
-msgstr ""
-
-#: ../../include/functions_reports.php:845
-msgid "Custom Render"
-msgstr ""
-
-#: ../../include/functions_reports.php:855
-#: ../../include/functions_reports.php:859
-msgid "Text/HTML "
-msgstr ""
-
-#: ../../include/functions_reports.php:860
-msgid "Import text from URL"
-msgstr ""
-
-#: ../../include/functions_reports.php:865
-msgid "Module alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:869
-msgid "Agent alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:875
-msgid "Group alert report"
-msgstr ""
-
-#: ../../include/functions_reports.php:881
-msgid "Actions alert report "
-msgstr ""
-
-#: ../../include/functions_reports.php:886
-msgid "Module event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:890
-msgid "Agent event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:894
-msgid "Group event report"
-msgstr ""
-
-#: ../../include/functions_reports.php:900
-msgid "Agents inventory"
-msgstr ""
-
-#: ../../include/functions_reports.php:907
-#, fuzzy
-msgid "Modules inventory"
-msgstr "模組合理性"
-
-#: ../../include/functions_reports.php:919
-msgid "Inventory changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:927
-#: ../../include/functions_reporting.php:7350
-msgid "Agent configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:931
-#: ../../include/functions_reporting.php:5603
-msgid "Group configuration"
-msgstr ""
-
-#: ../../include/functions_reports.php:935
-msgid "Netflow area chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:939
-msgid "Netflow data table"
-msgstr ""
-
-#: ../../include/functions_reports.php:943
-msgid "Netflow summary table"
-msgstr ""
-
-#: ../../include/functions_reports.php:947
-#: ../../include/functions_reporting.php:6981
-msgid "Netflow top-N connections"
-msgstr ""
-
-#: ../../include/functions_reports.php:953
-#: ../../include/functions_reports.php:958
-#, fuzzy
-msgid "Log"
-msgstr "登入"
-
-#: ../../include/functions_reports.php:954
-msgid "Log report"
-msgstr ""
-
-#: ../../include/functions_reports.php:959
-msgid "Log report by period"
-msgstr ""
-
-#: ../../include/functions_reports.php:965
-#: ../../include/functions_reports.php:966
-#: ../../include/functions_reporting.php:5481
-msgid "Permissions report"
-msgstr ""
-
-#: ../../include/functions_reports.php:970
-#: ../../include/functions_reports.php:975
-msgid "NCM"
-msgstr ""
-
-#: ../../include/functions_reports.php:971
-msgid "NCM configuration changes"
-msgstr ""
-
-#: ../../include/functions_reports.php:976
-msgid "NCM devices list"
-msgstr ""
-
-#: ../../include/functions_reports.php:981
-#: ../../include/functions_reports.php:986
-#: ../../include/functions_reports.php:991
-#: ../../include/functions_reports.php:996
-#: ../../include/functions_reports.php:1001
-#: ../../include/functions_reports.php:1006
-#: ../../include/functions_reports.php:1011
-#: ../../operation/agentes/ver_agente.php:1941
-#: ../../operation/agentes/ver_agente.php:1945
-#: ../../operation/agentes/ver_agente.php:2173
-msgid "Security hardening"
-msgstr ""
-
-#: ../../include/functions_reports.php:1002
-msgid "List of checks"
-msgstr ""
-
-#: ../../include/functions_reports.php:1017
-msgid "Severity graph bar"
-msgstr ""
-
-#: ../../include/functions_reports.php:1022
-msgid "Attack complexity doughnut chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1027
-msgid "By packages in pie chart"
-msgstr ""
-
-#: ../../include/functions_reports.php:1032
-msgid "Detailed security report"
-msgstr ""
-
-#: ../../include/functions_reports.php:1037
-msgid "Vulnerabilities of agent"
-msgstr ""
-
-#: ../../include/functions_reports.php:1042
-msgid "Top-N agents with more risk"
-msgstr ""
-
-#: ../../include/functions_reports.php:1047
-msgid "Top-N common vulnerabilities"
-msgstr ""
-
-#: ../../include/functions_reports.php:1176
-msgid "Macro"
-msgstr ""
-
-#: ../../include/functions_reports.php:1190
-#: ../../include/functions_reports.php:1320
-msgid "String"
-msgstr ""
-
-#: ../../include/functions_reports.php:1191
-#: ../../include/functions_reports.php:1320
-#: ../../include/functions_reports.php:1340
-msgid "Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1192
-msgid "Graph Sql"
-msgstr ""
-
-#: ../../include/functions_reports.php:1490
-msgid "Period "
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2640
-msgid "Agent successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2837
-msgid "Modules successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3127
-msgid "Agents successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:3532
-msgid "Cannot load the visualmap"
-msgstr ""
-
-#: ../../include/functions_reporting.php:170
-msgid "You have no memory for this operation, increase the memory limit."
-msgstr ""
-
-#: ../../include/functions_reporting.php:410
-#, fuzzy
-msgid " agents"
-msgstr "代理程式總數"
-
-#: ../../include/functions_reporting.php:420
-#, fuzzy
-msgid " modules"
-msgstr "模組"
-
-#: ../../include/functions_reporting.php:1190
-#: ../../include/functions_reporting.php:9807
-msgid "There are no SLAs defined"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1265
-#: ../../include/functions_reporting.php:10185
-msgid "Inverse"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1704
-msgid "Top N"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1728
-#: ../../operation/snmpconsole/snmp_statistics.php:171
-#: ../../operation/snmpconsole/snmp_statistics.php:245
-#, php-format
-msgid "Top %d"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1890
-msgid "Insuficient data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2256
-msgid "Event Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2286
-msgid "Exclude "
-msgstr ""
-
-#: ../../include/functions_reporting.php:2627
-msgid "Event Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3209
-msgid "Inventory Changes"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3282
-msgid "No changes found."
-msgstr ""
-
-#: ../../include/functions_reporting.php:3525
-msgid "Agent/Modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3622
-msgid "Agent/Modules Status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3813
-msgid "End of life report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3951
-msgid "Exception - Everything"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3957
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3960
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3965
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3968
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3973
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3976
-#, php-format
-msgid "Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3981
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3984
-#, php-format
-msgid "Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3989
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3992
-#, php-format
-msgid "Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:3997
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4000
-#, php-format
-msgid "Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4004
-msgid "Exception - Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4005
-msgid "Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4009
-msgid "Exception - Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4010
-msgid "Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4290
-msgid "There are no Modules under those conditions."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4294
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4298
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4302
-#, php-format
-msgid "There are no Modules less %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4306
-#, php-format
-msgid "There are no Modules over %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:4310
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4314
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4318
-msgid "There are no Modules normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4322
-msgid "There are no Modules at critial or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4556
-msgid "Group Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:4753
-msgid "Event Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5172
-msgid "Database Serialized"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5368
-#, fuzzy
-msgid "Last Value"
-msgstr "最大值"
-
-#: ../../include/functions_reporting.php:5418
-#: ../../include/functions_reporting.php:5461
-msgid "No data to display within the selected interval"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5692
-msgid "Network interfaces report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5786
-msgid "Custom render report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5806
-msgid "Error decoded json macros definition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5833
-#: ../../include/functions_reporting.php:5859
-msgid ""
-"This query is insecure, it could apply unwanted modiffications on the schema"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6038
-msgid "The group has no agents or none of the agents has any network interface"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6063
-msgid "bytes/s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6183
-msgid "Alert Report Group"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6363
-msgid "Alert Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6530
-msgid "Alert Report Module"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6733
-msgid "SQL Graph Vertical Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6737
-msgid "SQL Graph Horizontal Bars"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6741
-msgid "SQL Graph Pie"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6826
-msgid "Monitor Report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6969
-msgid "Netflow Area"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6973
-msgid "Netflow Summary"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6977
-msgid "Netflow Data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6985
-msgid "Unknown report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7084
-msgid "InBound/Outbound traffic per SrcIP/DestIP"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7104
-msgid "Prediction Date"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7540
-msgid "AVG. Value"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7969
-msgid "SQL"
-msgstr ""
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "Failed to connect to node %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8177
-msgid ""
-"Illegal query: due to security restrictions, there are some tokens or words "
-"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
-"update."
-msgstr ""
-
-#: ../../include/functions_reporting.php:9590
-#: ../../include/functions_reporting.php:10308
-msgid "No Address"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10607
-msgid ""
-"The monitor have no data in this range of dates or monitor type is not "
-"numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:10625
-msgid "The monitor type is not numeric"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11056
-msgid "Rate"
-msgstr ""
-
-#: ../../include/functions_reporting.php:11129
-msgid "Automatic combined graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#: ../../include/functions_reporting.php:12629
-#: ../../include/functions_reporting.php:12668
-msgid "Server health"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12605
-#, php-format
-msgid "%d Downed servers"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12633
-#: ../../include/functions_reporting.php:12674
-msgid "Monitor health"
-msgstr "監察健康狀況"
-
-#: ../../include/functions_reporting.php:12610
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12610
-#: ../../include/functions_reporting.php:12634
-msgid "of monitors up"
-msgstr "在錢的監察器中"
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12637
-#: ../../include/functions_reporting.php:12680
-msgid "Module sanity"
-msgstr "模組合理性"
-
-#: ../../include/functions_reporting.php:12615
-#, php-format
-msgid "%d Not inited monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12615
-#: ../../include/functions_reporting.php:12638
-msgid "of total modules inited"
-msgstr "已啓用的模組中"
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:13792
-#: ../../include/functions_reporting.php:13802
-#, php-format
-msgid "%d Fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:12620
-#: ../../include/functions_reporting.php:12642
-msgid "of defined alerts not fired"
-msgstr "没有被觸發的已定義警示中"
-
-#: ../../include/functions_reporting.php:12953
-msgid "Defined users"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13649
-msgid "Agent without data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13778
-#: ../../include/functions_reporting.php:13787
-#, php-format
-msgid "%d Total modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13779
-#, php-format
-msgid "%d Modules in normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13780
-#, php-format
-msgid "%d Modules in critical status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13781
-#, php-format
-msgid "%d Modules in warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13782
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13783
-#, php-format
-msgid "%d Modules in not init status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13788
-#, php-format
-msgid "%d Normal modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13789
-#, php-format
-msgid "%d Critical modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13790
-#, php-format
-msgid "%d Warning modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13791
-#, php-format
-msgid "%d Unknown modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13796
-#, php-format
-msgid "%d Total agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13797
-#, php-format
-msgid "%d Normal agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13798
-#, php-format
-msgid "%d Critical agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13799
-#, php-format
-msgid "%d Warning agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13800
-#, php-format
-msgid "%d Unknown agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:13801
-#, php-format
-msgid "%d not init agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15238
-msgid "Total running modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Ratio"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15241
-#: ../../include/functions_reporting.php:15256
-#: ../../include/functions_reporting.php:15268
-#: ../../include/functions_reporting.php:15286
-#: ../../include/functions_reporting.php:15298
-#: ../../include/functions_reporting.php:15310
-#: ../../include/functions_reporting.php:15322
-msgid "Modules by second"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15253
-msgid "Local modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15263
-msgid "Network modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15282
-msgid "Plugin modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15294
-msgid "Prediction modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15306
-msgid "WMI modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15318
-msgid "Web modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Start condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15478
-msgid "Stop condition"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15488
-msgid "Weekly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:15530
-msgid "Monthly:"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16081
-msgid "Module Histogram Graph"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16435
-msgid "Greetings"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16437
-msgid "Attached to this email there's a PDF file of the"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16438
-msgid "report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16441
-#: ../../mobile/include/functions_web.php:84
-#: ../../mobile/include/ui.class.php:327
-msgid "Generated at"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16443
-msgid "Thanks for your time."
-msgstr ""
-
-#: ../../include/functions_reporting.php:16445
-msgid "Best regards, Pandora FMS"
-msgstr ""
-
-#: ../../include/functions_reporting.php:16447
-msgid ""
-"This is an automatically generated email from Pandora FMS, please do not "
-"reply."
+#: ../../include/functions_events.php:75 ../../include/functions_events.php:101
+#: ../../include/functions_ui.php:4437 ../../operation/events/events.php:806
+#: ../../operation/events/events.php:868
+msgid "ALERT"
 msgstr ""
 
 #: ../../include/functions_events.php:194
@@ -34907,6 +33576,15 @@ msgstr ""
 msgid "Event id"
 msgstr ""
 
+#: ../../include/functions_events.php:252
+#: ../../include/functions_events.php:2571
+#: ../../include/functions_events.php:5012
+#: ../../include/functions_reporting_html.php:1965
+#: ../../include/functions_reporting_html.php:1973
+#: ../../include/functions_reporting_html.php:6580
+msgid "Event name"
+msgstr ""
+
 #: ../../include/functions_events.php:259
 msgid "Agent module"
 msgstr ""
@@ -34926,6 +33604,16 @@ msgstr "模組合理性"
 msgid "Could not connect: %s"
 msgstr ""
 
+#: ../../include/functions_events.php:2539
+#: ../../include/functions_events.php:2542
+#: ../../include/functions_reporting.php:2368
+#: ../../include/functions_reporting.php:2744
+#: ../../include/functions_reporting_html.php:7458
+#: ../../include/functions_reporting_html.php:7617
+#: ../../mobile/operation/events.php:1187
+msgid "No events"
+msgstr ""
+
 #: ../../include/functions_events.php:2552
 msgid "Latest events"
 msgstr ""
@@ -34934,6 +33622,33 @@ msgstr ""
 msgid "V."
 msgstr ""
 
+#: ../../include/functions_events.php:2613
+#: ../../include/functions_events.php:4853
+#: ../../include/functions_reporting_html.php:1749
+#: ../../include/functions_reporting_html.php:1995
+#: ../../include/functions_reporting_html.php:3865
+#: ../../mobile/operation/events.php:442 ../../operation/events/events.php:894
+msgid "New event"
+msgstr ""
+
+#: ../../include/functions_events.php:2618
+#: ../../include/functions_events.php:4859
+#: ../../include/functions_reporting_html.php:1738
+#: ../../include/functions_reporting_html.php:2000
+#: ../../include/functions_reporting_html.php:3870
+#: ../../mobile/operation/events.php:447 ../../operation/events/events.php:907
+msgid "Event validated"
+msgstr ""
+
+#: ../../include/functions_events.php:2623
+#: ../../include/functions_events.php:4865
+#: ../../include/functions_reporting_html.php:1743
+#: ../../include/functions_reporting_html.php:2005
+#: ../../include/functions_reporting_html.php:3875
+#: ../../mobile/operation/events.php:452 ../../operation/events/events.php:919
+msgid "Event in process"
+msgstr ""
+
 #: ../../include/functions_events.php:2958
 msgid "Going to unknown"
 msgstr ""
@@ -35093,13 +33808,1283 @@ msgstr ""
 msgid "Execute again"
 msgstr ""
 
-#: ../../include/functions_inventory.php:123
-#: ../../include/functions_inventory.php:1383
-msgid "No changes found"
+#: ../../include/functions_reporting.php:170
+msgid "You have no memory for this operation, increase the memory limit."
 msgstr ""
 
-#: ../../include/functions_inventory.php:222
-msgid "Get CSV file"
+#: ../../include/functions_reporting.php:410
+#, fuzzy
+msgid " agents"
+msgstr "代理程式總數"
+
+#: ../../include/functions_reporting.php:420
+#, fuzzy
+msgid " modules"
+msgstr "模組"
+
+#: ../../include/functions_reporting.php:1190
+#: ../../include/functions_reporting.php:9818
+msgid "There are no SLAs defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1265
+#: ../../include/functions_reporting.php:10196
+msgid "Inverse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1704
+msgid "Top N"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1728
+#: ../../operation/snmpconsole/snmp_statistics.php:171
+#: ../../operation/snmpconsole/snmp_statistics.php:245
+#, php-format
+msgid "Top %d"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1835
+#: ../../include/functions_reporting.php:4105
+#: ../../include/functions_reporting_html.php:1463
+#: ../../include/functions_reporting_html.php:5774
+#: ../../include/functions_reporting_html.php:6335
+#: ../../include/functions_reporting_html.php:6338
+msgid "There are no Agent/Modules defined"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1890
+msgid "Insuficient data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2256
+msgid "Event Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2286
+#, php-format
+msgid "Exclude %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2627
+msgid "Event Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3209
+msgid "Inventory Changes"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3282
+msgid "No changes found."
+msgstr ""
+
+#: ../../include/functions_reporting.php:3525
+msgid "Agent/Modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3622
+msgid "Agent/Modules Status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3813
+msgid "End of life report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3951
+msgid "Exception - Everything"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3957
+#, php-format
+msgid "Exception - Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3960
+#, php-format
+msgid "Modules over or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3965
+#, php-format
+msgid "Exception - Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3968
+#, php-format
+msgid "Modules under or equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3973
+#, php-format
+msgid "Exception - Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3976
+#, php-format
+msgid "Modules under %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3981
+#, php-format
+msgid "Exception - Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3984
+#, php-format
+msgid "Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3989
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3992
+#, php-format
+msgid "Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3997
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4000
+#, php-format
+msgid "Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4004
+msgid "Exception - Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4005
+msgid "Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4009
+msgid "Exception - Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4010
+msgid "Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4301
+msgid "There are no Modules under those conditions."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4305
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4309
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4313
+#, php-format
+msgid "There are no Modules less %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4317
+#, php-format
+msgid "There are no Modules over %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:4321
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4325
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4329
+msgid "There are no Modules normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4333
+msgid "There are no Modules at critial or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4567
+msgid "Group Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:4764
+msgid "Event Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5183
+msgid "Database Serialized"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5379
+#, fuzzy
+msgid "Last Value"
+msgstr "最大值"
+
+#: ../../include/functions_reporting.php:5429
+#: ../../include/functions_reporting.php:5472
+msgid "No data to display within the selected interval"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5703
+msgid "Network interfaces report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5797
+msgid "Custom render report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5817
+msgid "Error decoded json macros definition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:5844
+#: ../../include/functions_reporting.php:5870
+msgid ""
+"This query is insecure, it could apply unwanted modiffications on the schema"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6049
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6074
+msgid "bytes/s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6194
+msgid "Alert Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6374
+msgid "Alert Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6541
+msgid "Alert Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6744
+msgid "SQL Graph Vertical Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6748
+msgid "SQL Graph Horizontal Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6752
+msgid "SQL Graph Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6837
+msgid "Monitor Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6980
+msgid "Netflow Area"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6984
+msgid "Netflow Summary"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6988
+msgid "Netflow Data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:6996
+msgid "Unknown report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7095
+msgid "InBound/Outbound traffic per SrcIP/DestIP"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7115
+msgid "Prediction Date"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7551
+msgid "AVG. Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7792
+#: ../../include/functions_reporting_html.php:5146
+#: ../../include/functions_reporting_html.php:5153
+#: ../../include/functions_reporting_html.php:5161
+#: ../../include/functions_reporting_html.php:5172
+#: ../../include/functions_reporting_html.php:5177
+msgid "Lapse"
+msgstr ""
+
+#: ../../include/functions_reporting.php:7980
+msgid "SQL"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8009
+#, php-format
+msgid "Failed to connect to node %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8188
+msgid ""
+"Illegal query: due to security restrictions, there are some tokens or words "
+"you cannot use: *, delete, drop, alter, modify, password, pass, insert or "
+"update."
+msgstr ""
+
+#: ../../include/functions_reporting.php:9601
+#: ../../include/functions_reporting.php:10319
+msgid "No Address"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10618
+msgid ""
+"The monitor have no data in this range of dates or monitor type is not "
+"numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10636
+msgid "The monitor type is not numeric"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11067
+msgid "Rate"
+msgstr ""
+
+#: ../../include/functions_reporting.php:11140
+msgid "Automatic combined graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#: ../../include/functions_reporting.php:12640
+#: ../../include/functions_reporting.php:12679
+msgid "Server health"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12616
+#, php-format
+msgid "%d Downed servers"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12644
+#: ../../include/functions_reporting.php:12685
+msgid "Monitor health"
+msgstr "監察健康狀況"
+
+#: ../../include/functions_reporting.php:12621
+#, php-format
+msgid "%d Not Normal monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12621
+#: ../../include/functions_reporting.php:12645
+msgid "of monitors up"
+msgstr "在錢的監察器中"
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12648
+#: ../../include/functions_reporting.php:12691
+msgid "Module sanity"
+msgstr "模組合理性"
+
+#: ../../include/functions_reporting.php:12626
+#, php-format
+msgid "%d Not inited monitors"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12626
+#: ../../include/functions_reporting.php:12649
+msgid "of total modules inited"
+msgstr "已啓用的模組中"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12652
+#: ../../include/functions_reporting.php:12697
+#: ../../include/functions_reporting_html.php:6486
+msgid "Alert level"
+msgstr "警示等級"
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:13803
+#: ../../include/functions_reporting.php:13813
+#, php-format
+msgid "%d Fired alerts"
+msgstr ""
+
+#: ../../include/functions_reporting.php:12631
+#: ../../include/functions_reporting.php:12653
+msgid "of defined alerts not fired"
+msgstr "没有被觸發的已定義警示中"
+
+#: ../../include/functions_reporting.php:12964
+msgid "Defined users"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13660
+msgid "Agent without data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13789
+#: ../../include/functions_reporting.php:13798
+#, php-format
+msgid "%d Total modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13790
+#, php-format
+msgid "%d Modules in normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13791
+#, php-format
+msgid "%d Modules in critical status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13792
+#, php-format
+msgid "%d Modules in warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13793
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13794
+#, php-format
+msgid "%d Modules in not init status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13799
+#, php-format
+msgid "%d Normal modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13800
+#, php-format
+msgid "%d Critical modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13801
+#, php-format
+msgid "%d Warning modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13802
+#, php-format
+msgid "%d Unknown modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13807
+#, php-format
+msgid "%d Total agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13808
+#, php-format
+msgid "%d Normal agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13809
+#, php-format
+msgid "%d Critical agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13810
+#, php-format
+msgid "%d Warning agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13811
+#, php-format
+msgid "%d Unknown agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:13812
+#, php-format
+msgid "%d not init agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15249
+msgid "Total running modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Ratio"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15252
+#: ../../include/functions_reporting.php:15267
+#: ../../include/functions_reporting.php:15279
+#: ../../include/functions_reporting.php:15297
+#: ../../include/functions_reporting.php:15309
+#: ../../include/functions_reporting.php:15321
+#: ../../include/functions_reporting.php:15333
+msgid "Modules by second"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15264
+msgid "Local modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15274
+msgid "Network modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15293
+msgid "Plugin modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15305
+msgid "Prediction modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15317
+msgid "WMI modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15329
+msgid "Web modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Start condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15489
+msgid "Stop condition"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15499
+msgid "Weekly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:15541
+msgid "Monthly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16092
+msgid "Module Histogram Graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16446
+msgid "Greetings"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16448
+msgid "Attached to this email there's a PDF file of the"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16449
+msgid "report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16452
+#: ../../mobile/include/functions_web.php:84
+#: ../../mobile/include/ui.class.php:327
+msgid "Generated at"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16454
+msgid "Thanks for your time."
+msgstr ""
+
+#: ../../include/functions_reporting.php:16456
+msgid "Best regards, Pandora FMS"
+msgstr ""
+
+#: ../../include/functions_reporting.php:16458
+msgid ""
+"This is an automatically generated email from Pandora FMS, please do not "
+"reply."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:111
+msgid "Label: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:116
+msgid "Data time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:145
+msgid "Generated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:148
+msgid "Report date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:157
+msgid "Items period before"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:629
+msgid "Risk"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:674
+msgid "CVE"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:677
+msgid "Detection time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:680
+msgid "Attack Vector"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:684
+msgid "Scope"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:685
+msgid "Confidentiality"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:686
+msgid "Integrity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:821
+msgid "SecMon"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:825
+msgid "L.S. Change"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1204
+msgid "Max/Min Values"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1205
+msgid "SLA Limit"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1206
+msgid "SLA Compliance"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1239
+msgid "Global Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1240
+#, fuzzy
+msgid "Time Total"
+msgstr "時間範圍"
+
+#: ../../include/functions_reporting_html.php:1241
+#, fuzzy
+msgid "Time Failed"
+msgstr "時間範圍"
+
+#: ../../include/functions_reporting_html.php:1242
+#: ../../include/functions_reporting_html.php:5408
+msgid "Time OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1243
+#: ../../include/functions_reporting_html.php:5420
+msgid "Time Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1244
+msgid "Time Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1245
+msgid "Downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1273
+msgid "Checks Time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1274
+msgid "Checks Total"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1275
+msgid "Checks Failed"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1276
+#: ../../include/functions_reporting_html.php:5502
+msgid "Checks OK"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1277
+msgid "Checks Unknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1295
+#: ../../include/functions_reporting_html.php:1334
+#: ../../include/functions_reporting_html.php:1405
+#: ../../include/functions_reporting_html.php:1483
+#: ../../include/functions_reporting_html.php:5584
+#: ../../include/functions_reporting_html.php:5731
+msgid "24 x 7"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1531
+#: ../../include/functions_reporting_html.php:6141
+msgid "Not Init"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1536
+#: ../../include/functions_reporting_html.php:6146
+msgid "Downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1658
+#: ../../include/functions_reporting_html.php:3390
+#: ../../include/functions_reporting_html.php:5815
+#: ../../include/functions_reporting_html.php:6363
+msgid "Average Value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1715
+#: ../../include/functions_reporting_html.php:1723
+#: ../../include/functions_reporting_html.php:3852
+msgid "Validated by"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1789
+#, fuzzy, php-format
+msgid "%s System"
+msgstr "系統"
+
+#: ../../include/functions_reporting_html.php:1879
+#: ../../include/functions_reporting_html.php:2103
+msgid "Events by user validator"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1896
+#: ../../include/functions_reporting_html.php:2120
+msgid "Events by Severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:1913
+#: ../../include/functions_reporting_html.php:2137
+msgid "Events validated vs unvalidated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2279
+msgid "Sec. groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2299
+msgid "Remote conf."
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2447
+msgid "Agent secondary groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:2966
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3037
+msgid "Last time"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3121
+#, fuzzy
+msgid "Agent / Module"
+msgstr "模組"
+
+#: ../../include/functions_reporting_html.php:3234
+msgid "OS Type"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3500
+msgid "Data view of all groups"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3630
+msgid "Group Description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3713
+msgid "Distribution by OS"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3975
+msgid "Events validated by user"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:3992
+#: ../../include/functions_reporting_html.php:7256
+msgid "Events by severity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4009
+msgid "Amount events validated"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4470
+msgid "Total summary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4477
+#, fuzzy
+msgid "No alerts fired"
+msgstr "没有被觸發的已定義警示中"
+
+#: ../../include/functions_reporting_html.php:4577
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4581
+msgid "Mac"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4582
+msgid "Actual status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:4953
+#: ../../include/functions_reporting_html.php:4955
+msgid "Empty modules"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5266
+msgid "From data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5267
+msgid "To data"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5295
+msgid "Negative increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5297
+msgid "Positive increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5299
+msgid "Neutral increase: "
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5426
+msgid "Time Not Init Module"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5432
+#, fuzzy
+msgid "Time Downtime"
+msgstr "時間範圍"
+
+#: ../../include/functions_reporting_html.php:5437
+msgid "% Ok"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5508
+#, fuzzy
+msgid "Checks Warning"
+msgstr "警告"
+
+#: ../../include/functions_reporting_html.php:5514
+msgid "Checks Uknown"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5553
+#: ../../include/functions_reporting_html.php:5700
+#: ../../include/functions_reporting_html.php:6027
+#: ../../include/functions_reporting_html.php:6033
+msgid "Primary"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:5813
+msgid "Agent min value"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6269
+msgid "Sum"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6648
+msgid "Alert description"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6688
+#: ../../include/functions_reporting_html.php:6842
+#: ../../mobile/include/functions_web.php:24
+msgid "Monitor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6741
+#, php-format
+msgid "Agents in group: %s"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6843
+msgid "Last failure"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6933
+msgid "N/A(*)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:6967
+msgid "Monitors"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7146
+#: ../../include/functions_reporting_html.php:7151
+#: ../../operation/custom_fields/custom_fields_view.php:520
+msgid "Agents by status"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7207
+#: ../../include/functions_reporting_html.php:7212
+msgid "Node overview"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7232
+#: ../../include/functions_reporting_html.php:7244
+msgid "Critical events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7235
+#: ../../include/functions_reporting_html.php:7246
+msgid "Warning events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7238
+#: ../../include/functions_reporting_html.php:7248
+msgid "OK events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7241
+#: ../../include/functions_reporting_html.php:7250
+msgid "Unknown events"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7267
+msgid "Event count corresponds to events within the last hour"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7272
+msgid "Important Events by Criticity"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7299
+#, php-format
+msgid "Last activity in %s console"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7348
+#: ../../include/functions_reporting_html.php:7490
+msgid "Events info (1hr.)"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7647
+msgid "This SLA has been affected by the following scheduled downtimes"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7648
+msgid ""
+"If the duration of the scheduled downtime is less than 5 minutes it will not "
+"be represented in the graph"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7655
+#: ../../views/ITSM/ITSMTicketDetailView.php:192
+msgid "Dates"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "This item is affected by a malformed scheduled downtime"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7686
+msgid "Go to the scheduled downtimes section to solve this"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7720
+#: ../../include/functions_reporting_html.php:7743
+msgid "Permissions"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7847
+msgid "Vendor"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7848
+msgid "Model"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7849
+msgid "Firmware"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7850
+msgid "Last backup date"
+msgstr ""
+
+#: ../../include/functions_reporting_html.php:7925
+msgid "Diff"
+msgstr ""
+
+#: ../../include/functions_snmp.php:65
+msgid "Load Average (Last minute)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:69
+msgid "Load Average (Last 5 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:73
+msgid "Load Average (Last 15 minutes)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:77
+msgid "Total Swap Size configured for the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:81
+msgid "Available Swap Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:85
+msgid "Total Real/Physical Memory Size on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:89
+msgid "Available Real/Physical Memory Space on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:93
+msgid "Total Available Memory on the host"
+msgstr ""
+
+#: ../../include/functions_snmp.php:97
+msgid "Total Cached Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:101
+msgid "Total Buffered Memory"
+msgstr ""
+
+#: ../../include/functions_snmp.php:105
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:109
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr ""
+
+#: ../../include/functions_snmp.php:113
+msgid "Number of blocks sent to a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:117
+msgid "Number of blocks received from a block device"
+msgstr ""
+
+#: ../../include/functions_snmp.php:121
+msgid "Number of interrupts processed"
+msgstr ""
+
+#: ../../include/functions_snmp.php:125
+msgid "Number of context switches"
+msgstr ""
+
+#: ../../include/functions_snmp.php:129
+msgid "user CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:133
+msgid "system CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:137
+msgid "idle CPU time"
+msgstr ""
+
+#: ../../include/functions_snmp.php:141
+#, fuzzy
+msgid "System Up time"
+msgstr "系統"
+
+#: ../../include/functions_snmp.php:349
+msgid "Pagination"
+msgstr ""
+
+#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389
+msgid "Group by Enterprise String / IP"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filter"
+msgstr ""
+
+#: ../../include/functions_snmp.php:441
+msgid "Active filters"
+msgstr ""
+
+#: ../../include/functions_ui.php:553
+msgid "Error processing request"
+msgstr ""
+
+#: ../../include/functions_ui.php:718
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr ""
+
+#: ../../include/functions_ui.php:1064
+msgid "Software"
+msgstr ""
+
+#: ../../include/functions_ui.php:1360
+msgid "Force check"
+msgstr ""
+
+#: ../../include/functions_ui.php:1537
+msgid "Are you sure you want to delete alert action?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1625
+msgid "Are you sure you want to delete alert?"
+msgstr ""
+
+#: ../../include/functions_ui.php:1872
+msgid "The alert would fire when the value is over "
+msgstr ""
+
+#: ../../include/functions_ui.php:1877
+msgid "The alert would fire when the value is under "
+msgstr ""
+
+#: ../../include/functions_ui.php:1892
+msgid "Unknown option."
+msgstr ""
+
+#: ../../include/functions_ui.php:2699
+msgid "First"
+msgstr ""
+
+#: ../../include/functions_ui.php:3159
+msgid "Unknown type"
+msgstr ""
+
+#: ../../include/functions_ui.php:4051
+msgid "Export current page to CSV"
+msgstr ""
+
+#: ../../include/functions_ui.php:4052
+#, php-format
+msgid "export_%s_current_page_%s"
+msgstr ""
+
+#: ../../include/functions_ui.php:4205
+msgid "No matching records found"
+msgstr ""
+
+#: ../../include/functions_ui.php:4206
+msgid "No data available in table"
+msgstr ""
+
+#: ../../include/functions_ui.php:4299
+msgid "Please apply a filter to display the data."
+msgstr ""
+
+#: ../../include/functions_ui.php:5834
+msgid "Type at least two characters to search."
+msgstr ""
+
+#: ../../include/functions_ui.php:6774
+msgid "Unhandled error"
+msgstr ""
+
+#: ../../include/functions_ui.php:6775
+msgid "An unhandled error occurs"
+msgstr ""
+
+#: ../../include/functions_ui.php:7024
+msgid "Snapshot view"
+msgstr ""
+
+#: ../../include/functions_ui.php:7050
+#, php-format
+msgid ""
+"These controls are using the timezone of the system (%s) instead of yours "
+"(%s). The difference with your time zone in hours is %s."
+msgstr ""
+
+#: ../../include/functions_ui.php:7352
+msgid "Query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7377
+msgid "Results"
+msgstr ""
+
+#: ../../include/functions_ui.php:7424
+msgid "Execute query"
+msgstr ""
+
+#: ../../include/functions_ui.php:7458
+#, fuzzy
+msgid "Show password"
+msgstr "密碼"
+
+#: ../../include/functions_ui.php:7558
+msgid "WEB server"
+msgstr ""
+
+#: ../../include/functions_ui.php:7568
+#, fuzzy
+msgid "Wizard Module"
+msgstr "模組"
+
+#: ../../include/functions_ui.php:7661
+msgid "Select inventory module"
+msgstr ""
+
+#: ../../include/functions_ui.php:7724
+msgid "Use custom fields"
+msgstr ""
+
+#: ../../include/functions_ui.php:7864
+msgid "Field name"
+msgstr ""
+
+#: ../../include/functions_ui.php:7881
+#, fuzzy
+msgid "It's a password"
+msgstr "密碼"
+
+#: ../../include/functions_ui.php:7889
+msgid "Add field"
+msgstr ""
+
+#: ../../include/functions_ui.php:8388
+msgid "Empty view image"
 msgstr ""
 
 #: ../../mobile/include/functions_web.php:83
@@ -35228,132 +35213,6 @@ msgstr ""
 msgid "Last %s Events"
 msgstr ""
 
-#: ../../mobile/operation/agents.php:219
-#, php-format
-msgid "Filter Agents by %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:459
-msgid "No agents"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
-#: ../../mobile/operation/events.php:1571
-#: ../../mobile/operation/module_data.php:299
-#: ../../mobile/operation/modules.php:981
-#: ../../mobile/operation/server_status.php:501
-msgid "(Default)"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
-#: ../../mobile/operation/events.php:1604
-#: ../../mobile/operation/module_data.php:305
-#: ../../mobile/operation/modules.php:987
-#: ../../mobile/operation/server_status.php:507
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
-#: ../../mobile/operation/events.php:1624
-#: ../../mobile/operation/module_data.php:327
-#: ../../mobile/operation/modules.php:1009
-#: ../../mobile/operation/server_status.php:529
-#, php-format
-msgid "Status: %s"
-msgstr ""
-
-#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
-#: ../../mobile/operation/module_data.php:334
-#: ../../mobile/operation/modules.php:1016
-#: ../../mobile/operation/server_status.php:536
-#, php-format
-msgid "Free Search: %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:208
-#, php-format
-msgid "Filter Alerts by %s"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
-#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
-#: ../../mobile/operation/alerts.php:347
-#, fuzzy
-msgid "Module/Agent"
-msgstr "模組"
-
-#: ../../mobile/operation/alerts.php:353
-msgid "Last Fired"
-msgstr ""
-
-#: ../../mobile/operation/alerts.php:394
-#, php-format
-msgid "Standby: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:793
-msgid "ERROR: Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:794
-msgid "Error connecting to DB."
-msgstr ""
-
-#: ../../mobile/operation/events.php:814
-msgid "Event detail"
-msgstr ""
-
-#: ../../mobile/operation/events.php:911
-msgid "Sucessful validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:913
-msgid "Fail validate"
-msgstr ""
-
-#: ../../mobile/operation/events.php:918
-msgid "Sucessful in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:920
-msgid "Fail in process"
-msgstr ""
-
-#: ../../mobile/operation/events.php:964
-#, php-format
-msgid "Filter Events by %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
-msgid "Preset Filters"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1576
-#, php-format
-msgid "Filter: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1588
-#, php-format
-msgid "Severity: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1617
-#, php-format
-msgid "Type: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1631
-#, php-format
-msgid "Free search: %s"
-msgstr ""
-
-#: ../../mobile/operation/events.php:1638
-#, php-format
-msgid "Hours: %s"
-msgstr ""
-
 #: ../../mobile/operation/home.php:93
 #: ../../mobile/operation/server_status.php:227
 #: ../../views/tacticalView/view.php:29
@@ -35365,37 +35224,54 @@ msgstr ""
 msgid "Module data"
 msgstr "模組合理性"
 
+#: ../../mobile/operation/module_data.php:299
+#: ../../mobile/operation/server_status.php:501
+#: ../../mobile/operation/agents.php:561 ../../mobile/operation/alerts.php:388
+#: ../../mobile/operation/events.php:1571
+#: ../../mobile/operation/modules.php:981
+msgid "(Default)"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:305
+#: ../../mobile/operation/server_status.php:507
+#: ../../mobile/operation/agents.php:567 ../../mobile/operation/alerts.php:401
+#: ../../mobile/operation/events.php:1604
+#: ../../mobile/operation/modules.php:987
+#, php-format
+msgid "Group: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:320
-#: ../../mobile/operation/modules.php:1002
 #: ../../mobile/operation/server_status.php:522
+#: ../../mobile/operation/modules.php:1002
 #, php-format
 msgid "Module group: %s"
 msgstr ""
 
+#: ../../mobile/operation/module_data.php:327
+#: ../../mobile/operation/server_status.php:529
+#: ../../mobile/operation/agents.php:574 ../../mobile/operation/alerts.php:408
+#: ../../mobile/operation/events.php:1624
+#: ../../mobile/operation/modules.php:1009
+#, php-format
+msgid "Status: %s"
+msgstr ""
+
+#: ../../mobile/operation/module_data.php:334
+#: ../../mobile/operation/server_status.php:536
+#: ../../mobile/operation/agents.php:581 ../../mobile/operation/alerts.php:415
+#: ../../mobile/operation/modules.php:1016
+#, php-format
+msgid "Free Search: %s"
+msgstr ""
+
 #: ../../mobile/operation/module_data.php:342
-#: ../../mobile/operation/modules.php:1024
 #: ../../mobile/operation/server_status.php:544
+#: ../../mobile/operation/modules.php:1024
 #, php-format
 msgid "Tag: %s"
 msgstr ""
 
-#: ../../mobile/operation/modules.php:250
-#, php-format
-msgid "Filter Modules by %s"
-msgstr ""
-
-#: ../../mobile/operation/modules.php:670
-msgid "Interval."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:672
-msgid "Last update."
-msgstr ""
-
-#: ../../mobile/operation/modules.php:850
-msgid "Choose option"
-msgstr ""
-
 #: ../../mobile/operation/server_status.php:371
 msgid "No servers"
 msgstr ""
@@ -35487,6 +35363,115 @@ msgstr ""
 msgid "NOT INITIALIZED"
 msgstr ""
 
+#: ../../mobile/operation/agents.php:219
+#, php-format
+msgid "Filter Agents by %s"
+msgstr ""
+
+#: ../../mobile/operation/agents.php:459
+msgid "No agents"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:208
+#, php-format
+msgid "Filter Alerts by %s"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:336 ../../mobile/operation/alerts.php:337
+#: ../../mobile/operation/alerts.php:342 ../../mobile/operation/alerts.php:344
+#: ../../mobile/operation/alerts.php:347
+#, fuzzy
+msgid "Module/Agent"
+msgstr "模組"
+
+#: ../../mobile/operation/alerts.php:353
+msgid "Last Fired"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:394
+#, php-format
+msgid "Standby: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:793
+msgid "ERROR: Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:794
+msgid "Error connecting to DB."
+msgstr ""
+
+#: ../../mobile/operation/events.php:814
+msgid "Event detail"
+msgstr ""
+
+#: ../../mobile/operation/events.php:911
+msgid "Sucessful validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:913
+msgid "Fail validate"
+msgstr ""
+
+#: ../../mobile/operation/events.php:918
+msgid "Sucessful in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:920
+msgid "Fail in process"
+msgstr ""
+
+#: ../../mobile/operation/events.php:964
+#, php-format
+msgid "Filter Events by %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:974 ../../mobile/operation/events.php:975
+msgid "Preset Filters"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1576
+#, php-format
+msgid "Filter: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1588
+#, php-format
+msgid "Severity: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1617
+#, php-format
+msgid "Type: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1631
+#, php-format
+msgid "Free search: %s"
+msgstr ""
+
+#: ../../mobile/operation/events.php:1638
+#, php-format
+msgid "Hours: %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:250
+#, php-format
+msgid "Filter Modules by %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:670
+msgid "Interval."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:672
+msgid "Last update."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:850
+msgid "Choose option"
+msgstr ""
+
 #: ../../operation/agentes/agent_fields.php:37
 #: ../../operation/agentes/estado_agente.php:493
 #: ../../operation/agentes/status_monitor.php:1019
@@ -36154,70 +36139,6 @@ msgstr ""
 msgid "Diff view"
 msgstr ""
 
-#: ../../operation/agentes/graphs.php:160
-msgid "Other modules"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Modules network no proc"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:174
-#, fuzzy
-msgid "Modules boolean"
-msgstr "模組合理性"
-
-#: ../../operation/agentes/graphs.php:260
-msgid "The combined graph does not show the alerts into this graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:265
-msgid "Several graphs for each module"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:266
-msgid "One combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:270
-msgid "Show as one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:277
-#: ../../operation/agentes/graphs.php:487
-msgid "Area stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:279
-#: ../../operation/agentes/graphs.php:495
-msgid "Line stack"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:310
-msgid "Save as custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:332
-msgid "Filter graphs"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:363
-msgid "There was an error loading the graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:371
-#: ../../operation/agentes/graphs.php:375
-msgid "Name custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:421
-msgid "Save custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:442
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-
 #: ../../operation/agentes/stat_win.php:92
 #: ../../operation/gis_maps/public_console.php:277
 #: ../../operation/visual_console/legacy_public_view.php:57
@@ -36350,6 +36271,70 @@ msgstr ""
 msgid "Interface information (SNMP)"
 msgstr ""
 
+#: ../../operation/agentes/graphs.php:160
+msgid "Other modules"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:167
+msgid "Modules network no proc"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:174
+#, fuzzy
+msgid "Modules boolean"
+msgstr "模組合理性"
+
+#: ../../operation/agentes/graphs.php:260
+msgid "The combined graph does not show the alerts into this graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:265
+msgid "Several graphs for each module"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:266
+msgid "One combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:270
+msgid "Show as one combined graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:277
+#: ../../operation/agentes/graphs.php:487
+msgid "Area stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:279
+#: ../../operation/agentes/graphs.php:495
+msgid "Line stack"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:310
+msgid "Save as custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:332
+msgid "Filter graphs"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:363
+msgid "There was an error loading the graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:371
+#: ../../operation/agentes/graphs.php:375
+msgid "Name custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:421
+msgid "Save custom graph"
+msgstr ""
+
+#: ../../operation/agentes/graphs.php:442
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr ""
+
 #: ../../operation/agentes/status_monitor.php:684
 msgid "Wux server module"
 msgstr ""
@@ -36840,26 +36825,26 @@ msgid "Netflow live view"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:216
-#: ../../operation/network/network_usage_map.php:172
 #: ../../operation/network/network_report.php:192
+#: ../../operation/network/network_usage_map.php:172
 msgid "Error creating filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:218
-#: ../../operation/network/network_usage_map.php:174
 #: ../../operation/network/network_report.php:194
+#: ../../operation/network/network_usage_map.php:174
 msgid "Filter created successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:237
-#: ../../operation/network/network_usage_map.php:190
 #: ../../operation/network/network_report.php:210
+#: ../../operation/network/network_usage_map.php:190
 msgid "Filter updated successfully"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:238
-#: ../../operation/network/network_usage_map.php:191
 #: ../../operation/network/network_report.php:211
+#: ../../operation/network/network_usage_map.php:191
 msgid "Error updating filter"
 msgstr ""
 
@@ -36868,8 +36853,8 @@ msgid "Connection"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:337
-#: ../../operation/network/network_usage_map.php:289
 #: ../../operation/network/network_report.php:277
+#: ../../operation/network/network_usage_map.php:289
 msgid "Select a filter"
 msgstr ""
 
@@ -36903,14 +36888,14 @@ msgid "Draw"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:623
-#: ../../operation/network/network_usage_map.php:203
 #: ../../operation/network/network_report.php:321
+#: ../../operation/network/network_usage_map.php:203
 msgid "Save as new filter"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:624
-#: ../../operation/network/network_usage_map.php:214
 #: ../../operation/network/network_report.php:332
+#: ../../operation/network/network_usage_map.php:214
 msgid "Update current filter"
 msgstr ""
 
@@ -36919,35 +36904,26 @@ msgid "No filter selected"
 msgstr ""
 
 #: ../../operation/netflow/nf_live_view.php:693
-#: ../../operation/network/network_usage_map.php:371
 #: ../../operation/network/network_report.php:613
+#: ../../operation/network/network_usage_map.php:371
 msgid "Loading netflow data, please wait"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:54
-#: ../../operation/menu.php:230
-msgid "Network usage map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:197
-msgid "Show netflow map"
-msgstr ""
-
-#: ../../operation/network/network_usage_map.php:244
 #: ../../operation/network/network_report.php:226
+#: ../../operation/network/network_usage_map.php:244
 msgid "Results to show"
 msgstr ""
 
-#: ../../operation/network/network_usage_map.php:288
-#: ../../operation/network/network_report.php:276
-#, fuzzy
-msgid "Load Filter"
-msgstr "篩選器"
-
 #: ../../operation/network/network_report.php:248
 msgid "Start date"
 msgstr ""
 
+#: ../../operation/network/network_report.php:276
+#: ../../operation/network/network_usage_map.php:288
+#, fuzzy
+msgid "Load Filter"
+msgstr "篩選器"
+
 #: ../../operation/network/network_report.php:412
 #: ../../operation/network/network_report.php:461
 msgid "Flows"
@@ -36963,6 +36939,15 @@ msgstr ""
 msgid "Filtered by IP %s. Click here to remove the filter."
 msgstr ""
 
+#: ../../operation/network/network_usage_map.php:54
+#: ../../operation/menu.php:230
+msgid "Network usage map"
+msgstr ""
+
+#: ../../operation/network/network_usage_map.php:197
+msgid "Show netflow map"
+msgstr ""
+
 #: ../../operation/reporting/custom_reporting.php:28
 #: ../../operation/reporting/graph_viewer.php:612
 msgid "There are no defined reportings"
@@ -37230,6 +37215,24 @@ msgstr "建立"
 msgid "Are you sure you want add module?"
 msgstr ""
 
+#: ../../operation/users/user_edit_header.php:103
+#: ../../operation/users/user_edit_header.php:117
+#: ../../operation/users/user_edit_notifications.php:36
+msgid "User notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:42
+msgid "Console notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:43
+msgid "E-mail notifications"
+msgstr ""
+
+#: ../../operation/users/user_edit_notifications.php:81
+msgid "Controls have been disabled by the system administrator"
+msgstr ""
+
 #: ../../operation/users/user_edit.php:31
 msgid "User detail editor"
 msgstr ""
@@ -37274,8 +37277,9 @@ msgid "Please enter a valid phone number"
 msgstr ""
 
 #: ../../operation/users/user_edit.php:241
-msgid "Error updating passwords: "
-msgstr ""
+#, fuzzy
+msgid "Error updating passwords"
+msgstr "密碼"
 
 #: ../../operation/users/user_edit.php:265
 msgid "Edit my User"
@@ -37324,24 +37328,6 @@ msgstr ""
 msgid "This user doesn't have any assigned profile/group."
 msgstr ""
 
-#: ../../operation/users/user_edit_header.php:103
-#: ../../operation/users/user_edit_header.php:117
-#: ../../operation/users/user_edit_notifications.php:36
-msgid "User notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:42
-msgid "Console notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:43
-msgid "E-mail notifications"
-msgstr ""
-
-#: ../../operation/users/user_edit_notifications.php:81
-msgid "Controls have been disabled by the system administrator"
-msgstr ""
-
 #: ../../operation/visual_console/legacy_view.php:179
 msgid "Builder"
 msgstr ""
@@ -37740,8 +37726,9 @@ msgid "Completed"
 msgstr ""
 
 #: ../../update_manager_client/lib/UpdateManager/Client.php:2246
-msgid "Updating to "
-msgstr ""
+#, fuzzy, php-format
+msgid "Updating to %s"
+msgstr "更新"
 
 #: ../../update_manager_client/views/offline.php:65
 msgid "Drop the package here or"
@@ -37768,13 +37755,11 @@ msgid "Click on the file below to begin."
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:70
-#: ../../update_manager_client/views/online.php:153
-#: ../../update_manager_client/views/online.php:200
-msgid "This action will upgrade this console to version "
+msgid "This action will upgrade this console to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:71
-msgid "This action will upgrade all servers to version "
+msgid "This action will upgrade all servers to version"
 msgstr ""
 
 #: ../../update_manager_client/views/offline.php:73
@@ -37861,47 +37846,6 @@ msgid ""
 "manager settings."
 msgstr ""
 
-#: ../../update_manager_client/views/online.php:46
-msgid "The latest version of package installed is"
-msgstr ""
-
-#: ../../update_manager_client/views/online.php:72
-#: ../../update_manager_client/views/online.php:81
-msgid ""
-"Attention. You are about to install an LTS version. LTS versions are the "
-"most stable and are released twice a year. Before installing this LTS "
-"version, please make sure you have an  Before installing this RRR version, please "
-"make sure you have an  Before installing this RRR version, please "
+"make sure you have an  $row['estado'],
                 'value'           => $row['total_modules'],
                 'color'           => $color,
-                'tooltip_content' => $row['total_modules'].__(' Modules(%s)', $name_status),
+                'tooltip_content' => __('%s Modules(%s)', $row['total_modules'], $name_status),
                 'link'            => 'index.php?sec=view&sec2=operation/agentes/status_monitor&refr=0&ag_group='.$row['id_grupo'].'&ag_freestring=&module_option=1&ag_modulename=&moduletype=&datatype=&status='.$row['estado'].'&sort_field=&sort=none&pure=',
             ];
             $names[$row['id_grupo']] = $row['nombre'];
diff --git a/pandora_console/operation/reporting/reporting_viewer.php b/pandora_console/operation/reporting/reporting_viewer.php
index 75eeacdefd..acd79643c4 100755
--- a/pandora_console/operation/reporting/reporting_viewer.php
+++ b/pandora_console/operation/reporting/reporting_viewer.php
@@ -90,7 +90,7 @@ if (empty($schedule_report) === false) {
 
     ui_print_result_message(
         $result,
-        __('Your report has been planned, and the system will email you a '.$report_type.' file with the report as soon as its finished'),
+        __('Your report has been planned, and the system will email you a %s file with the report as soon as its finished', $report_type),
         __('An error has ocurred')
     );
     echo '
'; diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index 13f8d2a9b7..9f2ecdb793 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -238,7 +238,7 @@ if (isset($_GET['modified']) && !$view_mode) { $user_info = $upd_info; } else { if (!$error_msg) { - $error_msg = __('Error updating passwords: ').($config['auth_error'] ?? ''); + $error_msg = __('Error updating passwords').': '.($config['auth_error'] ?? ''); } $user_auth_error = $config['auth_error']; diff --git a/pandora_console/update_manager_client/lib/UpdateManager/Client.php b/pandora_console/update_manager_client/lib/UpdateManager/Client.php index 4dd1b81d0e..985b9f6e35 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/Client.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/Client.php @@ -2243,7 +2243,7 @@ class Client $pct = (90 / $total_updates); do { $this->listUpdates(); - $this->globalTask = __('Updating to '.$this->nextUpdate); + $this->globalTask = __('Updating to %s', $this->nextUpdate); $rc = $this->updateNextVersion(); if ($rc === false) { // Failed to upgrade to next version. diff --git a/pandora_console/update_manager_client/views/offline.php b/pandora_console/update_manager_client/views/offline.php index 2fddbf14e7..218154a9c9 100644 --- a/pandora_console/update_manager_client/views/offline.php +++ b/pandora_console/update_manager_client/views/offline.php @@ -67,8 +67,8 @@ global $config; 'uploadSuccess': "", 'uploadMessage': "", 'clickToStart': "", - 'ensureUpdate': " ", - 'ensureServerUpdate': " ", + 'ensureUpdate': " ", + 'ensureServerUpdate': " ", 'ensure': "", 'updatingTo': " ", 'preventExitMsg': "", diff --git a/pandora_console/update_manager_client/views/online.php b/pandora_console/update_manager_client/views/online.php index 2d1bc0e180..b9d22ca3ab 100644 --- a/pandora_console/update_manager_client/views/online.php +++ b/pandora_console/update_manager_client/views/online.php @@ -150,7 +150,6 @@ global $config; blast.setAttribute('disable', true); result.innerHTML = ''; umConfirm({ - /*message: " "+nextUpdateVersion+". ",*/ message: "'.$text_for_next_version.'

'; ?> ", title: " "+nextUpdateVersion, onAccept: function() { @@ -174,11 +173,11 @@ global $config; if(e != '504') { if (typeof r != "undefined" ) { result.innerHTML = umErrorMsg( - '' + nextUpdateVersion+' '+r + '' + ' ' + nextUpdateVersion+' '+r ); } else { result.innerHTML = umErrorMsg( - '' + nextUpdateVersion+' RC'+e + '' + ' ' + nextUpdateVersion+' RC'+e ); } } else { @@ -197,7 +196,6 @@ global $config; blast.setAttribute('disable', true); result.innerHTML = ''; umConfirm({ - /*message: " "+lastUpdateVersion+". ",*/ message: "'.$text_for_last_version.'

'; ?> ", title: " "+lastUpdateVersion, onAccept: function() {